Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | models: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | restore: reset milestone deadline_unix and closed_date_unix (#5264) | Unknwon | 2018-06-27 |
| | |||
* | restore: ignore created_unix for milestone table (#5264) | Unknwon | 2018-06-25 |
| | |||
* | restore: reset original created_unix after insert (#5264) | Unknwon | 2018-06-09 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | models: add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 ↵ | m2nlight | 2018-03-09 |
| | | | | | | | | | | | | | | | | | | | | (#4913) * Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894) * Update models.go Rename NewEngine2 to NewEngineWithParams * Rename NewEngine2 to NewEngineWithParams Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed. * Update dialect_mysql.go * Update dialect_mysql.go * Update models.go | ||
* | models: update mySQL charset=utf8mb4 (#4880) | m2nlight | 2017-11-22 |
| | | | | | | | | * Add utf8mb4 to connStr for mysql. fix #4131 * Update models.go. charset=utf8mb4 for mysql. charset=utf8mb4 for mysql. | ||
* | models: add utf8mb4 to connStr for mysql (#4878) | m2nlight | 2017-11-21 |
| | |||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | repo: fix unable to propose pull request from secondary fork (#4324) | Unknwon | 2017-03-23 |
| | |||
* | models: add config options for XORM logger (#3183) | Unknwon | 2017-03-23 |
| | | | | Added new config section '[log.xorm]'. | ||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
| | | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 | ||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636. | ||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | Added mssql support. (#3772) | dlob | 2017-02-13 |
| | |||
* | models: set XORM log level to WARNING in production | Unknwon | 2017-02-09 |
| | |||
* | models: remove TiDB embedded driver support | Unknwon | 2017-02-09 |
| | | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers. | ||
* | Fix #3905 | Unknwon | 2016-12-20 |
| | |||
* | Changed interface (#3685) | LefsFlare | 2016-09-22 |
| | |||
* | Web editor: support upload files | Unknwon | 2016-08-30 |
| | |||
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 |
| | |||
* | Code clean up | Unknwon | 2016-08-12 |
| | |||
* | #3442 add test suites | Unknwon | 2016-08-12 |
| | |||
* | Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442) | Thibault Meyer | 2016-08-12 |
| | | | | | | | | * Change PostgreSQL connstring parsing to handle IPv6 * Fix used variable * Remove redundant code + use variable | ||
* | models: rename EnableTidb to EnableTiDB | Unknwon | 2016-08-11 |
| | |||
* | #3013 support connect PostgreSQL via unix socket | Unknwon | 2016-08-11 |
| | |||
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | getEngine() not handles DB parameters (#2972) (#2974) | Tom | 2016-07-02 |
| | |||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | fix dependency broken because xorm's API changed | Lunny Xiao | 2016-02-16 |
| | |||
* | fix #1902 | Unknwon | 2015-11-07 |
| | |||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 |
| | |||
* | print log every time regulater timezone | Unknwon | 2015-10-10 |
| | |||
* | add log when cannot regulate time | Unknwon | 2015-10-09 |
| | |||
* | drop oauth2 feature support | Unknwon | 2015-09-17 |
| | |||
* | simplify names | Unknwon | 2015-09-16 |
| | |||
* | #1500 only regulateTimeZone for MySQL | Unknwon | 2015-09-13 |
| | |||
* | add tidb support | Unknwon | 2015-09-12 |
| | |||
* | #1500 timezone minutes offset | Unknwon | 2015-09-11 |
| | |||
* | more minor fix on 1581 | Unknwon | 2015-09-10 |
| | |||
* | finish all new user settings UI | Unknwon | 2015-09-10 |
| | |||
* | new user profile settings UI | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||
* | #1569 force InnoDB for MySQL | Unknwon | 2015-09-03 |
| | |||
* | PR: nothing to commit and has pull request check | Unknwon | 2015-09-02 |
| |