Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(files): Add capability for clients to check WCF statefeat/add-wcf-cap | Ferdinand Thiessen | 2025-03-18 | 1 | -0/+47 |
| | | | | | | | | | | 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> | ||||
* | fix(tests): Adapt tests to appManager usage | Côme Chilliet | 2025-02-24 | 1 | -0/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 1 | -28/+114 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 6 | -24/+33 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): Harden thumbnail endpoint | Ferdinand Thiessen | 2025-01-26 | 1 | -0/+85 |
| | | | | | | | | - Catch all thrown exceptions and handle in such a way you do not get information about forbidden files. - Resepect download permissions of shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): add conversion action | skjnldsv | 2025-01-22 | 1 | -0/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 1 | -0/+91 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | fix(tests): remove redundant unit test for activityfix/activity-log-for-favorites-in-dav | grnd-alt | 2024-12-03 | 1 | -40/+0 |
| | | | | Signed-off-by: grnd-alt <github@belakkaf.net> | ||||
* | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 1 | -1/+0 |
| | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 1 | -8/+19 |
| | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -7/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 3 | -6/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 5 | -16/+27 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Fix tests now that trashbin listens to events properly | Côme Chilliet | 2024-09-23 | 1 | -17/+11 |
| | | | | | | | Hooks are cleared in test bootstrap so switching to events activates them in tests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(files): Remove legacy UI scripts now that everything is migrated to Vue | Ferdinand Thiessen | 2024-09-20 | 10 | -6290/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 10 | -41/+41 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -4/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | perf(files): Do not block files page load with server-side favorites retrieval | Christopher Ng | 2024-08-27 | 1 | -48/+16 |
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | test(files): Fix ApiController test | Christopher Ng | 2024-08-01 | 1 | -1/+16 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | refactor: Remove deprecated `Util` function for filename validation to ↵ | Ferdinand Thiessen | 2024-07-16 | 1 | -4/+7 |
| | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 20 | -468/+64 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ↵ | Ferdinand Thiessen | 2024-04-29 | 1 | -5/+0 |
| | | | | | | to system config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: cleanup filecache_extended items by default | Robin Appelman | 2024-04-15 | 1 | -1/+2 |
| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -5/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(files): Remove dead code from files controllers | Ferdinand Thiessen | 2024-02-12 | 1 | -3/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): combine navigation and files list into single Vue app | Grigorii K. Shartsev | 2024-01-25 | 1 | -5/+0 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(files): Adjust ID for skip content buttons | Ferdinand Thiessen | 2023-12-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+0 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(cypress): formatFileSize change revert from files library | John Molakvoæ | 2023-11-08 | 3 | -13/+13 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -1/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix: remove old fileUploadSpec jsunit test | John Molakvoæ | 2023-09-01 | 1 | -303/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -156/+13 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix various deprecation warnings in tests on PHP 8.3 | Côme Chilliet | 2023-08-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate parts of files app away from depecrated Ilogger | fenn-cs | 2023-08-13 | 1 | -8/+10 |
| | | | | | | | - 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-cleanup | Joas Schilling | 2023-08-04 | 1 | -3/+3 |
|\ | | | | | fix!: Final round of moving to IEventDispatcher | ||||
| * | feat!: Migrate TagService events to typed events | Joas Schilling | 2023-07-28 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(files): migrate recent view | John Molakvoæ (skjnldsv) | 2023-08-02 | 1 | -17/+0 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: drop legacy sharing files | John Molakvoæ | 2023-07-11 | 1 | -74/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore: remove old favorites view | John Molakvoæ | 2023-07-05 | 3 | -314/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 2 | -47/+11 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(tests): update jsunit tests after dep and files update | John Molakvoæ | 2023-04-06 | 4 | -14/+14 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): implement sorting per view | John Molakvoæ | 2023-04-06 | 2 | -30/+20 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Adjust breadcrumb navigation structure to the navigation list | julia.kirschenheuter | 2023-04-04 | 1 | -5/+5 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Fix name of skip method for phpunit | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve behavior with dates on 32bits and fix tests or skip them | Côme Chilliet | 2023-02-07 | 1 | -1/+4 |
| | | | | | | | We do not support events after 2038 on 32bits but still behave better when date range start/end is after 2038. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 1 | -8/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |