Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 14 | -267/+40 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+99 |
| | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 4 | -0/+51 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add missing ArrayAccess template parameters | Côme Chilliet | 2024-02-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | perf: Avoid updating the folder size if we know the size difference | Julius Härtl | 2024-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(ObjectStore): Make copying behavior consistent with local storage | Ferdinand Thiessen | 2023-11-17 | 1 | -2/+2 |
| | | | | | | Drop file permissions on copy like we do on local storage. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz <luzpaz@github.com> Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | Document all getIncomplete implementations as returning string|false | Côme Chilliet | 2022-08-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | 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> | ||||
* | Remove some mentions of ownCloud from our api documentation | Carl Schwan | 2021-07-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | 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 | 13 | -20/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | 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> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -3/+12 |
| | | | | 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> | ||||
* | 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> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 4 | -14/+14 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow to overwrite the path on the cache event | Joas Schilling | 2020-02-13 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 9 | -12/+27 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | store filecache extension fields | Robin Appelman | 2019-11-13 | 1 | -0/+24 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove deprecated searchByTag | Roeland Jago Douma | 2019-07-26 | 1 | -13/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | add event for cache update | Robin Appelman | 2019-02-18 | 3 | -44/+83 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add event for inserting cache entries | Robin Appelman | 2019-02-07 | 1 | -0/+72 |
| | | | | | | | | this provides a reliable way for apps to listen to new files without the need to of cache wrappers to hook into inserts themselves (something which isn't 100% reliable) Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 1 | -0/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 6 | -6/+6 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 6 | -6/+12 |
| | |||||
* | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+19 |
| | |||||
* | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 6 | -0/+664 |