aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add user settings key/value DB table (#16834)techknowlogick2021-11-226-1/+196
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-2144-570/+550
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-67/+120
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-4/+0
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-1925-368/+420
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1910-166/+245
* Added comment for changing issue ref (#17672)Gusted2021-11-192-1/+21
* Fix bug when project board get open issue number (#17703)Lunny Xiao2021-11-191-1/+3
* Move user/org deletion to services (#17673)KN4CK3R2021-11-1910-286/+54
* Fix possible panic (#17694)Gusted2021-11-181-5/+4
* Prevent NPE due to missing repo in regression in #17551 (#17697)zeripath2021-11-181-2/+14
* Move user functions into user.go (#17659)Lunny Xiao2021-11-186-45/+69
* Remove unnecessary variable assignments (#17695)Gusted2021-11-183-5/+4
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1741-12/+44
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-1710-122/+127
* Multiple Escaping Improvements (#17551)zeripath2021-11-1610-35/+43
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1