aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recreate Tables should Recreate indexes on MySQL (#16718)zeripath2021-08-191-0/+15
* Add API Token Cache (#16547)zeripath2021-08-172-1/+50
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-132-1/+13
* Update issue_index to finish migration (#16685)65432021-08-131-0/+25
* Upgrade xorm to v1.2.2 (#16663)Lunny Xiao2021-08-131-1/+1
* [API] generalize list header (#16551)65432021-08-1230-151/+239
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-096-94/+69
* Add Version info to migrations.go (#16653)65432021-08-081-0/+3
* Restore compatibility with SQLServer 2008 R2 in migrations (#16627)zeripath2021-08-081-6/+3
* Separate open and closed issue in metrics (#16637)Romain2021-08-071-2/+20
* Add agit flow support in gitea (#14295)a10121127962021-07-285-8/+65
* not show private user's repo in explore view (#16550)a10121127962021-07-271-5/+3
* Fix session bugs (#16552)65432021-07-262-16/+46
* Fix add authentication page (#16543)zeripath2021-07-251-0/+13
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-2412-37/+18
* Refactor: Move login out of models (#16199)zeripath2021-07-2420-2214/+1723
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-233-27/+32