aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore creation of git-daemon-export-ok files (#16508)zeripath2021-07-221-2/+13
* Add basic edit ldap auth test & actually fix #16252 (#16465)zeripath2021-07-202-13/+33
* Fix crash following ldap authentication update (#16447)zeripath2021-07-151-2/+2
* Retry rename on lock induced failures (#16435)zeripath2021-07-154-10/+10
* Fix activation of primary email addresses (#16385)Meano2021-07-131-21/+21
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-1310-700/+1006
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-132-22/+7
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-8/+9
* Validate Issue Index before querying DB (#16406)Norwin2021-07-121-0/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-0821-32/+32
* Reserve user/repo pattern for rss feature (#16323)65432021-07-012-2/+2
* Escape reference to `user` table in models.SearchEmails (#16313)Adyanth H2021-06-301-1/+1
* Fix list_options GetStartEnd (#16303)sebastian-sauer2021-06-291-1/+1
* just add some unit tests (#16291)65432021-06-291-0/+6