summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* fix drone build bug (#7192)Cherrg2019-06-131-1/+1
* Add golangci (#6418)kolaente2019-06-127-56/+169
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+4
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-4/+4
* fix issuer of OTP URI should be URI-encoded. (#6634)Hui Hui2019-05-271-1/+3
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-152-107/+47
* Use AppURL for Oauth user link (#6894)techknowlogick2019-05-091-1/+1
* Hash App token (#6724)techknowlogick2019-05-041-1/+1
* Allow Recaptcha service url to be configured (#6820)zeripath2019-05-022-2/+7
* fix missing return (#6751)Lunny Xiao2019-04-251-0/+1
* Fix: Sort repos on org home page with non-admin login (#6741)Lunny Xiao2019-04-241-0/+1
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+9
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-203-19/+32
* UX + Security current user password reset (#5042)AJ ONeal2019-04-181-43/+68
* OAuth2 Grant UI (#6625)Jonas Franz2019-04-172-0/+24
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-142-1/+55
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-10/+11
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+6
* Better logging (#6038) (#6095)zeripath2019-04-024-14/+14
* Don't Unescape redirect_to cookie value (#6399)mrsdizzie2019-03-202-6/+5
* Add bio field for user (#6113)techknowlogick2019-03-181-0/+1
* Add support for client basic auth for exchanging access tokens (#6293)Jonas Franz2019-03-111-1/+27
* Add regenerate secret feature for oauth2 (#6291)Jonas Franz2019-03-091-0/+28
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-083-0/+572
* Minor UI tweaks (#5980)John Olheiser2019-02-191-1/+5
* Show email if the authenticated user owns the profile page being requested fo...Lanre Adelowo2019-02-191-1/+1
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-0/+13
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-182-0/+8
* Feature - #3031 - search for org repos (#5986)Richard Mahn2019-02-081-9/+60
* fix bug when deleting a linked account will removed all (#5989)Lunny Xiao2019-02-071-3/+8
* if repo does not exist, show a 404 not a 500 (#5900)Lanre Adelowo2019-01-301-1/+4
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-221-1/+11
* Do not display the raw OpenID error in the UI (#5705)zeripath2019-01-121-1/+2
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-0/+28
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-0/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+6
* Block registration based on email domain (#5157)Lanre Adelowo2018-11-141-0/+5
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-281-2/+24
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-281-0/+2
* User action heatmap (#5131)kolaente2018-10-232-0/+4
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Force user to change password (#4489)Lanre Adelowo2018-09-131-1/+72
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+4
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-143-19/+19
* log user in after a successful sign up (#4615)Lanre Adelowo2018-08-111-1/+2
* fix panic issue on update avatar email (#4580) (#4581)Dingjun2018-08-011-1/+1
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-272-5/+10
* Add flash message after an account has been successfully activated (#4510)Lanre Adelowo2018-07-251-0/+1
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-052-3/+49