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 (Expand)Author
2022-04-22use and cache root storage info if a share can't be resolvedRobin Appelman
2022-04-22cache storage info in memcache for 5mRobin Appelman
2022-04-07Merge pull request #31876 from nextcloud/bugfix/noid/fix-getCurrentApp-from-cliVincent Petry
2022-04-07Merge pull request #25747 from nextcloud/XAccelBufferingblizzz
2022-04-07Log exceptionJoas Schilling
2022-04-07Fix \OC_App::getCurrentApp() when being called from CLI or phpunitJoas Schilling
2022-04-06Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry
2022-04-05Allow to disable password policy enforcement for selected groupsCarl Schwan
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
2022-03-19Remove legacy Internet Explorer headersMichaIng
2022-03-04move teardown logic to SetupManagerRobin Appelman
2022-03-04start moving filesystem setup logic to it's own placeRobin Appelman
2022-03-04Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman
2022-02-28Add event logging to app loadingJulius Härtl
2022-02-24move root mount setup to mountprovidersRobin Appelman
2022-02-09handle setupFS with null userRobin Appelman
2022-02-09dont mark fs as setup when no user is activeRobin Appelman
2022-02-09pass user object during fs initRobin Appelman
2022-02-09only setup part of the filesystem for appdata requestsRobin Appelman
2022-02-03Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine
2022-01-27Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ
2022-01-27Add deprecation notice to script & addScript funcLouis Chemineau
2022-01-26Fix psalm issues in theming appCarl Schwan
2022-01-17Add X-Accel-Buffering header to downloadsXAccelBufferingUnpublished
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
2022-01-13Check style updateCarl Schwan
2022-01-11Merge pull request #30291 from nextcloud/image-memory-limitJoas Schilling
2022-01-11Prevent loading images that would require too much memory.Joachim Bauch
2022-01-08Deprecate script functionLouis Chemineau
2022-01-08Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)
2022-01-08Split common vendor chunkJohn Molakvoæ (skjnldsv)
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
2021-12-20l10n: Add a text string to translationValdnet
2021-12-15l10n: Add <code>Valdnet
2021-12-15l10n: Add <code>Valdnet
2021-12-15l10n: Separate words and add dotsValdnet
2021-12-06Avoid assignment in if clauseCôme Chilliet
2021-12-06Fix typing problems in OC_ImageCôme Chilliet
2021-12-06Avoid calling image* methods on booleanCôme Chilliet
2021-12-04Merge pull request #29527 from nextcloud/rakekniven-patch-1John Molakvoæ
2021-12-02Allow scripts prioritization based on other appsJohn Molakvoæ (skjnldsv)
2021-11-30Remove files_iedavclientJohn Molakvoæ (skjnldsv)
2021-11-30Merge pull request #29966 from nextcloud/feat/remove-isIEJohn Molakvoæ
2021-11-30Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)
2021-11-30Remove iconv from dependencies and testsMichaIng
2021-11-19Merge pull request #29632 from nextcloud/fix/26118/imagecreatetruecolor-errorVincent Petry
2021-11-16OC_Util::isNonUTF8Locale: fix lint errorNaoto Kobayashi
2021-11-15OC_Util::isSetLocaleWorking: fix typoNaoto Kobayashi
2021-11-15OC_Util: Add fallbacks to check if current locale is UTF8Naoto Kobayashi
2021-11-14Check whether setlocale works only after setlocaleNaoto Kobayashi