aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/AppInfo/Application.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templatesFerdinand Thiessen2025-05-161-8/+0
| | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): Add capability for clients to check WCF statefeat/add-wcf-capFerdinand Thiessen2025-03-181-0/+2
| | | | | | | | | | This adds a non-initial-state capability for the windows-compatibile-filemnames feature. It is not required by the webui and it might have performance impacts (always compares system config against windows presets), so it is not included in every page load, but instead for querying from the clients. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(dashboard): added new FavouriteWidget to display favorite files in ↵yemkareems2025-01-141-0/+2
| | | | | | | | | | | | | | | | | | | dashboard widget * Added widget star icon * run build/autoloaderchecker.sh * removed unwanted IWidget and usersession * renamed id * renamed class to FavoriteWidget * removed limit logic * removed IAPIWidget * ui fixes to remove rounded corners and make the ui/ux similar to recommendation widget. * cs fix + composer fix no dev and review comments from Joas and Côme addressed * added count and removed slice Signed-off-by: yemkareems <yemkareems@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
* refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-031-2/+0
| | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* fix(dav): add activity logging for favorites in davgrnd-alt2024-12-031-1/+6
| | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
* refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-forsFerdinand Thiessen2024-10-151-9/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-011-0/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-7/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-171-0/+9
| | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-28/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-141-3/+1
| | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(files): copy live photosMaxence Lange2024-03-081-0/+4
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+3
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Synchronize operation on live photo filesLouis Chemineau2023-11-291-0/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-13/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-041-3/+2
|\ | | | | fix!: Final round of moving to IEventDispatcher
| * fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-281-2/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat!: Migrate TagService events to typed eventsJoas Schilling2023-07-281-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-9/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* chore: remove old favorites viewJohn Molakvoæ2023-07-051-9/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-181-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Implement file reference wigetJulius Härtl2023-03-021-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Port settings to ModalJohn Molakvoæ2023-01-041-1/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-041-1/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Only load direct editing capabilities when requiredJulius Härtl2022-06-031-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move over notification to new registrationRoeland Jago Douma2021-04-161-6/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix TagService DI nameMorris Jobke2020-08-171-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Migrate files to the PSR containerChristoph Wurst2020-08-171-15/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-22/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Lazy register the navigationRoeland Jago Douma2020-07-091-22/+28
| | | | | | | This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Implement unified search for FilesChristoph Wurst2020-06-241-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Migrate Files to the new bootstrap mechanismChristoph Wurst2020-06-221-24/+95
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update license headersChristoph Wurst2019-12-051-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-041-2/+3
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-2/+10
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+5
| | | | | | | | | | | * 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>
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-231-0/+7
| | | | | | | This adds a new event that is in the new style of event dispatching. This should allow more lazy loading and better sepeartion of concerns Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Lets use DI where we canRoeland Jago Douma2019-08-021-26/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Register providers via class namesJoas Schilling2019-03-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Invalidate the cache when a share is updatedJoas Schilling2019-03-011-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>