Commit Graph

1351 Commits (b00a9a6eaeeafce11e0141199f37d8a105050cce)

Author SHA1 Message Date
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Richard Steinmetz c4eccbb304
fix(sse): don't update uncached files 3 years ago
Robin Appelman 493e151be0
dav: clean path before putting it in the statcache 3 years ago
Robin Appelman 279822c217
implement optimized getDirectoryContent for DAV 3 years ago
Arthur Schiwon a0f9556f7c
fix: cominbation of small fixes 3 years ago
Arthur Schiwon 49db546f78
fix: include invisible tags for admins 3 years ago
Arthur Schiwon 221562d45d
feat: add searchBySystemTag as PHP API 3 years ago
Arthur Schiwon 783e32a64d
fix: favorites view and universal search against tags 3 years ago
Arthur Schiwon b0d1cf5730
fix: change if with conditionless else to switch; and a parameter value 3 years ago
Arthur Schiwon 58f7fd2370
use efficient tag retrieval on DAV report request 3 years ago
Arthur Schiwon 088a0eea29
ci: pro forma check of existence of internal method 3 years ago
Arthur Schiwon 71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder 3 years ago
Arthur Schiwon f6ac874dbf
chore: ugly type juggling 3 years ago
Arthur Schiwon 167a5f394d
fix: add typehine for IRootFolder 3 years ago
Arthur Schiwon eb50b6c6aa
fix: expect interface, not a specific implementation 3 years ago
Robin Appelman de85610385 use source cache when listing folder during recursive copy 3 years ago
Robin Appelman 561536fc58
file scanner performance improvements 3 years ago
Dominik Fuchß e3f6a13e14 Fix deprecated method call 3 years ago
Dominik Fuchß a4a57409db Changes after code review. 3 years ago
Dominik Fuchß c3ba871f36 Add config variable for curl timeout 3 years ago
Robin Appelman ea88ec1350
add utility command for object store objects 3 years ago
Christoph Wurst 872c181c74
chore: Drop dead private methods in /lib 3 years ago
Julius Härtl 9453c2d40d fix: execute throws docrine exceptions not our wrapped ones 3 years ago
Lorenzo Tanganelli 6b55e92e33
invert elseif on rmdir for local storage 3 years ago
Robin Appelman cc0ad25c98
don't always check if we need to setup the object store root 3 years ago
Faraz Samapoor 9f6f4b105f
Update Detection.php 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet ae525e1935
Fix return types in phpdoc 3 years ago
Côme Chilliet a90581b405
Get rid of more int casts in file size manipulations 3 years ago
Robin Appelman 2ea41dab93
repair -1 folder sizes for object store background scan 3 years ago
Arthur Schiwon df662f50bd
refactor: remove where specification from SELECT getter 3 years ago
Arthur Schiwon dbfd2f936a
refactor: remove SystemTag logic from Folder into QuerySearchHelper 3 years ago
Arthur Schiwon 2489a2d63a
feat: specify media type via url path: systemtags-current/$mediaType 3 years ago
Arthur Schiwon 6bff6a5667
PoC: SystemTags endpoint to return tags used by a user with meta data 3 years ago
Côme Chilliet 1cc1866ba3
Add back missing slash in LazyUserFolder path 3 years ago
Côme Chilliet 6034cc6893 Make sure to never trigger files hooks on a null path 3 years ago
Carl Schwan 85770f3b9f Make it easier to debug issue #32304 3 years ago
Thomas Citharel 375466819e
fix(mimetype): Fix returning value when finding existing mimetype in MimeType Loader 3 years ago
Julius Härtl 3bdd770129
fix: Check for wrapped retriable exceptions 3 years ago
Julius Härtl 11c5bc6a2a
fix: Wrap filesystem LockedExceptions for holding the readable path 3 years ago
Git'Fellow 951c5b973e
Normalize logical operators 3 years ago
Robin Appelman f5e2b0b22f
allow storing multiple mounts for the same rootid in the mount cache 3 years ago
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Carl Schwan b1ec7ff51f
Add missing taint analysis docblock comments, and improve escaping in some methods 3 years ago
Robin Appelman 05dc96f60d
debug log requests made by dav external storage/shares 3 years ago
Robin Appelman 4b52dafbf9
ignore errors while trying to update parent storage_mtime 3 years ago
Julius Härtl 160bd75d0a fix: Use proper path when creating node instances 3 years ago
Thomas Citharel 036cd47bf4 Put Mimeloader insertion and read in the same transaction 3 years ago
Robin Appelman 570b64aafc
handle not being able to write file for notify self-test 3 years ago
Robin Appelman c6be96d04f
additional logging when mkdir fails for object storage 3 years ago