aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Don't log params of imagecreatefromstringVincent Petry2020-12-041-0/+3
| | | | | | To prevent flooding the log with actual image data. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #24474 from ↵Christoph Wurst2020-12-041-0/+21
|\ | | | | | | | | nextcloud/enhancement/unified-search-result-attributes Allow unified search results to have attributes
| * Allow unified search results to have attributesChristoph Wurst2020-12-031-0/+21
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-12-0412-0/+12
| |
* | Fix the download of multiple files from the webUIRoeland Jago Douma2020-12-031-0/+1
|/ | | | | | needed a setupFS call Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizerJoas Schilling2020-12-031-2/+1
|\ | | | | Replace abandoned log normalizer with our fork
| * Replace abandoned log normalizer with our forkChristoph Wurst2020-12-031-2/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Also handle legacy cipher support when encryption is disabled but an old ↵Julius Härtl2020-12-032-2/+4
|/ | | | | | master key is present Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #24519 from nextcloud/fix/bug/emailtemplateMorris Jobke2020-12-031-1/+1
|\ | | | | Fix vsprint parameter
| * Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
| | | | | | | | | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #24429 from nextcloud/3rdparty/closureChristoph Wurst2020-12-033-8/+4
|\ \ | | | | | | [3rdparty] Migrate to Opis/Closure
| * | [3rdparty] Migrate to Opis/ClosureRoeland Jago Douma2020-12-023-8/+4
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-12-032-6/+24
|/
* Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-0211-12/+159
|\ | | | | extend cache events
| * code style and dispatchTypedRobin Appelman2020-12-023-4/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * rename cache event to follow new naming standardsRobin Appelman2020-11-268-17/+103
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * extend cache eventsRobin Appelman2020-11-267-5/+69
| | | | | | | | | | | | | | | | - adds cache remove event - expose storage id in event - emit events during cache move Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #23278 from nextcloud/enh/noid/user-limitsChristoph Wurst2020-12-026-5/+127
|\ \ | | | | | | Allow subscription to indicate that a userlimit is reached
| * | Add notification for user limitMorris Jobke2020-12-023-4/+25
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-024-3/+104
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #23257 from aler9/patch-32bit-filesize-masterMorris Jobke2020-12-021-5/+4
|\ \ \ | | | | | | | | Fix file size computation on 32bit platforms
| * | | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
| |/ / | | | | | | | | | Signed-off-by: aler9 <46489434+aler9@users.noreply.github.com>
* | | Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ \ \ | | | | | | | | dont use system composer for autoload checker
| * | | rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #24500 from nextcloud/bugfix/noid/log_query_no_crashRoeland Jago Douma2020-12-021-17/+25
|\ \ \ | |_|/ |/| | Prevent log_query to mess up regular execution flow
| * | Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the "log_query" debug config parameter is set, SQL queries are logged. However, if an error occurs when converting the values to string, it will abort the request. This fix catches the error and continues instead. Also added handler for DateTime value which is already known to cause aborts here. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-01130-158/+158
| | |
* | | Merge pull request #24414 from nextcloud/techdebt/remove-update-phpChristoph Wurst2020-11-301-5/+0
|\ \ \ | | | | | | | | Remove the deprecated update.php
| * | | Remove the deprecated update.phpChristoph Wurst2020-11-271-5/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | * It was documented as deprecated. * The app code checker warned about it * It's been three years Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-302-242/+0
| | | | | | | | | | | | | | | | | | And then cleanup all the code that is dead then... Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove now unused methods in Share.php due to the reduced code complexity in ↵Morris Jobke2020-11-291-36/+0
| | | | | | | | | | | | | | | | | | Share::getItems Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove unused method Share Helper::generateTargetMorris Jobke2020-11-291-41/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Reduce code complexity in Share::getItems by tracing all remaining callersMorris Jobke2020-11-292-60/+24
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Remove unused Share::getItemSharedWithBySource()Morris Jobke2020-11-291-17/+0
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Remove dead method \OC\Updater::checkAppUpgradeChristoph Wurst2020-11-261-41/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #24319 from ↵Christoph Wurst2020-11-266-83/+16
|\ | | | | | | | | nextcloud/techdebt/noid/streamline-user-creation-and-deletion-events Streamline user creation and deletion events
| * Streamline user creation and deletion eventsMorris Jobke2020-11-236-83/+16
| | | | | | | | | | | | CreateUserEvent was the only one that didn't matched the naming scheme of BeforePASTTENSEEvent and PASTTENSEEvent. The event wasn't used at all so this just removes it again as there is BeforeUserCreatedEvent that is also available since 18. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #23912 from nextcloud/objectstore-copyRoeland Jago Douma2020-11-256-5/+91
|\ \ | | | | | | use in objectstore copy
| * | use in objectstore copyRobin Appelman2020-11-246-5/+91
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | send expected format of cloud idArthur Schiwon2020-11-241-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #24162 from nextcloud/fix/noid/fedshares-displaynamezblizzz2020-11-243-13/+47
|\ \ \ | | | | | | | | set the display name of federated sharees from addressbook
| * | | set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-13/+47
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #24341 from nextcloud/fix/sharing-enforce-expire-checkboxblizzz2020-11-241-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix the config key on the sharing expire checkbox
| * | | Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't use `shareapi_internal_enforce_expire_date` anywhere. `shareapi_enforce_internal_expire_date` is the one we want. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #24324 from nextcloud/td/psalm/backgroundjob_jobRoeland Jago Douma2020-11-241-3/+3
|\ \ \ \ | |_|/ / |/| | | Fix the OCP\BackgroundJob\Job to make it compatible with its interface
| * | | Fix the OCP\BackgroundJob\Job to make it compatible with its interfaceRoeland Jago Douma2020-11-241-3/+3
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #24323 from nextcloud/fix/comments-tab-missingRoeland Jago Douma2020-11-241-6/+6
|\ \ \ | |_|/ |/| | Fix reverse registration and missing comments tab
| * | Fix reverse registration and missing comments tabChristoph Wurst2020-11-241-6/+6
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24312 from nextcloud/bugfix/noid/fix-router-aliasRoeland Jago Douma2020-11-241-1/+3
|\ \ | | | | | | Add proper alias for internal router class
| * | Add proper alias for internal router classJulius Härtl2020-11-241-1/+3
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>