Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -10/+7 |
| | | | | | | | | | | | | | | * 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 | -2/+2 |
| | |||||
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -12/+7 |
| | | | | | | | | * 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 | -12/+2 |
| | | | | | | | | | | | | * 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 | ||||
* | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -4/+4 |
| | |||||
* | fixed vulnerabilities (#392) | Lunny Xiao | 2016-12-15 | 1 | -3/+10 |
| | |||||
* | Lint models/token.go (#244) | Bwko | 2016-11-25 | 1 | -0/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | # 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 | -1/+1 |
| | | | | | | | | | | | | | | - 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 | -1/+4 |
|/ | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 | 1 | -2/+2 |
| | | | | Unix() already uses UTC as timezone | ||||
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -0/+3 |
| | |||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -16/+30 |
| | |||||
* | Replace uuid module with original package | Unknwon | 2016-02-20 | 1 | -2/+3 |
| | |||||
* | typo fix | zhuharev | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | finish all new user settings UI | Unknwon | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | #842 able to use access token replace basic auth | Unknwon | 2015-09-02 | 1 | -6/+1 |
| | |||||
* | token recent activity | Unknwon | 2015-08-19 | 1 | -2/+8 |
| | |||||
* | new access token UI | Unknwon | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -2/+2 |
| | |||||
* | routers/repo/http.go: allow HTTP push/pull by token for #845 | Unknwon | 2015-02-07 | 1 | -15/+0 |
| | |||||
* | allow http push by token - #842 | Christopher Brickley | 2015-01-08 | 1 | -0/+15 |
| | |||||
* | add personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -0/+69 |