summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-121-7/+25
* Use single shared random string generation function (#15741)silverwind2021-05-102-4/+4
* Resolve panic on failed interface conversion in migration v156 (#15604)techknowlogick2021-04-241-1/+1
* Prevent migration 156 failure if tag commit missing (#15519)zeripath2021-04-161-0/+11
* 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
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-082-0/+20
* Create Proper Migration Tests (#15116)zeripath2021-03-2414-1/+985
* Fix Migration 176 yet again (#15131)zeripath2021-03-231-2/+2
* Fix the v176 migration (#15110)zeripath2021-03-221-1/+1
* Delete Labels & IssueLabels on Repo Delete too (#15039)65432021-03-193-2/+58
* Prevent addition of labels from outside the repository or organisation in iss...zeripath2021-03-192-0/+76
* Fix postgres ID sequences broken by recreate-table (#15015)zeripath2021-03-182-1/+117
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-1430-43/+29
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-2/+2
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-012-0/+25
* Remove unused commit (#14741)Lunny Xiao2021-02-201-5/+3
* Add UI to delete tracked times (#14100)Norwin2021-02-192-0/+24
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-152-0/+22
* Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652)65432021-02-122-0/+24
* Add dismiss review feature (#12674)a10121127962021-02-112-0/+24
* Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)zeripath2021-02-082-0/+16
* Set the name Mapper in migrations (#14526)zeripath2021-01-301-0/+5
* noop (#14521)John Olheiser2021-01-291-98/+3
* Fix migration v141 (#14387)65432021-01-283-1/+109
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-242-0/+26
* [Refactor] Passwort Hash/Set (#14282)65432021-01-102-0/+117
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+3
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)Lunny Xiao2021-01-063-1/+107
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-022-0/+40
* Change topic name size from 25 to 50 (#14150)Lunny Xiao2020-12-262-0/+36
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-092-0/+61
* [Docu] Fix Location of Comments in migrations.go (#13900)65432020-12-091-4/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-082-0/+61
* Update Gitea Version & Fix Migration Comments (#13789)65432020-12-031-8/+17
* Add block on official review requests branch protection (#13705)a10121127962020-11-282-0/+19
* Include OriginalAuthor in Reaction constraint (#13505)zeripath2020-11-102-0/+40
* Some improvements for v156 (#13497)Lunny Xiao2020-11-101-7/+12
* Comments on review should have the same sha (#13448)zeripath2020-11-092-0/+112
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-062-80/+0
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-042-0/+80
* Fix bug on release publisherid migrations (#13410)Lunny Xiao2020-11-031-1/+4
* Ensure topics added using the API are added to the repository (#13285)zeripath2020-10-242-0/+70
* Keep database transactions not too big (#13254)Lunny Xiao2020-10-221-41/+40
* Enhance release list (#6025)Lanre Adelowo2020-10-212-0/+142
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-4/+4
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-132-0/+24
* [API] If User is Admin, show 500 error message on PROD mode too (#13115)65432020-10-121-2/+2
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ...65432020-10-122-0/+58