| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -7/+0 |
* | SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1... | Kim "BKC" Carlbäcker | 2017-06-15 | 1 | -1/+3 |
* | Status-API (#1332) | Kim "BKC" Carlbäcker | 2017-04-21 | 1 | -0/+1 |
* | Create issue_watch table | Andrey Nering | 2017-03-29 | 1 | -0/+1 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 1 | -0/+1 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+1 |
* | fix install submit crash caused by xorm log (#1119) | Lunny Xiao | 2017-03-06 | 1 | -2/+1 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -2/+0 |
* | added missing new struct sync (#1021) | Lunny Xiao | 2017-02-23 | 1 | -0/+2 |
* | Make Xorm log configurable (#174) | Lunny Xiao | 2017-02-20 | 1 | -12/+5 |
* | Small optimization for getTeamIDs (#919) | Lunny Xiao | 2017-02-14 | 1 | -0/+1 |
* | small optimization for get issue labels | Lunny Xiao | 2017-02-12 | 1 | -0/+1 |
* | Consistency checks for unit tests (#853) | Ethan Koenig | 2017-02-07 | 1 | -0/+1 |
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 1 | -0/+1 |
* | Fix bug in removeOrgRepo | Ethan Koenig | 2017-02-04 | 1 | -0/+2 |
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 1 | -0/+1 |
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -5/+5 |
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -0/+4 |
* | Two factor authentication support (#630) | Andrew | 2017-01-16 | 1 | -0/+1 |
* | Update xorm and dependencies vendor for feature to dump to other database (#565) | Lunny Xiao | 2017-01-03 | 1 | -3/+10 |
* | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 1 | -9/+9 |
* | Notification - Step 1 (#523) | Andrey Nering | 2016-12-31 | 1 | -9/+35 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -1/+1 |
* | Enables mssql support (#383) | btrepp | 2016-12-24 | 1 | -0/+22 |
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -1/+4 |
* | golint fixed for models/models.go (#284) | Lunny Xiao | 2016-11-28 | 1 | -3/+3 |
* | Lint models/org.go & models.go | Bwko | 2016-11-26 | 1 | -5/+21 |
* | test database is connect OK after db config initialized (#239) | Lunny Xiao | 2016-11-24 | 1 | -0/+4 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -2/+2 |
* | use x.SQL instead of x.Sql | Lunny Xiao | 2016-11-10 | 1 | -1/+1 |
* | Replace Gogs to Gitea in installation options | Joubert RedRat | 2016-11-07 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -2/+2 |
* | Changed interface (#3685) | LefsFlare | 2016-09-22 | 1 | -1/+1 |
* | Web editor: support upload files | Unknwon | 2016-08-30 | 1 | -1/+1 |
* | models/issue: improve quality and performance of NewIssue function | Unknwon | 2016-08-15 | 1 | -0/+1 |
* | Code clean up | Unknwon | 2016-08-12 | 1 | -9/+1 |
* | #3442 add test suites | Unknwon | 2016-08-12 | 1 | -0/+15 |
* | Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442) | Thibault Meyer | 2016-08-12 | 1 | -6/+6 |
* | models: rename EnableTidb to EnableTiDB | Unknwon | 2016-08-11 | 1 | -1/+1 |
* | #3013 support connect PostgreSQL via unix socket | Unknwon | 2016-08-11 | 1 | -12/+19 |
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 | 1 | -1/+2 |
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -3/+3 |
* | getEngine() not handles DB parameters (#2972) (#2974) | Tom | 2016-07-02 | 1 | -6/+10 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -24/+0 |
* | fix dependency broken because xorm's API changed | Lunny Xiao | 2016-02-16 | 1 | -6/+1 |
* | fix #1902 | Unknwon | 2015-11-07 | 1 | -1/+1 |
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -2/+1 |
* | print log every time regulater timezone | Unknwon | 2015-10-10 | 1 | -1/+2 |
* | add log when cannot regulate time | Unknwon | 2015-10-09 | 1 | -0/+2 |
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 1 | -2/+2 |