aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-19157-2790/+3184
* Notifications API: respond with updated notifications (#17064)Norwin2021-09-172-7/+10
* Add doctor dbconsistency check for release and attachment (#16978)Lunny Xiao2021-09-141-0/+13
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-1429-56/+159
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+6
* Correctly rollback in ForkRepository (#17034)zeripath2021-09-141-5/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-113-1/+57
* Skip AllowedUserVisibilityModes validation on update user if it is an organis...65432021-09-081-2/+2
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-088-82/+173
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-0/+5
* Correctly return the number of Repositories for Organizations (#16807)zeripath2021-09-011-12/+56
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-0/+2
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-0/+5
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-0/+7
* Add test to ensure that dumping of login sources remains correct (#16847)zeripath2021-08-281-0/+46
* Actually compute proper foreground color for labels (#16729)Clar Fon2021-08-251-5/+31
* Use a common quote to instead of check database type (#16817)Lunny Xiao2021-08-251-8/+1
* Add primary_key to issue_index (#16813)zeripath2021-08-255-5/+25
* Add information for migrate failure (#16803)Lunny Xiao2021-08-241-1/+1
* Alter issue/comment table TEXT fields to LONGTEXT (#16765)wxiaoguang2021-08-224-3/+34
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-191-0/+16