aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs
Commit message (Collapse)AuthorAgeFilesLines
* move log constants to ILoggerArthur Schiwon2018-04-261-13/+14
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI for NC's user managerArthur Schiwon2018-04-052-2/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-141-2/+0
|\ | | | | Remove unused import statements
| * Remove unused import statementsMorris Jobke2018-02-141-2/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Simplify return statementMorris Jobke2018-02-131-3/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-4/+4
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-111-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-111-1/+1
| | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix changing to next cycleArthur Schiwon2018-01-081-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add unit test for qualifies to runArthur Schiwon2018-01-081-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix offset is never being resetArthur Schiwon2018-01-051-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* create failing test for this caseArthur Schiwon2018-01-051-2/+25
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* resolve DIArthur Schiwon2017-11-092-28/+60
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add Sync testArthur Schiwon2017-11-091-8/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-0/+332
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-062-0/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-3/+4
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+2
| | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* restore ldap_password_renew_prRoger Szabo2017-03-312-2/+4
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-102-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix the User_LDAP appJoas Schilling2016-09-121-7/+7
|
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-1/+0
|
* New LDAPProvider for user_ldaproot2016-07-221-1/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-212-4/+6
|
* Update license headersLukas Reschke2016-05-262-3/+5
|
* Last instances of lowercase user_ldapJoas Schilling2016-05-251-2/+2
|
* Move Job to a better class nameJoas Schilling2016-05-251-0/+221
|
* Move Helper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move LDAP to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move lib\user to PSR-4Joas Schilling2016-05-251-2/+2
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-251-0/+231