Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | feat: allow external drop and add dropzone | John Molakvoæ | 2023-10-10 | 1 | -3/+5 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: redirect to proper directory if file not found | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -1/+14 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -0/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptions | Kate | 2023-09-27 | 3 | -6/+6 |
|\ | | | | | Add single status code descriptions for OpenAPI | ||||
| * | Add single status code descriptions for OpenAPI | jld3103 | 2023-09-27 | 3 | -6/+6 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | fix(files): do not include scripts for merge-index | Max | 2023-09-26 | 1 | -3/+2 |
|/ | | | | Signed-off-by: Max <max@nextcloud.com> | ||||
* | Merge pull request #40551 from nextcloud/fix/init-script | John Molakvoæ | 2023-09-21 | 1 | -0/+1 |
|\ | |||||
| * | fix: avoid side-effect imports | John Molakvoæ (skjnldsv) | 2023-09-21 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -17/+9 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -37/+99 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |