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
2019-03-25Fix placeholder in disable messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-19Revert "Use APCu caching of composer"Joas Schilling
This reverts commit 948ab8a4d06b3821ab94c11a3a04c820e60d6c8a. For details why see https://github.com/nextcloud/server/issues/11290
2018-09-06replace setcookie value with '' instead of null.MartB
The php documentation states that an empty string should be used for a cookie when it has no real value. null leads to the following error: expects parameter 2 to be string, null given Signed-off-by: Martin Böh <mart.b@outlook.de>
2018-07-05Fix remnants of refactoringMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Do not use HTTP code OC_Response constants anymoreMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Replace hardcoded status headers with calls to http_response_code()Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Server exception error pages by default with a 500 status codeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Server error/hint pages with a 500 error code to avoid it being seen instead ↵Morris Jobke
of the actual resource * found while reviewing #7205 * allow to specify a special status code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-26Change status code when config is write protectedEric Masseran
Add hint msg, you can make config file read only If the config.php is not writable, print an error message: #6893 - set config writable - or set option to keep it read only Signed-off-by: Eric Masseran <rico.masseran@gmail.com>
2018-06-06Configurable list for opt out from same site cookie protectionjaltek
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-10Use APCu caching of composerRoeland Jago Douma
Should potentially shave of a few ms when loading classes of apps that don't ship their own autoloader. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-26move log constants to ILoggerArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-17Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke
Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-04-05Allow usage of Windows 10 WebDav NetdriveRoeland Jago Douma
Fixes #3523 As long as we don't have #8123 lets not leave our Window10 netdrive users hanging. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-22Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma
They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-12Use proper method to log exceptionsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-06Remove OC_App::disable methodTobia De Koninck
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
2018-02-21getIncompatibleApps needs a string not an arrayRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-31Merge pull request #8096 from ↵Roeland Jago Douma
nextcloud/feature/6382/do-not-cache-settings-in-db-anymore Do not cache the settings/sections in the database anymore
2018-01-30Make sure we don't query the AppManager before the installation startedJulius Härtl
Otherwise we end up with the database not being instantiated Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-29Do not cache the settings/sections in the database anymoreJoas Schilling
This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-29Use ::class statement instead of stringMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-24Merge pull request #7991 from nextcloud/show-trusted-domain-error-in-status.phpRoeland Jago Douma
Send a proper response for status.php on trusted domain error
2018-01-23Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma
Properly log the full exception instead of only the message
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-23Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz
Refactor method to check if update is needed
2018-01-22Send a proper response for status.php on trusted domain errorMorris Jobke
* fixes #7732 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-12Fix strict typing issues in lib/base.phpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-12Fix error log on PHP 7.2Morris Jobke
Fixes following error in the logs: "ini_set(): A session is active. You cannot change the session module's ini settings at this time" Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-30Reuse systemconfigMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-30Refactor method to check if update is neededMorris Jobke
There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-27Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke
Cache fetched apps in update check
2017-11-25Get the Installer via DIMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-24Reset bruteforce attempt table on successful loginMorris Jobke
* only clear the entries that come from the same subnet, same action and same metadata Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-24Add logrote as a default background jobRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-09-27Remove SAML hack from base.phpRoeland Jago Douma
This is no longer required now that https://github.com/nextcloud/user_saml/pull/159 is in Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-09-24Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-06-14Use the guest.css for the maintenance page as wellMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-22Reset opcache if update is detectedMorris Jobke
This even works if opcache_reset is in the disabled_functions php.ini setting. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke
Check whether the $_SERVER['REQUEST_*'] vars exist before using them
2017-05-15Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-11Allow to enforce update via web UIMorris Jobke
* adds a disclaimer that an update via web UI is on own risk * allows to skip the warning * fixes #4353 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-11Properly decide on actual users if instance is too bigMorris Jobke
* state the reason why NC thinks it is a big instance Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-09Fix escaped HTML on error pagesMorris Jobke
* fixes #4655 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-28dont spam log when request can't access filesystemRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-04-26Make the emergency disable also accept arraysLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-13Add activities when email or password is changedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>