Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve all group memberships properly | Morris Jobke | 2018-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix retrieving group members with numerical uids from LDAP | Arthur Schiwon | 2018-02-26 | 1 | -6/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | User_LDAP plugins: smaller fixes | Vinicius Cubas Brand | 2017-11-03 | 1 | -11/+11 |
| | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 1 | -5/+111 |
| | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix comments | Morris Jobke | 2017-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix usersInGroup retrieval | Arthur Schiwon | 2017-04-25 | 1 | -14/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix method name due to changes in master | Arthur Schiwon | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2 | Arthur Schiwon | 2017-04-25 | 1 | -4/+184 |
|\ | |||||
| * | user_ldap: Add support for gidNumber | Xuanwo | 2017-04-25 | 1 | -4/+184 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch is based on the work of @dleeuw (https://github.com/dleeuw) (See https://github.com/nextcloud/server/issues/2640#issuecomment-269615883 for more details). The difference is user & group data will be written into cache to have better performance, and functions splited from primaryGroupID series to make them more readable. Fixed https://github.com/nextcloud/server/issues/2640 Signed-off-by: Xuanwo <xuanwo@yunify.com> | ||||
* | | Change LDAP method names | Morris Jobke | 2017-04-12 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuid | Roeland Jago Douma | 2017-03-29 | 1 | -1/+3 |
|\ \ | |/ |/| | Ldap no memberof with memberuid | ||||
| * | Don't try to use memberof on posixgroups, since it doesn't support | Andreas Pflug | 2017-01-31 | 1 | -1/+3 |
| | | | | | | | | | | memberUid attributes. Signed-off-by: Andreas Pflug <dev@admin4.org> | ||||
* | | Add repair steps | Arthur Schiwon | 2017-02-17 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Harden empty | Victor Dubiniuk | 2016-10-13 | 1 | -6/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -4/+5 |
| | |||||
* | Use array_merge when reading cached groups members | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-05-30 | 1 | -2/+6 |
| | | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything. | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+4 |
| | |||||
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move BackendUtility to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+0 |
| | |||||
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+901 |