Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add event for cache update | Robin Appelman | 2019-02-18 | 3 | -44/+83 |
* | Merge pull request #13748 from nextcloud/cache-insert-event | Morris Jobke | 2019-02-07 | 1 | -0/+72 |
|\ | |||||
| * | add event for inserting cache entries | Robin Appelman | 2019-02-07 | 1 | -0/+72 |
* | | Add since labels | Morris Jobke | 2019-02-07 | 1 | -0/+13 |
* | | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 1 | -0/+137 |
|/ | |||||
* | Add objectExists to objectstore interface | Robin Appelman | 2018-12-12 | 1 | -0/+9 |
* | Add interface to allow storages from opting out of encryption | Robin Appelman | 2018-11-29 | 1 | -0/+31 |
* | Add PHPDoc for thrown exception | Morris Jobke | 2018-11-19 | 1 | -0/+3 |
* | Fix string doc type casing | Christoph Wurst | 2018-11-15 | 1 | -1/+1 |
* | extend storage api to allow directly writing a stream to storage | Robin Appelman | 2018-10-31 | 1 | -0/+40 |
* | Add getExtension() to FileInfo | Robin Appelman | 2018-10-29 | 2 | -0/+16 |
* | Merge pull request #10179 from nextcloud/mount-filter | Morris Jobke | 2018-07-11 | 1 | -0/+8 |
|\ | |||||
| * | Add the option to filter mounts for a user | Robin Appelman | 2018-07-10 | 1 | -0/+8 |
* | | Separate fopen into read and write methods | Julius Härtl | 2018-07-11 | 1 | -2/+11 |
* | | Add fopen method to ISimpleFile | Julius Härtl | 2018-07-11 | 1 | -0/+9 |
|/ | |||||
* | Add resource type phpDoc for putContent methods | Julius Härtl | 2018-06-26 | 2 | -2/+2 |
* | Make Appdata static | Roeland Jago Douma | 2018-05-14 | 1 | -3/+3 |
* | Fix tests | Roeland Jago Douma | 2018-04-04 | 1 | -2/+2 |
* | Make the MountManager strict | Roeland Jago Douma | 2018-04-04 | 1 | -7/+8 |
* | Throw an exception if file_put_contents fails | Roeland Jago Douma | 2018-03-27 | 2 | -1/+34 |
* | Add hint about OCP\Folder::getById | Morris Jobke | 2018-03-21 | 1 | -0/+3 |
* | Hardening of SimpleFile getContent | Roeland Jago Douma | 2018-02-27 | 1 | -0/+3 |
* | Fix filename typo | Robin Appelman | 2017-12-12 | 1 | -0/+0 |
* | Merge pull request #6220 from nextcloud/cached-mount-info-filepath | Lukas Reschke | 2017-11-09 | 2 | -1/+44 |
|\ | |||||
| * | Allow getting the filepath when getting cached mounts by fileid | Robin Appelman | 2017-10-27 | 2 | -1/+44 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 21 | -1/+31 |
|/ | |||||
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 8 | -22/+18 |
* | AppData is no longer internal | Roeland Jago Douma | 2017-08-01 | 4 | -4/+0 |
* | Some phpstorm inspection fixes | Roeland Jago Douma | 2017-07-22 | 1 | -5/+4 |
* | Added missing PHPDoc for @since | Morris Jobke | 2017-06-21 | 1 | -0/+1 |
* | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -0/+11 |
* | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+9 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -2/+0 |
* | limit the user when searching for a file by id if we know the user already | Robin Appelman | 2017-04-21 | 1 | -2/+4 |
* | Fix type hints and doc blocks | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
* | Add ignore_files to config, | Felix Heidecke | 2017-03-20 | 1 | -0/+6 |
* | Merge pull request #3600 from coletivoEITA/master | Roeland Jago Douma | 2017-03-14 | 1 | -0/+2 |
|\ | |||||
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 1 | -0/+2 |
* | | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -0/+10 |
* | | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -0/+3 |
* | | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 6 | -2/+50 |
* | | add icewind/searchdav | Robin Appelman | 2017-02-28 | 5 | -0/+205 |
* | | Add missing PHPDoc and properly throw exception | Morris Jobke | 2017-02-13 | 2 | -0/+2 |
* | | Add since | Robin Appelman | 2017-01-27 | 3 | -0/+28 |
* | | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 4 | -0/+145 |
* | | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 2 | -2/+3 |
|/ | |||||
* | Move the validation into one place only | Joas Schilling | 2016-11-21 | 2 | -0/+62 |
* | @since 9.2.0 to @since 11.0.0 | Roeland Jago Douma | 2016-11-15 | 5 | -22/+22 |
* | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 1 | -1/+1 |