| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] Delete Token accept names too (#12366) | 6543 | 2020-08-28 | 1 | -7/+18 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 1 | -2/+2 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 1 | -0/+5 |
* | FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449) | 6543 | 2020-02-24 | 1 | -1/+1 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -5/+13 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -8/+8 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -14/+37 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -10/+7 |
* | 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 created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -12/+2 |
* | 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 |
|\ |
|
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -1/+1 |
* | | 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 |
* | 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 |