Commit Graph

77 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 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
Côme Chilliet ea05544213
Fix return type of methods returning false on error 3 years ago
Côme Chilliet f974281ac9
Improve typing for fopen/toTmpFile 3 years ago
Côme Chilliet 4393b96542
Remove unused method getLocalFolder 3 years ago
Côme Chilliet 966a3e6963
Tidy up typing in OC\Files\View 3 years ago
Côme Chilliet 028c225d96
Fix psalm errors 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
Arthur Schiwon 9b7ef2962e
remove listeners to OC_Filesystem::(write|rename) old style hooks 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Robin Appelman 55d943fd4b
fixed when accessing static filesystem calls before setup 4 years ago
Robin Appelman 84f464550a
some file scanner performance improvements 4 years ago
Robin Appelman 917c74e214
type fixes 4 years ago
Robin Appelman 07a7dcb824
move user mountpoint setup to setupmanager 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman 5c0fe93498
move teardown logic to SetupManager 4 years ago
Robin Appelman 2673775f6e
fix fs cache test user setup 4 years ago
Robin Appelman 1ab58eff0f
pass user object during fs init 4 years ago
Robin Appelman 0217949715
only setup part of the filesystem for appdata requests 4 years ago
MichaIng ba1338e680 Return 404 when AJAX tries to list dir content but file given 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
J0WI 0c9b8ad051 Return early if path is root 5 years ago
J0WI d58d6199d9 Cleaner normalizePath regex 5 years ago
Robin Appelman 8a92229485
getStorage can also return null 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst 1f7f93a695
Update license headers for Nextcloud 20 (again) 5 years ago
Robin Appelman a792a51dca
dont use `false` as cache key for non utf8 path in normalizePath 5 years ago
korelstar d8a80cd45c
fix: file quota was not applied in all cases 5 years ago
Robin Appelman 70906a359f
ensure home storage is initialized on first setup 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst a7c8d26d31
Add visibility to all properties and move static keyword 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Joas Schilling f8a5812f98
Try to use the display name of file transfers 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 74936c49ea
Remove unused imports 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Christoph Wurst 1b85ef4bf2
Fix string doc type casing 7 years ago
Robin Appelman 565d830c11
expose storagefactory in server container 7 years ago
Roeland Jago Douma d5bf2c4523
Move normalizePath to regexes instead of looping 7 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Roeland Jago Douma 6868da9958
Make normalized cache path larger 8 years ago
Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 8 years ago
Lukas Reschke 030d85bc9c
Remove unused functions 9 years ago