Robin Appelman
d4e67afed7
Merge pull request #39944 from nextcloud/share-cache-share
...
pass the share to the cache instead of having to ask the storage
2023-08-28 13:44:03 +02:00
Nextcloud bot
ce9e0aec7f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-28 00:26:24 +00:00
Daniel
8f4614be16
Merge pull request #39911 from nextcloud/fix/carddav/limit-upgrade-sync-to-1000-users
2023-08-27 15:54:45 +02:00
John Molakvoæ
b570d76355
Merge pull request #39792 from nextcloud/feat/vue-filepicker-dialog
2023-08-27 11:41:06 +02:00
Nextcloud bot
0c8e577871
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-27 00:30:46 +00:00
Ferdinand Thiessen
e7c03aa9c0
chore: Build assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 21:01:37 +02:00
John Molakvoæ
5831d4f536
fix(theming): user background picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-26 20:58:24 +02:00
Ferdinand Thiessen
93acc47761
fix(dialogs): Use FilePickerBuilder to create the file picker
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Ferdinand Thiessen
7ed04128c4
chore: Remove now unneeded filepicker styles
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Ferdinand Thiessen
738c596977
fix(apps): Adjust apps for FilePicker API change
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Ferdinand Thiessen
bd37607fc0
chore: Remove unused FilePickerContext from behat tests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Ferdinand Thiessen
5e9a6c1a0b
fix(cypress): Fix the user theming cypress test for the new filepicker
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:56:09 +02:00
Ferdinand Thiessen
3d74ed85ff
feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.
...
Still providing the legacy one until the Vue FilePicker is out of beta.
Pin beta releases so we do not get version conflicts.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-08-26 20:55:51 +02:00
Anna Larch
7f11ee8c4a
fix(CardDAV): only run upgrade sync if 1000 users or less
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-26 17:21:50 +02:00
Joas Schilling
efeb517edd
Merge pull request #40044 from nextcloud/add-altahrim-as-codeowner
...
Add Altahrïm as code owner for login routes and sharebymail app
2023-08-26 16:44:03 +02:00
dependabot[bot]
d86e0094bb
Merge pull request #40057 from nextcloud/dependabot/npm_and_yarn/babel-jest-29.6.4
2023-08-26 06:53:56 +00:00
dependabot[bot]
e951da12e6
Merge pull request #40055 from nextcloud/dependabot/npm_and_yarn/babel/preset-typescript-7.22.11
2023-08-26 06:52:53 +00:00
dependabot[bot]
4cfd080df9
chore(deps-dev): Bump babel-jest from 29.6.2 to 29.6.4
...
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest ) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 04:21:38 +00:00
dependabot[bot]
a2e81757af
chore(deps-dev): Bump @babel/preset-typescript from 7.22.5 to 7.22.11
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.22.5 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 04:20:58 +00:00
Nextcloud bot
be22f34ac3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-26 00:32:32 +00:00
Benjamin Gaussorgues
627e2c0819
Add Altahrïm as code owner for login routes and sharebymail app
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-08-25 21:57:25 +02:00
Daniel
5d9b84dd58
Merge pull request #39842 from nextcloud/encode-filename-trashbin-restore
2023-08-25 17:08:04 +02:00
Daniel Kesselberg
7183e3db3d
fix: encode basename in restore action
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-25 12:52:47 +02:00
Joas Schilling
85ff1449d3
Merge pull request #39511 from nextcloud/fix/reverse-getDateTime-deprecation
...
fix(utility): De- deprecate getDateTime and getTime as now() only returns DateTimeImmutable
2023-08-25 10:02:08 +02:00
Anna Larch
66c1aa4a3c
fix(utility): De- deprecate getDateTime as now() only returns immutable objects
...
This will mean lots of code like
```$dateTime = (new DateTime())->setTimestamp(ITimeFactory::now()->getTimestamp()```
if a regular DateTime object is needed
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-25 08:55:44 +02:00
Nextcloud bot
d498f9aa38
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-25 00:34:26 +00:00
Simon L
c7bd5ba902
Merge pull request #39713 from nextcloud/Jerome-Herbinet-remove-padding-for-longer-wordings
...
Remove padding for longer wordings (like the future French one)
2023-08-24 12:55:01 +02:00
Joas Schilling
dce0db8d69
Merge pull request #40013 from nextcloud/fix/remove-pw-from-logging
...
Do not log passwords in debug mode
2023-08-24 11:42:51 +02:00
Jérôme Herbinet
2a2cf05149
npm run build
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-08-24 11:11:36 +02:00
Jérôme Herbinet
c35c78aaf6
Remove padding for longer wordings
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2023-08-24 11:11:36 +02:00
Anna Larch
5d5134e615
Do not log passwords in debug mode
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-24 10:39:27 +02:00
Nextcloud bot
313a06aeed
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-24 01:00:57 +00:00
Pytal
4e60b3c61e
Merge pull request #39971 from nextcloud/fix/a11y-weather-visible-label
2023-08-23 17:26:02 -07:00
Daniel
ac47eb9b94
Merge pull request #40012 from nextcloud/techdebt/noid/prepare-doctrine-update
2023-08-23 21:25:51 +02:00
John Molakvoæ
590b1d9b2a
Merge pull request #39955 from nextcloud/fix/files-lib
2023-08-23 14:21:07 +02:00
John Molakvoæ
7d46eb0273
chore(deps): remove unused is-svg
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:52 +02:00
John Molakvoæ
3e271d89f4
chore: upgrade to @nextcloud/files@3.0.0-beta.18
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:51 +02:00
John Molakvoæ
2c9acd5d5d
feat: migrate FileAction from server
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:51 +02:00
John Molakvoæ
b4e71ad0fb
chore: use Navigation from @nextcloud/files
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-23 14:03:50 +02:00
Joas Schilling
5a1fcdb272
fix(dbal): Migrate to Doctrine\DBAL\ParameterTypes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-23 09:08:08 +02:00
Joas Schilling
26c734abe4
fix(tests): Specify all positional parameters again to fix tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-23 09:08:08 +02:00
John Molakvoæ
c9a197e6dd
Merge pull request #39999 from nextcloud/chore/deps/ts-vue
2023-08-23 08:10:00 +02:00
John Molakvoæ
962388d653
Merge pull request #40005 from nextcloud/automated/noid/master-update-ca-cert-bundle
2023-08-23 08:09:41 +02:00
nextcloud-command
4b0837f957
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2023-08-23 02:09:58 +00:00
Nextcloud bot
bc411a2cf3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-08-23 00:28:15 +00:00
Kate
020401b6c8
Merge pull request #40001 from nextcloud/fix/openapi/capabilities
...
Fix OpenAPI capabilities
2023-08-22 20:35:41 +02:00
jld3103
672966e4b3
files: Fix OpenAPI spec
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-08-22 20:07:26 +02:00
jld3103
8cfa6ac8c2
Update openapi-extractor
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-08-22 20:07:11 +02:00
John Molakvoæ
1c626693ab
chore(deps): upgrade @nextcloud/webpack-vue-config and typescript
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-08-22 19:42:21 +02:00
John Molakvoæ
b11532ce56
Merge pull request #39958 from nextcloud/dav-permissions-perf
2023-08-22 19:14:53 +02:00