| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove collaborative repositories from search on user profiles (#3996) | David Schneiderbauer | 2018-05-21 | 1 | -7/+8 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 3 | -5/+241 |
* | Re-enable random avatar feature (#3988) | David Schneiderbauer | 2018-05-19 | 1 | -1/+1 |
* | Splitted the user settings code into several files to be more maintainable (#... | David Schneiderbauer | 2018-05-17 | 10 | -815/+922 |
* | Refactor User Settings (#3900) | David Schneiderbauer | 2018-05-15 | 3 | -234/+194 |
* | issue-2768: added new option allow_only_external_registration (#3910) | FabioFortini | 2018-05-13 | 1 | -1/+2 |
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 2 | -1/+19 |
* | Do not allow to reuse TOTP passcode (#3878) | Lauris BH | 2018-05-02 | 1 | -1/+7 |
* | Refactor and simplify redirect to url (#3674) | Lauris BH | 2018-03-15 | 3 | -19/+7 |
* | Fix missing translations when updating username. (#3564) | bugreport0 | 2018-02-25 | 1 | -3/+3 |
* | refactor: reduce sql query in retrieveFeeds (#3547) | Bo-Yi Wu | 2018-02-21 | 1 | -31/+8 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 1 | -1/+2 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 2 | -4/+2 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 7 | -143/+143 |
* | Remove useless fmt.Errorf("%v", err) (#3337) | Antoine GIRARD | 2018-01-09 | 1 | -1/+1 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 2 | -2/+2 |
* | Fix bugs in issue dashboard stats (#3073) | Ethan Koenig | 2017-12-26 | 1 | -6/+27 |
* | Remove unnecessary function call (#3109) | Ethan Koenig | 2017-12-08 | 1 | -8/+3 |
* | Add 'mark all read' option to notifications (#3097) | Sasha Varlamov | 2017-12-07 | 1 | -0/+12 |
* | Sort repos in issues dashboard sidebar (#3072) | Ethan Koenig | 2017-12-04 | 1 | -0/+2 |
* | Fix missing password length check when change password (#3039) | Lunny Xiao | 2017-12-02 | 2 | -1/+71 |
* | remove unused variable (#3038) | Lunny Xiao | 2017-11-30 | 1 | -1/+0 |
* | Unit tests for wiki routers (#3022) | Ethan Koenig | 2017-11-30 | 2 | -20/+3 |
* | Disable add key button if SSH is disabled (#2873) | Michael Kuhn | 2017-11-21 | 1 | -3/+6 |
* | Apply LANDING_PAGE config options for logged in users (#2894) | schaffman5 | 2017-11-20 | 1 | -1/+1 |
* | Add search mode option to /api/repo/search (#2756) | Morlinest | 2017-10-27 | 1 | -15/+16 |
* | Merge password and 2fa page on user settings (#2695) | Lunny Xiao | 2017-10-16 | 1 | -37/+30 |
* | Change default sort order (#2647) | Kazuki Sawada | 2017-10-05 | 1 | -6/+1 |
* | Use custom type and constants to hold order by options (#2572) | Morlinest | 2017-09-22 | 1 | -10/+10 |
* | Implementation of all repositories of a user from user->settings (#1740) | Rémy Boulanouar | 2017-09-14 | 1 | -0/+35 |
* | Only check at least one email gpg key (#2266) | Antoine GIRARD | 2017-09-05 | 1 | -2/+2 |
* | fix duplicated feed (#2370) | Lunny Xiao | 2017-08-28 | 2 | -2/+0 |