aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-232-2/+3
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-214-133/+20
* Fix history count failure (#17351)Lunny Xiao2021-10-211-1/+1
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-213-0/+82
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Allow mocking timeutil (#17354)John Olheiser2021-10-181-0/+6
* Move session to models/login (#17338)Lunny Xiao2021-10-171-1/+1
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-163-0/+146
* Don't panic if we fail to parse U2FRegistration data (#17304)David Jimenez2021-10-142-1/+27
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-132-26/+41
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-123-9/+57
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+13
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-108-3/+385
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-085-0/+157
* Fix incorrect repository count on organization tab of dashboard (#17256)Jimmy Praet2021-10-081-1/+1
* Fix unwanted team review request deletion (#17257)Jimmy Praet2021-10-071-1/+1