| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -9/+2 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -7/+3 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -6/+1 |
* | refactor: remove workaround after the golang 1.7 release. (#1349) | Bo-Yi Wu | 2017-03-29 | 1 | -19/+4 |
* | fix delete repo will hang on postgres (#1044) | Lunny Xiao | 2017-02-24 | 1 | -7/+10 |
* | Unit tests for models/admin | Ethan Koenig | 2017-01-09 | 1 | -1/+1 |
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -1/+1 |
* | Lint models/admin.go | Bwko | 2016-11-24 | 1 | -0/+4 |
* | use in instead string join (#155) | Lunny Xiao | 2016-11-12 | 1 | -2/+1 |
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -3/+3 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -2/+7 |
|/ |
|
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -3/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -1/+1 |
* | Add comment note (#3093) | Andrey Nering | 2016-05-23 | 1 | -2/+4 |
* | Fix remove folder issues, including initialization failling. (#2969) | Andrey Nering | 2016-05-06 | 1 | -0/+8 |
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -1/+14 |
* | Workaroud delete folder on Windows. Fix #1738 | Andrey Nering | 2016-02-07 | 1 | -1/+10 |
* | #2558 delete local wiki copy when rename repo and user | Unknwon | 2016-02-05 | 1 | -0/+15 |
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 | 1 | -1/+13 |
* | #2052 Ability to batch delete system notices | Unknwon | 2015-12-01 | 1 | -0/+10 |
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -5/+4 |
* | Fix #532, add system notice | Unknwon | 2014-10-08 | 1 | -0/+64 |