summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* fix forget migration for wiki hooks (#1227)Lunny Xiao2017-03-132-0/+96
* Fix upgrade failed after ever rollback (#1194)Lunny Xiao2017-03-103-3/+17
* Don't rewrite non-gitea public keys (#906)Lunny Xiao2017-03-032-0/+55
* Allow migrating installations with no local avatars (#1056)Sandro Santilli2017-02-262-1/+5
* Fix avatar enumable (#1049)Lunny Xiao2017-02-252-0/+68
* Take back control of hooks (#1006)Lunny Xiao2017-02-233-2/+89
* Oauth2 consumer (#679)Willem van Dreumel2017-02-222-0/+27
* Protected branches system (#339)Denis Denisov2017-02-212-0/+31
* add missing copyright header (#992)Willem van Dreumel2017-02-211-0/+4
* fix some older Gogs upgrade to Gitea (#929)Lunny Xiao2017-02-151-1/+1
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-042-2/+121
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Restrict creating organisations by user (#193)Schwobaland2016-12-312-1/+33
* Replace Gogs with Gitea (#520)Bwko2016-12-281-2/+2
* Enables mssql support (#383)btrepp2016-12-241-0/+1
* Fix random string generator (#384)Denis Denisov2016-12-201-2/+6
* golint fixed for models/migrations (#291)Lunny Xiao2016-11-282-13/+51
* Remember diff view style (#163)Andrey Nering2016-11-132-1/+15
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* use x.SQL instead of x.SqlLunny Xiao2016-11-101-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* Minor code fix [CI SKIP]Unknwon2016-08-311-0/+1
* migrations: sync table firstUnknwon2016-08-262-3/+9
* migrations: set comment updated as createdUnknwon2016-08-262-0/+21
* Remove redundant Unix timestamp method callUnknwon2016-07-231-6/+6
* models/user_mail: refactor EmailAddressUnknwon2016-07-161-2/+2
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-082-8/+62
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-0/+220
* Replace uuid module with original packageUnknwon2016-02-201-1/+1
* fix possible disclosureUnknwon2015-12-141-6/+37
* Drop 0.5.x supportUnknwon2015-12-101-296/+11
* add unsupported migration promptUnknwon2015-11-251-0/+5
* go vet and fix #1890Unknwon2015-11-081-2/+2
* safe checkUnknwon2015-10-311-0/+6
* work #1705Unknwon2015-10-311-0/+43
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-181-0/+47
* minor fix on API responseUnknwon2015-08-191-1/+1
* finish attachments when create issueUnknwon2015-08-111-2/+93
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-0/+3
|\
| * minor fix on #1460Unknwon2015-08-101-0/+3
* | add migrate from issue.label_ids to issue_labelUnknwon2015-08-101-1/+60
|/
* #334: Add Deployment Key SupportUnknwon2015-08-061-1/+1
* fix #864 with migration and update localeUnknwon2015-07-261-5/+69
* auto fix locale file name changeUnknwon2015-03-251-0/+17
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-231-4/+4
* #1032: legacy code can have duplicated IDs for same repositoryUnknwon2015-03-121-1/+4
* models/migrations: fix update errorUnknwon2015-02-281-1/+1
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-12/+64
* Rewrite of access migrationPeter Smit2015-02-131-60/+78
* models/migrations: finish accessRefactorUnknwon2015-02-121-5/+90