Christopher Ng
302a67f685
Integrate migrator
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02 01:59:15 +07:00
Christopher Ng
4c3d68381b
Integration tests
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02 01:59:15 +07:00
Christopher Ng
4eff359441
Calendar export and import
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-02 01:59:15 +07:00
Pytal
9d088dfa5a
Merge pull request #30536 from nextcloud/fix/l10n-exception-message
2022-03-01 16:11:14 +07:00
Christopher Ng
67ec9813e3
Make Sabre File exception messages translatable
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-01 23:29:33 +07:00
Carl Schwan
3026d57ccf
Merge pull request #31354 from nextcloud/fix/caching-avatar
...
Fix caching of the user avatar
2022-03-01 14:58:26 +07:00
Côme Chilliet
3ade269d1b
Merge pull request #31333 from nextcloud/fix/fix-archive-typing
...
Improve typing in OC\Archive classes
2022-03-01 14:20:03 +07:00
Côme Chilliet
ce87b44224
Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errors
...
Ignore errors when searching for bundled preview
2022-03-01 14:10:47 +07:00
Carl Schwan
2ebffc0535
Add warning to the user
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: MichaIng <micha@dietpi.com>
Co-authored-by: zroebg <carlos@reendex.com>
2022-03-01 12:15:31 +07:00
Simon L
774fac10dc
Merge pull request #31355 from nextcloud/fix/23441/fix-developer-link
...
try to fix developer link
2022-03-01 10:42:18 +07:00
Joas Schilling
46e6c49b18
Merge pull request #31363 from nextcloud/techdebt/noid/delay-getting-preferences
...
Delay loading user preferences until we need them
2022-03-01 10:06:34 +07:00
Côme Chilliet
c2dddf5803
Merge pull request #31383 from nextcloud/automated/noid/psalm-baseline-update-1646108128
...
[Automated] Update psalm-baseline.xml
2022-03-01 09:41:05 +07:00
Vanessa
abf935c560
Merge pull request #31340 from nextcloud/fix/31237/new-button-authTokenSetupDialogue
...
Fix/31237/new button auth token setup dialogue
2022-03-01 09:16:17 +07:00
szaimen
ec2462d5d2
try to fix developer link
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-01 09:03:49 +07:00
Vanessa Pertsch
800f5f1be1
use new button component
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com>
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-01 07:37:35 +07:00
nextcloud-command
4f6e7017e3
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-03-01 04:15:28 +07:00
Vanessa
ae8a4706cf
Merge pull request #31338 from nextcloud/fix/31237/new-button-AppList
...
Fix/31237/new button app list
2022-02-28 16:51:01 +07:00
Côme Chilliet
13c11208d4
Ignore errors when searching for bundled preview
...
When an odt file is xml and not zip, it would throw a ValueError.
It will now just ignore this file and return null for the preview.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-28 15:43:07 +07:00
John Molakvoæ
8c969085ac
Apps toolbar height and alignment fix
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-28 13:46:03 +07:00
Joas Schilling
b90e657ac7
Delay loading user preferences until we need them
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-28 13:49:12 +07:00
Anna
c203bc71ad
Merge pull request #31377 from nextcloud/fix/specify-nullable-string
...
Specify string as nullable for credentials password
2022-02-28 12:03:36 +07:00
Côme Chilliet
5c4cba17f7
Merge pull request #30889 from nextcloud/fix/fix-occ-listeners
...
Fix listeners declaration in case of occ usage
2022-02-28 11:52:03 +07:00
dependabot[bot]
cf3040898a
Merge pull request #31371 from nextcloud/dependabot/npm_and_yarn/url-parse-1.5.10
2022-02-28 10:51:14 +07:00
Anna Larch
f68028e85e
Specify string as nullable for credentials password
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-02-28 11:08:48 +07:00
dependabot[bot]
eec6007551
Bump url-parse from 1.5.7 to 1.5.10
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-28 09:59:36 +07:00
Côme Chilliet
63d7e7c798
Build OC\Core\Application when running occ or cron to register listeners correctly
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-02-28 10:31:52 +07:00
Côme Chilliet
19f68b3011
Merge pull request #31339 from nextcloud/fix/preview-code-cleaning
...
Fix typing in OC\Preview
2022-02-28 10:26:23 +07:00
Christoph Wurst
c1000fe344
Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indices
...
Add --dry-run option for add-missing-* cmd
2022-02-28 09:59:40 +07:00
Vincent Petry
3bae591e9c
Merge pull request #31360 from nextcloud/techdebt/noid/also-skip-user-setup-when-getting-certificates
...
Don't set up full filesystem to check for certificates
2022-02-28 09:20:50 +07:00
dependabot[bot]
9ab87b5458
Merge pull request #31366 from nextcloud/dependabot/npm_and_yarn/backbone-1.4.1
2022-02-28 05:05:45 +07:00
dependabot[bot]
428361a430
Bump backbone from 1.4.0 to 1.4.1
...
Bumps [backbone](https://github.com/jashkenas/backbone ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jashkenas/backbone/releases )
- [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1 )
---
updated-dependencies:
- dependency-name: backbone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-28 03:49:16 +07:00
Nextcloud bot
127d8acb60
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-28 02:45:09 +07:00
dependabot[bot]
0d1c2d458e
Merge pull request #31365 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.3.1
2022-02-28 02:16:50 +07:00
dependabot[bot]
7d6d1afd8f
Bump @nextcloud/calendar-availability-vue from 0.3.0 to 0.3.1
...
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases )
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.3.0...v0.3.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-28 02:41:58 +07:00
Nextcloud bot
61a81538bd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-27 02:26:20 +07:00
dependabot[bot]
9254fe2d3d
Merge pull request #31367 from nextcloud/dependabot/npm_and_yarn/puppeteer-13.4.0
2022-02-26 07:26:09 +07:00
dependabot[bot]
0d2f5eb123
Merge pull request #31368 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.5.0
2022-02-26 07:15:25 +07:00
dependabot[bot]
8ab1eac9e6
Bump puppeteer from 13.3.2 to 13.4.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.3.2 to 13.4.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.3.2...v13.4.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 04:42:28 +07:00
dependabot[bot]
0c4e11c30f
Merge pull request #31364 from nextcloud/dependabot/npm_and_yarn/sass-1.49.9
2022-02-26 04:41:07 +07:00
dependabot[bot]
88a0b00a96
Bump bamarni/composer-bin-plugin from 1.4.2 to 1.5.0
...
Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin ) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases )
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.4.2...v1.5.0 )
---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 03:12:31 +07:00
Nextcloud bot
4be00ebbb1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-26 02:26:02 +07:00
dependabot[bot]
887c52df5c
Bump sass from 1.49.8 to 1.49.9
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.8 to 1.49.9.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.8...1.49.9 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 02:04:26 +07:00
Joas Schilling
a39d850030
Merge pull request #31353 from nextcloud/bugfix/noid/fix-missing-focus-highlight
...
Fix missing focus highlight for guest buttons
2022-02-26 01:00:00 +07:00
Joas Schilling
88f4e972c5
Don't set up full filesystem to check for certificates
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-26 00:40:12 +07:00
Joas Schilling
0b7449e78e
Merge pull request #31356 from nextcloud/techdebt/noid/only-setup-fs-when-needed
...
Only setupFS when we have to copy the skeleton
2022-02-25 21:22:34 +07:00
Joas Schilling
86de1d569f
Only setupFS when we have to copy the skeleton
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25 15:55:06 +07:00
Carl Schwan
36721a8d0d
Fix caching of the user avatar
...
Now on firefox/safari it is only refetched once a day. On Chrom{e,ium}
we keep the previous behavior of maybe refetching it more often.
This also notify the user about this behavior when they upload an avatar
picture.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-25 14:24:07 +07:00
Joas Schilling
62261558f9
Fix missing focus highlight for guest buttons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-25 11:44:17 +07:00
blizzz
22a9c54f89
Merge pull request #31335 from nextcloud/updateCrl
...
update CRL after revocation of rocket_integration.csr
2022-02-25 10:40:44 +07:00
Nextcloud bot
2f4a675caf
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-25 02:27:19 +07:00