summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect repository count on organization tab of dashboard (#17266)Jimmy Praet2021-10-081-1/+1
* Fix unwanted team review request deletion (#17257) (#17264)Jimmy Praet2021-10-071-1/+1
* Fix broken Activities link in team dashboard (#17255) (#17258)Jimmy Praet2021-10-071-1/+1
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) (#1...pricly-yellow2021-10-052-0/+7
* Nicely handle missing user in collaborations (#17049) (#17166)zeripath2021-09-283-5/+23
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-272-13/+19
* Correctly rollback in ForkRepository (#17034) (#17045)zeripath2021-09-151-5/+2
* Decrement Fork Num when converting from Fork (#17035) (#17046)zeripath2021-09-151-0/+6
* Skip AllowedUserVisibilityModes validation on update user if it is an organis...65432021-09-081-2/+2
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-071-0/+5
* Add unique constraint back into issue_index (#16938)zeripath2021-09-031-1/+1
* Correctly return the number of Repositories for Organizations (#16807) (#16911)zeripath2021-09-011-12/+56
* Fix dump and restore respository (#16698) (#16898)Lunny Xiao2021-08-311-0/+5
* Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login so...zeripath2021-08-282-1/+27
* Add primary_key to issue_index (#16813) (#16820)zeripath2021-08-253-5/+5
* Recreate Tables should Recreate indexes on MySQL (#16718) (#16739)zeripath2021-08-201-0/+15
* Fix wrong user in OpenID response (#16736) (#16741)KN4CK3R2021-08-201-0/+16
* Update issue_index to finish migration (#16685) (#16687)65432021-08-131-0/+25
* Restore compatibility with SQLServer 2008 R2 in migrations (#16638)zeripath2021-08-081-6/+3
* Lock goth/gothic and Re-attempt OAuth2 registration on login if registration ...zeripath2021-07-291-5/+0
* not show private user's repo in explore view (#16550) (#16554)a10121127962021-07-271-5/+3
* Fix session bugs (#16552) (#16553)65432021-07-273-17/+47
* Switch to maintained jwt lib (#16532) (#16533)zeripath2021-07-241-1/+1
* Add basic edit ldap auth test & actually fix #16252 (#16465) (#16494)v1.15.0-rc2zeripath2021-07-222-13/+33
* Restore creation of git-daemon-export-ok files (#16508) (#16514)zeripath2021-07-221-2/+13
* Fix crash following ldap authentication update (#16447) (#16448)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
* Handle misencoding of login_source cfg in mssql (#16268)zeripath2021-06-272-20/+21
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-274-43/+71
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-272-22/+64
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-266-37/+129
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+2
* Fix heatmap activity (#15252)siddweiker2021-06-253-15/+48
* Add tag protection (#15629)KN4CK3R2021-06-257-0/+338
* Don't WARN log UserNotExist errors on ExternalUserLogin failure (#16238)zeripath2021-06-231-1/+5
* Rework repository archive (#14723)Lunny Xiao2021-06-238-50/+162
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-26/+1
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-233-33/+39
* Update milestone counters on new issue. (#16183)KN4CK3R2021-06-214-56/+39
* Remove User.GetOrganizations() (#14032)65432021-06-181-53/+0