aboutsummaryrefslogtreecommitdiff
path: root/models/models.go
Commit message (Collapse)AuthorAge
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* Added mssql support. (#3772)dlob2017-02-13
|
* models: set XORM log level to WARNING in productionUnknwon2017-02-09
|
* models: remove TiDB embedded driver supportUnknwon2017-02-09
| | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers.
* Fix #3905Unknwon2016-12-20
|
* Changed interface (#3685)LefsFlare2016-09-22
|
* Web editor: support upload filesUnknwon2016-08-30
|
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-15
|
* Code clean upUnknwon2016-08-12
|
* #3442 add test suitesUnknwon2016-08-12
|
* Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)Thibault Meyer2016-08-12
| | | | | | | | * Change PostgreSQL connstring parsing to handle IPv6 * Fix used variable * Remove redundant code + use variable
* models: rename EnableTidb to EnableTiDBUnknwon2016-08-11
|
* #3013 support connect PostgreSQL via unix socketUnknwon2016-08-11
|
* #3281 fix x.Iterate returns nothing inside session scope with SQLite3Unknwon2016-07-26
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* getEngine() not handles DB parameters (#2972) (#2974)Tom2016-07-02
|
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* fix dependency broken because xorm's API changedLunny Xiao2016-02-16
|
* fix #1902Unknwon2015-11-07
|
* fix import path, fix #1782Unknwon2015-10-15
|
* print log every time regulater timezoneUnknwon2015-10-10
|
* add log when cannot regulate timeUnknwon2015-10-09
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* simplify namesUnknwon2015-09-16
|
* #1500 only regulateTimeZone for MySQLUnknwon2015-09-13
|
* add tidb supportUnknwon2015-09-12
|
* #1500 timezone minutes offsetUnknwon2015-09-11
|
* more minor fix on 1581Unknwon2015-09-10
|
* finish all new user settings UIUnknwon2015-09-10
|
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* #1569 force InnoDB for MySQLUnknwon2015-09-03
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-02
|
* work on PR conversationUnknwon2015-09-01
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* #1526 URL escape for username and passwordUnknwon2015-08-29
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* fix release created timezone issueUnknwon2015-08-24
|
* fix timezone!Unknwon2015-08-20
|
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-10
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* fix mysql parsetime argUnknwon2015-08-05
|
* better wordingUnknwon2015-08-02
|
* #1400 use new connstr format for postgresUnknwon2015-07-31
|
* Add mysql unix socket support.Tomcat2015-03-14
| | | | If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: fix XORM API breakUnknwon2015-02-14
| | | | | | | | cmd/web.go: check version after load config
| * templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-12
| | | | | | | | disabled #884
* | code fix #941 caution: undertestUnknwon2015-02-13
| |
* | first pass work on migration #925Unknwon2015-02-11
| |