Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | fix(files): service worker | John Molakvoæ | 2023-08-17 | 2 | -9/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 1 | -55/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Migrate parts of files app away from depecrated Ilogger | fenn-cs | 2023-08-13 | 1 | -27/+31 |
| | | | | | | | - Migrate some backgrounds jobs, `TransferOwnership` & `DeleteOrphanedItems` - Migrate `DirectEditingController` Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 7 | -9/+137 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | chore: remove old favorites view | John Molakvoæ | 2023-07-05 | 2 | -43/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): favorites | John Molakvoæ | 2023-07-05 | 1 | -0/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(files): Don't throw an error when guests access the controller | Joas Schilling | 2023-04-19 | 1 | -14/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 2 | -49/+32 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): implement sorting per view | John Molakvoæ | 2023-04-06 | 2 | -16/+23 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files): sorting | John Molakvoæ | 2023-04-06 | 2 | -1/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | perf(files): fetch previews faster and cache properly | John Molakvoæ | 2023-04-06 | 1 | -0/+20 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org> | ||||
* | feat(directediting): Allow opening by file id | Julius Härtl | 2023-02-20 | 1 | -3/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |