aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/ajax/wizard.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-5/+11
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-301-25/+4
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-301-1/+1
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-0/+4
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-251-21/+2
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-091-1/+1
* Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-141-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
* 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-2/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-10/+10
* Update license headersChristoph Wurst2019-12-051-1/+1
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-231-1/+2
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-9/+9
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-15/+15
* resolve DIArthur Schiwon2017-11-091-2/+6
* Update license headersMorris Jobke2017-11-061-0/+3
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+2
* Add prefix to the connectionJuan Pablo Villafáñez2016-10-271-1/+1
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+3
* 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 Access to PSR-4Joas Schilling2016-05-251-1/+1
* Move Configuration to PSR-4Joas Schilling2016-05-251-1/+1
* Move Connection to PSR-4Joas Schilling2016-05-251-2/+2
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
* Move LDAP to PSR-4Joas Schilling2016-05-251-1/+1
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
* Move wizardJoas Schilling2016-05-251-1/+1
* Move lib\user to PSR-4Joas Schilling2016-05-251-1/+1
* Update author informationLukas Reschke2016-03-011-0/+1
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+2
* Happy new year!Thomas Müller2016-01-121-1/+1
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-4/+19
* Update license headersJenkins for ownCloud2015-03-261-13/+14
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+13
* Manually type-case all AJAX filesLukas Reschke2015-02-131-2/+2
* no fruitless count attempts, and notification should disappearArthur Schiwon2015-02-051-1/+1
* inject DB Connection to user managerArthur Schiwon2015-01-071-1/+2
* detect user display name attribute and return user count depending on its pre...Arthur Schiwon2014-11-201-1/+1
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1