aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-1/+3
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-073-5/+4
* Be more lenient with label colors (#17752)Clar Fon2022-02-072-3/+24
* remove redundant call to UpdateRepoStats during migration (#18591)singuliere2022-02-072-36/+4
* No longer show the db-downgrade SQL in production (#18653)wxiaoguang2022-02-071-3/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-6/+6
* Pass correct context (#18638)Gusted2022-02-061-1/+1
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-0/+13
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-041-4/+18
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-022-6/+6
* Add `GetUserTeams` (#18499)Gusted2022-02-012-10/+55
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-017-0/+97
* Fix non-ASCII search on database (#18437)Gusted2022-02-011-1/+7
* Fix for AvatarURL database type (#18487)Viktor Kuzmin2022-02-011-1/+1
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+9
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-273-8/+10
* Only view milestones from current repo (#18414)zeripath2022-01-261-16/+0
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-265-6/+10
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-252-2/+26
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+1
* Add config options to hide issue events (#17414)qwerty2872022-01-214-19/+69
* format with gofumpt (#18184)65432022-01-2027-62/+45
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1914-48/+57
* Fix PR comments UI (#18323)wxiaoguang2022-01-191-1/+1
* Prevent ambiguous column error in organizations page (#18314)zeripath2022-01-181-5/+5
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-179-168/+215
* Webauthn nits (#18284)zeripath2022-01-154-9/+62
* Support webauthn (#17957)Lunny Xiao2022-01-149-262/+393
* Improve the comment for 2FA filter in admin panel (#18017)Gusted2022-01-131-1/+3
* fix regression from #16075 (#18260)Norwin2022-01-141-3/+2
* migrations: a deadline at January 1st, 1970 is valid (#18237)Aravinth Manivannan2022-01-131-0/+5
* Fix update user bug (#18250)Lunny Xiao2022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-104-4/+4
* Remove `ioutil` (#18222)Gusted2022-01-102-5/+4
* Fix new team (#18212)Lunny Xiao2022-01-081-0/+8
* Add replay of webhooks. (#18191)KN4CK3R2022-01-052-6/+49
* slight optimization for default avatar (#18187)Lunny Xiao2022-01-051-7/+16
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-0512-46/+195
* Increase Salt randomness (#18179)Gusted2022-01-043-11/+83
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-032-0/+22
* tests: add coverage for models migration helpers (#18162)Aravinth Manivannan2022-01-033-1/+173
* Refactor auth package (#17962)Lunny Xiao2022-01-0219-146/+129
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+41
* Allow admin to associate missing LFS objects for repositories (#18143)wxiaoguang2022-01-011-15/+38
* tests: s/GITEA_UNIT_TESTS_VERBOSE/GITEA_UNIT_TESTS_LOG_SQL/ (#18142)singuliere2022-01-011-1/+1
* Fix performance regression when user has many organization (#18125)Lunny Xiao2021-12-301-12/+18
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-299-265/+350
* Fix: unstable sort skips/duplicates issues across pages (#18094)DuckDuckWhale2021-12-291-11/+19
* Enable linter [rule.modifies-value-receiver] and refactor RoleDescriptor (#18...Gusted2021-12-261-2/+1
* Migration 204 use Sync2 (#18044)65432021-12-202-1/+2