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-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
2020-11-18Allow lazy app registrationChristoph Wurst
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-11-09Removed config.jsJohn Molakvoæ
2020-11-06Do not setup the default FS on normal routesRoeland Jago Douma
2020-10-20Use auto-wiring on most outer levelJoas Schilling
2020-10-20PSR logger for accountsJoas Schilling
2020-10-14Fix type errors detected by PsalmChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-07-30Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke
2020-07-30Correctly remove usergroup shares on removing group membersJoas Schilling
2020-07-07Remove hook for initSessionMorris Jobke
2020-06-17Migrate Settings to new bootstrap mechanismChristoph Wurst
2020-06-17Add dedicated API for apps' bootstrapping processChristoph Wurst
2020-05-28Add lazy events for the Node APIRoeland Jago Douma
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-03fixes the throttler not checking the user state on postLoginArthur Schiwon