summaryrefslogtreecommitdiffstats
path: root/models/token.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-203/+0
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-261-1/+1
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Fix problem when database ID is not incremented as expected (#17229)finga2021-10-061-1/+1
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+26
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* Add API Token Cache (#16547)zeripath2021-08-171-1/+40
* [API] generalize list header (#16551)65432021-08-121-0/+9
* Only check access tokens if they are likely to be tokens (#16164)zeripath2021-06-161-1/+7
* Use single shared random string generation function (#15741)silverwind2021-05-101-2/+2
* [API] Delete Token accept names too (#12366)65432020-08-281-7/+18
* Use google/uuid to instead satori/go.uuid (#11943)Lunny Xiao2020-06-181-2/+2
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+5
* FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449)65432020-02-241-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-5/+13
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-8/+8
* Hash App token (#6724)techknowlogick2019-05-041-14/+37
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-10/+7
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-12/+7
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-12/+2
* Create missing database indexes (#596)Andrey Nering2017-01-061-4/+4
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-3/+10
* Lint models/token.go (#244)Bwko2016-11-251-0/+3
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-1/+1
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-1/+1
* | Rewrite XORM queriesThibault Meyer2016-11-101-1/+4
|/
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* Remove redundant Unix timestamp method callUnknwon2016-07-231-2/+2
* Fixes #3110 (#3136)Franz Schmidt2016-06-271-0/+3
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-091-16/+30
* Replace uuid module with original packageUnknwon2016-02-201-2/+3
* typo fixzhuharev2016-01-061-2/+2
* finish all new user settings UIUnknwon2015-09-101-1/+1
* #842 able to use access token replace basic authUnknwon2015-09-021-6/+1
* token recent activityUnknwon2015-08-191-2/+8
* new access token UIUnknwon2015-08-191-2/+2
* work on #1493Unknwon2015-08-171-2/+2
* routers/repo/http.go: allow HTTP push/pull by token for #845Unknwon2015-02-071-15/+0
* allow http push by token - #842Christopher Brickley2015-01-081-0/+15
* add personal access token panel #12Unknwon2014-11-121-0/+69