summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Jobs/UpdateGroups.php
Commit message (Expand)AuthorAgeFilesLines
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-191-15/+31
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-4/+0
* 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
* 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
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-231-72/+32
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* 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-131-2/+3
* 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-101-11/+11
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* Update license headersChristoph Wurst2019-12-051-2/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-13/+14
* DI for NC's user managerArthur Schiwon2018-04-051-1/+1
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-261-4/+4
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+1
* resolve DIArthur Schiwon2017-11-091-1/+1
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+2
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* 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-211-2/+3
* Update license headersLukas Reschke2016-05-261-2/+3
* Move Job to a better class nameJoas Schilling2016-05-251-0/+221