summaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations.go
Commit message (Expand)AuthorAgeFilesLines
* Fix can_push value to false in protected_branch (#2560)Lauris BH2017-09-201-0/+2
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-0/+2
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-0/+2
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+2
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+2
* Convert xorm literal queries to method calls (#2253)G2017-08-041-2/+1
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-0/+2
* Fix username rendering bug (#2122)Ethan Koenig2017-07-121-0/+2
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-021-0/+2
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-0/+2
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-12/+5
* Migration to fix existing owner team units (#1873)Ethan Koenig2017-06-051-0/+2
* Fix activity feed (#1779)Ethan Koenig2017-05-261-0/+2
* Add units to team (#947)Lunny Xiao2017-05-181-0/+2
* LDAP user synchronization (#1478)Lauris BH2017-05-101-0/+2
* Add primary key and index to external login user table (#1656)Lauris BH2017-05-021-0/+2
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+2
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+2
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-0/+2
* rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)Philippe Kueck2017-03-231-0/+2
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-201-0/+2
* fix gpg wrong column typesLunny Xiao2017-03-201-0/+2
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+2
* Fix migration comment (#1241)Sandro Santilli2017-03-141-1/+1
* fix forget migration for wiki hooks (#1227)Lunny Xiao2017-03-131-0/+2
* Don't rewrite non-gitea public keys (#906)Lunny Xiao2017-03-031-0/+2
* Allow migrating installations with no local avatars (#1056)Sandro Santilli2017-02-261-1/+1
* Fix avatar enumable (#1049)Lunny Xiao2017-02-251-0/+2
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-0/+2
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+2
* Protected branches system (#339)Denis Denisov2017-02-211-0/+2
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-2/+4
* Cleanup log messagingGabriel Jackson2017-02-021-1/+1
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-1/+3
* 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-281-13/+49
* Remember diff view style (#163)Andrey Nering2016-11-131-1/+3
* 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-261-1/+1
* migrations: set comment updated as createdUnknwon2016-08-261-0/+3
* 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-081-8/+10
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-0/+220
* Replace uuid module with original packageUnknwon2016-02-201-1/+1