| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -203/+0 |
* | Use base32 for 2FA scratch token (#18384) | wxiaoguang | 2022-01-26 | 1 | -1/+1 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -3/+3 |
* | Fix problem when database ID is not incremented as expected (#17229) | finga | 2021-10-06 | 1 | -1/+1 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 1 | -2/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -8/+8 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -8/+26 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -1/+1 |
* | Add API Token Cache (#16547) | zeripath | 2021-08-17 | 1 | -1/+40 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+9 |
* | Only check access tokens if they are likely to be tokens (#16164) | zeripath | 2021-06-16 | 1 | -1/+7 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 1 | -2/+2 |
* | [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 |