summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-07-042-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-302-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-252-0/+114
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-222-2/+76
|
* Fix null pointer exception in user_ldap (#25062)Jörn Friedrich Dreyer2016-06-211-1/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-142-0/+4
|
* Use proper namespaces - fixes #25078 (#25079)Thomas Müller2016-06-131-1/+2
|
* Merge pull request #25024 from owncloud/ldap-cachedgroupsbymemberVincent Petry2016-06-102-1/+54
|\ | | | | Use array_merge when reading cached groups members
| * Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
| |
| * Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-102-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-062-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-042-18/+18
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-032-2/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-022-4/+4
|
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-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.
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-282-4/+4
|
* Update license headersLukas Reschke2016-05-2676-104/+157
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-262-0/+4
|
* Fix the tests againJoas Schilling2016-05-254-4/+4
|
* Fix throws docsJoas Schilling2016-05-251-3/+3
|
* Last instances of lowercase user_ldapJoas Schilling2016-05-252-3/+3
|
* Move tests/ to PSR-4Joas Schilling2016-05-2532-66/+61
|
* Fix several minor issuesJoas Schilling2016-05-254-11/+9
|
* Move Job to a better class nameJoas Schilling2016-05-252-5/+7
|
* Move Access to PSR-4Joas Schilling2016-05-2514-33/+25
|
* Move BackendUtility to PSR-4Joas Schilling2016-05-253-3/+3
|
* Move Configuration to PSR-4Joas Schilling2016-05-2510-15/+14
|
* Move Connection to PSR-4Joas Schilling2016-05-2519-32/+30
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-2513-13/+16
|
* Move Helper to PSR-4Joas Schilling2016-05-2516-23/+20
|
* Move interface to PSR-4Joas Schilling2016-05-2516-23/+14
|
* Move LDAP to PSR-4Joas Schilling2016-05-2513-15/+16
|
* Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-2513-16/+17
|
* Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
|
* lib/userJoas Schilling2016-05-251-1/+2
|
* Move wizardJoas Schilling2016-05-254-7/+12
|
* Move lib\user to PSR-4Joas Schilling2016-05-2531-68/+67
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-2519-33/+33
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-256-16/+16
|
* Move Command namespace to PSR-4Joas Schilling2016-05-259-27/+23
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-255-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-242-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-224-42/+102
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-182-0/+2
|
* Fixed dynamic group ldap access (#23450)blizzz2016-05-171-9/+11
| | | | | | | | | | | | | | | | | | | * Fixed dynamic group ldap access getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method * Fixing group handling added back the cache processing and fixed * fixed possible indention problem spaces -> tab conversion * formatting, white-space changes only
* Group fixup (#24621)Roeland Douma2016-05-171-1/+1
| | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-172-0/+2
|