93 Commits (43bc31bacb9082c02bc4b63fb1695ddcb1d7af84)

Author SHA1 Message Date
  Arthur Schiwon 43bc31bacb
set a storage availability delay on auth issues to avoid lock out 4 years ago
  Roeland Jago Douma 650927a822
Properly return an int in the getId function of the cache 4 years ago
  Roeland Jago Douma 0487144b26
Remove deprecated searchByTag 4 years ago
  Robin Appelman 6a30c65a32
remove extra param in cache update call 5 years ago
  Ari Selseng d16cfb519e Avoid calculating folder size for parent that needs scan. 5 years ago
  Robin Appelman 092f78d7a4
add event for cache update 5 years ago
  Robin Appelman 748bcd407b
add event for inserting cache entries 5 years ago
  Roeland Jago Douma 72f3882d4b
No need to propogate changes in appdata 5 years ago
  Roeland Jago Douma f7a1ed8656
Only execute query in propagateChange once 5 years ago
  Robin Appelman 5d5cfefd35
return the correct value when trying to get a non existing item from cache by id 5 years ago
  Morris Jobke 93c62d78db
Fix UniqueConstraintViolationException while insert into oc_filecache 5 years ago
  Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 5 years ago
  Roeland Jago Douma 0277cd7158
Properly search the root of a shared external storage 5 years ago
  Robin Appelman 6c5ea0ceca
pass `Cache::getMoveInfo` along cache wrappers 5 years ago
  Robin Appelman 63caf331e5
cleanup locks in scanner on error 6 years ago
  Arthur Schiwon 38a90130ce
move log constants to ILogger 6 years ago
  Roeland Jago Douma c1ff12e234
CacheJail should apply limit and offset after searching 6 years ago
  Roeland Jago Douma 53a780e31c
Do not try to get the jailed path if we can't find the id 6 years ago
  Morris Jobke eb51f06a3b
Use ::class statement instead of string 6 years ago
  Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 6 years ago
  Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 6 years ago
  Morris Jobke 4dbee99b7b
Remove useless return statements 6 years ago
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message 6 years ago
  Robin Appelman 326d55db81
Support arbitrary number of arguments for d:or and d:and in search queries 6 years ago
  Roeland Jago Douma 8a41d05761
Remove deprecated \OCP\Config 6 years ago
  Robin Appelman c87d689253
delay calculating the shared cache root until it's used 6 years ago
  Morris Jobke be4e921306
Use basename() instead of self implementation 6 years ago
  Morris Jobke 0eebff152a
Update license headers 6 years ago
  Robin Appelman 804d97d6ff
unlock file when an exception occurs during scanning 6 years ago
  Morris Jobke c27498db71 Use IConfig instead of static OCP\Config 6 years ago
  Robin Appelman 06a4d6b5b9 Also repair storage id's when repairing invalid entries 6 years ago
  Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 6 years ago
  Artem Kochnev 5abeb9519e Fix for mb strlen 6 years ago
  Robin Appelman dfe662ad42
Fix propagating changes within jail wrapper 7 years ago
  Robin Appelman fa81759917
fix moving folders out of a cache jail 7 years ago
  Robin Appelman 1f1e1b0d00
use unmasked permissions during scanning 7 years ago
  Morris Jobke c54a59d51e
Remove unused use statements 7 years ago
  Robin Appelman bb7e236e74
Allow searching file by fileid 7 years ago
  Robin Appelman d4a7cfec7c
rename fun to func 7 years ago
  Robin Appelman fee818f493
Add tests for query builder (i)like 7 years ago
  Robin Appelman 4b7bc2af0e
Move all children of a folder in a single query 7 years ago
  Robin Appelman 2d02a4735c
Fix search ordering 7 years ago
  Vincent Petry 89c42a76c3
Remove SharedCache::getNumericStorageId to let CacheWrapper do it 7 years ago
  Xuanwo 210f4106c4 [OC/Files/Cache]: Fix wrong usage of basename 7 years ago
  Robin Appelman 6d0c756ff9
dont allow empty wildcard search 7 years ago
  Robin Appelman e61606a767
Allow searching for favorites 7 years ago
  Robin Appelman df2063ee7b
Implement webdav SEARCH 7 years ago
  Robin Appelman 706131b394
add icewind/searchdav 7 years ago
  Frédéric Fortier 55a37c1db9 Refactor files' CacheEntry object creation to call cacheEntryFromData() all the time thus allowing proper casts to be done 7 years ago
  Frédéric Fortier cc511ac7b8 Typecast filecache 'storage' as int to return it as documented, fixes #3461 7 years ago