aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Events/Node
Commit message (Collapse)AuthorAgeFilesLines
* fix: Make webhook event serialization opt-in with a new interfaceCôme Chilliet2024-06-112-6/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Make node events serializableCôme Chilliet2024-06-112-1/+24
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-2416-302/+32
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(files): copy live photosMaxence Lange2024-03-084-47/+13
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Synchronize operation on live photo filesLouis Chemineau2023-11-292-0/+46
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* type fixesRobin Appelman2022-03-041-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* adjust tests to new fs setupRobin Appelman2022-03-041-0/+32
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0415-30/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2415-15/+30
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add lazy events for the Node APIRoeland Jago Douma2020-05-2815-0/+530
Right now if you want to get events via the Node API you have to have a real instance of the Root. Which in turns sets up the whole FS. We should make sure this is done lazy. Else enabling the preview generator for example makes you setup the whole FS on each and every authenticated call. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>