Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | ||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | | 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 |
| | | | | Unix() already uses UTC as timezone | ||||
* | 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 |
| | | | | - Prevent panic on creating notice if database is not available - Prevent incorrect folder on Windows ("/" instead of "\") | ||||
* | #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 |