Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Use querybuilder for share external mountpoint | Carl Schwan | 2022-04-06 | 1 | -7/+9 | |
| |/ | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | Merge pull request #31684 from nextcloud/user-share-permissions-merge | Simon L | 2022-04-05 | 1 | -11/+22 | |
|\ \ | | | | | | | take permissions from multiple paths into account for share permissions | |||||
| * | | take permissions from multiple paths into account for share permissions | Robin Appelman | 2022-03-31 | 1 | -11/+22 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #31773 from nextcloud/share-limited-owner-setup | Vincent Petry | 2022-04-05 | 1 | -11/+30 | |
|\ \ \ | | | | | | | | | Perform a limited filesystem setup when getting share source | |||||
| * | | | use UserFolder to get the share source node | Robin Appelman | 2022-04-04 | 1 | -11/+30 | |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | | Set oc_share_external.name column length to 4000 to remove arbitrary limitation | Côme Chilliet | 2022-04-04 | 1 | -0/+56 | |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #31240 from nextcloud/Valdnet-patch-3 | Louis | 2022-03-31 | 1 | -1/+1 | |
|\ \ | | | | | | | l10n: Add a dot | |||||
| * | | l10n: Delete dot | Valdnet | 2022-02-17 | 1 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
| * | | l10n: Add a dot | Valdnet | 2022-02-17 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | | invalidate mount cache after accepting or renaming federated share | Robin Appelman | 2022-03-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | invalidate mount cache after share rename | Robin Appelman | 2022-03-24 | 2 | -20/+26 | |
| |/ |/| | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | l10n: Spelling unification in Transifex. | Valdnet | 2022-03-18 | 1 | -3/+3 | |
| | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | Merge pull request #31431 from nextcloud/fs-setup-manager | Robin Appelman | 2022-03-08 | 2 | -2/+6 | |
|\ \ | | | | | | | Unify/cleanup filesystem setup | |||||
| * | | type fixes | Robin Appelman | 2022-03-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Fix too many file download notifications when watching a video | szaimen | 2022-03-07 | 7 | -14/+53 | |
|/ / | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | |||||
* | | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 2 | -2/+2 | |
| | | | | | | | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | improve errors for external share availability check | Robin Appelman | 2022-02-21 | 1 | -7/+5 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Support CRUD share permissions | Louis Chemineau | 2022-02-15 | 1 | -10/+17 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Revert "Add non-breaking space in the file size" | szaimen | 2022-02-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | |||||
* | Use the new option to signaling insensitivity | Joas Schilling | 2022-02-07 | 1 | -0/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add non-breaking space in the file size | Carl Schwan | 2022-01-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Remove inefficient fed share scanner | Vincent Petry | 2022-01-10 | 1 | -70/+0 | |
| | | | | | | | | | | Remove scanAll which relies on the "shareinfo" endpoint that returns the full cache tree. The latter can become big for big shares and result in timeouts. Furthermode, the full tree would be retrieved again for each and every detected change which can become expensive quickly. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles | Carl Schwan | 2022-01-10 | 3 | -5/+5 | |
|\ | | | | | Feat/webpack vendors bundles | |||||
| * | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 3 | -5/+5 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Handle LocalServerException when scanning external shares | Carl Schwan | 2022-01-06 | 1 | -2/+11 | |
|/ | | | | | | | | When remoteIsOwnCloud trows LocalServerException, the storage is unavailable and instead of crashing the scanner, ignore the specific storage. Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix passing on the parameter | Joas Schilling | 2022-01-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Improve api documentation for file sharing external storage | Carl Schwan | 2022-01-03 | 1 | -28/+24 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Handle external share with invalid host | Carl Schwan | 2021-12-20 | 1 | -3/+11 | |
| | | | | | | | | remoteIsOwnCloud might throw an exception when the host is localhost. Handle this case instead of aborting completely. The behavior is the same as that is done 10 lines under it Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Discard share notification for non-existing groups | Vincent Petry | 2021-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | Group shares might exist even after a group got deleted. This fix catches the situation and discards the notification for the obsolete group. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <coding@schilljs.com> | |||||
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 2 | -3/+12 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #30055 from nextcloud/enh/note-share-api | Julius Härtl | 2021-12-06 | 1 | -0/+5 | |
|\ | ||||||
| * | Allow to pass note when creating a share and send it with directly in the ↵ | Julius Härtl | 2021-12-03 | 1 | -0/+5 | |
| | | | | | | | | | | | | share mail when set Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Allow scripts prioritization based on other apps | John Molakvoæ (skjnldsv) | 2021-12-02 | 2 | -3/+5 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | code checker fixes for instanceOfStorage | Robin Appelman | 2021-12-02 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | background scan the source storage when a background scan on a storage jail ↵ | Robin Appelman | 2021-12-02 | 1 | -0/+1 | |
|/ | | | | | | is triggered Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge branch 'master' into imountpoint-ocp-storage | John Molakvoæ | 2021-10-22 | 71 | -358/+728 | |
|\ | ||||||
| * | update tests | Robin Appelman | 2021-10-19 | 1 | -17/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | use the correct navigation manager for the shares | Robin Appelman | 2021-10-19 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | call setupSharingMenus again | Robin Appelman | 2021-10-19 | 1 | -13/+12 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | move files_sharing to IBootStrap | Robin Appelman | 2021-10-19 | 2 | -68/+47 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Merge pull request #28377 from nextcloud/fix/shared-ext-storage-scan | szaimen | 2021-09-10 | 1 | -1/+16 | |
| |\ | | | | | | | Scan the shared external storage source on access | |||||
| | * | Return proper watcher if SharedStorage originates from ExternalMount | John Molakvoæ (skjnldsv) | 2021-09-10 | 1 | -1/+16 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
| * | | Merge pull request #28764 from nextcloud/feat/sharing-link-event | John Molakvoæ | 2021-09-10 | 2 | -2/+100 | |
| |\ \ | ||||||
| | * | | Emit event on link share action | John Molakvoæ | 2021-09-10 | 2 | -2/+100 | |
| | |/ | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * / | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | Let users choose a share_folder | Hinrich Mahler | 2021-09-06 | 5 | -6/+47 | |
| | | ||||||
| * | add event for when a share is mounted | Robin Appelman | 2021-08-24 | 2 | -1/+75 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Fix remote share deletion when deleting user | Vincent Petry | 2021-07-27 | 1 | -23/+54 | |
| | | | | | | | | | | | | | | When deleting a user, we should only delete the direct remote user shares or the remote group based subshares. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
| * | Replace ILogger with LoggerInterface in remote share manager | Vincent Petry | 2021-07-27 | 3 | -12/+14 | |
| | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> |