aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catchJohn Molakvoæ2023-08-051-1/+1
|\
| * fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-2/+4
|\ \ | |/ |/|
| * fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-2/+4
* | fix(storage): fallback to copy and unlink when rename failsDaniel Kesselberg2023-07-311-13/+6
* | fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-301-1/+1
* | expose MovableMount in public interfaceRobin Appelman2023-07-281-1/+3
|/
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-25/+13
* Merge pull request #39367 from nextcloud/s3-fopen-exceptionRobin Appelman2023-07-201-1/+3
|\
| * fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2023-07-131-1/+3
* | Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-202-3/+7
|\ \
| * | add summary of detected changes to files:scan outputRobin Appelman2023-06-162-3/+7
* | | Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipartJulius Härtl2023-07-201-5/+5
|\ \ \
| * | | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-06-211-5/+5
* | | | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| |_|/ |/| |
* | | chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-062-2/+2
* | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-284-32/+59
|\ \ \
| * | | fix: cominbation of small fixesArthur Schiwon2023-06-211-2/+2
| * | | fix: include invisible tags for adminsArthur Schiwon2023-06-212-41/+36
| * | | feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-211-0/+4
| * | | fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-17/+30
| * | | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-06-212-20/+25
| * | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-212-17/+27
| |/ /
* | | Merge pull request #38858 from nextcloud/scanner-performance3Robin Appelman2023-06-262-14/+10
|\ \ \
| * | | file scanner performance improvementsRobin Appelman2023-06-162-14/+10
| | |/ | |/|
* | | Merge pull request #38625 from nextcloud/fix/noid/querysearchehelper-narrow-typeArthur Schiwon2023-06-246-41/+40
|\ \ \
| * | | ci: pro forma check of existence of internal methodArthur Schiwon2023-06-211-7/+9
| * | | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-214-23/+11
| * | | chore: ugly type jugglingArthur Schiwon2023-06-215-20/+32
| * | | fix: add typehine for IRootFolderArthur Schiwon2023-06-211-7/+5
| * | | fix: expect interface, not a specific implementationArthur Schiwon2023-06-211-3/+2
| | |/ | |/|
* | | dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
* | | implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
|/ /
* / use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
|/
* Fix deprecated method callDominik Fuchß2023-06-131-1/+2
* Changes after code review.Dominik Fuchß2023-06-131-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
* add utility command for object store objectsRobin Appelman2023-06-091-1/+5
* chore: Drop dead private methods in /libChristoph Wurst2023-06-061-13/+0
* Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\
| * fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-0121-36/+36
|\ \ | |/ |/|
| * Update Detection.phpFaraz Samapoor2023-05-171-1/+1
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-1521-36/+36
* | Merge pull request #38429 from tanganellilore/fix_delete_user_syslinkSimon L2023-05-261-2/+2
|\ \
| * | invert elseif on rmdir for local storage Lorenzo Tanganelli2023-05-241-2/+2
* | | don't always check if we need to setup the object store rootRobin Appelman2023-05-231-6/+18
|/ /
* | Merge pull request #38065 from nextcloud/fix-result-mimetype-loaderSimon L2023-05-161-16/+10
|\ \