aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs/Sync.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9Andy Scherzinger2024-05-301-21/+2
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-301-21/+2
* | Refactor `OC\Server::getAvatarManager` in user_ldap appAndrew Summers2024-05-301-1/+1
|/
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-301-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-04-241-17/+2
* Fix types for reading and writing config valuesjld31032023-04-051-5/+5
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-1/+1
* Port existing server code to new interfaceCarl Schwan2022-08-081-4/+4
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-011-1/+1
* Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-141-1/+1
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-121-1/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* user share manager to determine share ownershipArthur Schiwon2020-10-261-16/+3
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-24/+24
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+1
* DI for NC's user managerArthur Schiwon2018-04-051-1/+2
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-111-2/+2
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-111-1/+1
* fix changing to next cycleArthur Schiwon2018-01-081-2/+2
* add unit test for qualifies to runArthur Schiwon2018-01-081-2/+2
* fix offset is never being resetArthur Schiwon2018-01-051-1/+1
* create failing test for this caseArthur Schiwon2018-01-051-2/+25
* resolve DIArthur Schiwon2017-11-091-27/+59
* add Sync testArthur Schiwon2017-11-091-8/+6
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-0/+332