summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Move lib\user to PSR-4Joas Schilling2016-05-252-2/+2
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-252-3/+3
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-2/+2
|
* Move Command namespace to PSR-4Joas Schilling2016-05-251-8/+8
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-251-0/+2
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-27/+5
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+2
|
* Happy new year!Thomas Müller2016-01-125-6/+5
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* Remove unneeded upgrade codeMorris Jobke2015-12-151-16/+0
| | | | stable8.2 has version 0.7.0 of the user_ldap app
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-052-0/+3
|
* Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-024-4/+7
|
* Merge pull request #18244 from owncloud/fix-issue-17677blizzz2015-08-242-1/+11
|\ | | | | Fix 17677 - Remove LDAP case sensitive checkbox