| Commit message (Expand) | Author | Age | Files | Lines |
* | Use AppURL for Oauth user link (#6894) | techknowlogick | 2019-05-09 | 1 | -1/+1 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 1 | -1/+1 |
* | Allow Recaptcha service url to be configured (#6820) | zeripath | 2019-05-02 | 2 | -2/+7 |
* | fix missing return (#6751) | Lunny Xiao | 2019-04-25 | 1 | -0/+1 |
* | Fix: Sort repos on org home page with non-admin login (#6741) | Lunny Xiao | 2019-04-24 | 1 | -0/+1 |
* | Trace Logging on Permission Denied & ColorFormat (#6618) | zeripath | 2019-04-22 | 1 | -0/+9 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 3 | -19/+32 |
* | UX + Security current user password reset (#5042) | AJ ONeal | 2019-04-18 | 1 | -43/+68 |
* | OAuth2 Grant UI (#6625) | Jonas Franz | 2019-04-17 | 2 | -0/+24 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 2 | -1/+55 |
* | Add option to disable refresh token invalidation (#6584) | Jonas Franz | 2019-04-12 | 1 | -10/+11 |
* | Show last commit status in pull request lists (#6465) | Elias Norberg | 2019-04-02 | 1 | -0/+6 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 4 | -14/+14 |
* | Don't Unescape redirect_to cookie value (#6399) | mrsdizzie | 2019-03-20 | 2 | -6/+5 |
* | Add bio field for user (#6113) | techknowlogick | 2019-03-18 | 1 | -0/+1 |
* | Add support for client basic auth for exchanging access tokens (#6293) | Jonas Franz | 2019-03-11 | 1 | -1/+27 |
* | Add regenerate secret feature for oauth2 (#6291) | Jonas Franz | 2019-03-09 | 1 | -0/+28 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 3 | -0/+572 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 1 | -1/+5 |
* | Show email if the authenticated user owns the profile page being requested fo... | Lanre Adelowo | 2019-02-19 | 1 | -1/+1 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -0/+13 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 2 | -0/+8 |
* | Feature - #3031 - search for org repos (#5986) | Richard Mahn | 2019-02-08 | 1 | -9/+60 |
* | fix bug when deleting a linked account will removed all (#5989) | Lunny Xiao | 2019-02-07 | 1 | -3/+8 |
* | if repo does not exist, show a 404 not a 500 (#5900) | Lanre Adelowo | 2019-01-30 | 1 | -1/+4 |
* | Add the ability to use multiple labels as filters(#5786) | Lauris BH | 2019-01-22 | 1 | -1/+11 |
* | Do not display the raw OpenID error in the UI (#5705) | zeripath | 2019-01-12 | 1 | -1/+2 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -0/+28 |
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 1 | -0/+1 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -1/+6 |
* | Block registration based on email domain (#5157) | Lanre Adelowo | 2018-11-14 | 1 | -0/+5 |
* | UX of link account (Step 1) (#5006) | AJ ONeal | 2018-10-28 | 1 | -2/+24 |
* | Fix to 3819 - Filtering issues by tags on main screen issues (#3824) | Rodrigo Villablanca Vásquez | 2018-10-28 | 1 | -0/+2 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 2 | -0/+4 |
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -1/+72 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 1 | -0/+4 |
* | Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) | SagePtr | 2018-08-14 | 3 | -19/+19 |
* | log user in after a successful sign up (#4615) | Lanre Adelowo | 2018-08-11 | 1 | -1/+2 |
* | fix panic issue on update avatar email (#4580) (#4581) | Dingjun | 2018-08-01 | 1 | -1/+1 |
* | Switch plaintext scratch tokens to use hash instead (#4331) | techknowlogick | 2018-07-27 | 2 | -5/+10 |
* | Add flash message after an account has been successfully activated (#4510) | Lanre Adelowo | 2018-07-25 | 1 | -0/+1 |
* | Redirect to correct page after using scratch token (#4458) | techknowlogick | 2018-07-19 | 1 | -1/+2 |
* | Add Recaptcha functionality to Gitea (#4044) | Fluf | 2018-07-05 | 2 | -3/+49 |
* | Increase default TOTP secret size to 320 bits (#4287) | Clar Charr | 2018-07-03 | 1 | -0/+1 |
* | Fix open redirect vulnerability on login screen (#4312) | Jonas Franz | 2018-06-26 | 1 | -1/+2 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 2 | -3/+7 |
* | fix missing data on redirects (#3975) | David Schneiderbauer | 2018-06-18 | 6 | -86/+90 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -1/+1 |
* | Added repository search ordered by stars or forks. Forks column in admin repo... | Alexey Terentyev | 2018-05-24 | 1 | -0/+8 |