| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -29/+0 |
* | Prometheus endpoint (#5256) | Stanislav | 2018-11-04 | 1 | -0/+1 |
* | Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#... | Jerry Jacobs | 2018-10-30 | 1 | -1/+3 |
* | Use named const instead of a raw string (#5115) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
* | Remove duplicated if bodies (#5121) | Oleg Kovalov | 2018-10-19 | 1 | -12/+5 |
* | Add support for search by uid (#4876) | zeripath | 2018-10-18 | 1 | -0/+6 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -12/+17 |
* | Do not autocreate directory for new user/orgs (#4828) (#4849) | SagePtr | 2018-09-06 | 1 | -3/+6 |
* | add vendor to user reserved words and format words list according alphabet (#... | Lunny Xiao | 2018-08-13 | 1 | -1/+29 |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 1 | -4/+4 |
* | fix repository last updated time update when delete a user who watched the re... | Lunny Xiao | 2018-07-05 | 1 | -2/+2 |
* | Limit uploaded avatar image-size to 4096x3072 by default (#4353) | Kim "BKC" Carlbäcker | 2018-07-03 | 1 | -0/+11 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -10/+28 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -1/+133 |
* | Added repository search ordered by stars or forks. Forks column in admin repo... | Alexey Terentyev | 2018-05-24 | 1 | -2/+2 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -3/+3 |
* | Added user language setting (#3875) | kolaente | 2018-05-05 | 1 | -0/+2 |
* | Add "error" as reserved username (#3882) | Lauris BH | 2018-05-02 | 1 | -1/+1 |
* | Fix typo in deleteUser (#3781) | Michael Kuhn | 2018-04-10 | 1 | -1/+1 |
* | Implements generator cli for secrets (#3531) | Codruț Constantin Gușoi | 2018-02-18 | 1 | -1/+2 |
* | Fixes missing avatars in offline mode (#3471) | Codruț Constantin Gușoi | 2018-02-08 | 1 | -1/+3 |
* | Enable caching on assets and avatars (#3376) | Morgan Bazalgette | 2018-02-04 | 1 | -1/+1 |
* | Change reserved avatar name to correct - avatars (#3375) | Lauris BH | 2018-01-16 | 1 | -1/+1 |
* | refactor(model): update user method. (#3360) | Bo-Yi Wu | 2018-01-13 | 1 | -32/+16 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -7/+10 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -4/+4 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -2/+12 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -8/+0 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -8/+6 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -0/+1 |
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 1 | -5/+11 |
* | Enable admin to search by email (#2888) | Ethan Koenig | 2017-11-26 | 1 | -8/+13 |
* | Add checks for commits with missing author and time (#2771) | Lauris BH | 2017-10-26 | 1 | -4/+11 |
* | Hide unactive on explore users and some refactors (#2741) | Lunny Xiao | 2017-10-24 | 1 | -42/+32 |
* | Use buffersize to reduce database connection when iterate (#2724) | Lunny Xiao | 2017-10-21 | 1 | -1/+1 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -6/+6 |
* | Use session when creating user (#2638) | Ethan Koenig | 2017-10-03 | 1 | -16/+20 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -10/+5 |
* | Reduce usage of allcols on update (#2596) | Lunny Xiao | 2017-09-25 | 1 | -1/+5 |
* | Prevent sending emails and notifications to inactive users (#2384) | David Schneiderbauer | 2017-09-16 | 1 | -1/+1 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -10/+2 |
* | Disable custom Git Hooks globally via configuration file (#2450) | techknowlogick | 2017-09-12 | 1 | -1/+1 |
* | some refactors for issue and comments (#2419) | Lunny Xiao | 2017-08-30 | 1 | -2/+10 |
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -4/+29 |
* | Fix username rendering bug (#2122) | Ethan Koenig | 2017-07-12 | 1 | -4/+0 |
* | Use default avatar on error | Ethan Koenig | 2017-06-29 | 1 | -3/+2 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -3/+3 |
* | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 1 | -2/+1 |
* | Rename RepoCreationNum -> MaxCreationLimit (#1766) | Jonas Östanbäck | 2017-05-24 | 1 | -2/+2 |
* | Fix and test for delete user (#1713) | Ethan Koenig | 2017-05-20 | 1 | -20/+24 |