Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix: No password set for new mail shares | fenn-cs | 2024-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the password is set on a new share, the computed property `hasUnsavedPassword` is used to check that `this.share.newPassword` is not undefined. Direct assignment without using Vue's `this.$set` makes it impossible for vue to detect that changes have happened on the share object. Hence the inreactivity. This worked initially most likely because `this.share.newPassword = await GeneratePassword()` was executed before the computed properties where evaluated. Resolves : https://github.com/nextcloud/server/issues/43919 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | 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(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-14 | 4 | -0/+4 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-13 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #39990 from nextcloud/recursive-share | Arthur Schiwon | 2024-03-11 | 1 | -1/+15 | |
|\ | | | | | add some recrusive detection/prevention | |||||
| * | fix: add some recrusive detection/prevention | Robin Appelman | 2024-03-08 | 1 | -1/+15 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-10 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-09 | 4 | -0/+8 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 98 | -242/+528 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat: Allow registration of advanced external share actions | Christopher Ng | 2024-03-06 | 3 | -3/+43 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | feat: reconfigured NcActions to use MDI's | Eduardo Morales | 2024-03-06 | 2 | -24/+66 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | chore: manual linting | Eduardo Morales | 2024-03-06 | 1 | -5/+11 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | feat: added new action for qrcode popup linkshare | Eduardo Morales | 2024-03-06 | 1 | -1/+44 | |
| | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | Merge pull request #44000 from nextcloud/more-sharing-cleaup | Robin Appelman | 2024-03-06 | 1 | -59/+0 | |
|\ | | | | | cleanup: remove long depricated share code | |||||
| * | chore: remove long depricated share code | Robin Appelman | 2024-03-06 | 1 | -59/+0 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #44029 from nextcloud/share-manager-build | Robin Appelman | 2024-03-06 | 1 | -2/+0 | |
|\ \ | |/ |/| | refactor: make share manager buildable | |||||
| * | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat: Rename circles to teams | Julius Härtl | 2024-03-06 | 1 | -2/+2 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | fix(sharing): Avoid (dead)locking during orphan deletion | Christoph Wurst | 2024-03-05 | 2 | -14/+67 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 10 | -107/+128 | |
|\ | | | | | Cache path by id | |||||
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 10 | -107/+128 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 4 | -0/+34 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #43791 from nextcloud/share-api-cleanup | Robin Appelman | 2024-03-04 | 1 | -4/+4 | |
|\ \ | |/ |/| | Share api cleanup | |||||
| * | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 2 | -0/+8 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 96 | -824/+838 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | test: Add test selector on sharing and versions components | Louis Chemineau | 2024-02-27 | 2 | -8/+28 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | chore(files_sharing): Remove legacy share permissions editor | Louis Chemineau | 2024-02-27 | 1 | -290/+0 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-27 | 2 | -0/+14 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #43428 from nextcloud/feat/share-expiration-with-time | Benjamin Gaussorgues | 2024-02-26 | 4 | -10/+21 | |
|\ | ||||||
| * | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 4 | -10/+21 | |
| | | | | | | | | | | | | | | | | 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> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 4 | -2/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge branch 'master' into share-external-watcher | John Molakvoæ | 2024-02-24 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge branch 'master' into share-external-watcher | John Molakvoæ | 2024-02-23 | 187 | -3594/+6511 | |
|\| | | | | | | | | 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 | |
| | | | | ||||||
| * | | | chore(files_sharing): use `OCSResponse` from `@nextcloud/typings` | skjnldsv | 2024-02-23 | 3 | -14/+5 | |
| | |/ | |/| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-22 | 2 | -2/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-21 | 2 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix undefined share object during expirationDate update | fenn-cs | 2024-02-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 04e87337211351127cd02a0404936de8cb1b0837 a regression was introduced. `this` means nothing inside arrow functions, hence this.share was referring to an undefined object and so all attempted updates for expiration dates would fail. Resolves : https://github.com/nextcloud/server/issues/43256 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-20 | 2 | -0/+18 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 4 | -2/+16 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 6 | -2/+32 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 6 | -22/+62 | |
| |/ | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 10 | -8/+76 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
| * | 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> |