Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -9/+2 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | 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 AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad | ||||
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -6/+1 |
| | | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config | ||||
* | refactor: remove workaround after the golang 1.7 release. (#1349) | Bo-Yi Wu | 2017-03-29 | 1 | -19/+4 |
| | | | | | | | | | | | | | | * refactor: remove workaround after the golang 1.7 release. * remove unused import. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * refactor: Add remove function. * refactor: rename * refactor: update build flag | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | # 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 |