summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* Team permission to create repository in organization (#8312)David Svantesson2019-11-202-0/+19
* Add Close() method to gogitRepository (#8901)zeripath2019-11-132-0/+2
* Improve notification (#8835)Lunny Xiao2019-11-122-0/+20
* Template Repositories (#8768)John Olheiser2019-11-112-0/+21
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-2/+2
* Auto-subscribe user to repository when they commit/tag to it (#7657)guillep2k2019-11-102-0/+28
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-062-0/+27
* Fix extra columns from `label` table (#8633)guillep2k2019-10-232-0/+36
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-212-0/+20
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-182-0/+17
* Allow more than 255 characters for tokens in external_login_user table (#8554)Wenxuan Zhao2019-10-182-0/+21
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-1786-86/+86
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-142-0/+85
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-132-0/+36
* Add check for empty set when dropping indexes during migration (#8471)guillep2k2019-10-121-3/+5
* Fix migration v96 to keep issue attachments (#8435)guillep2k2019-10-091-1/+1
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-052-0/+19
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-232-0/+17
* Delete releases attachments if release is deleted (#6068)Lanre Adelowo2019-09-223-1/+50
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-202-0/+22
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-182-0/+26
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-292-0/+18
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-2410-19/+15
* Use gitea forked macaron (#7933)Tamal Saha2019-08-237-10/+11
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-159-36/+37
* Add migration step to remove old repo_indexer_status orphaned records (#7746)guillep2k2019-08-062-0/+18
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-053-97/+23
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-052-0/+28
* change length of some repository's columns (#7652)Lunny Xiao2019-07-292-0/+20
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-082-0/+38
* make dropTableColumns drop columns on sqlite and constraints on all (#6849)zeripath2019-07-011-2/+90
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-303-1/+69
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-235-5/+5
* Add golangci (#6418)kolaente2019-06-124-6/+12
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-292-0/+20
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-2/+2
* Add mssql migration tests (#6852)zeripath2019-05-061-1/+1
* Attempt to fix #6707 (#6823)zeripath2019-05-051-1/+8
* Add GET requests to webhook (#6771)Simon2019-05-052-0/+19
* Fix v85.go: Set UNIQUE constraint later (#6851)zeripath2019-05-051-3/+21
* Hash App token (#6724)techknowlogick2019-05-042-0/+137
* Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736)Lanre Adelowo2019-04-241-0/+10
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-142-0/+20
* fix upload attachments (#6481)Lunny Xiao2019-04-022-0/+30
* Better logging (#6038) (#6095)zeripath2019-04-025-6/+6
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-273-3/+3
* fix migrations 82 to ignore unsynced tags between database and git data and m...Lunny Xiao2019-03-201-6/+40
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-112-0/+89
* Override xorm type mapping for U2F counter (#6232)Maurizio Porrato2019-03-042-0/+34
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-182-0/+20