summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-097-44/+5
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-085-47/+33
* Add dashboard milestone search and repo milestone search by name (#14866)Roger Luo2021-04-081-1/+65
* Fix xorm log stack level (#15285)Lunny Xiao2021-04-051-8/+10
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* [refactor] mailer service (#15072)65432021-04-021-5/+0
* Fix timezone bug when clicking heatmap (#15141)mayswind2021-04-011-1/+1
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-18/+68
* Update repository size on cron gc task (#15177)zeripath2021-03-281-5/+2
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-272-1/+11
* Create Proper Migration Tests (#15116)zeripath2021-03-2416-12/+1007
* Fix Migration 176 yet again (#15131)zeripath2021-03-233-9/+10
* Fix consistency check (#15120)zeripath2021-03-231-1/+1
* Fix the v176 migration (#15110)zeripath2021-03-223-3/+3
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-233-11/+24
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-196-8/+98
* Prevent addition of labels from outside the repository or organisation in iss...zeripath2021-03-193-0/+134
* Fix postgres ID sequences broken by recreate-table (#15015)zeripath2021-03-183-1/+178
* sort release attachments by name (#15008)Norwin2021-03-171-1/+1
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-152-28/+28
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-14103-460/+474
* API: fix set milestone on PR creation (#14981)Norwin2021-03-133-1/+18
* Never add labels not from this repository or organisation and remove org labe...zeripath2021-03-123-5/+61
* Add "captcha" to list of reserved usernames (#14929)fnetX (aka fralix)2021-03-081-0/+1
* Fix overdue marking of closed issues and milestones (#14923)zeripath2021-03-082-2/+7
* Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907)Lunny Xiao2021-03-061-1/+10
* When transfering repository and database transaction failed, rollback the ren...Lunny Xiao2021-03-051-1/+37