aboutsummaryrefslogtreecommitdiff
path: root/models/migrations/migrations.go
Commit message (Collapse)AuthorAge
* repo: able to view size (#1158)Unknwon2017-03-12
|
* cmd: able to backup and restoreUnknwon2017-02-27
| | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648
* migration: drop 0.6.x supportUnknwon2017-02-19
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* Added mssql support. (#3772)dlob2017-02-13
|
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Fix random string generator (#3953)leonklingele2016-12-21
| | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand
* Minor code fix [CI SKIP]Unknwon2016-08-31
|
* migrations: sync table firstUnknwon2016-08-26
|
* migrations: set comment updated as createdUnknwon2016-08-26
|
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* models/user_mail: refactor EmailAddressUnknwon2016-07-16
|
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-08
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* Replace uuid module with original packageUnknwon2016-02-20
|
* fix possible disclosureUnknwon2015-12-14
|
* Drop 0.5.x supportUnknwon2015-12-10
|
* add unsupported migration promptUnknwon2015-11-25
|
* go vet and fix #1890Unknwon2015-11-08
|
* safe checkUnknwon2015-10-31
|
* work #1705Unknwon2015-10-31
|
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-18
|
* minor fix on API responseUnknwon2015-08-19
|
* finish attachments when create issueUnknwon2015-08-11
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-10
|\ | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * minor fix on #1460Unknwon2015-08-10
| |
* | add migrate from issue.label_ids to issue_labelUnknwon2015-08-10
|/
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* fix #864 with migration and update localeUnknwon2015-07-26
|
* auto fix locale file name changeUnknwon2015-03-25
|
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-23
|
* #1032: legacy code can have duplicated IDs for same repositoryUnknwon2015-03-12
|
* models/migrations: fix update errorUnknwon2015-02-28
|
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* Rewrite of access migrationPeter Smit2015-02-13
| | | | | | | | The old migration had a few issues: - It left old column names around - It did not give the right access levels for owners and admins Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
* models/migrations: finish accessRefactorUnknwon2015-02-12
|
* Merge pull request #941 from phsmit/access_refactor无闻2015-02-12
|\ | | | | Access refactor
| * Refactoring of the Access TablePeter Smit2015-02-12
| | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | models/migrations: fix little logic errorUnknwon2015-02-12
|/
* Some comments and improvements for migrationsPeter Smit2015-02-12
|
* models/migartions: make Migration as interface and use sessionUnknwon2015-02-11
|
* first pass work on migration #925Unknwon2015-02-11
|
* Fix collaboration migration codePeter Smit2015-02-04
|
* Introducing Collaboration StructPeter Smit2015-01-23
|
* Migration code: errors are not to be forgottenPeter Smit2015-01-22
|
* Clean up migrations codePeter Smit2015-01-22
|
* Create db migrations frameworkPeter Smit2015-01-22