aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Improve the deletion of issue (#18945)Lunny Xiao2022-03-021-9/+9
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-0/+3
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-6/+20
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-013-3/+167
* Refactor SecToTime() function (#18863)René Schaar2022-02-281-5/+5
* Improve mirror iterator (#18928)Lunny Xiao2022-02-283-3/+5
* Avoid database lookups for `DescriptionHTML` (#18924)Gusted2022-02-271-1/+1
* Fix trace log to show value instead of pointers (#18926)Gusted2022-02-271-1/+8
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* 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