aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+6
* Query the DB for the hash before inserting in to email_hash (#15457)zeripath2021-04-151-0/+5
* Ensure review dismissal only dismisses the correct review (#15477)zeripath2021-04-152-8/+58
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-142-0/+28
* docs: migration start new section (#15462)65432021-04-141-0/+3
* v172 migration adds created_unix field instead of expiry (#15458)zeripath2021-04-131-3/+3
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-102-1/+4
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+2
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-102-5/+16
* Fix `admin user list` (#15358)65432021-04-091-2/+2