summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some repository refactors (#17950)Lunny Xiao2021-12-1238-1308/+1091
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-102-6/+17
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-1028-900/+412
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1091-1924/+2012
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-091-1/+0
* Support sorting for project board issuses (#17152)Anbraten2021-12-085-24/+49
* Refactor install page (db type) (#17919)wxiaoguang2021-12-071-2/+1
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-064-119/+115
* Use fmt.Sprintf correctly (#17886)delvh2021-12-021-1/+1
* Check if column exist before rename if exist, just return with no error (#17870)Lunny Xiao2021-12-021-0/+24
* Refactor various strings (#17784)mscherer2021-12-022-3/+5
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-6/+0
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-016-59/+109
* Move more model into models/user (#17826)Lunny Xiao2021-11-2812-562/+509
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-2820-169/+198
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-252-9/+38
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2493-2467/+2642
* Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath2021-11-222-0/+2
* Harden authorized keys a bit more (#17772)mscherer2021-11-221-1/+1
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-0/+6
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-2210-366/+90
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-222-21/+61
* Improvements to content history (#17746)Jimmy Praet2021-11-223-14/+38