aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-262-2/+32
* Don't update email for organisation (#18905)Gusted2022-02-261-1/+1
* Set is_private in fixtures. (#18868)KN4CK3R2022-02-251-0/+2
* Fix migration v210 (#18892)Lunny Xiao2022-02-251-4/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+5
* Fix update user (#18878)Lunny Xiao2022-02-241-3/+4
* Fix ldap user sync missed email in email_address table (#18786)Lunny Xiao2022-02-241-5/+25
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-231-11/+40
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-233-2/+4
* Fix bug for get user by email (#18833)Lunny Xiao2022-02-211-12/+2
* Show fullname on issue edits and gpg/ssh signing info (#18827)Wim2022-02-202-3/+5
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-0/+14
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-174-16/+15
* Attempt to fix the webauthn migration again - part 3 (#18770)zeripath2022-02-1610-251/+190
* Fix display time of milestones (#18753)René Schaar2022-02-163-38/+11
* Ignore the migrate if u2f_registration is not exist (#18760)Lunny Xiao2022-02-141-0/+8
* Increase the size of the webauthn_credential credential_id field (#18739)zeripath2022-02-138-2/+274
* Let `MinUnitAccessMode` return correct perm (#18675)Gusted2022-02-081-1/+6
* 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