summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #941 from phsmit/access_refactor无闻2015-02-121-0/+6
|\
| * Refactoring of the Access TablePeter Smit2015-02-121-2/+8
* | models/migrations: fix little logic errorUnknwon2015-02-121-10/+12
|/
* Some comments and improvements for migrationsPeter Smit2015-02-121-14/+16
* models/migartions: make Migration as interface and use sessionUnknwon2015-02-111-22/+61
* first pass work on migration #925Unknwon2015-02-111-44/+51
* Fix collaboration migration codePeter Smit2015-02-041-4/+15
* Introducing Collaboration StructPeter Smit2015-01-231-1/+97
* Migration code: errors are not to be forgottenPeter Smit2015-01-221-2/+6
* Clean up migrations codePeter Smit2015-01-221-4/+6
* Create db migrations frameworkPeter Smit2015-01-221-0/+47