aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle duplicate keys on GPG key ring (#17242)zeripath2021-10-071-0/+40
* Fix broken Activities link in team dashboard (#17255)Jimmy Praet2021-10-071-1/+1
* Fix problem when database ID is not incremented as expected (#17229)finga2021-10-063-3/+3
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-064-194/+205
* Add metrics to get issues by repository (#17225)Romain2021-10-051-1/+19
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-052-0/+7
* Add metrics to get issues by label (#17201)Romain2021-10-031-0/+19
* Add projects and project boards in exposed metrics (#17202)Romain2021-10-021-17/+21
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-011-13/+0
* Kanban colored boards (#16647)Romain2021-09-293-2/+42
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-273-5/+23
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-272-1/+7
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+9
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-259-66/+74
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2465-478/+500
* DBContext is just a Context (#17100)zeripath2021-09-23106-982/+1065
* Fix typo skipping a migration (#17130)delvh2021-09-231-1/+1
* Fix commit status index problem (#17061)Lunny Xiao2021-09-237-19/+211
* Fix problem when database id is not increment as expected (#17124)Lunny Xiao2021-09-221-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-227-22/+16