aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Listener
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-davJulius Knorr14 days2-0/+86
|\
| * fix(dav): add activity logging for favorites in davgrnd-alt2024-12-032-0/+86
* | fix: Copying a live photo to a folder with a conflicting mov fileLouis Chemineau2024-12-041-14/+22
* | fix: Handle copy of folders containing live photosLouis Chemineau2024-12-041-56/+98
|/
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+5
* refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-forsFerdinand Thiessen2024-10-153-129/+0
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-2/+4
* chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-3/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-173-0/+129
* chore: Add SPDX headerAndy Scherzinger2024-05-294-73/+8
* fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-141-131/+17
* feat(files): copy live photosMaxence Lange2024-03-081-17/+61
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+40
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+3
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* fix renameMaxence Lange2023-12-111-30/+17
* Add comment in SyncLivePhotosListenerLouis Chemineau2023-11-301-93/+131
* Synchronize operation on live photo filesLouis Chemineau2023-11-291-0/+252
* fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-281-57/+0
* Implement file reference wigetJulius Härtl2023-03-021-0/+39
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-5/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Fix event typeJoas Schilling2020-02-061-1/+1
* Fix Sidebar legacy FileInfoModel requirementJohn Molakvoæ (skjnldsv)2020-01-161-0/+3
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+1
|\
| * use OCP\EventDispatcher\GenericEvent for loading additional scripts in the fi...Robin Appelman2019-12-051-1/+1
* | Update license headersChristoph Wurst2019-12-052-3/+7
|/
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-041-0/+42
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-231-0/+56