Christopher Ng
b13593896e
Add timestamp tooltip
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-02 19:51:52 +00:00
Lukas Reschke
2637f92d96
Merge pull request #27352 from nextcloud/fix/l10n-test
...
Fix translation phpunit test
2021-06-02 19:16:54 +02:00
John Molakvoæ
9498f44d2e
Merge pull request #27265 from nextcloud/fix/private-class-properties
2021-06-02 18:58:44 +02:00
John Molakvoæ (skjnldsv)
b228e8a361
Fix translation phpunit test
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-06-02 18:00:45 +02:00
Valdnet
9c6b01abeb
l10n: Spelling unification
...
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-06-02 17:49:32 +02:00
John Molakvoæ (skjnldsv)
aef00ddeaf
Replace proposal-class-private-properties by regular properties
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-02 15:10:01 +00:00
Christoph Wurst
fc8daf58ee
Add missing ACLs for deleted calendar objects to fix deletion
...
Due to a bug in Sabre it's necessary for calendar objects to implement
ACLs. Otherwise the scheduling plugin will throw an error when it tries
to fetch the owner of a calendar object that is being deleted.
Ref https://github.com/sabre-io/dav/issues/1345
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-02 15:41:51 +02:00
Nextcloud bot
142d311a13
[tx-robot] updated from transifex
2021-06-02 02:28:31 +00:00
Lukas Reschke
b65c3f2249
Merge pull request #27291 from nextcloud/Valdnet-patch-2
...
l10n: Correct spelling
2021-06-01 23:44:00 +02:00
kesselb
f4e49b5623
Merge pull request #27327 from nextcloud/fix-grammar-27024
...
[Fast Review] Fix grammar
2021-06-01 21:22:17 +02:00
Lukas Reschke
446c1c5ade
Merge pull request #27312 from francoisfreitag/tests-at
...
Rewrite birthday calendar tests without $this->at()
2021-06-01 21:05:37 +02:00
Lukas Reschke
1b4428644d
Fix grammar
...
changed removed -> removed
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-06-01 13:31:10 +02:00
Valdnet
94f475686c
Merge pull request #27317 from nextcloud/Valdnet-patch-3
...
l10n: Split sentences
2021-06-01 12:20:35 +02:00
Christoph Wurst
b29c3aa03f
Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-groups
...
Dav respect disallow sharing with groups
2021-06-01 12:07:29 +02:00
Valdnet
50e080f37f
l10n: Split sentences
2021-06-01 10:28:54 +02:00
kesselb
4dc8a4d8d9
Merge pull request #27311 from nextcloud/fix/caldav-deleted-objects-uri
...
Fix loading of delete caldav objet URIs
2021-06-01 10:10:22 +02:00
Nextcloud bot
f2101487a0
[tx-robot] updated from transifex
2021-06-01 02:28:20 +00:00
François Freitag
22d35141f8
Rewrite birthday calendar tests without $this->at()
...
Removes warnings:
```
The at() matcher has been deprecated. It will be removed in PHPUnit 10.
Please refactor your test to not rely on the order in which methods are
invoked.
```
Signed-off-by: François Freitag <mail@franek.fr>
2021-05-31 23:13:15 +02:00
Christoph Wurst
ff2a730aac
Fix loading of delete caldav objet URIs
...
Regression of 462962197d
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-31 21:01:54 +02:00
Christoph Wurst
462962197d
Expose calendar-uri as property of deleted caldav events
...
The trashbin is one report across all calendars of a user. In order to
refresh the data of a single calendar when one of its events is
restored, we need to know what calendar the event belongs to. There
doesn't seem to be a standard property for a URI, so this adds a custom
Nextcloud prop for the calendar-uri.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-31 18:57:40 +02:00
Christoph Wurst
b908db7ac8
Merge pull request #27298 from nextcloud/fix/caldav-deleted-objects-expose-timestamp
...
Expose deletion timestamp for deleted CalDAV objects
2021-05-31 18:24:30 +02:00
Joas Schilling
7e8ddcd38f
Merge pull request #26706 from nextcloud/Valdnet-patch-7
...
l10n: Spelling unification
2021-05-31 17:21:16 +02:00
Joas Schilling
773e28d8e4
Merge pull request #27275 from nextcloud/bugfix/noid/circles-22-in-dav
...
Fixing invalid classes and methods for circles 22
2021-05-31 13:03:07 +02:00
Christoph Wurst
fe31373a93
Expose deletion timestamp for deleted CalDAV objects
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-31 10:47:07 +02:00
John Molakvoæ
fd63132f47
Merge pull request #27286 from francoisfreitag/rewrite-npm-test-with-jest
...
Rewrite requesttoken.spec.js with Jest
2021-05-31 10:27:58 +02:00
John Molakvoæ
30a595af2c
Merge pull request #27295 from nextcloud/bug/27293/wrong-category-for-string
...
Set app to settings for translate
2021-05-31 08:58:20 +02:00
Thomas Citharel
8a73b180e7
Get componenttype from the db as well when restoring a calendarobject
...
It's needed in ReminderService::onCalendarObjectCreate()
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-05-31 07:49:19 +02:00
Christoph Wurst
d6d8e9215c
Add a trashbin for calendars and calendar objects
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-31 07:49:19 +02:00
Nextcloud bot
9e596dd0cf
[tx-robot] updated from transifex
2021-05-31 02:35:25 +00:00
Daniel Kesselberg
9873195c98
Set app to settings for translate
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-05-30 22:45:26 +02:00
Valdnet
99ebe7176b
l10n: Correct spelling
2021-05-30 21:05:39 +02:00
François Freitag
b0847abcc2
Rewrite requesttoken.spec.js with Jest
...
[Jest](https://jestjs.io/ ) is a test runner that focuses on simplicity.
It instruments babel to transform modules and test them.
Using Jest simplifies the existing configuration and allows dropping a
bunch of workarounds, as well as following the shared Babel
configuration for new code.
Signed-off-by: François Freitag <mail@franek.fr>
2021-05-30 10:44:34 +02:00
Nextcloud bot
719430559f
[tx-robot] updated from transifex
2021-05-30 02:24:58 +00:00
John Molakvoæ (skjnldsv)
53dd7c0c20
Npm build
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-29 14:57:25 +02:00
dependabot-preview[bot]
b1eb1b6311
Bump core-js from 3.10.1 to 3.13.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.10.1 to 3.13.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-29 14:47:50 +02:00
Maxence Lange
11ad88e987
migration to Circles 22
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2021-05-29 10:04:26 -01:00
John Molakvoæ
47217ba365
Merge pull request #27175 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.0
...
Bump webdav from 3.6.2 to 4.6.0
2021-05-29 09:23:24 +02:00
dependabot[bot]
da0704d056
Bump webdav from 3.6.2 to 4.6.0
...
Bumps [webdav](https://github.com/perry-mitchell/webdav-client ) from 3.6.2 to 4.6.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases )
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v3.6.2...v4.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-29 08:58:26 +02:00
Lukas Reschke
b0bdd2dfbc
Fix test on master
...
Regression by https://github.com/nextcloud/server/pull/26410
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-05-29 00:02:56 +02:00
John Molakvoæ
5495d280a3
Merge pull request #27197 from nextcloud/Valdnet-patch-1
2021-05-28 17:57:36 +02:00
John Molakvoæ
17d0dac906
Merge pull request #27061 from nextcloud/feature/noid/contacts-activity
2021-05-28 17:15:30 +02:00
Valdnet
ee48cd9f31
l10n: Remove space from translation
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-28 09:20:20 +02:00
John Molakvoæ
11900c741e
Merge pull request #27185 from nextcloud/dependabot/npm_and_yarn/master/node-sass-replace
...
Replace node-sass with sass & bump css-loader
2021-05-28 08:51:50 +02:00
Nextcloud bot
7668d3afcd
[tx-robot] updated from transifex
2021-05-28 02:27:21 +00:00
Joas Schilling
b1610e7247
Merge pull request #27188 from nextcloud/bugfix/noid/fix-get-editable-fields-api-endpoint
...
Fix the get editable fields endpoint without a user id
2021-05-28 00:59:41 +02:00
Morris Jobke
e3129056c8
Merge pull request #26410 from nextcloud/fix/noid/phpdoc
...
Add proper PHPDoc tags to files ApiController
2021-05-27 21:00:05 +02:00
dependabot[bot]
83ebcf2a7a
Bump css-loader from 5.2.0 to 5.2.6
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.0 to 5.2.6.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 19:15:25 +02:00
John Molakvoæ (skjnldsv)
fb33652982
Replace node-sass with sass
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-05-27 19:14:32 +02:00
Julius Härtl
a9d042deb1
Hide duplicate status in menu and bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-05-27 17:57:17 +02:00
Joas Schilling
94584ee788
Fix the get editable fields endpoint without a user id
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-27 14:23:04 +02:00