aboutsummaryrefslogtreecommitdiff
path: root/models/models.go
Commit message (Expand)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Enable Go modules (#5835)Unknwon2019-10-23
* models/models: formalize error messagesUnknwon2019-02-06
* models: disable idle connection and set connection max life time (#5532)Unknwon2019-02-06
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
* models: rename Id to IDUnknwon2018-08-16
* restore: reset milestone deadline_unix and closed_date_unix (#5264)Unknwon2018-06-27
* restore: ignore created_unix for milestone table (#5264)Unknwon2018-06-25
* restore: reset original created_unix after insert (#5264)Unknwon2018-06-09
* *: rename "gogits" to "gogs"Unknwon2018-05-27
* models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (#4...m2nlight2018-03-09
* models: update mySQL charset=utf8mb4 (#4880)m2nlight2017-11-22
* models: add utf8mb4 to connStr for mysql (#4878)m2nlight2017-11-21
* Refactoring: remove sessionRelease()Unknwon2017-06-11
* restore: reset table sequences for PostgreSQL (#4357)Unknwon2017-05-21
* 2fa: initial support (#945)Unknwon2017-04-06
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* repo: fix unable to propose pull request from secondary fork (#4324)Unknwon2017-03-23
* models: add config options for XORM logger (#3183)Unknwon2017-03-23
* cmd: able to backup and restoreUnknwon2017-02-27
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* 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
* 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
* 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