summaryrefslogtreecommitdiffstats
path: root/models/repo (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add summary card for repos and releasesJakobDev2024-12-143-6/+78
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-171-0/+1
* Only query team tables if repository is under org when getting assignees (#32...Lunny Xiao2024-11-161-14/+16
* fix: don't show private forks in forks listGusted2024-11-151-4/+6
* fix: anomynous users code search for private/limited user's repositoryGusted2024-11-153-5/+77
* Merge pull request 'feat: Add Search to Releases Page' (#5777) from JakobDev/...Gusted2024-11-021-0/+10
|\
| * feat: Add Search to Releases PageJakobDev2024-11-021-0/+10
* | tests: improve actvititypub integration test codeGusted2024-11-011-0/+1
|/
* fix: Add `recentupdated` as recognized sort optionGusted2024-10-191-0/+1
* [FEAT] Allow pushmirror to use publickey authenticationPhilip Peterson2024-08-222-0/+55
* Merge pull request 'Update module github.com/golangci/golangci-lint/cmd/golan...Earl Warren2024-08-191-1/+1
|\
| * Fix linting issuesGusted2024-08-181-1/+1
* | style: reenable switch checkTheFox0x72024-08-181-2/+1
|/
* Remove unused code from models/repos/release.go (#31756)Kemal Zebari2024-08-041-26/+0
* Make GetRepositoryByName more safer (#31712)Lunny Xiao2024-08-041-6/+7
* Add testifylint to lint checks (#4535)TheFox0x72024-07-3016-199/+212
* Implement external assetsMalte Jürgens2024-07-291-0/+29
* Add support for workflow_dispatch (#3334)Mai-Lapyst2024-06-281-5/+5
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-161-19/+19
* rm const do inline (#31360)65432024-06-161-42/+18
* [Refactor] Unify repo search order by logic (#30876)65432024-06-162-35/+62
* test(mock): DeletePushMirrors & AddPushMirrorRemoteEarl Warren2024-06-021-1/+3
* ui for adding following reposMichael Jerger2024-05-245-0/+146
* fix: hook post-receive for sha256 reposoliverpool2024-05-151-1/+1
* Get repo list with OrderBy alpha should respect owner too (#30784)65432024-05-121-2/+2
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-1/+1
* Get repo assignees and reviewers should ignore deactivated users (#30770) (#3...65432024-05-052-9/+22
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-1/+0
* [FEAT]Add Option to hide Release Archive links (#3139)JakobDev2024-04-241-0/+1
* Add container.FilterSlice function (gitea#30339)oliverpool2024-04-161-4/+5
* Clean up log messages (#30313)wxiaoguang2024-04-151-1/+1
* Merge pull request '[GITEA PORT] Do some performance optimize for issues list...Earl Warren2024-04-081-1/+1
|\
| * Do some performance optimize for issues list and view issue/pull (gitea#29515)Lunny Xiao2024-04-081-1/+1
* | Add fix and migrationJakobDev2024-04-081-0/+3
* | Count downloads for tag archivesJakobDev2024-04-084-22/+201
|/
* [I18N] Allow custom repo size format0ko2024-04-021-9/+2
* Provide a way to translate data units0ko2024-03-301-5/+9
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-03-251-26/+0
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-202-0/+38
* remove util.OptionalBool and related functions (#29513)65432024-03-062-6/+7
* Refactor some Str2html code (#29397)wxiaoguang2024-03-061-1/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-062-69/+66
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-03-061-10/+11
* Users with `read` permission of pull requests can be assigned too (#27263)Lunny Xiao2024-02-261-1/+3
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-261-3/+3
* [BUG] Load `AllUnitsEnabled` when necessaryGusted2024-02-211-0/+25
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-142-0/+4
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-058-9/+323
|\
| * [GITEA] Allow changing the repo Wiki branch to mainGergely Nagy2024-02-051-0/+8
| * Revert "Fix schedule tasks bugs (#28691)"Earl Warren2024-02-051-0/+26