summaryrefslogtreecommitdiffstats
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Port archived labels visual filter' (#2887) from ↵Earl Warren2024-04-038-12/+12
|\ | | | | | | | | | | | | 0ko/forgejo:lable-archive-bw into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2887 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * [GITEA] Apply changes to archived labels0ko2024-04-018-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squashed result of conflict resolution for the following commits from Gitea: - https://github.com/go-gitea/gitea/commit/36de5b299bb3e6e6cf28062c832ab8165e83f91a - https://github.com/go-gitea/gitea/commit/9a93b1816e0bc65101e7ad7ca66786fb38a8e628 - https://github.com/go-gitea/gitea/commit/712e19fa6fbf2f1a5b0a471782d38a7d91e538ae - https://github.com/go-gitea/gitea/commit/83850cc4799285d766d0fb5751fff10a6e4d3353 It is lacking CSS rule for archived labels, though. Changes in this commit are authored by: - 6543 - delvh - silverwind
* | Merge pull request 'Fix primary button background inconsistency' (#3002) ↵Earl Warren2024-04-033-3/+3
|\ \ | | | | | | | | | | | | | | | | | | from 0ko/forgejo:fix2947 into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3002 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | [UI] Fix primary button background inconsistency0ko2024-04-033-3/+3
| | | | | | | | | | | | Fixes https://codeberg.org/forgejo/forgejo/issues/2947
* | | [BUG] Disable 'View at this point in history' for wikisGusted2024-04-031-0/+2
|/ / | | | | | | | | | | | | - Don't show the 'View at this point in history' button for wikis as wikis don't have this feature. - Adds integration test - Resolves https://codeberg.org/forgejo/forgejo/issues/2995
* | Merge pull request 'Adjust the signed tag verification line' (#2966) from ↵Earl Warren2024-04-032-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | algernon/forgejo:were-not-gonna-stop-until-we-reach-the-highest-top into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2966 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | Adjust the signed tag verification lineGergely Nagy2024-04-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Move the signed tag verification line above the release notes, don't disable the bottom margin, and make sure the verification line's box is properly rounded like other boxes. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
* | | Merge pull request 'Provide plural support for issue participants' (#2695) ↵Earl Warren2024-04-021-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | from 0ko/forgejo:participants into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2695
| * | Provide plural support for issue participants0ko2024-03-291-1/+1
| | |
* | | [BUG] Use correct translation on closed milestonesGusted2024-04-021-1/+1
| | | | | | | | | | | | | | | | | | - Uh self explanatory? Fix a typo. - Regression of https://codeberg.org/forgejo/forgejo/commit/365bb77a5497d492836bf823cf780c823db27e8c - Resolves https://codeberg.org/Codeberg/Community/issues/1526
* | | Merge pull request 'Data size unit localization' (#2528) from ↵Earl Warren2024-04-0115-24/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:sizelocalize into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2528 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | Rename ByteSize to ReadableSize0ko2024-03-311-1/+1
| | | |
| * | | Provide a way to translate data units0ko2024-03-3015-24/+23
| | | |
* | | | Merge pull request '[FEAT] Configure if protected branch rule should apply ↵Earl Warren2024-04-013-1/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to admins' (#2867) from gusted/forgejo-protectedbranch-admins into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2867 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | | [FEAT] Configure if protected branch rule should apply to adminsGusted2024-03-293-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently protected branch rules do not apply to admins, however in some cases (like in the case of Forgejo project) you might also want to apply these rules to admins to avoid accidental merges. - Add new option to configure this on a per-rule basis. - Adds integration tests. - Resolves #65
* | | | | Merge pull request 'Highlight signed tags like signed commits' (#2534) from ↵Earl Warren2024-04-014-1/+110
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | algernon/forgejo:message-in-a-bottle-ctrl-w-tag into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2534
| * | | | Highlight signed tags like signed commitsGergely Nagy2024-03-304-1/+110
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes signed tags show a badge in the tag list similar to signed commits in the commit list, and a more verbose block when viewing a single tag. Works for both GPG and SSH signed tags. Fixes #1316. Work sponsored by @glts. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
* | | | Merge pull request '[BUG] Consistent styling for Sort filter' (#2920) from ↵Gusted2024-03-313-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gusted/forgejo-filter-type into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2920 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
| * | | | [BUG] Consistent styling for Sort filterGusted2024-03-313-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The dropdowns that contain filters for issues and pull requests are currently not styled with the `small` class, which causes a smaller font size to be set. Remove it for the `Sort` filter to make it consistent and make it _more_ readable. - Resolves #2914
* | | | Merge pull request 'Fix New issue button position consistency' (#2845) from ↵Earl Warren2024-03-312-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:issue-button-const into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2845 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | | Fix New issue button consistency0ko2024-03-302-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://codeberg.org/forgejo/forgejo/issues/2613 Based on https://codeberg.org/forgejo/forgejo/issues/2613#issuecomment-1654709 - add new class `list-header-issues`; - add rules that fix button position; - use variable to keep the vertical offset constant; - fix gap for edit button. Co-authored-by: Gusted <gusted@noreply.codeberg.org>
* | | | Merge pull request '[REFACTOR] add Icon to webhook.Interface' (#2908) from ↵Earl Warren2024-03-313-51/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oliverpool/forgejo:webhook_6_icon_method into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2908 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | | [REFACTOR] use Icon from interface in webhook listoliverpool2024-03-302-50/+8
| | | | |
| * | | | [REFACTOR] add Icon to webhook.Interfaceoliverpool2024-03-301-1/+1
| |/ / /
* | | | Merge pull request 'Fix accessibility and translatability of repo explore ↵Gusted2024-03-301-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | counters' (#2862) from 0ko/forgejo:tr.repo.stars into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2862 Reviewed-by: Otto <otto@codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | Fix accessibility and translatability of repo explore counters0ko2024-03-281-6/+6
| |/ / | | | | | | | | | | | | Progression of: https://codeberg.org/forgejo/forgejo/commit/9e69ef9c51cded6321e4cca39d33a64e9801d910 Regression of: https://codeberg.org/forgejo/forgejo/commit/65e190ae8bd6c72d8701a58d67b256c87b92c189#diff-8d94e33cfe70fa6443d059b9c34e3f8064514816
* | | Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-302-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #29965. --- Manually tested this by: - Following the [installation](https://docs.gitea.com/next/installation/install-with-docker#basics) guide (but built a local Docker image instead) - Creating 2 users, one who is the `Owner` of a newly-created repository and the other a `Collaborator` - Had the `Collaborator` create a PR that the `Owner` reviews - `Collaborator` resolves conversation and `Owner` merges PR And with this change we see that we can no longer see re-request review button for the `Owner`: <img width="1351" alt="Screenshot 2024-03-25 at 12 39 18 AM" src="https://github.com/go-gitea/gitea/assets/60799661/bcd9c579-3cf7-474f-a51e-b436fe1a39a4"> (cherry picked from commit 242b331260925e604150346e61329097d5731e77)
* | | Migrate font-family to tailwind (#30118)silverwind2024-03-3011-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable us to use tailwind's [`font-family`](https://tailwindcss.com/docs/font-family) classes as well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the "compensation" to one selector, previously this was two different values 0.9em and 0.95em. I did not declare a `serif` font because I don't think there will ever be a use case for those. Command ran: ```sh perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/* (cherry picked from commit 226a82a9396dc94f362ba27bd1c9318630df74b4)
* | | Drag-and-drop improvements for projects and issue pins (#29875)silverwind2024-03-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add "grabbing" cursor while dragging items: ![](https://github.com/go-gitea/gitea/assets/115237/c60845ff-7544-4215-aeaa-408e8c4ef03a) 2. Make project board only drag via their header, not via their whole body. ![](https://github.com/go-gitea/gitea/assets/115237/62c27f3d-993a-481d-9cc3-b6226b4c5d61) 3. Fix some cursor problems in projects 4. Move shared options into `createSortable`. (cherry picked from commit 7fda109aba6cd077343edef086b2f2ff60124f78)
* | | Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-301-20/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On creation of an empty project (no template) a default board will be created instead of falling back to the uneditable pseudo-board. Every project now has to have exactly one default boards. As a consequence, you cannot unset a board as default, instead you have to set another board as default. Existing projects will be modified using a cron job, additionally this check will run every midnight by default. Deleting the default board is not allowed, you have to set another board as default to do it. Fixes #29873 Fixes #14679 along the way Fixes #29853 Co-authored-by: delvh <dev.lh@web.de> (cherry picked from commit e5160185ed65fd1c2bcb2fc7dc7e0b5514ddb299) Conflicts: options/locale/locale_en-US.ini trivial conflict because Forgejo strings do not have surrounding double quotes
* | | Fix: Organization Interface Display Issue (#30133)HEREYUA2024-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Before** ![image](https://github.com/go-gitea/gitea/assets/37935145/88d04a4b-6dc5-4399-9813-2c339eae3722) **After** ![image](https://github.com/go-gitea/gitea/assets/37935145/e97a64b8-ea24-4de7-992d-5928888872d0) (cherry picked from commit 0262c66ba6c1d7488456269b2e56220bf6cf0b6f)
* | | When the title in the issue has a value, set the text cursor at the end of ↵HEREYUA2024-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the text. (#30090) Fix: [#25055](https://github.com/go-gitea/gitea/issues/25055) Before ![image](https://github.com/go-gitea/gitea/assets/37935145/1b89cd7b-4fa3-49aa-9b5e-a8413add436e) After ![image](https://github.com/go-gitea/gitea/assets/37935145/fa808f8d-d3ce-4245-a4fe-dd0282ba3fdf) ps: I've noticed that we are gradually replacing jQuery, so I didn't use jQuery here. (cherry picked from commit 1261dd6742fb7095e51c173ca4641477d81a3634)
* | | Add svg linter and fix incorrect svgs (#30086)silverwind2024-03-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/go-gitea/gitea/issues/30082. Adds a new linter that searches for non-existant SVG images in templates. Output before the fix was: ``` $ make lint-templates SVG "octicon-warning" not found, used in templates/devtest/flex-list.tmpl SVG "octicon-warning" not found, used in templates/devtest/flex-list.tmpl SVG "octicon-markup" not found, used in templates/repo/diff/comment_form.tmpl make: *** [Makefile:438: lint-templates] Error 1 ``` <img width="306" alt="Screenshot 2024-03-25 at 23 31 05" src="https://github.com/go-gitea/gitea/assets/115237/1052d1a9-bfec-4d5a-9cae-f895f78f7c93"> (cherry picked from commit 2ab5f05f40d93224f73e211e84de50a88a6ecf03) Conflicts: .github/workflows/files-changed.yml .github/workflows/pull-compliance.yml do not exist in Forgejo and the Forgejo workflows already contain the changes
* | | Add muted class to author name in repo commit list (#29989)yp053272024-03-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/f6b3728c-ed9a-4e47-8755-89373235dff2) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/272c85e3-620d-4758-ae4d-ad90b54e142c) If repo is a mirror, external user's name will be white, but if user is existed, then you will see blue names and white names together: ![image](https://github.com/go-gitea/gitea/assets/18380374/747622da-56e3-4162-b391-919787a8cee4) --------- Co-authored-by: silverwind <me@silverwind.io> (cherry picked from commit 13921569dd5f77ee7d8352d0036ff649b03e72c8)
* | | Fix menu buttons in issues and release (#30056)silverwind2024-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression from https://github.com/go-gitea/gitea/pull/30033 These buttons had lost their border because `.ui.header` sets `none` but `.ui.menu` has it, after the migration, the order of styles changed and header won. I see no reason why those have the `header` class in first place, besides for semantic meaning. Before: <img width="491" alt="Screenshot 2024-03-25 at 00 39 27" src="https://github.com/go-gitea/gitea/assets/115237/fa1b7505-75cf-4854-a97f-db3c46f31e93"> After: <img width="496" alt="Screenshot 2024-03-25 at 00 39 14" src="https://github.com/go-gitea/gitea/assets/115237/8f6bdc07-9596-436b-8c82-9af283300004"> (cherry picked from commit 8717c1c2bef1afcc6b0bb2d84627b158b95836b0)
* | | Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-3066-136/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to define this one in helpers.css because tailwind only generates a single class but certain things rely on this being double-class. Command ran: ```sh perl -p -i -e 's#gt-hidden#tw-hidden#g' web_src/js/**/* templates/**/* models/**/* web_src/css/**/* --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit ec3d467f15a683b305ac165c3eba6683628dcb25) Conflicts: templates/install.tmpl templates/repo/diff/conversation.tmpl templates/repo/issue/view_content/conversation.tmpl templates/repo/issue/view_content/sidebar.tmpl templates/repo/issue/view_title.tmpl resolved by prefering Forgejo version and applying the commands to all files
* | | Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-30158-544/+627
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will conclude the refactor of 1:1 class replacements to tailwind, except `gt-hidden`. Commands ran: ```bash perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/* perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/* perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/* perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/* perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/* perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/* ``` (cherry picked from commit 68ec9b48592fe88765bcc3a73093d43c98b315de) Conflicts: routers/web/repo/view.go templates/base/head_navbar.tmpl templates/repo/code/recently_pushed_new_branches.tmpl templates/repo/diff/box.tmpl templates/repo/diff/compare.tmpl templates/repo/diff/conversation.tmpl templates/repo/header.tmpl templates/repo/issue/filter_list.tmpl templates/repo/issue/view_content/conversation.tmpl templates/repo/issue/view_content/sidebar.tmpl templates/repo/settings/options.tmpl templates/repo/view_file.tmpl templates/shared/user/blocked_users.tmpl templates/status/500.tmpl web_src/js/components/DashboardRepoList.vue resolved by prefering Forgejo version and applying the commands to all files
* | | Merge pull request '[FEAT] Remove add organization on dashboard switcher' ↵Earl Warren2024-03-301-5/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (#2895) from gusted/forgejo-rm-org into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2895 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | [FEAT] Remove add organization on dashboard switcherGusted2024-03-301-5/+0
| | |/ | |/| | | | | | | | | | | | | - Similair to #2593 that removed subtle add button in a place where it's strictly not needed. - Remove the "Add organization" item in the 'context dashboard switcher' dropdown.
* / | [BRANDING] Move docs.gitea.com to forgejo.org/docsGusted2024-03-304-5/+5
|/ / | | | | | | | | | | - Replace links from docs.gitea.com with forgejo.org/docs for those where the relevant links are available on the Forgejo documentation. - Resolves #2892
* | [Port] gitea#30033: Remove fomantic header modulesilverwind2024-03-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Likely still a few useless classes left, but I think I at least don't have missed any. Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Giteabot <teabot@gitea.io> --- Conflict resolution: Trivial Ref: https://codeberg.org/forgejo/forgejo/issues/2776 (cherry picked from commit f22fe4e1944d8084dec7c04f064a8e782fca94d4)
* | [Port] gitea#30014: Various code view improvementssilverwind2024-03-282-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Restore missing styles for message close icon 2. Move `code-line-button` so that it does not go off-screen on small viewports 3. Make `code-line-button` look and behave like other buttons 4. Make `code-line-button` work in blame 5. Make the active selection span the whole line, not just the code part 6. Tweak colors, make dark theme code bg darker, make line numbers same color in diff and file view. 7. Move code background to parent, fixing border radius and other problems 8. Enable code wrap in blame 9. Improve blame responsiveness 10. Remove `--color-code-sidebar-bg` in blame, now it uses same background as code 11. Rename `--color-active-line` to `--color-highlight-bg` 12. Add `--color-highlight-bg` 13. Fix button group borders on hover and border-right on last button. <img width="1343" alt="Screenshot 2024-03-23 at 22 34 13" src="https://github.com/go-gitea/gitea/assets/115237/fcbb919f-5dc3-43f0-97f6-870d6f412554"> <img width="1334" alt="Screenshot 2024-03-23 at 22 34 26" src="https://github.com/go-gitea/gitea/assets/115237/ca44c3b7-4328-4645-ba49-b0dc6a5ac06d"> <img width="1338" alt="Screenshot 2024-03-23 at 22 34 57" src="https://github.com/go-gitea/gitea/assets/115237/00eb0b5a-1ec7-4669-a94a-4602b9d1c1ac"> <img width="1337" alt="Screenshot 2024-03-23 at 22 34 42" src="https://github.com/go-gitea/gitea/assets/115237/752edc4a-064f-413c-9dff-c086187fcd85"> Fixes: https://github.com/go-gitea/gitea/issues/18074 --- Conflict resolution: Trivial. Ref: https://codeberg.org/forgejo/forgejo/issues/2776 (cherry picked from commit db01bf6cc88a8a7b5132b9306b3af1649566b10f)
* | [Port] gitea#29982 Introduce `.secondary-nav` and handle `.page-content` ↵silverwind2024-03-287-9/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | spacing universally Fixes: https://github.com/go-gitea/gitea/issues/29981. Introduce `.secondary-nav` as a universal way for styling and margin adjustments inside `.page-content`. If the first child of `.page-content` is `.secondary-nav`, we add margin below it, otherwise we add padding to the first child. Notable changes: - `--color-header-wrapper` is replaced with `--color-secondary-nav-bg`. - `navbar` class is removed. Co-authored-by: Giteabot <teabot@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> --- Conflict resolution: Trivial conflict & changed selector to reflect new classes. Ref: https://codeberg.org/forgejo/forgejo/issues/2776 (cherry picked from commit 3ccda41a539b8ba7841919ee12dc2877ddc03818)
* [REFACTOR] webhook/new remove redundant ifoliverpool2024-03-2812-252/+228
|
* [REFACTOR] webhook move templatesoliverpool2024-03-2813-12/+28
|
* Merge pull request '[PORT] Support repo code search without setting up an ↵Earl Warren2024-03-283-21/+21
|\ | | | | | | | | | | | | indexer (gitea#29998)' (#2813) from snematoda/port-git-grep into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2813 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-283-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using git's ability, end users (especially small instance users) do not need to enable the indexer, they could also benefit from the code searching feature. Fix #29996 ![image](https://github.com/go-gitea/gitea/assets/2114189/11b7e458-88a4-480d-b4d7-72ee59406dd1) ![image](https://github.com/go-gitea/gitea/assets/2114189/0fe777d5-c95c-4288-a818-0427680805b6) --------- Co-authored-by: silverwind <me@silverwind.io>
| * Reverts commits releated to git-grepShiny Nematoda2024-03-281-14/+16
| | | | | | | | | | | | This reverts commit 51fb6f3983f15aa3c2db1feadcc13db1692315ec 71a72d8a22f2ba5d08415542371f3529a01571dd
* | [REFACTOR] webhook move edit endpointsoliverpool2024-03-2712-12/+12
| |
* | [TESTS] webhook forms keep submitted data when invalidoliverpool2024-03-271-1/+1
| |