Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 1 | -14/+26 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Only hide template folder creation if default was changed to emptyfix/show-templates-folder-default | Julius Knorr | 2025-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | fix: Hide "Create templates folder" option if templates are disabled in ↵ | Pawel Boguslawski | 2025-01-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | configuration When both `skeletondirectory` and `templatedirectory` are set to empty strings in configuration, templates folder creation should be disabled and no Create templates folder option should be present in new folder menu. Related: https://github.com/nextcloud/server/issues/39266 Related: https://github.com/nextcloud/server/issues/46455 Author-Change-Id: IB#1156403 Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore(files): Deprecate thumbnail endpoint in favor of core preview endpointfix/harden-thumbnail-endpoint | Ferdinand Thiessen | 2025-01-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Harden thumbnail endpoint | Ferdinand Thiessen | 2025-01-26 | 1 | -6/+17 |
| | | | | | | | | - 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 | -1/+5 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files): more conversion tests and translate error messages | skjnldsv | 2025-01-17 | 1 | -2/+10 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: Log exceptions that happen during file conversionfix/convert-log | Julius Knorr | 2025-01-17 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 1 | -0/+95 |
| | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 4 | -11/+18 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 5 | -56/+25 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: do not duplicate existing entity | Maksim Sukharev | 2024-10-16 | 1 | -8/+1 |
| | | | | | | - this reverts 1e8048abee1745bab648dba5bf96f956c718e4e3 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix: dismiss notification only after transfer bg job created | Maksim Sukharev | 2024-10-16 | 1 | -5/+5 |
| | | | | | | - do not create 'denied' notification if bg job exists Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 2 | -6/+10 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -4/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | perf(files): Do not block files page load with server-side favorites retrieval | Christopher Ng | 2024-08-27 | 1 | -15/+0 |
| | | | | | 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> | ||||
* | refactor(files): Drop unneeded initial state | Ferdinand Thiessen | 2024-08-14 | 1 | -51/+0 |
| | | | | | | | The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite it was only used for the `id` which can be loaded just from the URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): Update openapi | Christopher Ng | 2024-08-08 | 1 | -1/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Allow specifying path and depth for returned folder tree | Christopher Ng | 2024-08-08 | 1 | -44/+37 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files): When redirecting to a file (internal link) then it should open ↵ | Ferdinand Thiessen | 2024-08-03 | 1 | -0/+2 |
| | | | | | | by default Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files): Update openapi spec | Christopher Ng | 2024-08-01 | 1 | -1/+9 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Implement endpoint to retrieve a user's folder tree | Christopher Ng | 2024-08-01 | 1 | -25/+89 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | refactor(files): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 7 | -73/+56 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-id | Andy Scherzinger | 2024-07-25 | 1 | -0/+4 |
|\ | | | | | Avoid using partial file info as valid one | ||||
| * | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix: PHP formatting | Elizabeth Danzberger | 2024-07-25 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | | feat: Add support for filling fields to backend components | Elizabeth Danzberger | 2024-07-25 | 1 | -2/+12 |
|/ | | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> | ||||
* | refactor: Remove deprecated `Util` function for filename validation to ↵ | Ferdinand Thiessen | 2024-07-16 | 1 | -44/+20 |
| | | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | perf(session): remove useless session open | Benjamin Gaussorgues | 2024-06-24 | 1 | -3/+0 |
| | | | | | | | `UseSession` isn’t used in theses controllers. Not using it should avoid a few session locks. Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(files): Rename openFileInfo to fileInfo | Louis Chemineau | 2024-06-19 | 1 | -1/+1 |
| | | | | | | And check if openFile is set in the URL before opening a file. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | perf: Tell browsers to cache storage stats endpoint as it is cached | Julius Härtl | 2024-06-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(files): Properly handle denied ownership transfers | Ferdinand Thiessen | 2024-06-14 | 1 | -12/+2 |
| | | | | | | | | | | | | | When the receiver denies the transfer the notification handler was missing, so no notification was created for the transfer owner. But also the internal notification was created two times: 1. When rejecting the transfer 2. By the reject function when dismissing the notification This is fixed by only relying on the dismiss function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 7 | -164/+18 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files): Use string array instead of string for forbidden characters | Ferdinand Thiessen | 2024-04-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ↵ | Ferdinand Thiessen | 2024-04-29 | 1 | -4/+2 |
| | | | | | | to system config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(files): add search plugin to search in specified folder exclusively | fenn-cs | 2024-03-07 | 1 | -0/+2 |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -10/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(files): Remove dead code from files controllers | Ferdinand Thiessen | 2024-02-12 | 1 | -20/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files): Make sure to add the `fileid` on favorite folders navigation entries | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+8 |
| | | | | 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 | -7/+0 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 3 | -6/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(files): Remove unused type alias | provokateurin | 2024-01-18 | 1 | -1/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(ViewController): Regression lead to 500 on non-existent fileIds | Josh Richards | 2023-12-21 | 1 | -6/+10 |
| | | | | | Fixes #42418 Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | fix(files): Adjust ID for skip content buttons | Ferdinand Thiessen | 2023-12-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -24/+25 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> |