Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | chore(files_sharing): cleanup NewFileRequestDialog vue | skjnldsv | 2024-07-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix: psalm, cs, autoloader and lint | skjnldsv | 2024-07-12 | 1 | -16/+19 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(files_sharing): refactor share password mail | skjnldsv | 2024-07-12 | 1 | -9/+29 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): allow mixed values in share attributes and allow ↵ | skjnldsv | 2024-07-12 | 2 | -2/+9 | |
| | | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(files_sharing): refactor mail handling | skjnldsv | 2024-07-12 | 1 | -1/+32 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): implement IShareProviderWithNotification and refactor ↵ | skjnldsv | 2024-07-12 | 1 | -36/+20 | |
| | | | | | | sendMailNotification Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): add `new file request` option | skjnldsv | 2024-07-12 | 1 | -0/+49 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | docs(ShareApiController): Correct note about expiry date timezone | fenn-cs | 2024-07-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix(files_sharing): Store the expiration date relative to the server's timezone | Louis Chemineau | 2024-06-26 | 1 | -3/+0 | |
| | | | | | | This is needed as we want to store the difference between the server's and the user's timezones. Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -4/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-13 | 2 | -38/+4 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | Merge pull request #44967 from nextcloud/perf/sharing-events | Ferdinand Thiessen | 2024-06-10 | 3 | -64/+154 | |
|\ | | | | | perf(files_sharing): Move events to listener classes and registration instead of boot | |||||
| * | perf(files_sharing): Move events to listener classes and registration ↵ | Julius Härtl | 2024-05-13 | 3 | -64/+154 | |
| | | | | | | | | | | | | instead of boot Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 78 | -1694/+187 | |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | | fix(ShareApiClients): Maintain meaning of `''` and null for share api clients | fenn-cs | 2024-05-29 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-23 | 1 | -8/+15 | |
| | | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | refactor: remove non-shallow getSharesInFolder | Robin Appelman | 2024-05-01 | 1 | -5/+27 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix(sharing): Don't change the type of the controller argument | Joas Schilling | 2024-04-18 | 1 | -2/+2 | |
| | | | | | | [EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives. Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(shareApiController): avoid duplicated expiryDate operations | fenn-cs | 2024-04-18 | 1 | -27/+10 | |
| | | | | | | | | `expireDate` can be set once and used anywhere needed, the current implementation, duplicates this behavior which leads to `parseDate` receiving an a date object it parsed and returend earlier in the createShare method. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | refactor(shareApiController): use contrusctor property promotion & DI logger | fenn-cs | 2024-04-18 | 1 | -56/+20 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 11 | -28/+28 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: add extra check to ensure wrapped shared storage is set | Robin Appelman | 2024-03-20 | 1 | -0/+10 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix(sharing): Align wording for declining a share | Joas Schilling | 2024-03-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(files_sharing): ShareesAPI - Return empty response when user is not ↵ | Ferdinand Thiessen | 2024-03-15 | 1 | -24/+9 | |
| | | | | | | | | allowed to share Resolves: https://github.com/nextcloud/server/issues/20950 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: improve typing for SharedStorage::$storage | Robin Appelman | 2024-03-14 | 1 | -0/+9 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix: don't return null for SharedStorage::getWrapperStorage with share recursion | Robin Appelman | 2024-03-14 | 1 | -0/+10 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix: add some recrusive detection/prevention | Robin Appelman | 2024-03-08 | 1 | -1/+15 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -59/+0 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix(sharing): Avoid (dead)locking during orphan deletion | Christoph Wurst | 2024-03-05 | 1 | -12/+66 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 6 | -32/+21 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #43428 from nextcloud/feat/share-expiration-with-time | Benjamin Gaussorgues | 2024-02-26 | 1 | -1/+4 | |
|\ | ||||||
| * | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | Merge branch 'master' into share-external-watcher | John Molakvoæ | 2024-02-23 | 45 | -306/+386 | |
|\ \ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * \ | Merge pull request #43605 from nextcloud/orphan-share-daily | John Molakvoæ | 2024-02-23 | 1 | -6/+2 | |
| |\ \ | ||||||
| | * | | fix: only cleanup orphaned shared daly | Robin Appelman | 2024-02-15 | 1 | -6/+2 | |
| | |/ | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * / | fix truncated circleId returned from Share API | Aragon Gouveia | 2024-02-23 | 1 | -3/+4 | |
| |/ | ||||||
| * | Merge pull request #43461 from nextcloud/fix/get-rid-of-getlogger | F. E Noel Nfebe | 2024-02-14 | 4 | -11/+20 | |
| |\ | | | | | | | chore: Migrate away from OC::$server->getLogger | |||||
| | * | chore: Migrate away from OC::$server->getLogger | Côme Chilliet | 2024-02-13 | 4 | -11/+20 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 | |
| |/ | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
| * | also improe cache ci for shared cache | Robin Appelman | 2024-02-09 | 2 | -7/+10 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Use `@nextcloud/capabilities` to obtain share api defaults | fenn-cs | 2024-02-01 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | - Remove redundant initial state added - Call `getCapabilities()` in share config file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
| * | Consider admin defaults when creating shares | fenn-cs | 2024-02-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | The current share logic always uses the default `BUNDLED_PERMISSIONS.ALL` which includes everything. This commit updates share creation logic to use `defaultPermissions` if set by admin for the creation of new shares. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
| * | fix: Fix template parameter for some listeners | Côme Chilliet | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 5 | -1/+5 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
| * | fix(share): use user timezone to parse share expiration date | Benjamin Gaussorgues | 2024-01-09 | 1 | -17/+6 | |
| | | | | | | | | | | | | | | | | If an user in UTC+1 try to create a share at 00:00, it's day D for him, but D-1 for the server (UTC). This fix aims to apply the correct offset Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 3 | -5/+5 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | feat: public dav endpoint v2 | John Molakvoæ | 2024-01-09 | 1 | -1/+6 | |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 31 | -97/+89 | |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
| * | fix: Also cleanup orphaned shares user cannot be found anymore | Julius Härtl | 2023-11-20 | 1 | -1/+6 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |