summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_proxy.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-1/+12
|\ | | | | allow login names to be used for s2s with LDAP users
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-1/+12
| |
* | Add missing annotations for parametersLukas Reschke2015-06-271-5/+8
|/
* Update license headersJenkins for ownCloud2015-03-261-13/+15
|
* Revert "Updating license headers"Morris Jobke2015-02-261-15/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+15
|
* inject oc config to User_LDAPArthur Schiwon2015-01-061-2/+4
|
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP User Cleanup background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements Conflicts: apps/user_ldap/ajax/clearMappings.php apps/user_ldap/appinfo/app.php apps/user_ldap/lib/access.php apps/user_ldap/lib/helper.php apps/user_ldap/tests/helper.php core/register_command.php lib/private/preferences.php lib/private/user.php add ldap:check-user to check user existance on the fly Conflicts: apps/user_ldap/lib/helper.php forgotten file PHPdoc fixes, no code change and don't forget to adjust tests
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-1/+9
| | | | * LDAP with multiple servers also proved backendName
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-13/+13
| | | | * test case added to avoid adding them later
* Fix whitespace issuesRobin McCorkell2014-05-161-4/+4
|
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-1/+1
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-23/+23
|
* remove remaining testing artefactArthur Schiwon2014-03-031-1/+1
|
* intendetion. where did the whitespaces come from?Arthur Schiwon2014-03-031-2/+2
|
* LDAP: let proxy for multiple server access methods from AccessArthur Schiwon2014-03-031-4/+13
|
* LDAP: implement userCount action. This required to (finally) clean up and ↵Arthur Schiwon2014-01-081-0/+15
| | | | refactor the search method, which will have a positive performance impact on paged search.
* LDAP: proxy: configurable return to determine when to try the next LDAP ↵Arthur Schiwon2013-11-251-3/+5
| | | | server and when to return (multi server setup)
* LDAP: user proxy must support canChangeAvatar tooArthur Schiwon2013-11-221-0/+9
|
* LDAP: coding styleArthur Schiwon2013-09-271-1/+2
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-5/+5
| | | | inheriting it.
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* LDAP: fix display of numerical display namesArthur Schiwon2013-05-081-1/+1
|
* LDAP: reset user/group-config association only after exists-check, may ↵Arthur Schiwon2013-04-231-2/+9
| | | | performance in some cases
* https://github.com/owncloud/core/pull/1598#discussion_r2976684Thomas Mueller2013-02-121-1/+1
|
* introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-111-0/+8
| | | | backend can list it's users.
* spell checkThomas Mueller2013-01-311-1/+1
| | | | :+1:
* LDAP: implement getDisplayName and getDisplayNames also for UserProxy ↵Arthur Schiwon2013-01-311-0/+27
| | | | (multiple server support)
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+159