Commit Graph

103 Commits (21119633041d5ccae19975a58b0ae50ef5a8e33a)

Author SHA1 Message Date
Roeland Jago Douma 8800a7e890
Fix cache moves 6 years ago
Robin Appelman 4c97181128
filter out empty filecache extension values 6 years ago
Robin Appelman 066faaec05
fix folder delete 6 years ago
Robin Appelman 43fa746ad9
dont create empty filecache extended rows 6 years ago
Robin Appelman 842da3f183
store filecache extension fields 6 years ago
Robin Appelman d3b6dbc0bc
move more cache logic to querybuilder 6 years ago
Roeland Jago Douma bc9b223e65
Fix DAV mimetype search 6 years ago
Arthur Schiwon e8095cf737
use OCP\EventDispatcher\Event over Symfony's deprecated Event 6 years ago
Robin Appelman bde791cec9
use eq instead of in for loading single storage 6 years ago
Robin Appelman 1a8f9b8b1d
log which storage id can't be inserted 6 years ago
Arthur Schiwon 43bc31bacb
set a storage availability delay on auth issues to avoid lock out 6 years ago
Roeland Jago Douma 650927a822
Properly return an int in the getId function of the cache 7 years ago
Roeland Jago Douma 0487144b26
Remove deprecated searchByTag 7 years ago
Robin Appelman 6a30c65a32
remove extra param in cache update call 7 years ago
Ari Selseng d16cfb519e Avoid calculating folder size for parent that needs scan. 7 years ago
Robin Appelman 092f78d7a4
add event for cache update 7 years ago
Robin Appelman 748bcd407b
add event for inserting cache entries 7 years ago
Roeland Jago Douma 72f3882d4b
No need to propogate changes in appdata 7 years ago
Roeland Jago Douma f7a1ed8656
Only execute query in propagateChange once 7 years ago
Robin Appelman 5d5cfefd35
return the correct value when trying to get a non existing item from cache by id 7 years ago
Morris Jobke 93c62d78db
Fix UniqueConstraintViolationException while insert into oc_filecache 7 years ago
Joas Schilling bb352fb667
Use the defined func()->count() instead of manual counting 7 years ago
Roeland Jago Douma 0277cd7158
Properly search the root of a shared external storage 7 years ago
Robin Appelman 6c5ea0ceca
pass `Cache::getMoveInfo` along cache wrappers 7 years ago
Robin Appelman 63caf331e5
cleanup locks in scanner on error 8 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Roeland Jago Douma c1ff12e234
CacheJail should apply limit and offset after searching 8 years ago
Roeland Jago Douma 53a780e31c
Do not try to get the jailed path if we can't find the id 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 8 years ago
Morris Jobke 4dbee99b7b
Remove useless return statements 8 years ago
Morris Jobke 2a38605545
Properly log the full exception instead of only the message 8 years ago
Robin Appelman 326d55db81
Support arbitrary number of arguments for d:or and d:and in search queries 8 years ago
Roeland Jago Douma 8a41d05761
Remove deprecated \OCP\Config 8 years ago
Robin Appelman c87d689253
delay calculating the shared cache root until it's used 8 years ago
Morris Jobke be4e921306
Use basename() instead of self implementation 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Robin Appelman 804d97d6ff
unlock file when an exception occurs during scanning 8 years ago
Morris Jobke c27498db71 Use IConfig instead of static OCP\Config 9 years ago
Robin Appelman 06a4d6b5b9 Also repair storage id's when repairing invalid entries 9 years ago
Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 9 years ago
Artem Kochnev 5abeb9519e Fix for mb strlen 9 years ago
Robin Appelman dfe662ad42
Fix propagating changes within jail wrapper 9 years ago
Robin Appelman fa81759917
fix moving folders out of a cache jail 9 years ago
Robin Appelman 1f1e1b0d00
use unmasked permissions during scanning 9 years ago
Morris Jobke c54a59d51e
Remove unused use statements 9 years ago
Robin Appelman bb7e236e74
Allow searching file by fileid 9 years ago
Robin Appelman d4a7cfec7c
rename fun to func 9 years ago
Robin Appelman fee818f493
Add tests for query builder (i)like 9 years ago