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
path: root/lib
AgeCommit message (Collapse)Author
2022-08-10Merge pull request #33173 from ↵Christoph Wurst
nextcloud/enhancement/maintenance-mode-http-header Set special header for 503 maintenance mode
2022-08-09Do not update passwords if nothing changedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-08Merge pull request #33174 from nextcloud/fix/redirect-css-not-foundVincent Petry
Do not redirect if requested font, style or script can not be found
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-08Set special header for 503 maintenance modeenhancement/maintenance-mode-http-headerChristoph Wurst
This removes ambiguity with a 503 returned by app code, web server or similar. Front-end and clients can then handle this state accordingly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-08Do not redirect if requested CSS can not be foundChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-08-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05Merge pull request #33398 from nextcloud/enh/noid/sensitive-methods-appsVincent Petry
allow apps to specify methods carrying sensitive parameters
2022-08-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04Merge pull request #33447 from ↵Vincent Petry
nextcloud/bugfix/noid/detect-leading-spaces-in-config Detect leading spaces in config files
2022-08-03Detect leading spaces in config filesbugfix/noid/detect-leading-spaces-in-configVincent Petry
Because those will cause PHP to output to stdout and will cause unrelated error messages. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-08-02Support specifying IPv6 proxies in CIDR notationSimon Leiner
Previously, it was not possible to use CIDR notation for IPv6 proxies in the trusted_proxies parameter of config.php [1]. This patch adds support for that. [1]: https://docs.nextcloud.com/server/24/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies Signed-off-by: Simon Leiner <simon@leiner.me>
2022-08-02Merge pull request #32958 from ↵Julius Härtl
nextcloud/fix/noid/permission-update-allow-public-uploads
2022-08-02Document all getIncomplete implementations as returning string|falseCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-01Fix dynamic property creations in test filesfix/fix-dynamic-properties-in-testsCôme Chilliet
This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-01don't reduce file public link permissions if public upload is not enabledJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-01Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan
Add share attributes + prevent download permission
2022-07-31Multiple fixesenh/noid/share-attributesCarl Schwan
- Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-29Merge pull request #33225 from nextcloud/fix/handle-one-time-passwordsCarl Schwan
Handle one time password better
2022-07-29allow apps to specify methods carrying sensitive parametersArthur Schiwon
… in order to remove them from logging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-28Inherit hide download from share attributesVincent Petry
When resharing by link, if the download permission was removed through share attributes, convert it to the hide download flag. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix view-only code after code review commentsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Attempt to fix sqlite json issueVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix share attribute related tests + code styleVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Add share attributes + prevent download permissionVincent Petry
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Handle one time password betterfix/handle-one-time-passwordsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-28Add a public interface for the bruteforce throttler and register for injectionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-28Merge pull request #33380 from luzpaz/fix/lib-private-typosCôme Chilliet
Fix typos in lib/private subdirectory
2022-07-27fix mistake in db query to delete a user config valueJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-07-27Merge pull request #33378 from nextcloud/s3-no-null-bundleDaniel
don't set `null` as a bundle path
2022-07-27Fix typos in lib/private subdirectoryluz paz
Found via `codespell -q 3 -S l10n -L jus ./lib/private` Signed-off-by: luz paz <luzpaz@github.com>
2022-07-27don't set `null` as a bundle pathRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-07-27Merge pull request #30030 from nextcloud/fexistsVincent Petry
Fix disabled `php_uname`
2022-07-27Merge pull request #30510 from nextcloud/user-cleanup-storage-before-cacheVincent Petry
delete files before cleaning cache when cleaning user files
2022-07-26Add argument to getSharesInFolder enable deep share lookupLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Recursively fetch subsharesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Prevent column name conflict between tablesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Merge pull request #33031 from nextcloud/fix/improve-local-ip-detectionCôme Chilliet
Improve local IP detection
2022-07-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-25Merge pull request #33129 from nextcloud/fix-reading-blob-as-resourcesblizzz
Fix reading blob data as resource
2022-07-25Delete comments that expired nowVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-07-25Fix reading blob data as resourceThomas Citharel
PostgreSQL returns data as resource when using IQueryBuilder::PARAM_LOB (which is used for QBMapper). Previously we just converted this resource using settype, which produced things like "Resource id #14" instead of the actual resource data. Now we read the stream correctly if the returned data is a resource See context at #22472 Fixes #22439 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-07-21always triger setup of builtin storage wrappersfs-setup-builtin-wrappersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-07-20only update last login timestamp with minute percisionlast-login-minuteRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-07-20Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry
Add skip content buttons to the public page layout
2022-07-18fix loading legacy app.php with multi app dirfix/noid/location-legacy-appfileArthur Schiwon
- requireAppFile() only appends /appinfo/app.php - without the absolute path, require_once looks into include_path - the first match in inlcude_path however migth be different from appPath - fixed by providing the tested(!), full path to the app Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-07-18Add skip content buttons to the public page layoutbugfix/noid/skip-content-publicJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>