aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Store webhook event in database (#29145)oliverpool2024-03-075-41/+97
* Fix bug hidden on CI and make ci failed if tests failure (#29254)Lunny Xiao2024-03-0718-29/+155
* Avoid issue info panic (#29625)wxiaoguang2024-03-061-3/+7
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-0/+5
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-063-0/+24
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-052-30/+65
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-043-3/+4
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-043-234/+6
* Add user blocking (#29028)KN4CK3R2024-03-0437-511/+673
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-043-7/+61
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-3/+13
* remove util.OptionalBool and related functions (#29513)65432024-03-0221-105/+107
* Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-021-4/+4
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-023-0/+53
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-012-6/+21
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-014-1/+189
* Refactor some Str2html code (#29397)wxiaoguang2024-03-015-7/+12
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-296-110/+102
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-10/+11
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+17
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-272-35/+38
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-271-0/+3
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+29
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-253-3/+3
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-15/+22
* Users with `read` permission of pull requests can be assigned too (#27263)Lunny Xiao2024-02-242-3/+5
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-2416-7/+471
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-243-0/+33
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-242-43/+15
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-234-21/+22
* Add slow SQL query warning (#27545)Earl Warren2024-02-231-0/+31
* Support SAML authentication (#25165)techknowlogick2024-02-232-15/+43
* Workaround to clean up old reviews on creating a new one (#28554)65432024-02-192-9/+39
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-0/+22
* Fix gitea-action user avatar broken on edited menu (#29190)yp053272024-02-161-1/+5
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-145-10/+10
* bump to use go 1.22 (#29119)techknowlogick2024-02-142-9/+9
* Remove unused `KeyID`. (#29167)KN4CK3R2024-02-144-17/+12
* Use ghost user if user was not found (#29161)KN4CK3R2024-02-142-0/+12
* Dont load Review if Comment is CommentTypeReviewRequest (#28551)65432024-02-133-1/+12
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-123-0/+21
* Drop "@" from email sender to avoid spam filters (#29109)Gwyneth Morgan2024-02-101-4/+4
* Remove unnecessary parameter (#29092)Lunny Xiao2024-02-081-2/+2
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-053-353/+1
* Unify password changing and invalidate auth tokens (#27625)KN4CK3R2024-02-041-0/+5
* Unify user update methods (#28733)KN4CK3R2024-02-047-397/+105
* Include username in email headers (#28981)Gwyneth Morgan2024-02-031-0/+11
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006)Lunny Xiao2024-02-011-6/+3