summaryrefslogtreecommitdiffstats
path: root/routers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * [CHORE] Use forked `binding` libraryGusted2024-11-055-5/+5
* | Merge pull request '[gitea] week 2024-45 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-0617-20/+23
|\ \
| * | improve performance of diffs (#32393)Rowan Bohde2024-11-053-3/+8
| * | Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-11-0510-12/+15
| * | refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-11-055-5/+0
* | | Merge pull request '[PORT] Replace DateTime with proper functions (gitea#3240...Otto2024-11-051-2/+2
|\ \ \ | |_|/ |/| |
| * | [PORT] Replace DateTime with DateUtils (gitea#32383)wxiaoguang2024-11-031-2/+2
* | | Merge pull request '[PORT] Refactor the DB migration system slightly (gitea#3...Gusted2024-11-051-1/+1
|\ \ \
| * | | [PORT] Refactor the DB migration system slightly (gitea#32344)wxiaoguang2024-11-031-1/+1
| |/ /
* | | Merge pull request 'feat: add partial quoting' (#5677) from gusted/forgejo-pa...Gusted2024-11-051-1/+1
|\ \ \ | |_|/ |/| |
| * | feat: Add partial quotingGusted2024-10-261-1/+1
* | | [PORT] Fix git error handling (gitea#32401)wxiaoguang2024-11-033-13/+7
| |/ |/|
* | feat: Add Search to Releases PageJakobDev2024-11-022-0/+15
* | Add branch auto deletion for scheduled PRsTom Neuber2024-10-313-3/+3
* | Merge pull request '[gitea] week 2024-44 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-10-298-33/+42
|\ \
| * | Fix disable 2fa bug (#32320)Lunny Xiao2024-10-271-3/+6
| * | Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-277-30/+36
* | | Merge pull request 'use constant time check for internal token' (#5719) from ...Earl Warren2024-10-281-1/+2
|\ \ \
| * | | fix(sec): use constant time check for internal tokenGusted2024-10-281-1/+2
| |/ /
* / / security: add permission check to 'delete branch after merge'Gusted2024-10-282-37/+25
|/ /
* | Merge pull request 'feat: combine review requests comments' (#5695) from gust...Earl Warren2024-10-272-0/+553
|\ \
| * | feat: combine review requests commentsGusted2024-10-252-0/+553
| |/
* | Merge pull request 'Fix boolean inputs in workflow_dispatch' (#5439) from Mai...Earl Warren2024-10-261-3/+3
|\ \ | |/ |/|
| * Fix boolean inputs in workflow_dispatch; closes #5425Mai-Lapyst2024-10-011-3/+3
* | Merge pull request '[gitea] week 2024-43 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-10-221-19/+32
|\ \
| * | API: enhance SearchIssues swagger docs (#32208)65432024-10-201-19/+32
* | | fix: don't show truncated comments in RSS/Atom feedsGusted2024-10-221-0/+12
* | | Merge pull request 'fix: use ValidateEmail as binding across web forms' (#515...Gusted2024-10-217-20/+26
|\ \ \
| * | | fix: use ValidateEmail as binding across web formsSolomon Victorino2024-08-297-20/+26
* | | | fix arch pkgdragon2024-10-211-2/+7
| |/ / |/| |
* | | Merge pull request '[gitea] week 2024-42 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-10-191-9/+33
|\ \ \
| * | | Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-131-9/+33
* | | | feat(ui): set your_repositories as the default filter for org dashboards (#5593)0ko2024-10-171-5/+19
* | | | fix: Add server logging for OAuth server errorsGusted2024-10-171-10/+11
* | | | Merge pull request '[BUG] Don't allow owner team with incorrect unit access' ...Otto2024-10-141-10/+11
|\ \ \ \
| * | | | [BUG] Don't allow owner team with incorrect unit accessGusted2024-10-111-10/+11
| |/ / /
* | | | Merge pull request 'fix: don't cancel schedule workflows on push to main bran...Earl Warren2024-10-132-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix: don't cancel schedule workflows on push to main branchKwonunn2024-10-052-2/+2
* | | | Fix bug when a token is given public onlyLunny Xiao2024-10-106-50/+110
* | | | Merge pull request '[gitea] week 2024-41 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-10-093-9/+20
|\ \ \ \
| * | | | Add support for searching users by email (#30908)yp053272024-10-061-5/+6
| * | | | Fix PR creation on forked repositories (#31863)Job2024-10-061-3/+14
| * | | | Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-061-1/+0
| |/ / /
* | | | [Feat]Add link to show all Issues/PullRequests (#4125)JakobDev2024-10-091-0/+1
* | | | i18n: improve 'Verify' error message, stopgap for #2809 (#5479)voltagex2024-10-071-1/+1
|/ / /
* | | Merge pull request 'feat: support regexp in git-grep search' (#4968) from yoc...Otto2024-10-043-8/+70
|\ \ \
| * | | code-search: make linters happy againRadosław Piliszek2024-09-162-6/+2
| * | | ui(code-search): fix to use CodeSearchModeRadosław Piliszek2024-09-163-4/+0
| * | | ui(git-grep): expose regexp mode in dropdownShiny Nematoda2024-09-163-4/+29
| * | | git-grep: support regexpRadosław Piliszek2024-09-161-6/+51