summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs
Commit message (Expand)AuthorAgeFilesLines
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-7/+7
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-48/+47
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-8/+8
* Update license headersChristoph Wurst2019-12-053-4/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-201-6/+9
* move log constants to ILoggerArthur Schiwon2018-04-261-13/+14
* DI for NC's user managerArthur Schiwon2018-04-052-2/+3
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-4/+4
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-141-2/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-141-2/+0
* | Simplify return statementMorris Jobke2018-02-131-3/+1
|/
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-4/+4
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+1
* 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-092-28/+60
* 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
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-062-0/+7
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-3/+4
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-291-1/+2
* restore ldap_password_renew_prRoger Szabo2017-03-312-2/+4
* DI IConfig into ldap helperRoeland Jago Douma2016-10-102-2/+2
* 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