Christoph Wurst
5a33cb0b78
Register an address book with recent contacts
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25 16:16:45 +01:00
Christoph Wurst
b3e194f38e
Add a public event for contacts interaction
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25 16:02:05 +01:00
John Molakvoæ
902adbe159
Merge pull request #20162 from nextcloud/security/update-minimist-packages
...
Update minimist dependencies
2020-03-25 15:52:26 +01:00
Christoph Wurst
d8f1c1a122
Update minimist dependencies
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25 13:55:31 +01:00
John Molakvoæ
e07abe6f4a
Merge pull request #20153 from nextcloud/enhancement/update-eslint-switch-packages
...
Update eslint and switch to @nextcloud packages
2020-03-25 13:06:47 +01:00
Roeland Jago Douma
61cf7becc8
Merge pull request #20150 from nextcloud/fix/auto_accept_group_shares_new_users
...
Auto accept group shares for users added to a group
2020-03-25 13:05:22 +01:00
Christoph Wurst
6af1ed8cb3
Update eslint and switch to @nextcloud packages
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25 11:53:59 +01:00
blizzz
ba14c41a1c
Merge pull request #20145 from nextcloud/bugfix/noid/generated-avatars-and-nophoto-cache
...
Fix generated avatars and nophoto cache files
2020-03-25 11:14:13 +01:00
Daniel Calviño Sánchez
52706213d3
Fix cursor on click inputs and their descendants
...
The cursor in click inputs is shown as a pointer to convey that it can
be interacted with. However, in those click inputs that can have
descendants, like buttons, the descendants may not inherit the cursor
from it (for example, a "strong" element would, but a "span" element
would not), which causes a pointer cursor to be shown on some areas of
the button and a different one to be shown on other areas. To prevent
that now all the descendants of click inputs that can have descendants
use a pointer cursor.
On the other hand, if a click input is disabled it can not be interacted
with it, so now disabled click inputs as well as their descendants show
a default cursor instead of a pointer cursor in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-25 10:50:45 +01:00
Roeland Jago Douma
e6ec084a58
Auto accept group shares for users added to a group
...
In case auto accepting is enabled (the default). Users that are newly
added to a group should not have to accept those shares.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-25 08:51:27 +01:00
Roeland Jago Douma
3427653676
Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uri
...
RefreshWebcalService: randomly generate calendar-object uri
2020-03-25 08:11:49 +01:00
Roeland Jago Douma
b93e1e300e
Merge pull request #14722 from tacruc/GpgMailerHooks
...
Add Mailer events
2020-03-25 08:10:04 +01:00
Roeland Jago Douma
52957d99d8
Merge pull request #19955 from nextcloud/bug/19952/translate-web-standards
...
Use a normal string to translate.
2020-03-25 08:09:10 +01:00
Nextcloud bot
e4d85fa284
[tx-robot] updated from transifex
2020-03-25 02:18:27 +00:00
Roeland Jago Douma
97949109ef
Merge pull request #19368 from nextcloud/dependabot/npm_and_yarn/build/handlebars-4.7.3
...
Bump handlebars from 4.5.3 to 4.7.3 in /build
2020-03-24 21:47:36 +01:00
Roeland Jago Douma
b300dc5a50
Merge pull request #19782 from nextcloud/quota-wrapper-include-external
...
Use global used space in quota wrappen when external storage is included
2020-03-24 21:36:01 +01:00
Daniel Kesselberg
01dd9cf619
Use a normal string to translate.
...
Somehow the multi line strings are still a problem for t.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-24 20:21:16 +00:00
Arne Hamann
a16aa99586
Added Hook before Message is send
...
Signed-off-by: Arne Hamann <kontakt+github@arne.email>
2020-03-24 20:57:27 +01:00
Roeland Jago Douma
f85d7fee17
Merge pull request #20091 from nextcloud/dependabot/npm_and_yarn/url-loader-4.0.0
...
Bump url-loader from 3.0.0 to 4.0.0
2020-03-24 20:50:52 +01:00
Roeland Jago Douma
c11c0917e7
Merge pull request #20085 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.1.0
...
Bump babel-loader from 8.0.6 to 8.1.0
2020-03-24 20:47:57 +01:00
Roeland Jago Douma
3b26bfe879
Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipe
...
Check the user on remote wipe
2020-03-24 20:26:52 +01:00
Joas Schilling
f3a5bd6753
Fix generated avatars and nophoto cache files
...
Since nextcloud/server#19493 newFile() by default does not write the file anymore.
Setting an empty string as content will make it write the file immediate,
without having to call putContent() afterwards.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-24 18:23:38 +01:00
Christoph Wurst
3e338c9075
Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldav
...
Translate 'Busy' in CalDAV
2020-03-24 15:12:21 +01:00
Roeland Jago Douma
b31c98a549
Merge pull request #20128 from nextcloud/bugfix/education-edition
...
Remove admin_notifications since it is obsolete since Nextcloud 14
2020-03-24 14:55:01 +01:00
Daniel Calviño Sánchez
4ec370016f
Add acceptance test for restricting user enumeration to groups
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-24 14:42:52 +01:00
Daniel Calviño Sánchez
d4f25b01b8
Unify default value for restricting user enumeration with settings
...
If the value was never enabled or disabled, the settings show "Restrict
username enumeration to groups" as disabled. However, in some components
it was enabled by default, which caused an inconsistency in the
behaviour with respect to the settings, for example in the contacts
menu.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-03-24 14:30:59 +01:00
Christoph Wurst
c235a40c94
Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselect
...
Fix language multiselect action
2020-03-24 11:51:07 +01:00
John Molakvoæ
85842891a2
Merge pull request #20090 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.1.1
...
Bump @nextcloud/paths from 1.1.0 to 1.1.1
2020-03-24 09:56:40 +01:00
Julius Härtl
63900d0574
Remove admin_notifications since it is obsolete since Nextcloud 14
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-24 09:18:42 +01:00
Nextcloud bot
06d1b327ff
[tx-robot] updated from transifex
2020-03-24 02:18:45 +00:00
Roeland Jago Douma
1c912f64ad
Merge pull request #19965 from nextcloud/enh/noid/how-to-use-github
...
Add text about subscribing issues and sync introduction to feature request
2020-03-23 22:09:19 +01:00
Roeland Jago Douma
15ba3d5124
Merge pull request #20117 from nextcloud/fix/noid/updatenotification-channel-click-outside
...
Close updatenotification channel selector on click outside
2020-03-23 22:08:09 +01:00
dependabot-preview[bot]
ef129d6b80
Bump @nextcloud/paths from 1.1.0 to 1.1.1
...
Bumps @nextcloud/paths from 1.1.0 to 1.1.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-23 20:33:19 +00:00
Gary Kim
d0c1a66c54
Close updatenotification channel selector on click outside
...
While the vue-click-outside package was set up and
imported, it wasn't being used yet.
This commit sets up to use vue-click-outside
on the channel selector in updatenotification
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-24 00:02:40 +08:00
Christoph Wurst
e4adccbc61
Merge pull request #18818 from nextcloud/rethink_quota
...
change quota design
2020-03-23 14:18:40 +01:00
GretaD
e45d5d3eef
Fix language multiselect action
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-03-23 12:44:58 +01:00
Roeland Jago Douma
48d59ee35e
Merge pull request #17692 from nextcloud/enh/revproxy/setupcheck
...
Add basic reverseproxy misconfig detection to setupchecks
2020-03-23 12:30:23 +01:00
Roeland Jago Douma
b0ea022a3e
Add basic reverseproxy misconfig detection to setupchecks
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-23 10:37:08 +01:00
GretaD
5cc08ac5e4
Fix unlimited and progress bar
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-03-23 10:20:38 +01:00
John Molakvoæ
0b4c39d656
Merge pull request #20093 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-1.1.2
...
Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0
2020-03-23 10:05:43 +01:00
dependabot-preview[bot]
3bd05a8c34
Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1.0.2, @nextcloud/axios from 1.3.1 to 1.3.2 and @babel/core from 7.8.7 to 7.9.0
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-23 09:30:04 +01:00
Nextcloud bot
be4cf8992d
[tx-robot] updated from transifex
2020-03-23 02:19:02 +00:00
Roeland Jago Douma
c03c446bd8
Merge pull request #20095 from nextcloud/dep/old_js_pack
...
Remove legacy js packages
2020-03-22 19:43:54 +01:00
Roeland Jago Douma
3b92af9c27
Merge pull request #18556 from nextcloud/enh/16602/files-app-settings
...
Add OCA.Files.Settings for Files navigation settings
2020-03-22 19:41:38 +01:00
Roeland Jago Douma
9956922496
Merge pull request #18679 from nextcloud/calDavSearch
...
fix OCA\DAV\CalDAV\CalDavBackend search $options
2020-03-22 19:39:17 +01:00
Roeland Jago Douma
6675f9b403
Merge pull request #17684 from mlatief/support-no-proxy
...
Add support for GuzzleHTTP 'no' proxy
2020-03-22 19:38:01 +01:00
John Molakvoæ
ea6601a2fc
Merge pull request #20075 from nextcloud/fix/20059/remove-unnecessary-translation
...
Remove unnecessary translation in systemtags
2020-03-22 18:45:43 +01:00
Gary Kim
98eeb57a04
Add OCA.Files.Settings for Files Settings
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-22 22:34:49 +08:00
Thomas Citharel
42dde6d623
Add check that DateTime parameters are of correct type
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-22 14:24:13 +01:00
Thomas Citharel
01db6d4609
Add extra test case to exclude by timerange
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-22 14:24:13 +01:00