Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code checker fixes for instanceOfStorage | Robin Appelman | 2021-12-02 | 3 | -2/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | teach psalm about `Storage::instanceOfStorage` | Robin Appelman | 2021-12-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge branch 'master' into imountpoint-ocp-storage | John Molakvoæ | 2021-10-22 | 100 | -280/+135 |
|\ | |||||
| * | Add already used optional sizeDifference parameter to IPropagator | Julius Härtl | 2021-10-14 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Merge pull request #28608 from nextcloud/path-prefix-filter | Vincent Petry | 2021-10-07 | 2 | -0/+20 |
| |\ | | | | | | | generate a better optimized query for path prefix search filters | ||||
| | * | generate a better optimized query for path prefix search filters | Robin Appelman | 2021-08-26 | 2 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Fix typo on the DocBlock of the copy method | Asier Iturralde Sarasola | 2021-08-27 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Asier Iturralde Sarasola <asier.iturralde@gmail.com> | ||||
| * | Merge pull request #28476 from nextcloud/search-jail-insensitive | Vincent Petry | 2021-08-24 | 1 | -0/+1 |
| |\ | | | | | | | use case insensitive like when limiting search to jail | ||||
| | * | use case insensitive like when limiting search to jail | Robin Appelman | 2021-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Remove some mentions of ownCloud from our api documentation | Carl Schwan | 2021-07-29 | 2 | -4/+4 |
| |/ | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
| * | use searchoperation for storage filter instead of db expression | Robin Appelman | 2021-06-14 | 1 | -6/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 100 | -268/+73 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Rename External storages to External storage | szaimen | 2021-05-20 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
| * | set mimetype for objects uploaded to object storages | Robin Appelman | 2021-04-21 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | getStorage can also return null | Robin Appelman | 2021-03-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | getRelativePath can return null | Robin Appelman | 2021-03-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | dont return private storage interface from public mount interface | Robin Appelman | 2021-03-23 | 2 | -2/+4 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | handle ordering in folder search | Robin Appelman | 2021-03-19 | 1 | -0/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | only require user to be set in a query that handles tags | Robin Appelman | 2021-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add ICopyFromCache trait to expose existing implementation | Robin Appelman | 2021-03-12 | 1 | -0/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | catch notfound and forbidden exception in smb::getmetadata | Robin Appelman | 2021-03-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move AbstractCacheEvent into OCP | Robin Appelman | 2021-02-15 | 4 | -6/+95 |
| | | | | | | otherwise we have concrete cache events in OCP extending non OCP classes Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make whole Template class final | Julius Härtl | 2021-01-28 | 1 | -10/+16 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move TemplateProvider registration to boot context and make template type ↵ | Julius Härtl | 2021-01-28 | 2 | -8/+7 |
| | | | | | | registration lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Skip template picker if none available | John Molakvoæ (skjnldsv) | 2021-01-28 | 2 | -3/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add templatedirectory config value to let admins have their custom templates ↵ | Julius Härtl | 2021-01-28 | 2 | -2/+18 |
| | | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add ratio to template creators | Julius Härtl | 2021-01-28 | 1 | -1/+29 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add template picker | John Molakvoæ (skjnldsv) | 2021-01-28 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | files: Create files from template API | Julius Härtl | 2021-01-28 | 5 | -0/+350 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers | Christoph Wurst | 2020-12-30 | 3 | -1/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump icewind/streams from 0.7.1 to 0.7.2 | Christoph Wurst | 2020-12-29 | 3 | -28/+28 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 2 | -38/+38 |
|\ | | | | | Unify links to php.net | ||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 2 | -38/+38 |
| | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | Merge pull request #24594 from kofemann/dcache | Julius Härtl | 2020-12-22 | 2 | -4/+4 |
|\ \ | |||||
| * | | storage: update IStorage#file_put_contents docs to match usage | Tigran Mkrtchyan | 2020-12-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | The current phpdoc of IStorage#file_put_contents doesnt corresponds to it's actual usage in code, e.g. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | ||||
* | | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 8 | -7/+17 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | code style and dispatchTyped | Robin Appelman | 2020-12-02 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | rename cache event to follow new naming standards | Robin Appelman | 2020-11-26 | 5 | -7/+75 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | extend cache events | Robin Appelman | 2020-11-26 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | - adds cache remove event - expose storage id in event - emit events during cache move Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | use in objectstore copy | Robin Appelman | 2020-11-24 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Remove deprecated INotifyStorage::listen | Morris Jobke | 2020-10-28 | 1 | -18/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | The file cache entry is array accessible | Christoph Wurst | 2020-10-13 | 1 | -1/+7 |
|/ | | | | | | … so let's make this part of our API. We use it as array already. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Annotate that writeStream can throw a GenericFileException | Julius Härtl | 2020-09-10 | 1 | -0/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
| | | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Transfer shares of the transferred root node | Julius Härtl | 2020-08-31 | 1 | -0/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 18 | -18/+0 |
|\ | | | | | Add php docs build script | ||||
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 17 | -17/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Remove wrongly annotated package names | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |