summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs
Commit message (Expand)AuthorAgeFilesLines
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-141-15/+31
* 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-043-4/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-6/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* fix insert valuesArthur Schiwon2020-11-061-2/+2
* Use query builder to interact with member managementJoas Schilling2020-11-061-12/+16
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-062-2/+2
* fix potentially passing null to events where IUser is expectedArthur Schiwon2020-10-301-2/+7
* adds unit test for updategroups background jobArthur Schiwon2020-10-301-56/+92
* user share manager to determine share ownershipArthur Schiwon2020-10-262-21/+5
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-232-83/+34
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* switch to typed event for LDAPs user added to group caseArthur Schiwon2020-09-101-1/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-1/+10
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-132-3/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* 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