aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(systemtags): enhance create tag in tag picker UXskjnldsv2024-11-152-22/+58
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #48833 from ↵Richard Steinmetz2024-11-154-48/+496
|\ | | | | | | | | nextcloud/fix/issue-48732-exdate-rdate-property-instances fix: RDATE and EXDATE property instances
| * fix: RDATE and EXDATE property instancesfix/issue-48732-exdate-rdate-property-instancesSebastianKrupinski2024-10-214-48/+496
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1538-12/+138
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49276 from nextcloud/refactor/register-routesKate2024-11-142-25/+14
|\ \
| * | refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routesprovokateurin2024-11-141-13/+4
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | refactor(files_versions): Remove Application::registerRoutes() usageprovokateurin2024-11-141-12/+10
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix: use invokePrivate for testfix/use-invokeprivate-for-testSebastianKrupinski2024-11-141-21/+16
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49275 from nextcloud/chore/drop-skjnldsv/sanitize-svgKate2024-11-141-5/+2
|\ \ \
| * | | chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svgskjnldsv2024-11-141-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(i18n): Fixed grammarrakekniven2024-11-141-1/+1
| |/ / |/| | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | fix(profile): exclude from openapifeat/profile-appskjnldsv2024-11-141-0/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(profile): triggerbutton selectorskjnldsv2024-11-141-1/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-141-3/+3
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | chore(profile): move profile app from core to appsskjnldsv2024-11-1423-2/+1944
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1492-194/+226
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #48134 from nextcloud/feat/mail-provider-settingsDaniel2024-11-138-20/+258
|\ \ | | | | | | feat: mail provider settings
| * | feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-128-20/+258
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | feat: Update supported PostgreSQL versionsfeat/postgres-13-17Ferdinand Thiessen2024-11-131-2/+12
| | | | | | | | | | | | | | | | | | 12 is now EOL but 17 was released and should be supported and tested. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-138-2/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(dav): file request guest nickname encodingskjnldsv2024-11-122-5/+6
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge branch 'master' into enh/issue-48528-disable-imip-messagesenh/issue-48528-disable-imip-messagesSebastian Krupinski2024-11-1287-193/+213
|\ \
| * | fix(files_external): cast storage id intfix/external-storage-intskjnldsv2024-11-121-2/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1280-170/+184
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-114-17/+24
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
| | | | | | | | | | | | | | | | | | Instead add the direction only to the filename wrapper not the button. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingSebastianKrupinski2024-11-112-2/+29
|/ / | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Merge pull request #49176 from nextcloud/feat/noid/add-fake-summary-providerJoas Schilling2024-11-114-0/+118
|\ \ | | | | | | feat(testing): Add a fake summary task provider
| * | feat(testing): Add a fake summary task providerfeat/noid/add-fake-summary-providerJoas Schilling2024-11-094-0/+118
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1148-58/+156
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-10104-96/+120
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinctionJérôme Herbinet2024-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-091-1/+1
| | | | | | | | | | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* | | fix(systemtags): sanity checks for bulk tagging actionskjnldsv2024-11-092-3/+82
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-093-1/+9
|/ / | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-09180-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): share assignment issue in SharingEntryLinkskjnldsv2024-11-081-2/+4
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-082-3/+39
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #49145 from nextcloud/ci/noid/php-8.4Joas Schilling2024-11-081-0/+4
|\ \ | | | | | | feat(PHP): Allow PHP 8.4
| * | ci: Skip currently PHP 8.4 incompatible testci/noid/php-8.4Joas Schilling2024-11-081-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-082-0/+7
|/ / | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(SharingEntryLink): Show default password before create if anyfenn-cs2024-11-081-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | Prevent silent addition of expiration date to shares. Prevent silent addition for password to shares. Both now have a `shareRequiresReview` check Resolves : https://github.com/nextcloud/server/issues/48860 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | feat: add iMip Request HandlingSebastianKrupinski2024-11-072-2/+30
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-086-4/+162
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49134 from nextcloud/fix/multi-selectJohn Molakvoæ2024-11-071-1/+1
|\ \
| * | fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>