You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
Magnus Lindvall cdb9478774 LDAP Public SSH Keys synchronization (#1844)
* 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)
7 years ago
..
admin LDAP Public SSH Keys synchronization (#1844) 7 years ago
api/v1 LDAP Public SSH Keys synchronization (#1844) 7 years ago
dev Make time diff translatable (#2057) 8 years ago
org Splitted the user settings code into several files to be more maintainable (#3968) 7 years ago
private improve protected branch to add whitelist support (#2451) 8 years ago
repo fix bugs caused by #3929 (#3999) 7 years ago
routes Support secure cookie for csrf-token (#3839) 7 years ago
user LDAP Public SSH Keys synchronization (#1844) 7 years ago
utils Allow adding collaborators with (fullname) (#3103) 7 years ago
home.go Added repository search ordered by stars or forks. Forks column in admin repo list. (#3969) 7 years ago
init.go Store OAuth2 session data in database (#3660) 7 years ago
install.go issue-2768: added new option allow_only_external_registration (#3910) 7 years ago