summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix `doctor --run check-db-consistency --fix` with label fix (#16094)Lunny Xiao2021-06-081-17/+24
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-089-198/+545
* Fixed assert statements. (#16089)KN4CK3R2021-06-0713-49/+49
* Fix case change in ownernames (#16045)zeripath2021-06-021-0/+20
* Encrypt migration credentials at rest (#15895)Norwin2021-05-313-1/+117
* Double the avatar size factor (#15941)silverwind2021-05-211-1/+1
* Encrypt LDAP bind password in db with SECRET_KEY (#15547)zeripath2021-05-201-1/+16
* improve empty notice (#15890)Lunny Xiao2021-05-161-0/+5
* Restore PAM user autocreation functionality (#15825)zeripath2021-05-131-1/+14
* Unregister non-matching serviceworkers (#15834)silverwind2021-05-121-1/+2
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-121-7/+25
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-124-7/+29
* don't record error when loading ref comment but ref comment id is zero (#15820)Lunny Xiao2021-05-111-0/+3
* Use single shared random string generation function (#15741)silverwind2021-05-105-11/+10
* Display conflict-free merge messages for pull requests (#15773)Steven2021-05-082-2/+44
* Fix setting version table in dump (#15753)zeripath2021-05-072-2/+2
* fix some ui bug about draft release (#15137)a10121127962021-05-061-0/+12
* Fix DB session cleanup (#15697)zeripath2021-05-011-1/+1