summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-07-082-10/+10
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-074-15/+21
|\ | | | | Sync master
| * Change png icons to svgJuan Pablo Villafáñez2016-07-072-2/+2
| |
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-0764-79/+29
| |\
| * | Revert "[tx-robot] updated from transifex"Morris Jobke2016-07-0710-28/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f.
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-074-4/+18
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2016-07-064-0/+6
| | |
| * | Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-0/+4
| |\ \ | | | | | | | | check if renamed user is still valid by reapplying the ldap filter
| | * | check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm2016-07-041-0/+4
| | | |
| * | | 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 transifexNextcloud bot2016-07-072-22/+22
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2016-07-0662-76/+28
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-012-0/+12
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-302-0/+12
| |
* | Add app:check-code for already compatible appsMorris Jobke2016-06-271-2/+0
| | | | | | | | | | | | * admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
* | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-265-3/+198
|\|
| * [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
| |
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-212-0/+4
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2016-06-142-0/+4
| |
* | fix more stringsMorris Jobke2016-06-201-1/+1
|/
* 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
|