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-08-31Refactor cache handlingJulius Härtl
2022-08-17Move setting of gc_maxlifetime to initSessionenh/session-reopenJulius Härtl
2022-08-17Add config option to disable strict session timeout to be able to use read_an...Julius Härtl
2022-08-17Reopen sessions if we need to write to them instead of keeping them openJulius Härtl
2022-08-10Merge pull request #33173 from nextcloud/enhancement/maintenance-mode-http-he...Christoph Wurst
2022-08-08Set special header for 503 maintenance modeenhancement/maintenance-mode-http-headerChristoph Wurst
2022-08-08Do not redirect if requested CSS can not be foundChristoph Wurst
2022-07-08Fix 404 handling of requested JSON/XMLfix/request-json-xml-not-foundChristoph Wurst
2022-06-03Merge pull request #32435 from nextcloud/revert-32278-remove-default-phpJoas Schilling
2022-05-27Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan
2022-05-17Merge pull request #32427 from nextcloud/boot-event-orderingRobin Appelman
2022-05-17Merge pull request #32216 from SUNET/masterLouis
2022-05-16Revert "Remove call to already default php.ini values"revert-32278-remove-default-phpJoas Schilling
2022-05-16reorder startup events to fix overlappingRobin Appelman
2022-05-16Fix suggestions by @artonageMicke Nordin
2022-05-16Properly import maintenance scriptJulius Härtl
2022-05-12Introduce event for loading additional script on projectsJulius Härtl
2022-05-05Remove default valuesremove-default-phpGit'Fellow
2022-04-30Simpler version as proposed by @artonageMikael Nordin
2022-04-29Respect user settings in php.ini if they are big enoughMicke Nordin
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
2022-03-02Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl
2022-02-28Add event logging to app loadingJulius Härtl
2022-02-28Build OC\Core\Application when running occ or cron to register listeners corr...Côme Chilliet
2022-02-23Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling
2022-01-25Makes untrusted domain error a warning.Pierre Ozoux
2022-01-19Use less deprecated methods in base.phpLouis Chemineau
2022-01-18Load core before the update scriptJoas Schilling
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
2021-12-15l10n: Separate wordsValdnet
2021-10-19Fix basic auth for OAuth token endpointJoas Schilling
2021-08-04Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefault...Daniel Rudolf
2021-06-30Migrate HintException to OCPGary Kim
2021-06-30accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon
2021-06-16Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translationJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-04Deduplicate translations and fix double .Joas Schilling
2021-04-28Merge pull request #26758 from J0WI/more-strictChristoph Wurst
2021-04-27Fix psalm errorsJoas Schilling
2021-04-26Fix ini_set() typeJ0WI
2021-03-22Don't hardcode the product name to Nextcloud but use the theming valueJoas Schilling
2021-01-21Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma
2021-01-20Re-use fetched dependencies in lib/base.phpMorris Jobke
2021-01-20Apps folder is defacto in root folder and not aboveMorris Jobke
2021-01-08Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfillRoeland Jago Douma
2021-01-07Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst
2021-01-07Remove useless ini_set functionsCarlos Ferreira
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-10Make $vars and $secureRandom required.Daniel Kesselberg