summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kanban colored boards (#16647)Romain2021-09-292-0/+24
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+4
* Fix typo skipping a migration (#17130)delvh2021-09-231-1/+1
* Fix commit status index problem (#17061)Lunny Xiao2021-09-233-0/+111
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+6
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-112-0/+24
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-083-0/+106
* Add primary_key to issue_index (#16813)zeripath2021-08-254-4/+24
* Add information for migrate failure (#16803)Lunny Xiao2021-08-241-1/+1
* Alter issue/comment table TEXT fields to LONGTEXT (#16765)wxiaoguang2021-08-222-0/+31
* Recreate Tables should Recreate indexes on MySQL (#16718)zeripath2021-08-191-0/+15
* Add Version info to migrations.go (#16653)65432021-08-081-0/+3
* Restore compatibility with SQLServer 2008 R2 in migrations (#16627)zeripath2021-08-081-6/+3
* Add agit flow support in gitea (#14295)a10121127962021-07-282-0/+26
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-245-12/+10
* Refactor: Move login out of models (#16199)zeripath2021-07-245-0/+247
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-232-18/+22
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-132-0/+17
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-083-4/+4
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-272-0/+48
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+2
* Add tag protection (#15629)KN4CK3R2021-06-252-0/+28
* Rework repository archive (#14723)Lunny Xiao2021-06-233-0/+25
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-162-0/+49
* v180 migration should be standalone (#16151)zeripath2021-06-141-7/+56
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-143-1/+42
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-143-0/+103
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-083-0/+148
* Encrypt migration credentials at rest (#15895)Norwin2021-05-312-0/+76
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-121-7/+25