summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Nextcloud license header for new filesroot2016-07-281-8/+11
|
* final changesroot2016-07-271-1/+0
|
* Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-251-1/+1
|\
| * Also increase the min versionJoas Schilling2016-07-221-1/+1
| |
| * bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
| |
* | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-221-1/+1
|\|
| * Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
| |\ | | | | | | Bump version
| | * Increase app versionsJoas Schilling2016-07-211-1/+1
| | |
* | | New LDAPProvider for user_ldaproot2016-07-223-1/+27
|/ /
* | Update with robinJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-214-6/+10
|/
* Update license headersLukas Reschke2016-05-264-6/+6
|
* Last instances of lowercase user_ldapJoas Schilling2016-05-251-1/+1
|
* Move Job to a better class nameJoas Schilling2016-05-251-2/+2
|
* Move Access to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Connection to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-1/+1
|
* Move Helper to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move LDAP to PSR-4Joas Schilling2016-05-252-2/+2
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-1/+1
|