aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(search): allows to search files by pathBenjamin Gaussorgues2024-02-271-0/+3
|/ | | | | | | Use `GET search/providers/files/search?path=<path>` with beginning of the path Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Merge pull request #39215 from shdehnavi/replace_substr_calls_in_files_appJohn Molakvoæ2024-02-231-2/+2
|\
| * Merge branch 'master' into replace_substr_calls_in_files_appHamid Dehnavi2023-10-302-1/+28
| |\ | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-09-271-2/+2
| | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | feat: rename users to account or personVincent Petry2024-02-131-2/+2
| | | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | fix(files): Remove dead code from files controllersFerdinand Thiessen2024-02-121-20/+0
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-271-0/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): Make sure to add the `fileid` on favorite folders navigation entriesFerdinand Thiessen2024-01-252-25/+50
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-7/+0
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-183-6/+6
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | chore(files): Remove unused type aliasprovokateurin2024-01-182-16/+0
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(ViewController): Regression lead to 500 on non-existent fileIdsJosh Richards2023-12-211-6/+10
| | | | | | | | | | | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | fix(files): Adjust ID for skip content buttonsFerdinand Thiessen2023-12-211-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix renameMaxence Lange2023-12-111-30/+17
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Add comment in SyncLivePhotosListenerLouis Chemineau2023-11-301-93/+131
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Synchronize operation on live photo filesLouis Chemineau2023-11-292-0/+261
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2330-111/+106
| | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | add named metadata eventMaxence Lange2023-11-201-6/+14
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | fix(files): avoid sending thumbnail URL for directory as none existsBenjamin Gaussorgues2023-11-171-4/+10
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-101-17/+88
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-7/+0
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | IFilesMetadataMaxence Lange2023-11-071-3/+12
| |/ |/| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | feat(files): add grid toggle buttonJohn Molakvoæ2023-10-171-0/+6
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-3/+5
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-041-0/+6
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptionsKate2023-09-273-6/+6
|\ | | | | Add single status code descriptions for OpenAPI
| * Add single status code descriptions for OpenAPIjld31032023-09-273-6/+6
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | fix(files): do not include scripts for merge-indexMax2023-09-261-3/+2
|/ | | | Signed-off-by: Max <max@nextcloud.com>
* Merge pull request #40551 from nextcloud/fix/init-scriptJohn Molakvoæ2023-09-211-0/+1
|\
| * fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-17/+9
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-171-37/+99
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): service workerJohn Molakvoæ2023-08-172-9/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-172-67/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-13/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate parts of files app away from depecrated Iloggerfenn-cs2023-08-133-77/+54
| | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-044-73/+19
|\ | | | | fix!: Final round of moving to IEventDispatcher
| * fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-282-59/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-281-2/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat!: Migrate TagService events to typed eventsJoas Schilling2023-07-282-11/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #39150 from fsamapoor/refactor_files_app_commandsCôme Chilliet2023-08-0312-218/+160
|\ \ | | | | | | Refactors files app commands
| * | Merge branch 'master' into refactor_files_app_commandsFaraz Samapoor2023-08-014-3/+284
| |\| | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Fixes Psalm's "InvalidArgument" error.Faraz Samapoor2023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | I just removed the return type from the "exceptionErrorHandler". There is in fact a hacky solution, that I didn't like: https://github.com/vimeo/psalm/issues/3571 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Fixes Psalm's "LessSpecificReturnStatement" error.Faraz Samapoor2023-07-121-2/+3
| | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>