Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: add notification icon for transfer ownershipfix/45884/accept-notification | Maksim Sukharev | 2024-10-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | 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 | 2 | -5/+20 |
| | | | | | | - 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 | 9 | -21/+35 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48597 from ↵ | Côme Chilliet | 2024-10-08 | 1 | -0/+2 |
|\ | | | | | | | | | nextcloud/fix/fix-email-share-transfer-accross-storages Fix email share transfer accross storages | ||||
| * | feat(transfer-ownership): Improve verbose output of command | Côme Chilliet | 2024-10-07 | 1 | -0/+2 |
| | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 4 | -16/+4 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mib | provokateurin | 2024-09-30 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 2 | -11/+11 |
|\ | | | | | Add rector config | ||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -11/+11 |
| | | | | | | | | 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 | 2 | -19/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore(files): Remove legacy UI scripts now that everything is migrated to Vue | Ferdinand Thiessen | 2024-09-20 | 1 | -3/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 7 | -7/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 2 | -4/+6 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47792 from nextcloud/chore/use-public-api-helper | John Molakvoæ | 2024-09-16 | 1 | -11/+14 |
|\ | |||||
| * | chore(files): Use public API where possiblechore/use-public-api-helper | Ferdinand Thiessen | 2024-09-05 | 1 | -11/+14 |
| | | | | | | | | | | | | | | This is not fixing all issues in the helper, but at least where possible use the public methods. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(NavigationManager): Add default entries handling | provokateurin | 2024-09-09 | 1 | -1/+3 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(transfer-ownership): Improve comments according to code review | Côme Chilliet | 2024-09-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(transfer-ownership): Correctly react to encrypted files | Côme Chilliet | 2024-09-05 | 1 | -20/+43 |
| | | | | | | | | For E2EE encrypted files, we abort the transfer. For SSE encrypted files, we abort only if not using master key. Also fixed the check for when the path to a single file is used. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 2 | -53/+135 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: adjust systemtag orphan cleanup query to work with sharding | Robin Appelman | 2024-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: make background scan job compatible with sharding | Robin Appelman | 2024-08-28 | 1 | -12/+58 |
| | | | | 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 | -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 | 24 | -79/+79 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | perf: improve cleanup of tags/comments | Robin Appelman | 2024-08-15 | 1 | -9/+6 |
| | | | | | | delete entire chunk at once instead of one-by-one Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | 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 | 2 | -6/+10 |
| | | | | 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 | 2 | -1/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Allow toggling folder tree | Christopher Ng | 2024-08-01 | 1 | -1/+7 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(files): Implement endpoint to retrieve a user's folder tree | Christopher Ng | 2024-08-01 | 2 | -25/+95 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #46807 from nextcloud/refactor/files/security-attributes | Kate | 2024-08-01 | 7 | -73/+56 |
|\ | |||||
| * | refactor(files): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 7 | -73/+56 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -7/+0 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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 | 2 | -1/+8 |
| | | | | | | | | 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> | ||||
* | feat(files): Allow to configure Windows filename compatibility in the settings | Ferdinand Thiessen | 2024-07-17 | 6 | -0/+202 |
| | | | | | | | | This adds an admin setting to toggle Windows filename compatibility. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.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> | ||||
* | feat: Add `forbidden_filename_basenames` config option | Ferdinand Thiessen | 2024-07-15 | 1 | -1/+2 |
| | | | | | | | | This allows to configure forbidden filenames (the full filename like `.htaccess`) and also forbidden basenames like `com0` where `com0`, `com0.txt` and `com0.tar.gz` will match. We need this as only using basenames was too restrictive and will cause problems on some systems when updating. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Add new forbidden filename options to Capabilities | Ferdinand Thiessen | 2024-07-11 | 1 | -9/+12 |
| | | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #46059 from nextcloud/perf/remove_useless_session | Benjamin Gaussorgues | 2024-06-27 | 1 | -3/+0 |
|\ | |||||
| * | 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> | ||||
* | | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -4/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.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> |