aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-172-8/+13
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-172-8/+33
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-0/+8
* [API] ListIssues add more filters (#16174)65432021-06-161-1/+1
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-163-1/+56
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-161-2/+6
* Only check access tokens if they are likely to be tokens (#16164)zeripath2021-06-161-1/+7
* Use milestone deadline when sorting issues (#14551)koalp2021-06-141-2/+11
* Make command in authorized keys a template (#16003)zeripath2021-06-141-2/+10
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-142-7/+10
* v180 migration should be standalone (#16151)zeripath2021-06-141-7/+56
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-149-9/+235
* Improve performance of dashboard list orgs (#16099)Lunny Xiao2021-06-141-0/+19
* Add OpenID claims "profile" and "email". (#16141)KN4CK3R2021-06-141-1/+14
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-1414-82/+354
* Fix bug on getIssueIDsByRepoID (#16119)Lunny Xiao2021-06-102-1/+9