Commit Graph

54 Commits (3e720942e58f99b038616d95e00a01ac9dd2f490)

Author SHA1 Message Date
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
Julius Härtl 9eb1554fad
Properly anotate LockedException in files node api 6 years ago
Arthur Schiwon fc16b09a2c
Files first to use own GenericEvent 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Robin Appelman 136c4ef925
dont expose metadata etag for now 6 years ago
Robin Appelman 1b6e647b63
expose filecache extension data in FileInfo 6 years ago
Joas Schilling a4ba2113b2
Fix getById for files in appdata and the root mount 6 years ago
Arthur Schiwon 20901c59d4
emit file events via Dispatcher, too 6 years ago
Julius Härtl e43b341b04
Add additional check for read permissions 7 years ago
Julius Härtl 3674f6fa2d
Check the if we can actually access the storage cache for recent files 7 years ago
Roeland Jago Douma 8ca2b31804
Do not keep searching for recent 7 years ago
Julius Härtl 67dd4b018a
Check for free space on touch 7 years ago
Arthur Schiwon 009c2dfbd5
take return of mkdir into account, throw exception on failure 7 years ago
Robin Appelman 3ca1e90044
allow renaming the root of a movable mount even if the parent folder is readonly 7 years ago
Robin Appelman 8fc47c6f00
add option to get raw size (without submounts) from fileinfo 7 years ago
Roeland Jago Douma 62ddb124a1
Filter out versions and trashbin 7 years ago
Roeland Jago Douma cb67c6aa00
Loop for the recent search 7 years ago
Roeland Jago Douma 4c7424d38b
We need to initialize the storage else the jailed path is always null 7 years ago
Robin Appelman 9d9f6903c9
Fix folder path containing leading slash when getting mount root by id 7 years ago
Christoph Wurst 1b85ef4bf2
Fix string doc type casing 7 years ago
Robin Appelman e5c3e4b76f
Add getExtension() to FileInfo 7 years ago
Robin Appelman 922c851494
fix double slash in search result path when the result is in a submount 8 years ago
Julius Härtl 73cf71a20f
Add resource type phpDoc for putContent methods 8 years ago
Roeland Jago Douma 235e3480e6
Actually return the root folder when traversing up the tree 8 years ago
Roeland Jago Douma 53447ae2b2
Throw an exception if file_put_contents fails 8 years ago
Roeland Jago Douma 4e1161d254
Fix proper permissions for multiple file access 8 years ago
Roeland Jago Douma d6b326650b
Emit read for nodes 8 years ago
Morris Jobke 4dbee99b7b
Remove useless return statements 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Morris Jobke c54a59d51e
Remove unused use statements 9 years ago
Robin Appelman 6fbe991afb
limit the user when searching for a file by id if we know the user already 9 years ago
Robin Appelman 2f949f4515
rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::getSourcePath 9 years ago
Robin Appelman df2063ee7b
Implement webdav SEARCH 9 years ago
Vincent Petry e667b28298
Fix files node API failed rename/copy 9 years ago
Vincent Petry eb5ea0e260
Refactor files node API for more code reuse 9 years ago
Thomas Müller 506ccdbd8d
Introduce an event for first time login based on the last login time stamp 9 years ago
Lukas Reschke 68cebef64c
DI for root.php 9 years ago
Morris Jobke 8653d14862
Do not expose user data in exceptions & fix typo 9 years ago
Vincent Petry f737426eca
Add using casing check/fix for initMountPoints 9 years ago
Morris Jobke 169faf8c32
Remove sensible information from exception message 9 years ago
Olivier Mehani 19ad058d06
Add message to NotSquareException thrown from Avatar 9 years ago
Robin Appelman 1484d01ff6
explicitly cast to int 9 years ago
Robin Appelman 0d842e0550
optimize Folder::getById to use less queries 9 years ago
Roeland Jago Douma f805aff67c
Always use the LazyRoot 9 years ago
Robin Appelman fb88d66857 optimize getUserFolder for the common case 9 years ago
Robin Appelman 2693ae870e cache user folders 9 years ago
Robin Appelman 81e103074e use limit instead of since when listing recent files 10 years ago
Robin Appelman e321ecd592 add recent files to node api 10 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago