summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-141-1/+1
|\ | | | | Remove deprecated \OCP\Config
| * Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump appsRoeland Jago Douma2018-01-141-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update license headersMorris Jobke2017-11-065-8/+15
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-032-3/+20
| | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-292-2/+4
| | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use IConfig instead of static OCP\ConfigMorris Jobke2017-07-271-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove check, user_webdavauth is not an app anymore for longArthur Schiwon2017-06-011-6/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use proxy classesJuan Pablo Villafáñez2017-04-271-30/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* blizzz comments 03.04.2017Roger Szabo2017-04-061-0/+1
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* restore ldap_password_renew_prRoger Szabo2017-03-313-5/+28
| | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* Fix LDAP descriptionMarius Blüm2017-03-271-2/+2
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+1
| | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add repair stepsArthur Schiwon2017-02-171-1/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for show configArthur Schiwon2017-01-191-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add LDAP OCS Api for modifying a configurationArthur Schiwon2017-01-191-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for delete configArthur Schiwon2017-01-181-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for create configArthur Schiwon2017-01-181-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-104-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* superfluousArthur Schiwon2016-08-111-2/+0
|
* more admin page splitup improvementsArthur Schiwon2016-08-101-2/+2
| | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
* Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+6
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|