summaryrefslogtreecommitdiffstats
path: root/options (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [I18N] Improve localization of repo summary0ko2024-03-241-0/+8
| | | | | | | | | | | | Co-authored-by: Gusted <gusted@noreply.codeberg.org>
* | | Refactor repo header/list (#29969)wxiaoguang2024-03-271-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Use general "mobile-only" and "not-mobile" CSS styles, remove some`@media (max-width: 767.98px)` tricks 2. Use `CountFmt` for repo list, just like the repo header (and it matches GitHub, to avoid big numbers bloat the page) (cherry picked from commit bfa160fc98a23923b6ce1cd4d99e8970d937d6ec) Conflicts: templates/explore/repo_list.tmpl templates/repo/header.tmpl web_src/css/repo/header.css Resolved the template conflicts by porting the changes to Forgejo (in case of `header.tmpl`, applying the changes in `header_fork.tmpl). In case of the CSS change, opted to take Gitea's version and drop the entire media query.
* | | Merge pull request '[gitea] week 13 cherry-pick' (#2769) from ↵Earl Warren2024-03-262-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | earl-warren/forgejo:wip-gitea-cherry-pick into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2769 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org>
| * | | Fix bugs in rerunning jobs (#29955)Zettat1232024-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #28761 Fix #27884 Fix #28093 ## Changes ### Rerun all jobs When rerun all jobs, status of the jobs with `needs` will be set to `blocked` instead of `waiting`. Therefore, these jobs will not run until the required jobs are completed. ### Rerun a single job When a single job is rerun, its dependents should also be rerun, just like GitHub does (https://github.com/go-gitea/gitea/issues/28761#issuecomment-2008620820). In this case, only the specified job will be set to `waiting`, its dependents will be set to `blocked` to wait the job. ### Show warning if every job has `needs` If every job in a workflow has `needs`, all jobs will be blocked and no job can be run. So I add a warning message. <img src="https://github.com/go-gitea/gitea/assets/15528715/88f43511-2360-465d-be96-ee92b57ff67b" width="480px" /> (cherry picked from commit 2f060c5834d81f0317c795fc281f9a07e03e5962)
| * | | Update register application URL for GitLab (#29959)yp053272024-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #26593 The old URL was updated 7 years ago. Maybe no need to hold it any more. ![image](https://github.com/go-gitea/gitea/assets/18380374/95a0b364-832b-4f10-800e-21845d64df1a) (cherry picked from commit 4bef1fb3e49127316596cef1d3ca103a199c0536)
| * | | Refactor StringsToInt64s (#29967)wxiaoguang2024-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | And close #27176 (cherry picked from commit cdb4d1a8db096d60dba04728924dab85def45b19)
| * | | Editor error message misleading due to re-used key. (#29859)buckybytes2024-03-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error message: `editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.` Is re-used in inappropriate contexts. The link in the key goes to a 404 when the key is used in a situation where the file contents have not changed. Added two new keys to differentiate commit id mismatch and push out of date conditions. (cherry picked from commit 16e360099d0a515d429538ec88cff1f3ede23fb4)
| * | | [skip ci] Updated licenses and gitignoresGiteaBot2024-03-261-0/+3
| | | | | | | | | | | | | | | | (cherry picked from commit a4a766f4a205d507d157f2f17a0e761e00939cb8)
* | | | [I18N] Translations update from Weblate (#2830)Codeberg Translate2024-03-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations update from [Weblate](https://translate.codeberg.org) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/). Current translation status: ![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg) Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2830 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org> Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
* | | | Merge pull request 'Add missing translation for more_items' (#2828) from ↵Gusted2024-03-261-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:more_items into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2828 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org> Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | [I18N] Add missing translation for more_items0ko2024-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | - Resolves https://codeberg.org/forgejo/forgejo/issues/2818 - Removes entry for test ignorelist
* | | | [I18N] Translations update from Weblate (#2727)Codeberg Translate2024-03-269-412/+774
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations update from [Weblate](https://translate.codeberg.org) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/). Current translation status: ![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg) Co-authored-by: Fjuro <Fjuro@users.noreply.translate.codeberg.org> Co-authored-by: fnetX <otto@codeberg.org> Co-authored-by: Wuzzy <Wuzzy@users.noreply.translate.codeberg.org> Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org> Co-authored-by: ormai <ormai@users.noreply.translate.codeberg.org> Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org> Co-authored-by: kita <kita@users.noreply.translate.codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-authored-by: Salif Mehmed <mail@salif.eu> Co-authored-by: Maytham Alsudany <maytha8thedev@gmail.com> Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2727 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org> Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
* | | [BUG] Detect protected branch on branch renameGusted2024-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | - If a branch cannot be renamed due to a protected branch rule, show this error in the UI instead of throwing an internal server error. - Add integration test (also simplify the existing one). - Resolves #2751
* | | Merge pull request 'Offer to remove WIP: prefix in sidebar' (#2660) from ↵Earl Warren2024-03-251-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:convert-to-normal into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2660 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org> Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | Offer to remove WIP: prefix in sidebar0ko2024-03-141-0/+1
| | |/ | |/| | | | | | | Fixes https://codeberg.org/forgejo/forgejo/issues/2654
* | | Fix typo in translationGusted2024-03-241-1/+1
| | | | | | | | | | | | Regression of 4c1af0d9a620a57b22022489a0a6921d16e9bfad
* | | Merge pull request '[TESTS] fail when log.Error is called' (#2657) from ↵Earl Warren2024-03-2415-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | oliverpool/forgejo:fail_test_on_log_error into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2657
| * | | fix missing admin.config.allow_dots_in_usernames translationoliverpool2024-03-2415-0/+15
| | |/ | |/|
* | | Merge pull request 'Allow users to hide all "Add more units..." hints' ↵Earl Warren2024-03-241-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (#2533) from algernon/forgejo:less-is-more into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2533 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Repositories displaying an "Add more..." tab on the header is a neat way to let people discover they can enable more units. However, displaying it all the time for repository owners, even when they deliberately do not want to enable more units gets noisy very fast. As such, this patch introduces a new setting which lets people disable this hint under the appearance settings. Fixes #2378. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
* | | | Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from ↵Earl Warren2024-03-241-33/+22
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | snematoda/port-29530 into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2688 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | Unify search boxes (#29530)Denys Konovalov2024-03-201-33/+22
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify all but a few search boxes to use uniform style, uniform translations and shared templates where possible. Remove a few duplicated search templates, e. g. code search. <details><summary>Example after screenshots:</summary> ![grafik](https://github.com/go-gitea/gitea/assets/47871822/e20e7d6b-c6be-4a47-b132-672766f41421) ![grafik](https://github.com/go-gitea/gitea/assets/47871822/d5b11b9c-c12f-4a29-8fb0-24e5aa511d18) ![grafik](https://github.com/go-gitea/gitea/assets/47871822/d86bb444-36c7-426d-9cf1-c634963dffb1) ![grafik](https://github.com/go-gitea/gitea/assets/47871822/a76c0319-0518-484a-a840-563d02b61198) </details> Also includes #29700 Co-authored-by: 6543 <6543@obermui.de> --------- Co-authored-by: 6543 <m.huber@kithara.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io> Conflicts: routers/web/repo/search.go templates/repo/home.tmpl templates/repo/search.tmpl templates/shared/repo_search.tmpl
* | | Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-03-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Users could customize the "clone" menu with their own application URLs on the admin panel. Replace #22378 Close #21121 Close #22149
* | | Add plural support for PR subtitles0ko2024-03-2227-52/+56
| | |
* | | [I18N] Translations update from Weblate (#2710)Codeberg Translate2024-03-228-799/+1273
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations update from [Weblate](https://translate.codeberg.org) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/). Current translation status: ![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg) Co-authored-by: Fjuro <Fjuro@users.noreply.translate.codeberg.org> Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org> Co-authored-by: Wuzzy <Wuzzy@users.noreply.translate.codeberg.org> Co-authored-by: be4zad <be4zad@users.noreply.translate.codeberg.org> Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org> Co-authored-by: Mumulhl <mumulhl@duck.com> Co-authored-by: ormai <ormai@users.noreply.translate.codeberg.org> Co-authored-by: yeziruo <yeziruo@users.noreply.translate.codeberg.org> Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2710 Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org> Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
* | Merge pull request 'Update look of repo/org tabs on homepage' (#2593) from ↵Earl Warren2024-03-201-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:hometab into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2593 Reviewed-by: Otto <otto@codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | Update look of repo/org tabs on homepage0ko2024-03-071-2/+1
| | |
* | | Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) ↵Earl Warren2024-03-201-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | from gusted/forgejo-cargo-index into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2698 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | | [BUG] Reflect Cargo index state in settingsGusted2024-03-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently in the Cargo section of the packages setting menu two buttons are always shown, "Initalize index" and "Rebuild index", however only of these should be shown depending on the state of the index, if there's no index the "Initalize index" button should be shown and if there's an index the "Rebuild index" button should be shown. This patch does exactly that. - Resolves #2628
* | | | Merge pull request 'Accessibility: Label Stars/Forks links in repo explore' ↵Gusted2024-03-201-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2634) from fnetx/explore-label into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2634 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | | | Label stars/forks link in repo exploreOtto Richter2024-03-191-0/+4
| |/ / /
* | | | Fix heatmap localization0ko2024-03-2022-27/+33
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #2552 (cherry picked from commit 708f4bc3b6bb40dd2b18ff7c009e2f9cfe7c4780)
* | | | [I18N] Translations update from Weblate (#2645)Codeberg Translate2024-03-2013-344/+1402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations update from [Weblate](https://translate.codeberg.org) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/). Current translation status: ![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg) Co-authored-by: kita <kita@users.noreply.translate.codeberg.org> Co-authored-by: Panagiotis \"Ivory\" Vasilopoulos <git@n0toose.net> Co-authored-by: earl-warren <earl-warren@users.noreply.translate.codeberg.org> Co-authored-by: yeziruo <yeziruo@users.noreply.translate.codeberg.org> Co-authored-by: Fjuro <Fjuro@users.noreply.translate.codeberg.org> Co-authored-by: Gusted <Gusted@users.noreply.translate.codeberg.org> Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org> Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org> Co-authored-by: Zughy <Zughy@users.noreply.translate.codeberg.org> Co-authored-by: mumulhl <mumulhl@users.noreply.translate.codeberg.org> Co-authored-by: mondstern <mondstern@users.noreply.translate.codeberg.org> Co-authored-by: Kaede Fujisaki <ledyba@users.noreply.translate.codeberg.org> Co-authored-by: Xinayder <Xinayder@users.noreply.translate.codeberg.org> Co-authored-by: Mumulhl <mumulhl@duck.com> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2645 Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org> Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
* | | | Revert "Fix heatmap localization"Earl Warren2024-03-2022-33/+27
|/ / / | | | | | | | | | | | | | | | It conflicts with unmerged translations. This reverts commit 708f4bc3b6bb40dd2b18ff7c009e2f9cfe7c4780.
* | | Merge pull request 'Use separate keys for tabs on login screen' (#2630) from ↵Gusted2024-03-1931-31/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:signintabs into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2630 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org>
| * | | [I18N] Use separate keys for tabs on login screen0ko2024-03-1331-35/+39
| | |/ | |/|
* | | Merge pull request 'Plurals and translations for heatmap' (#2612) from ↵Earl Warren2024-03-1922-27/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0ko/forgejo:oneisone into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2612 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org>
| * | | Fix heatmap localization0ko2024-03-1922-27/+33
| |/ / | | | | | | | | | Fixes #2552
* | | Merge pull request 'English fixes and improvements' (#2631) from ↵Earl Warren2024-03-191-497/+498
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 0ko/forgejo:english20240311 into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2631 Reviewed-by: Otto <otto@codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
| * | [I18N] Fix capitalization in English and reword a few strings0ko2024-03-171-497/+498
| | | | | | | | | | | | fixes #2551
* | | Merge pull request '[gitea] Week 11 cherry-pick' (#2620) from ↵Earl Warren2024-03-132-4/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | earl-warren/forgejo:wip-gitea-cherry-pick into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2620
| * | | Fix 500 when deleting account with incorrect password or unsupported login ↵Lunny Xiao2024-03-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type (#29579) Fix #26210 --------- Co-authored-by: Jason Song <i@wolfogre.com> (cherry picked from commit ce8a98f8789a7e4e9ee97ab0abac6064d78fb1f6)
| * | | Detect broken git hooks (#29494)Jason Song2024-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect broken git hooks by checking if the commit id of branches in DB is the same with the git repo. It can help #29338 #28277 and maybe more issues. Users could complain about actions, webhooks, and activities not working, but they were not aware that it is caused by broken git hooks unless they could see a warning. <img width="1348" alt="image" src="https://github.com/go-gitea/gitea/assets/9418365/2b92a46d-7f1d-4115-bef4-9f970bd695da"> It should be merged after #29493. Otherwise, users could see a ephemeral warning after committing and opening the repo home page immediately. And it also waits for #29495, since the doc link (the anchor part) will be updated. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io> (cherry picked from commit a4bcfb8ef1d5b2b522f78c9560d53ddbdbb02218)
| * | | [skip ci] Updated translations via CrowdinGiteaBot2024-03-111-4/+7
| |/ / | | | | | | | | | (cherry picked from commit 82875ae946b34e67beb3c89d0bd02a0fee9ad96e)
* / / [I18N] Translations update from Weblate (#2588)Codeberg Translate2024-03-1311-854/+1179
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations update from [Weblate](https://translate.codeberg.org) for [Forgejo/forgejo](https://translate.codeberg.org/projects/forgejo/forgejo/). Current translation status: ![Weblate translation status](https://translate.codeberg.org/widget/forgejo/forgejo/horizontal-auto.svg) Co-authored-by: Fjuro <ifjuro@proton.me> Co-authored-by: Dirk <dirk@0x7be.de> Co-authored-by: Panagiotis \"Ivory\" Vasilopoulos <git@n0toose.net> Co-authored-by: earl-warren <contact@earl-warren.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-authored-by: 0ko <0ko@users.noreply.translate.codeberg.org> Co-authored-by: Wuzzy <wuzzy@disroot.org> Co-authored-by: WithLithum <withlithum@outlook.com> Co-authored-by: jadedctrl <jadedctrl@posteo.at> Co-authored-by: mondstern <mondstern@monocles.de> Co-authored-by: MatseVH <matse.vanhorebeek@gmail.com> Co-authored-by: Fjuro <Fjuro@users.noreply.translate.codeberg.org> Co-authored-by: mondstern <mondstern@users.noreply.translate.codeberg.org> Co-authored-by: Dirk <Dirk@users.noreply.translate.codeberg.org> Co-authored-by: EOWNERDEAD <eownerdead@disroot.org> Co-authored-by: Kaede Fujisaki <ledyba@users.noreply.translate.codeberg.org> Co-authored-by: Gusted <Gusted@users.noreply.translate.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2588 Co-authored-by: Codeberg Translate <translate@noreply.codeberg.org> Co-committed-by: Codeberg Translate <translate@noreply.codeberg.org>
* | Merge pull request 'Improve English names & consistency' (#2610) from ↵Earl Warren2024-03-111-83/+84
|\ \ | | | | | | | | | | | | | | | | | | 0ko/forgejo:english20240308 into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2610 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
| * | [I18N] Improve English names & consistency0ko2024-03-101-83/+84
| | |
* | | Fix repo unarchivation button0ko2024-03-091-2/+2
|/ /
* / [I18N] Improve English locale for admin settings0ko2024-03-061-107/+106
|/
* Merge pull request '[gitea] cherry-pick' (#2545) from ↵Earl Warren2024-03-067-7/+121
|\ | | | | | | | | | | | | earl-warren/forgejo:wip-gitea-cherry-pick into forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2545 Reviewed-by: Otto <otto@codeberg.org>