summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
* rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)Philippe Kueck2017-03-232-0/+89
* fix migration failed when authorized_keys is not exist (#1180)Lunny Xiao2017-03-231-0/+5
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-4/+3
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-202-0/+20
* fix gpg wrong column typesLunny Xiao2017-03-202-0/+52
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-172-0/+28
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Fix migration comment (#1241)Sandro Santilli2017-03-141-1/+1
* 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