Arthur Schiwon
6bdcbeae93
fix event icon sizes and text alignment
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-21 16:28:45 +02:00
Julien Veyssier
3940abcf48
add buttons in modal to toggle all statuses
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-21 15:25:38 +02:00
Julien Veyssier
006157b12f
now able to toggle statuses
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-21 14:58:12 +02:00
Georg Ehrke
e212862773
Merge pull request #22317 from nextcloud/bugfix/noid/status_ellipsis
...
Change color of displayname and ellipsis status message
2020-08-21 14:52:11 +02:00
Jan C. Borchardt
432c8a0148
Merge pull request #22319 from nextcloud/enh/dashboard/attributions
...
Add attributions for weather status in modal
2020-08-21 13:23:20 +02:00
Morris Jobke
b91f36dded
Merge pull request #22354 from nextcloud/bugfix/noid/fix-dark-theme-selector
...
Fix dark-theme selector
2020-08-21 13:20:11 +02:00
Morris Jobke
8261d7e07f
Merge pull request #20772 from nextcloud/fix/sharee-integration-test
...
Properly search for users when limittogroups is enabled
2020-08-21 13:18:47 +02:00
Morris Jobke
a0cbf16d9b
In case the group backend returns $limit or more results it is expected to contain more results
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-21 13:14:32 +02:00
Roeland Jago Douma
51922caa5f
Properly search for users when limittogroups is enabled
...
Searching just for the uid is not enough.
This makes sure this done properly again now.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-21 13:14:32 +02:00
Joas Schilling
ace8ff87b8
Fix dark-theme selector
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-21 11:42:50 +02:00
Georg Ehrke
d7a1c01e2a
Change color of displayname and ellipsis status message
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-21 11:17:21 +02:00
Roeland Jago Douma
b22a2665e3
20 Beta 2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-21 10:26:52 +02:00
Julien Veyssier
18057dbfbb
add attributions and warning for external services in modal, sort statuses
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-21 10:26:23 +02:00
Roeland Jago Douma
7c30b612bd
Merge pull request #22188 from nextcloud/version/20.0.0-beta1
...
20.0.0 Beta 1
2020-08-21 09:50:54 +02:00
Morris Jobke
9073a6937d
Merge pull request #22347 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2020-08-21 08:59:35 +02:00
Morris Jobke
0197f94755
20.0.0 Beta 1
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-21 08:44:10 +02:00
Roeland Jago Douma
ba6b19886b
Merge pull request #22346 from mjanssens/mjanssens-patch1
...
l10n:Correct appid for WebAuthn
2020-08-21 08:40:02 +02:00
Nextcloud-PR-Bot
067945ff10
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2020-08-21 04:21:23 +00:00
Nextcloud bot
69482049e6
[tx-robot] updated from transifex
2020-08-21 02:16:43 +00:00
Michiel Janssens
5951c1d1fe
l10n:Correct appid for WebAuthn
...
Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-20 22:25:32 +00:00
brad2014
b0687b1182
Make icon set for CalDav event presentation, use in iMIP email.
...
iMIP e-mails were, as a hack, using filetypes icons for caldav
elements (titles, locations). This commit creates a folder of
caldav element icons. To start, they are used in iMIP emails,
but eventually should be used by any app that wants to have icon
labels for caldav elements.
Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
2020-08-20 22:16:47 +02:00
brad2014
781359a582
iMIP email improvements (take 2)
...
This PR is a replacement for PR #17195 . It is intended to be simpler
to review and approve, with fewer changes, some disabled by default.
It addresses issues #12391 and #13555 , with the following changes:
- The plainText of iMIP emails has been upgraded as described in
issue #12391 . The HTML design style has not been changed.
- Some of the HTML and plainText content has been rearranged
(simplified header language, moving the event title to from text
body to the first item in the bullet list, spelling corrections,
moving the description to the end of the list), per issue #12391 .
- The interface for EMailTemplate has been extended: addBodyListItem
now takes an optional `plainIndent` parameter. Existing callers
see no change. Where new calls set the new parameter >0, the list
item label (metaInfo) is put in column 1, and the value is indented
into column 2 (properly accounting for multiple lines, if any).
- An optional dav config setting has been added,
`invitation_list_attendees`. It defaults to 'no', leaving emails
unchanged. If set by the site admin to 'yes', then iMIP emails
include, for the organizer and each attendee, their name, email,
and a ✔︎ if they have accepted the invitation.
- Minor refactoring.
Notes:
- The labels for organizers and attendees list items are new, and
require translation/localization.
- Dav config settings are documented in the code, but not in the
Administrator's Guide.
Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
2020-08-20 22:16:47 +02:00
Jan C. Borchardt
f9d16edd94
Merge pull request #22340 from nextcloud/dashboard/design-polishing
...
Some more Dashboard design polishing
2020-08-20 22:05:22 +02:00
Morris Jobke
ee8d55002a
Merge pull request #22345 from nextcloud/fix/noid/psalm-warnings
...
Fix psalm warnings
2020-08-20 21:18:25 +02:00
Morris Jobke
d58e71f0e6
Fix psalm warnings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 21:12:15 +02:00
Jan C. Borchardt
57b33a7805
Dashboard: Fix status bubbles open but unfocused background
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-20 19:00:32 +00:00
Roeland Jago Douma
6e4b089265
Merge pull request #20891 from cuppett/cuppett/issue#19790
...
Resolves #19790 , Provides Support for IAM Credentials
2020-08-20 20:28:05 +02:00
Roeland Jago Douma
987f621173
Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper
...
Don't use deprecated getIniWrapper() anymore
2020-08-20 19:45:47 +02:00
Morris Jobke
ed1f89ae10
Merge pull request #22342 from nextcloud/fix/noid/psalm-warnings
...
Fix psalm warnings
2020-08-20 18:36:05 +02:00
Jan C. Borchardt
66b77790fa
Dashboard: Suppress scrollbars inside widgets
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20 18:32:31 +02:00
Morris Jobke
bb8be58386
Fix psalm warnings
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 18:30:48 +02:00
Morris Jobke
d028423107
Merge pull request #22335 from nextcloud/fix/16017/remove_nc_encryption
...
Remove encryption option for nextcloud external storage
2020-08-20 18:27:11 +02:00
Jan C. Borchardt
f092d9c704
Dashboard: Fix text on background choices
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20 18:07:49 +02:00
Jan C. Borchardt
b08434b6a8
Adjust design of 'Get more widgets' button
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20 18:07:27 +02:00
Jan C. Borchardt
d52ca95143
Dashboard: Move panels to more semantically correct h2
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-20 18:07:07 +02:00
Morris Jobke
65b5e65185
Merge pull request #21529 from nextcloud/enh/encryption/improve_key_format
...
New SSE key format
2020-08-20 17:41:18 +02:00
John Molakvoæ
0b39e7dca6
Merge pull request #22284 from nextcloud/feature/noid/status_dashboard
...
"Recent status changes" Dashboard
2020-08-20 17:06:10 +02:00
Jan C. Borchardt
2e82092174
Merge pull request #22327 from nextcloud/dashboard/design-details
...
Dashboard design details
2020-08-20 17:00:30 +02:00
John Molakvoæ
17be48cccf
Merge pull request #22322 from nextcloud/bugfix/noid/only-copy-share-link-when-not-forced-password
2020-08-20 16:54:41 +02:00
Morris Jobke
590d461210
Remove unneeded import
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 16:53:34 +02:00
Morris Jobke
67ecdc969c
Merge pull request #20724 from nextcloud/remove-children-non-recursive
...
Make Cache::removeChildren non recursive
2020-08-20 16:50:33 +02:00
Morris Jobke
8381af626f
Accept psalm warning for now
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 16:46:00 +02:00
Morris Jobke
9e483ea949
Fix unit tests
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 16:35:38 +02:00
Morris Jobke
567e99abe2
Use the DI container also for the Install command registration
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-20 16:35:38 +02:00
Joas Schilling
b09620651c
Don't use deprecated getIniWrapper() anymore
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-20 16:35:38 +02:00
Roeland Jago Douma
85406bcaa5
Remove encryption option for nextcloud external storage
...
Fixes #16017
Since it never worked we should not show it.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-20 16:28:03 +02:00
korelstar
d8a80cd45c
fix: file quota was not applied in all cases
2020-08-20 16:11:50 +02:00
Morris Jobke
420a3762cb
Merge pull request #21797 from rawtaz/patch-1
...
Include e-mail shares when transferring ownership
2020-08-20 16:08:51 +02:00
Morris Jobke
ac73982395
Merge pull request #21734 from nextcloud/external-s3-no-touch
...
disable touch to update mtime for external s3 storage
2020-08-20 16:07:59 +02:00
Lionel Elie Mamane
2c8e7912f3
adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid != loginname
...
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2020-08-20 16:02:23 +02:00