aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-1650-1044/+1057
* Fix offBy1 errors (#17606)Gusted2021-11-141-1/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-1270-648/+791
* unbind the CheckConsistency for some structs so that they can be moved to sub...Lunny Xiao2021-11-121-20/+33
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-1116-592/+652
* Refactor commentTags functionality (#17558)Gusted2021-11-112-9/+35
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-24/+0
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-101-2/+8
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1011-338/+376
* Added GetUserByIDCtx. (#17602)KN4CK3R2021-11-093-5/+10
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0923-191/+215
* Update `User` model comments about permissions (#17583)wxiaoguang2021-11-091-5/+12
* Use provided database Engine (#17595)Gusted2021-11-092-2/+2
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-086-4/+31
* Fix stats upon searching issues (#17566)Gusted2021-11-082-5/+45
* Only allow returned deleted branche to be on repo (#17570)Gusted2021-11-082-1/+26
* Avoid double imports (#17569)Gusted2021-11-081-3/+2
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-41/+14
* Fix database keyword quote problem on migration v161 (#17522)Lunny Xiao2021-11-051-1/+12
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-19/+1
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-302-15/+15
* Quote the table name in CountOrphanedObjects (#17487)zeripath2021-10-301-1/+1
* Run Migrate in Install rather than just SyncTables (#17475)zeripath2021-10-291-3/+22
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-2/+2
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-2/+7