summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-072-0/+27
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-082-0/+25
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-282-0/+21
* Fix two typos (#19504)Lunny Xiao2022-04-261-1/+1
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-1/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-6/+6
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-1/+1
* Add Package Registry (#16510)KN4CK3R2022-03-302-0/+96
* Make git.OpenRepository accept Context (#19260)65432022-03-302-2/+2
* nit fix (#19116)65432022-03-171-0/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-172-0/+28
* Update the webauthn_credential_id_sequence in Postgres (#19048)zeripath2022-03-101-0/+6
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* Fix migration v210 (#18892)Lunny Xiao2022-02-251-4/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+5
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-232-1/+2
* Attempt to fix the webauthn migration again - part 3 (#18770)zeripath2022-02-169-250/+189
* Ignore the migrate if u2f_registration is not exist (#18760)Lunny Xiao2022-02-141-0/+8
* Increase the size of the webauthn_credential credential_id field (#18739)zeripath2022-02-138-2/+274
* No longer show the db-downgrade SQL in production (#18653)wxiaoguang2022-02-071-3/+6
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-6/+6
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-262-2/+2
* format with gofumpt (#18184)65432022-01-2011-17/+10
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-193-3/+4
* Webauthn nits (#18284)zeripath2022-01-152-0/+53
* Support webauthn (#17957)Lunny Xiao2022-01-142-0/+93
* Remove `ioutil` (#18222)Gusted2022-01-101-2/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-052-1/+31
* Increase Salt randomness (#18179)Gusted2022-01-042-0/+41
* Migration 204 use Sync2 (#18044)65432021-12-201-1/+1
* Add support for ssh commit signing (#17743)Wim2021-12-193-1/+17
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+19
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-101-1/+10
* Support sorting for project board issuses (#17152)Anbraten2021-12-082-0/+20
* Check if column exist before rename if exist, just return with no error (#17870)Lunny Xiao2021-12-021-0/+24
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-16/+7
* Add user settings key/value DB table (#16834)techknowlogick2021-11-222-0/+27
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-175-0/+5
* Fix offBy1 errors (#17606)Gusted2021-11-141-1/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-3/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+1
* Fix database keyword quote problem on migration v161 (#17522)Lunny Xiao2021-11-051-1/+12
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-4/+4
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-213-12/+20
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-212-0/+25
* Add simple update checker to Gitea (#17212)techknowlogick2021-10-162-0/+25
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-102-0/+35
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-0/+22