| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some... | Marc Hefter | 2023-04-06 | 4 | -4/+40 |
| * | | feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog... | Marc Hefter | 2023-04-06 | 4 | -0/+133 |
* | | | perform exact Ldap search as well to make sure it works for attributes withou... | Julien Veyssier | 2023-04-13 | 1 | -0/+5 |
|/ / |
|
* | | Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-names | Arthur Schiwon | 2023-04-05 | 1 | -0/+9 |
|\ \ |
|
| * | | Log a warning when a user or group is mapped with a suffix | Côme Chilliet | 2023-04-04 | 1 | -0/+9 |
* | | | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 2 | -7/+7 |
|/ / |
|
* | | fix undefined method getExtStorageHome() | Arthur Schiwon | 2023-03-22 | 2 | -1/+10 |
* | | Merge pull request #37006 from nextcloud/ldap-unmark-dh | Arthur Schiwon | 2023-03-20 | 1 | -2/+0 |
|\ \ |
|
| * | | also unmark deleted ldap user when checking the ldap entry | Robin Appelman | 2023-03-02 | 1 | -2/+0 |
| |/ |
|
* / | Do not send a pagination control with size = 0 if cookie is empty | Côme Chilliet | 2023-03-13 | 1 | -9/+13 |
|/ |
|
* | Remove redundant cast to string in user_ldap | Côme Chilliet | 2023-01-02 | 1 | -2/+2 |
* | Fix psalm spotted errors with new requirements | Côme Chilliet | 2023-01-02 | 1 | -7/+2 |
* | Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallback | Vincent Petry | 2022-12-20 | 1 | -4/+5 |
|\ |
|
| * | Apply a longer TTL of 15min to falling back on backup server | Côme Chilliet | 2022-12-20 | 1 | -4/+5 |
* | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usage | Côme Chilliet | 2022-12-20 | 8 | -69/+59 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into fix/clean-ldap-access-factory-usage | Côme Chilliet | 2022-11-21 | 7 | -111/+156 |
| |\ |
|
| * | | Fix return type for countUsers method | Côme Chilliet | 2022-10-25 | 4 | -10/+9 |
| * | | Make sure to use AccessFactory to create Access instances and use DI | Côme Chilliet | 2022-10-25 | 5 | -60/+51 |
* | | | Fixed backup host logic | Côme Chilliet | 2022-12-19 | 1 | -26/+24 |
* | | | Make code clearer for background host | Côme Chilliet | 2022-12-19 | 1 | -8/+8 |
* | | | Use a dedicated LDAP host and port for background jobs if configured | Côme Chilliet | 2022-12-19 | 2 | -6/+18 |
* | | | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-... | Côme Chilliet | 2022-12-19 | 1 | -7/+14 |
|\ \ \ |
|
| * | | | Cache the fetched list of groups | Côme Chilliet | 2022-11-17 | 1 | -7/+14 |
| | |/
| |/| |
|
* | | | Merge pull request #24574 from zenlord/ldapi-unix-socket-support | Côme Chilliet | 2022-12-08 | 4 | -74/+102 |
|\ \ \ |
|
| * | | | Merge branch 'master' into ldapi-unix-socket-support | Côme Chilliet | 2022-11-22 | 19 | -809/+570 |
| |\| | |
|
| * | | | Add ldap-unix-socket support - squashed commits to files Connection.php, Conf... | Vincent Van Houtte | 2022-09-09 | 4 | -65/+93 |
* | | | | Use TimedJob from OCP instead of OC | Côme Chilliet | 2022-12-05 | 1 | -2/+8 |
* | | | | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeout | blizzz | 2022-11-30 | 2 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Allow to set a custom timeout for ldap connections | Louis Chemineau | 2022-11-23 | 2 | -0/+7 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #35230 from nextcloud/fix/user_ldap-log-backup-switch | Côme Chilliet | 2022-11-24 | 1 | -7/+12 |
|\ \ \ \ |
|
| * | | | | Improve a bit codestyle | Côme Chilliet | 2022-11-22 | 1 | -3/+2 |
| * | | | | Log as warning instead of info when main LDAP server is unreachable | Côme Chilliet | 2022-11-21 | 1 | -1/+1 |
| * | | | | Log switching to LDAP backup host because main one is not available | Côme Chilliet | 2022-11-17 | 1 | -5/+11 |
| |/ / / |
|
* / / / | Cache display name even if it was not filled | Côme Chilliet | 2022-11-17 | 1 | -3/+4 |
|/ / / |
|
* | | | [LDAP] always create instance of own user manager | Arthur Schiwon | 2022-11-10 | 1 | -0/+27 |
* | | | Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typing | Vincent Petry | 2022-11-04 | 2 | -106/+101 |
|\ \ \ |
|
| * | | | Fix $host var handling to avoid passing null to ldap_connect | Côme Chilliet | 2022-10-25 | 1 | -2/+2 |
| * | | | Clean up LDAP Wizard typing | Côme Chilliet | 2022-10-20 | 2 | -104/+99 |
* | | | | Merge pull request #34691 from nextcloud/profiler/ldap-backtrace | Carl Schwan | 2022-10-25 | 2 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Add backtrace to ldap profiler collector | Carl Schwan | 2022-10-20 | 2 | -2/+4 |
| |/ / / |
|
* | | / | Expose mapped user count from LDAP and use that for user limit check | Côme Chilliet | 2022-10-24 | 2 | -3/+24 |
| |_|/
|/| | |
|
* | | | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap | Simon L | 2022-10-21 | 6 | -38/+121 |
|\ \ \
| |/ /
|/| | |
|
| * | | [LDAP] throw exception only against prov api | Arthur Schiwon | 2022-10-18 | 1 | -1/+20 |
| * | | LDAP to no register new users when outside of fair use or over limits | Arthur Schiwon | 2022-10-18 | 6 | -38/+102 |
* | | | Merge pull request #30223 from nextcloud/nested_ldap_groups | Côme Chilliet | 2022-10-20 | 3 | -194/+160 |
|\ \ \ |
|
| * | | | Fix psalm | Carl Schwan | 2022-10-20 | 1 | -1/+4 |
| * | | | Check if cache is present with isset | Carl Schwan | 2022-10-20 | 1 | -1/+1 |
| * | | | Bring back small fixes by Carl | Côme Chilliet | 2022-10-20 | 1 | -8/+6 |
| * | | | Fix LDAP recursive nested group support | Côme Chilliet | 2022-10-20 | 1 | -4/+7 |
| * | | | Revert Carl changes on apps/user_ldap/lib/Group_LDAP.php | Carl Schwan | 2022-10-20 | 1 | -27/+12 |