Commit Graph

45 Commits (3e720942e58f99b038616d95e00a01ac9dd2f490)

Author SHA1 Message Date
Roeland Jago Douma 5dba8d318d
Fix search limit to home 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Robin Appelman c62637da8b
Allow filtering the search results to the users home storage 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 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 650927a822
Properly return an int in the getId function of the cache 6 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
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
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 be4e921306
Use basename() instead of self implementation 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 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 d4a7cfec7c
rename fun to func 9 years ago
Robin Appelman fee818f493
Add tests for query builder (i)like 9 years ago
Robin Appelman 4b7bc2af0e
Move all children of a folder in a single query 9 years ago
Robin Appelman 2d02a4735c
Fix search ordering 9 years ago
Vincent Petry 89c42a76c3
Remove SharedCache::getNumericStorageId to let CacheWrapper do it 9 years ago
Xuanwo 210f4106c4 [OC/Files/Cache]: Fix wrong usage of basename 9 years ago
Robin Appelman 6d0c756ff9
dont allow empty wildcard search 9 years ago
Robin Appelman e61606a767
Allow searching for favorites 9 years ago
Robin Appelman df2063ee7b
Implement webdav SEARCH 9 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 9 years ago
Frédéric Fortier cc511ac7b8 Typecast filecache 'storage' as int to return it as documented, fixes #3461 9 years ago
Robin Appelman 14a561ddad
always use numeric storage id in cacheentry 9 years ago
Robin Appelman 86473306f3
fix cacheentry return wrong storage id 9 years ago
Robin Appelman 2f03fcab4a
let the share backend get the node cacheentry to save queries 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma dedf392751
Move \OC\Files to PSR-4 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Lukas Reschke 5ccb9dfa7e Use database for keeping track of the version 10 years ago
Robin Appelman f2bba59b79 split cache->insert from cache->put 10 years ago
Roeland Jago Douma 2035a179bc Add store/retrieve checksums 10 years ago
Robin Appelman ec3f6549f6 Add fallback moveFromCache implementation 10 years ago
Robin Appelman 6d321f5f6b Return a class from cache operations instead of an array 10 years ago
Robin Appelman cdc8c40d60 Add public cache interface 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago