aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-032-1/+12
* Make searching issues by keyword case insensitive on DB (#14848)zeripath2021-03-021-3/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-018-9/+41
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-0112-145/+567
* All organization members should be assignable as reviewer (#14262)Jimmy Praet2021-02-281-8/+12
* Disable broken OAuth2 providers at startup (#14802)zeripath2021-02-251-1/+7
* Heatmap days clickable (#13935)gordon--2021-02-201-6/+19
* Remove unused commit (#14741)Lunny Xiao2021-02-201-5/+3
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-194-5/+5
* Add UI to delete tracked times (#14100)Norwin2021-02-195-0/+40
* models/repo: Fix typo in comment (#14731)Jacob Hrbek2021-02-181-2/+2
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-181-0/+25
* Add Password Algorithm option to install page (#14701)zeripath2021-02-161-0/+10
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-154-0/+145
* Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652)65432021-02-123-1/+25
* Add dismiss review feature (#12674)a10121127962021-02-1110-34/+87
* Sort / Move project boards (#14634)Romain2021-02-111-5/+29
* Improve the comment on comment type (#14609)Lunny Xiao2021-02-101-32/+32
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-0/+10
* Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)zeripath2021-02-083-5/+21
* Fix bug about ListOptions and stars/watchers pagnation (#14556)Lunny Xiao2021-02-042-6/+6
* Fix gpg key deletion (#14561)Anton Khimich2021-02-042-1/+15
* Set the name Mapper in migrations (#14526)zeripath2021-01-301-0/+5
* Add Doctor FixWrongUserType (#14522)65432021-01-291-1/+11
* noop (#14521)John Olheiser2021-01-291-98/+3
* Fix migration v141 (#14387)65432021-01-283-1/+109
* Fix bug because of duplicated join (#14454)Lunny Xiao2021-01-261-2/+7
* Cron job to cleanup hook_task table (#13080)Brad Albright2021-01-262-0/+201
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-2412-18/+201
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-215-26/+57
* Allow ssh-keygen on Windows to detect ssh key type (#14413)Chester Liu2021-01-211-5/+0
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+10