summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* Add dashboard to app info xsdJulius Härtl2020-08-052-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove entries from locales.json incompatible with punicDaniel Kesselberg2020-05-162-5/+13
| | | | | | As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #20481 from ACTom/add-mindmap-mimetypeChristoph Wurst2020-04-152-1/+7
|\ | | | | Add mindmap mimetype.
| * Add mindmap mimetype.ACTom2020-04-152-1/+7
| | | | | | | | Signed-off-by: ACTom <i@actom.me>
* | Update root.crl due to revocation of spgverein.crtMorris Jobke2020-04-141-17/+18
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update the info.xsd for address book and calendar pluginsChristoph Wurst2020-03-302-0/+4
|/ | | | | | | | 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>
* Bump ca-bundleRoeland Jago Douma2020-01-021-2/+36
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Script to generate locales.json from icu data. (#18558)John Molakvoæ2019-12-283-1116/+3046
|\ | | | | Script to generate locales.json from icu data.
| * Script to generate locales.json from icu data.Daniel Kesselberg2019-12-233-1116/+3046
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Update bundleRoeland Jago Douma2019-12-271-46/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* update app info schema filesArthur Schiwon2019-12-172-0/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump the CRLRoeland Jago Douma2019-12-121-16/+18
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add mimetype for keepass database.Daniel Kesselberg2019-12-081-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update the CRLRoeland Jago Douma2019-11-201-14/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update locales with transifex dataJohn Molakvoæ (skjnldsv)2019-09-202-435/+1116
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update ca-bundleRoeland Jago Douma2019-08-291-33/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add new lineXheni Myrtaj2019-05-291-0/+1
| | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-2/+2
| | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* Update CRL due to revoked cookbook.crtMorris Jobke2019-05-201-10/+10
| | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/241 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* update ca bundleArthur Schiwon2019-05-151-2/+108
| | | | 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>
* Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.htmlDaniel Kesselberg2019-02-251-1107/+465
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke2019-02-141-14/+17
| | | | | | | * see https://github.com/nextcloud/app-certificate-requests/pull/221 * see https://github.com/nextcloud/app-certificate-requests/pull/219#issuecomment-463577509 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update the CRLRoeland Jago Douma2019-01-041-9/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add the tag fulltextsearchMaxence Lange2018-11-012-0/+22
| | | 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-152-0/+18
| | | | | | | | | | | | | | | 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>
* Update CRL due to changed cert for linkshareexMorris Jobke2018-10-091-10/+10
| | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/193 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add the new share typeJoas Schilling2018-08-242-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke2018-08-221-0/+2
|\ | | | | Support HEIC for previews
| * Develop HEIC/HEIF preview support #7406Sebastian Steinmetz2018-08-111-0/+2
| | | | | | Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
* | Another CRL bumpRoeland Jago Douma2018-08-131-10/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update CRLRoeland Jago Douma2018-08-131-10/+11
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xsd to sync with the appstore oneChristoph Wurst2018-08-091-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Give the various comic book file formats distinct mime types so that they ↵John Oyler2018-07-101-6/+6
| | | | can be handled correctly by the preview functionality without file type checking at that point.
* Add visio mimetypesJoas Schilling2018-07-062-0/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* move locales file to /resources/Georg Ehrke2018-06-271-0/+436
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update CRL to include old quicknotes certMorris Jobke2018-04-171-12/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-162-0/+1323
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update CRL to revoke files_rightclickMorris Jobke2018-02-091-9/+10
| | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/134 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update CRL because user_sql cert was lostMorris Jobke2018-02-021-10/+10
| | | | | | * see https://github.com/nextcloud/app-certificate-requests/pull/129 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update CRL due to aboutconfigMorris Jobke2017-11-231-10/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update CRL due to files_frommailMorris Jobke2017-11-231-10/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Mapping of m3u, m3u8, pls to audio streamsRello2017-10-311-0/+3
| | | | Signed-Off-By: Rello <Rello@users.noreply.github.com>
* Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update ↵Thomas Ebert2017-08-311-2/+4
| | | | | | places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
* bycatch, x-ldif entry was missingArthur Schiwon2017-06-141-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* added kml, kmz, tcx types as well while at itArthur Schiwon2017-06-142-0/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add gpx mimetypeArthur Schiwon2017-06-142-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add mimetypes for jp2 and webpStefan Weil2017-04-251-0/+2
| | | | | | | Those image formats can be processed by Tesseract, so they are needed for improved Nextcloud OCR. Signed-off-by: Stefan Weil <sw@weilnetz.de>