Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-01 | 24 | -18/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(eslint): Strings must use singlequote | John Molakvoæ | 2025-02-28 | 1 | -1/+1 | |
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
* | fix(l10n): use `do not` instead of `don't` | Valdnet | 2025-02-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-28 | 18 | -4/+24 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-app | Côme Chilliet | 2025-02-27 | 1 | -3/+4 | |
|\ | | | | | fix: Replace OC_App calls by IAppManager | |||||
| * | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -3/+4 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-27 | 90 | -4694/+4694 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-26 | 4 | -16/+16 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 4 | -4/+14 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-23 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-22 | 6 | -2/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Map sharee information for `shared-by-you` view | Ferdinand Thiessen | 2025-02-20 | 2 | -1/+20 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-shares | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 19 | -63/+63 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 4 | -2/+76 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Fix public share expiration being set when toggle is not ↵ | Christopher Ng | 2025-02-18 | 1 | -2/+7 | |
| | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(files_sharing): block downloading if neededfix/download-perms | Ferdinand Thiessen | 2025-02-18 | 2 | -0/+34 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 4 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(files_sharing): Add opengraph meta tags for multimedia, change ↵ | solonovamax | 2025-02-17 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | opengraph type to website - Adds the following opengraph tags - images: - `og:image:type`: the mimetype of the image file - audio: - `og:audio`: a direct link to the audio file - `og:audio:type`: the mimetype of the audio file - video: - `og:video`: a direct link to the video file - `og:video:type`: the mimetype of the video file - Changes th `og:type` meta tag from `object` (which is not valid) to `website` Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||||
* | feat(files_sharing): Add twitter meta tags | solonovamax | 2025-02-17 | 1 | -6/+18 | |
| | | | | | | | | | | | | Adds the following twitter meta tags - `twitter:card`: `summary_large_image` if the shared file is an image & it has a preview, otherwise `summary` - `twitter:title`: same as `og:title` - `twitter:description`: same as `og:description` - `twitter:image`: same as `og:image` Fixes nextcloud/server#49871 Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-16 | 2 | -6/+266 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-15 | 6 | -0/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50769 from nextcloud/checkStorageIdSetCache | Christoph Wurst | 2025-02-14 | 1 | -3/+2 | |
|\ | | | | | fix(SharedStorage): Check if storage ID is set on cache | |||||
| * | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCache | Git'Fellow | 2025-02-13 | 1 | -6/+6 | |
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-14 | 6 | -6/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 34 | -146/+207 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 2 | -63/+64 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-13 | 22 | -0/+22 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50324 from nextcloud/shared-cache-watcher-update | Robin Appelman | 2025-02-11 | 3 | -0/+44 | |
|\ | | | | | fix: don't use cached root info from shared cache if the watcher has detected an update | |||||
| * | test: add test for shared storage root being changed after watchershared-cache-watcher-update | Robin Appelman | 2025-02-06 | 1 | -0/+35 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | fix: don't use cached root info from shared cache if the watcher has ↵ | Robin Appelman | 2025-02-06 | 2 | -0/+9 | |
| | | | | | | | | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat(sharing): Allow to set default view mode for public shares | Ferdinand Thiessen | 2025-02-10 | 3 | -19/+103 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-10 | 2 | -6/+6 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-09 | 2 | -2/+416 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-08 | 2 | -0/+12 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #50364 from nextcloud/fix/files-header-submenu | John Molakvoæ | 2025-02-07 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | fix(files): support submenu in batch actions header too | skjnldsv | 2025-02-06 | 1 | -1/+2 | |
| |/ | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-07 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Hide internal recommendations in external share input | nfebe | 2025-02-06 | 1 | -1/+4 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | fix(files_sharing): Update `QuickShareSelect` if share is modified | nfebe | 2025-02-06 | 2 | -1/+13 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | test(files_sharing): Check that default expiration date is shown b4 create share | nfebe | 2025-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | fix: Show default expiration date before create link share | nfebe | 2025-02-06 | 3 | -20/+19 | |
| | | | | | | | | | Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | refactor: Remove some deprecated containers and exceptions | nfebe | 2025-02-06 | 1 | -25/+28 | |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 4 | -6/+214 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-05 | 2 | -0/+124 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50645 from nextcloud/fix/refresh-convert-list | John Molakvoæ | 2025-02-04 | 2 | -20/+2 | |
|\ | ||||||
| * | fix(files): properly update store on files conversions success | skjnldsv | 2025-02-04 | 2 | -20/+2 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-check | Ferdinand Thiessen | 2025-02-04 | 2 | -92/+120 | |
|/ | | | | | | | | When a user receives a share with share-permissions but also with download restrictions (hide download or the modern download permission attribute), then re-shares of that share must always also include those restrictions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |