Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-17Merge pull request #22844 from nextcloud/enh/richdocumentscode-armMorris Jobke
Support architecture limitations for apps and allow richdocumentscode_arm64 though htaccess
2020-09-17Allow to specify supported architectures in appinfo.xmlJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-16Revoke secsignidMorris Jobke
See nextcloud/app-certificate-requests#343 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-10Merge pull request #22552 from nextcloud/bugfix/noid/opendocument-templatesMorris Jobke
Add opendocument templates to mimetype mappings
2020-09-07Add text/x-php as an alternative for application/x-phpJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-03Add opendocument templates to mimetype mappingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-24Update the CRLRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-2120.0.0 Beta 1Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-05Add dashboard to app info xsdJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-17Remove entries from locales.json incompatible with punicDaniel Kesselberg
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>
2020-04-15Merge pull request #20481 from ACTom/add-mindmap-mimetypeChristoph Wurst
Add mindmap mimetype.
2020-04-14Add mindmap mimetype.ACTom
Signed-off-by: ACTom <i@actom.me>
2020-04-14Update root.crl due to revocation of spgverein.crtMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-03-30Update the info.xsd for address book and calendar pluginsChristoph Wurst
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>
2020-01-02Bump ca-bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-28Script to generate locales.json from icu data. (#18558)John Molakvoæ
Script to generate locales.json from icu data.
2019-12-27Update bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-23Script to generate locales.json from icu data.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-17update app info schema filesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-12Bump the CRLRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-09Add mimetype for keepass database.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-20Update the CRLRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-20Update locales with transifex dataJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-08-29Update ca-bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-29Add new lineXheni Myrtaj
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-05-29Do not fail integrity check if mimetype list is changedXheni Myrtaj
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
2019-05-20Update CRL due to revoked cookbook.crtMorris Jobke
See https://github.com/nextcloud/app-certificate-requests/pull/241 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15update ca bundleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-03-28Add min-version/max-version to fulltextsearch providerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-25Use latest ca-bundle.crt from https://curl.haxx.se/docs/caextract.htmlDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-14Update CRL to contain revoked files_external_dropbox, passman & paybackMorris Jobke
* 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>
2019-01-04Update the CRLRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-01add the tag fulltextsearchMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-01modular versions apiRobin Appelman
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>
2018-10-17fix select statementRobin Appelman
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>
2018-10-15include dashboard into coreMaxence Lange
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>
2018-10-09Update CRL due to changed cert for linkshareexMorris Jobke
See https://github.com/nextcloud/app-certificate-requests/pull/193 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-25Add the new share typeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-22Merge pull request #10526 from steiny2k/HEICHEIFMorris Jobke
Support HEIC for previews
2018-08-13Another CRL bumpRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-13Update CRLRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-11Develop HEIC/HEIF preview support #7406Sebastian Steinmetz
Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
2018-08-09Fix info.xsd to sync with the appstore oneChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-07-10Give the various comic book file formats distinct mime types so that they ↵John Oyler
can be handled correctly by the preview functionality without file type checking at that point.
2018-07-06Add visio mimetypesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-06-27move locales file to /resources/Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-04-17Update CRL to include old quicknotes certMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-16Validate the info.xml against the appstore schema fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-09Update CRL to revoke files_rightclickMorris Jobke
See https://github.com/nextcloud/app-certificate-requests/pull/134 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-02Update CRL because user_sql cert was lostMorris Jobke
* see https://github.com/nextcloud/app-certificate-requests/pull/129 Signed-off-by: Morris Jobke <hey@morrisjobke.de>