aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* add cron job to delete old actions from database (#15688)a10121127962021-05-011-0/+10
* Delete references if repository gets deleted (#15681)KN4CK3R2021-04-301-17/+15
* Fix orphaned objects deletion bug (#15657)Lunny Xiao2021-04-302-3/+39
* Unified link creation. (#15619)KN4CK3R2021-04-301-1/+6
* Delete protected branch if repository gets removed (#15658)KN4CK3R2021-04-301-0/+1
* add `/assets` as root dir of public files (#15219)a10121127962021-04-284-18/+18
* not update updated uinx for `git gc` (#15637)a10121127962021-04-281-1/+1
* Resolve panic on failed interface conversion in migration v156 (#15604)techknowlogick2021-04-241-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-193-7/+17
* Prevent migration 156 failure if tag commit missing (#15519)zeripath2021-04-161-0/+11
* Send size to /avatars if requested (#15459)zeripath2021-04-172-3/+11
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-0/+8