aboutsummaryrefslogtreecommitdiffstats
path: root/resources/app-info.xsd
Commit message (Collapse)AuthorAgeFilesLines
* app type extended_authenticationMaxence Lange2023-04-121-0/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Allow zero occurences of route in XML schemasChristopher Ng2023-02-021-1/+1
| | | | | | - For xmllint Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Allow app type session which we load in base.phpJoas Schilling2022-09-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-3/+2
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Allow to specify supported architectures in appinfo.xmlJulius Härtl2020-09-171-0/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add dashboard to app info xsdJulius Härtl2020-08-051-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update the info.xsd for address book and calendar pluginsChristoph Wurst2020-03-301-0/+2
| | | | | | | | For https://github.com/nextcloud/server/pull/19795 For https://github.com/nextcloud/server/pull/19196 Ref https://github.com/nextcloud/appstore/pull/673 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* update app info schema filesArthur Schiwon2019-12-171-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add min-version/max-version to fulltextsearch providerJulius Härtl2019-03-281-1/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* add the tag fulltextsearchMaxence Lange2018-11-011-0/+11
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* modular versions apiRobin Appelman2018-11-011-0/+17
| | | | | | | Allows apps to register version backends for storage types The existing versions backend is wrapped in a "legacy" backend. Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix select statementRobin Appelman2018-10-171-1/+17
| | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl>
* include dashboard into coreMaxence Lange2018-10-151-0/+9
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interface-dashboard' into interface-dashboard Signed-off-by: Maxence Lange <maxence@artificial-owl.com> moving data object to OCP Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update autoload files Signed-off-by: Maxence Lange <maxence@artificial-owl.com> +@since Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Add the new share typeJoas Schilling2018-08-241-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix info.xsd to sync with the appstore oneChristoph Wurst2018-08-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-0/+652
Signed-off-by: Joas Schilling <coding@schilljs.com>