summaryrefslogtreecommitdiffstats
path: root/models/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Convert xorm literal queries to method calls (#2253)G2017-08-042-4/+2
* Remove unit types commits and settings (#2161)Lauris BH2017-07-173-16/+74
* Fix username rendering bug (#2122)Ethan Koenig2017-07-122-0/+34
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-022-0/+17
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-252-0/+27
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-212-13/+6
* Migration to fix existing owner team units (#1873)Ethan Koenig2017-06-052-0/+27
* Rename misnamed migration (#1867)Ethan Koenig2017-06-041-12/+0
* Fix activity feed (#1779)Ethan Koenig2017-05-262-0/+46
* Add units to team (#947)Lunny Xiao2017-05-183-1/+26
* fix avatar update bug (#1729)Lunny Xiao2017-05-161-0/+1
* LDAP user synchronization (#1478)Lauris BH2017-05-102-0/+37
* Add primary key and index to external login user table (#1656)Lauris BH2017-05-022-0/+40
* Fix broken migration v27 (#1504)Jonas Östanbäck2017-04-301-12/+30
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-212-0/+36
* Repo size in admin panel (#1482)Jonas2017-04-112-0/+79
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-082-0/+58
* 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