Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426) | blueworrybear | 2019-10-15 | 1 | -0/+10 |
| | |||||
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | * Add LDAP Key Synchronization feature Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Add migration: add login source id column for public_key table * Only update keys if needed * Add function to only list pubkey synchronized from ldap * Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it. * Only get keys belonging to current login source id * Set default login source id to 0 * Some minor cleanup. Add integration tests (updete dep testify) | ||||
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -0/+29 |
* improve protected branch to add whitelist support * fix lint * fix style check * fix tests * fix description on UI and import * fix test * bug fixed * fix tests and languages * move isSliceInt64Eq to util pkg; improve function names & typo |