summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix ldap user sync missed email in email_address table (#18786) (#18876)Lunny Xiao2022-02-241-5/+26
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-241-11/+40
* Fix ldap loginname (#18789) (#18804)Lunny Xiao2022-02-221-0/+14
* Fix bug for get user by email (#18834)Lunny Xiao2022-02-211-12/+2
* Show fullname on issue edits and gpg/ssh signing info (#18828)Wim2022-02-202-3/+5
* remove redundant call to UpdateRepoStats during migration (#18591) (#18794)singuliere2022-02-172-36/+4
* Attempt to fix the webauthn migration again - part 3 (#18770) (#18771)zeripath2022-02-1610-253/+190
* Increase the size of the webauthn_credential credential_id field (#18739) (#1...zeripath2022-02-148-2/+282
* Let return correct perm (#18675) (#18689)Gusted2022-02-091-1/+6
* No longer show the db-downgrade SQL in production (#18654)wxiaoguang2022-02-071-3/+6
* Collaborator trust model should trust collaborators (#18539) (#18557)zeripath2022-02-032-6/+6
* Add `GetUserTeams` (#18499) (#18531)zeripath2022-02-022-10/+55
* Fix for AvatarURL database type (#18487) (#18529)zeripath2022-02-021-1/+1
* Only view milestones from current repo (#18414) (#18417)zeripath2022-01-261-16/+0
* 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
* Simplify parameter types (#18006)Gusted2021-12-204-6/+6
* Add support for ssh commit signing (#17743)Wim2021-12-199-18/+497
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-166-0/+93
* Fix TemplateRepo no longer in models.repo (#17993)Caellion2021-12-161-0/+10
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-161-3/+0
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-155-17/+33
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-32/+6
* Prevent deadlock in create issue (#17970)zeripath2021-12-133-5/+11
* Improve behavior of "Fork" button (#17288)qwerty2872021-12-131-0/+30