summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* 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>
* 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>
* Fix LDAP descriptionMarius Blüm2017-03-271-2/+2
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Add repair stepsArthur Schiwon2017-02-171-1/+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>
* 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
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Increase app versionsJoas Schilling2016-07-211-1/+1
|
* Last instances of lowercase user_ldapJoas Schilling2016-05-251-1/+1
|
* Move Job to a better class nameJoas Schilling2016-05-251-2/+2
|
* Move User_LDAP to PSR-4Joas Schilling2016-05-251-0/+2
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-121-0/+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
|
* 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
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-171-1/+2
|
* [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
| | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-021-0/+3
|
* Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+1
| | | | | | This allows to have links to different doc base URLs a.
* Updated info.xml with descriptionMTRichards2014-10-081-3/+3
| | | Updated the description of the app for the app panel.
* update encryption doc linkVolkan Gezer2014-09-181-1/+1
| | | | | | I don't know how we missed to update this :/ update ldap doc link
* add ocsids to info.xmlGeorg Ehrke2014-07-071-0/+1
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* Miscellaneous text fixes for core appsRobin McCorkell2014-03-261-2/+2
|
* LDAP: add documentation info in info.xmlArthur Schiwon2014-02-101-0/+3
|
* LDAP: orthograophy fixArthur Schiwon2013-03-041-1/+1
|
* LDAP: typos in app descriptionArthur Schiwon2013-03-041-2/+4
|
* Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
|
* change required ownCloud version to 4.91Robin Appelman2013-01-281-1/+1
|
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-1/+3
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* LDAP: update meta infoArthur Schiwon2012-05-181-1/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-181-2/+3
| | | | ownCloud 4
* keep version numbers in their own files for faster readingRobin Appelman2012-04-141-1/+0
|
* webdav needs to load authentication appsArthur Schiwon2012-04-041-0/+3
|
* Add user_ldap pluginDominik Schmidt2011-06-231-0/+10