aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routesprovokateurin2024-11-141-13/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-302-22/+8
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh(LDAP): add occ command to promote an LDAP group to adminArthur Schiwon2023-12-011-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add check-group commandCôme Chilliet2023-08-101-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Refactor user_ldap group membership to use flat DBCôme Chilliet2023-08-101-1/+1
| | | | | | Move away from serialized arrays. Also use a QBMapper class for the new table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-101-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump user_ldap version to make sure the migration runsCôme Chilliet2021-12-091-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-241-1/+1
| | | | | | | | - limitation by core tables (e.g. sharing), IDs are always 64chars - when longer group IDs were requested they are hashed (does not affect displaynames) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-301-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* adds ldap user:reset commandArthur Schiwon2021-03-171-0/+1
| | | | | | | | - allows to delete data of existing LDAP users, which otherwise is safe guarded - ensures that the user is not being deleted on LDAP through a plugin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate LDAP's install.php to a repair stepChristoph Wurst2020-11-272-33/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove the obsolete update.php of user_ldapChristoph Wurst2020-11-271-27/+0
| | | | | | | | This was necessary long time ago for backwards compat with older instances that were upgraded. Since this script has been run many times with all the previous major versions, it's finally time to remove this. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-062-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-232-61/+11
| | | | | | | | | - make User_Proxy and Group_Proxy easy to instantiate - simplify dependent code - move commands to info.xml - make UpdateGroups job class non-static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-041-1/+2
| | | | | | - also removes related app setting "updateAttributesInterval" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-141-64/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-132-10/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move user_ldap to migrationsJoas Schilling2020-07-062-148/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix legacy routesJoas Schilling2020-04-181-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+2
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headers for 18Christoph Wurst2019-12-201-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix LDAP application class instance created directlyChristoph Wurst2019-12-091-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-055-6/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove some more direct app instance creationsChristoph Wurst2019-11-251-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update shipped implementations of the INotifierJoas Schilling2019-07-151-11/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+4
| | | | | | | | * handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>