]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoClose updatenotification channel selector on click outside 20157/head
Gary Kim [Wed, 25 Mar 2020 10:43:07 +0000 (18:43 +0800)]
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 Mar 2020 02:18:46 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20034 from nextcloud/dav-long-properties-17
Roeland Jago Douma [Tue, 24 Mar 2020 19:53:57 +0000 (20:53 +0100)]
Merge pull request #20034 from nextcloud/dav-long-properties-17

[17] Handle long dav property paths by hashing them

4 years agoMerge pull request #20131 from nextcloud/backport/19699-20032/stable17
Roeland Jago Douma [Tue, 24 Mar 2020 19:29:39 +0000 (20:29 +0100)]
Merge pull request #20131 from nextcloud/backport/19699-20032/stable17

[stable17] Fix PDF and video viewers on public links

4 years agoMerge pull request #20141 from nextcloud/backport/20128/stable17
Roeland Jago Douma [Tue, 24 Mar 2020 19:16:06 +0000 (20:16 +0100)]
Merge pull request #20141 from nextcloud/backport/20128/stable17

[stable17] Remove admin_notifications since it is obsolete since Nextcloud 14

4 years agoRemove admin_notifications since it is obsolete since Nextcloud 14 20141/head
Julius Härtl [Tue, 24 Mar 2020 08:18:42 +0000 (09:18 +0100)]
Remove admin_notifications since it is obsolete since Nextcloud 14

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAllow the video player on the hide download 20131/head
Joas Schilling [Thu, 19 Mar 2020 14:14:00 +0000 (15:14 +0100)]
Allow the video player on the hide download

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow single file downloads so the video player works again
Joas Schilling [Fri, 28 Feb 2020 15:25:09 +0000 (16:25 +0100)]
Allow single file downloads so the video player works again

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Mar 2020 02:19:02 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 23 Mar 2020 02:19:23 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20047 from nextcloud/backport/20039/stable17
Roeland Jago Douma [Sun, 22 Mar 2020 13:23:27 +0000 (14:23 +0100)]
Merge pull request #20047 from nextcloud/backport/20039/stable17

[stable17] fixes auto-detecting UUID attributes

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20055 from nextcloud/remove-placeholder-check-17
Roeland Jago Douma [Sat, 21 Mar 2020 07:24:59 +0000 (08:24 +0100)]
Merge pull request #20055 from nextcloud/remove-placeholder-check-17

[17] remove the requirement that everything that looks like a placeholder …

4 years agoMerge pull request #20052 from nextcloud/backport/20049/stable17
Roeland Jago Douma [Sat, 21 Mar 2020 07:23:45 +0000 (08:23 +0100)]
Merge pull request #20052 from nextcloud/backport/20049/stable17

[stable17] Force compatible dependency versions in acceptance tests

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 21 Mar 2020 02:19:21 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoremove the requirement that everything that looks like a placeholder is substituted 20055/head
Robin Appelman [Fri, 13 Mar 2020 14:29:14 +0000 (15:29 +0100)]
remove the requirement that everything that looks like a placeholder is substituted

While maybe not common, `$` is a valid option in config fields

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoForce compatible dependency versions in acceptance tests 20052/head
Daniel Calviño Sánchez [Fri, 20 Mar 2020 10:45:00 +0000 (11:45 +0100)]
Force compatible dependency versions in acceptance tests

behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour
changes that broke the acceptance tests. Until the tests are updated to
work with the newer versions the last known versions are forced.

Note that some acceptance tests still fail after enforcing the
compatible versions, although that is caused by changes in the Nextcloud
server itself.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agofixes auto-detecting UUID attributes 20047/head
Arthur Schiwon [Thu, 19 Mar 2020 18:42:46 +0000 (19:42 +0100)]
fixes auto-detecting UUID attributes

the continue (and later the early return) avoided proper looping over the
attribute candidates.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agorebuild autoloader 20034/head
Robin Appelman [Tue, 4 Feb 2020 12:11:51 +0000 (13:11 +0100)]
rebuild autoloader

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agofix tests
Robin Appelman [Mon, 3 Feb 2020 12:41:55 +0000 (13:41 +0100)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoremove the detour trough node and work with path directly
Robin Appelman [Mon, 3 Feb 2020 12:37:30 +0000 (13:37 +0100)]
remove the detour trough node and work with path directly

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agouse INode instead of Node for custom properties
Robin Appelman [Mon, 3 Feb 2020 12:23:40 +0000 (13:23 +0100)]
use INode instead of Node for custom properties

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agohandle long property paths to hasing paths >250 chars
Robin Appelman [Fri, 31 Jan 2020 15:10:19 +0000 (16:10 +0100)]
handle long property paths to hasing paths >250 chars

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoremove unused code
Robin Appelman [Fri, 31 Jan 2020 14:56:52 +0000 (15:56 +0100)]
remove unused code

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agotest custom properties backend against real database
Robin Appelman [Fri, 31 Jan 2020 14:47:13 +0000 (15:47 +0100)]
test custom properties backend against real database

test behaviour not implementation

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agomerge the two almost identical custom property backends
Robin Appelman [Fri, 31 Jan 2020 14:06:26 +0000 (15:06 +0100)]
merge the two almost identical custom property backends

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 Mar 2020 02:20:22 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20017 from nextcloud/backport/19981/stable17
Roeland Jago Douma [Wed, 18 Mar 2020 19:59:00 +0000 (20:59 +0100)]
Merge pull request #20017 from nextcloud/backport/19981/stable17

[stable17] Update the target when it isempty after sharing

4 years agoMerge pull request #19983 from nextcloud/backport/19698/stable17
Roeland Jago Douma [Wed, 18 Mar 2020 12:39:22 +0000 (13:39 +0100)]
Merge pull request #19983 from nextcloud/backport/19698/stable17

[stable17] Fix default action for deleted shares

4 years agoUpdate the target when it isempty after sharing 20017/head
Roeland Jago Douma [Mon, 16 Mar 2020 12:38:55 +0000 (13:38 +0100)]
Update the target when it isempty after sharing

Hooks that listen to it (audit log) benefit from having the target
properly set.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix default action for deleted shares 19983/head
GretaD [Fri, 28 Feb 2020 14:27:31 +0000 (15:27 +0100)]
Fix default action for deleted shares

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 Mar 2020 02:21:26 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20000 from nextcloud/backport/19995/stable17
Roeland Jago Douma [Tue, 17 Mar 2020 17:29:49 +0000 (18:29 +0100)]
Merge pull request #20000 from nextcloud/backport/19995/stable17

[stable17] Default value of lookupServerEnabled should be the same everywhere

4 years agoDefault value of lookupServerEnabled should be the same everywhere 20000/head
Georg Ehrke [Tue, 17 Mar 2020 09:39:59 +0000 (10:39 +0100)]
Default value of lookupServerEnabled should be the same everywhere

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 Mar 2020 02:19:01 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 Mar 2020 02:21:29 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 15 Mar 2020 02:19:34 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 Mar 2020 02:18:22 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19925 from nextcloud/backport/19910/stable17
Roeland Jago Douma [Fri, 13 Mar 2020 14:51:04 +0000 (15:51 +0100)]
Merge pull request #19925 from nextcloud/backport/19910/stable17

[stable17] Do not use the instance name as user part of from mail addresses

4 years agoDo not use the instance name as user part of from mail addresses 19925/head
Julius Härtl [Thu, 12 Mar 2020 13:20:03 +0000 (14:20 +0100)]
Do not use the instance name as user part of from mail addresses

This will cause issues since the theming name can contain characters
that are not allowed in the local part of the mail address (like spaces)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19917 from nextcloud/backport/19888/stable17
Roeland Jago Douma [Fri, 13 Mar 2020 08:36:21 +0000 (09:36 +0100)]
Merge pull request #19917 from nextcloud/backport/19888/stable17

[stable17] Get correct mimetype on objectstores

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 13 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoGet correct mimetype on objectstores 19917/head
Roeland Jago Douma [Wed, 11 Mar 2020 10:14:12 +0000 (11:14 +0100)]
Get correct mimetype on objectstores

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19885 from nextcloud/backport/19704/stable17
Roeland Jago Douma [Thu, 12 Mar 2020 09:27:31 +0000 (10:27 +0100)]
Merge pull request #19885 from nextcloud/backport/19704/stable17

[stable17] Fix hostname in Apple configuration profile

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 12 Mar 2020 02:19:22 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19865 from nextcloud/version/17.0.4/final v17.0.4
Roeland Jago Douma [Wed, 11 Mar 2020 14:18:00 +0000 (15:18 +0100)]
Merge pull request #19865 from nextcloud/version/17.0.4/final

17.0.4

4 years agoFix test 19885/head
Nils Wittenbrink [Sat, 29 Feb 2020 18:34:02 +0000 (19:34 +0100)]
Fix test

Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
4 years agoFix hostname given in Apple config file
Nils Wittenbrink [Fri, 28 Feb 2020 19:17:04 +0000 (20:17 +0100)]
Fix hostname given in Apple config file

Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 11 Mar 2020 02:19:24 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Mar 2020 02:18:30 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago17.0.4 19865/head
Roeland Jago Douma [Mon, 9 Mar 2020 18:46:23 +0000 (19:46 +0100)]
17.0.4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19843 from nextcloud/version/17.0.4/RC2 v17.0.4RC2
Roeland Jago Douma [Mon, 9 Mar 2020 14:44:10 +0000 (15:44 +0100)]
Merge pull request #19843 from nextcloud/version/17.0.4/RC2

17.0.4 RC2

4 years agoMerge pull request #19831 from nextcloud/backport/19815/stable17
Roeland Jago Douma [Mon, 9 Mar 2020 08:03:40 +0000 (09:03 +0100)]
Merge pull request #19831 from nextcloud/backport/19815/stable17

[stable17] Prevent self-xss via invalid mysql user name on install screen

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 Mar 2020 02:18:27 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Mar 2020 02:18:45 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago17.0.4 RC2 19843/head
Roeland Jago Douma [Sat, 7 Mar 2020 13:33:32 +0000 (14:33 +0100)]
17.0.4 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoPrevent self-xss via invalid mysql user name on install screen 19831/head
Joas Schilling [Fri, 6 Mar 2020 13:39:13 +0000 (14:39 +0100)]
Prevent self-xss via invalid mysql user name on install screen

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19816 from nextcloud/backport/19742/stable17
Roeland Jago Douma [Sat, 7 Mar 2020 13:16:49 +0000 (14:16 +0100)]
Merge pull request #19816 from nextcloud/backport/19742/stable17

[stable17] Add message for DoesNotExistException

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 Mar 2020 02:18:15 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoAdd message for DoesNotExistException 19816/head
Daniel Kesselberg [Mon, 2 Mar 2020 12:24:06 +0000 (13:24 +0100)]
Add message for DoesNotExistException

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 Mar 2020 02:18:41 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19733 from nextcloud/version/17.0.4/RC1 v17.0.4RC1
Roeland Jago Douma [Thu, 5 Mar 2020 18:25:49 +0000 (19:25 +0100)]
Merge pull request #19733 from nextcloud/version/17.0.4/RC1

17.0.4 RC1

4 years ago17.0.4 RC1 19733/head
Roeland Jago Douma [Mon, 2 Mar 2020 08:34:26 +0000 (09:34 +0100)]
17.0.4 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19785 from nextcloud/backport/19392/stable17
Roeland Jago Douma [Thu, 5 Mar 2020 14:36:58 +0000 (15:36 +0100)]
Merge pull request #19785 from nextcloud/backport/19392/stable17

[stable17] Introduce a default refresh rate app setting for calendar subscriptions

4 years agoMerge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle...
Christoph Wurst [Thu, 5 Mar 2020 14:32:34 +0000 (15:32 +0100)]
Merge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle-stable17

[stable17] Revive the "send email to new users" toggle for the user form

4 years agoRevive the "send email to new users" toggle for the user form 19703/head
Christoph Wurst [Wed, 26 Feb 2020 17:04:43 +0000 (18:04 +0100)]
Revive the "send email to new users" toggle for the user form

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoMerge pull request #18580 from nextcloud/backport/18140/stable17
Roeland Jago Douma [Thu, 5 Mar 2020 10:39:13 +0000 (11:39 +0100)]
Merge pull request #18580 from nextcloud/backport/18140/stable17

[stable17] Allow inline styles for theming images

4 years agoAllow inline styles for theming images 18580/head
Julius Härtl [Wed, 27 Nov 2019 19:26:57 +0000 (20:26 +0100)]
Allow inline styles for theming images

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoIntroduce a default refresh rate app setting for calendar subscriptions 19785/head
Thomas Citharel [Mon, 10 Feb 2020 12:52:57 +0000 (13:52 +0100)]
Introduce a default refresh rate app setting for calendar subscriptions

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years agoMerge pull request #19327 from nextcloud/backport/19303/stable17
Roeland Jago Douma [Thu, 5 Mar 2020 08:01:25 +0000 (09:01 +0100)]
Merge pull request #19327 from nextcloud/backport/19303/stable17

[stable17] Fix occ maintenance:install database connect failure

4 years agoMerge pull request #19588 from nextcloud/backport/19398/stable17
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:43 +0000 (08:57 +0100)]
Merge pull request #19588 from nextcloud/backport/19398/stable17

[stable17] Move RefreshWebcalJob logic to a proper service so that it may be called independently

4 years agoMerge pull request #19768 from nextcloud/bugfix/noid/keep-edit-permission
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:17 +0000 (08:57 +0100)]
Merge pull request #19768 from nextcloud/bugfix/noid/keep-edit-permission

[stable17] Keep edit permission when toggling share checkbox

4 years agoMerge pull request #19095 from nextcloud/backport/19023/stable17
Roeland Jago Douma [Thu, 5 Mar 2020 07:40:04 +0000 (08:40 +0100)]
Merge pull request #19095 from nextcloud/backport/19023/stable17

[stable17] expose Argon2 options (as we did for bcrypt)

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Mar 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoBump bundles 19768/head
Julius Härtl [Wed, 4 Mar 2020 16:26:43 +0000 (17:26 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Mar 2020 02:18:09 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoKeep edit permission when updating resharing permission for file shares
Julius Härtl [Tue, 3 Mar 2020 15:42:10 +0000 (16:42 +0100)]
Keep edit permission when updating resharing permission for file shares

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19640 from nextcloud/backport/19252/stable17
Roeland Jago Douma [Tue, 3 Mar 2020 15:19:36 +0000 (16:19 +0100)]
Merge pull request #19640 from nextcloud/backport/19252/stable17

[stable17] Hash event UID to make sure it's not too long for PushProvider notifications

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 3 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 Mar 2020 02:18:10 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19691 from nextcloud/backport/19676/stable17
Roeland Jago Douma [Sun, 1 Mar 2020 15:15:10 +0000 (16:15 +0100)]
Merge pull request #19691 from nextcloud/backport/19676/stable17

[stable17] Theme search results

4 years agoMerge pull request #19716 from nextcloud/backport/19707/stable17
Roeland Jago Douma [Sun, 1 Mar 2020 15:11:12 +0000 (16:11 +0100)]
Merge pull request #19716 from nextcloud/backport/19707/stable17

[stable17] Fix non-centered no javascript message

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 1 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix non-centered no javascript message 19716/head
Gary Kim [Sat, 29 Feb 2020 02:43:42 +0000 (10:43 +0800)]
Fix non-centered no javascript message

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Feb 2020 02:18:48 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #18884 from nextcloud/backport/17717/stable17
blizzz [Fri, 28 Feb 2020 21:47:20 +0000 (22:47 +0100)]
Merge pull request #18884 from nextcloud/backport/17717/stable17

[stable17] relax strict getHome behaviour for LDAP users in a shadow state

4 years agorelax strict getHome behaviour for LDAP users in a shadow state 18884/head
Arthur Schiwon [Mon, 28 Oct 2019 14:11:41 +0000 (15:11 +0100)]
relax strict getHome behaviour for LDAP users in a shadow state

* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap

backport of #17717

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
decouple userExists from userExistsOnLDAP check

allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
remove superfluous tests

- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
ensure that only valid group members are returned

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoTheme search results 19691/head
Joas Schilling [Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)]
Theme search results

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Feb 2020 02:18:40 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19625 from nextcloud/backport/19549/stable17
blizzz [Tue, 25 Feb 2020 22:20:29 +0000 (23:20 +0100)]
Merge pull request #19625 from nextcloud/backport/19549/stable17

[stable17] remove noise from detectUuid and cache results

4 years agoMerge pull request #19637 from nextcloud/backport/19634/stable17
Roeland Jago Douma [Tue, 25 Feb 2020 19:31:34 +0000 (20:31 +0100)]
Merge pull request #19637 from nextcloud/backport/19634/stable17

[stable17] Correctly trim long cyrillic note

4 years agoHash event UID to make sure it's not too long for PushProvider 19640/head
Thomas Citharel [Sat, 1 Feb 2020 14:29:02 +0000 (15:29 +0100)]
Hash event UID to make sure it's not too long for PushProvider
notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
4 years agoCorrectly trim long cyrillic note 19637/head
Joas Schilling [Tue, 25 Feb 2020 08:44:58 +0000 (09:44 +0100)]
Correctly trim long cyrillic note

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19631 from nextcloud/backport/19619/stable17
Joas Schilling [Tue, 25 Feb 2020 09:42:32 +0000 (10:42 +0100)]
Merge pull request #19631 from nextcloud/backport/19619/stable17

[stable17] Fix hover state color of drag-n-drop with theming and dark mode

4 years agoFix hover state color of drag-n-drop with theming and dark mode 19631/head
Joas Schilling [Mon, 24 Feb 2020 13:22:03 +0000 (14:22 +0100)]
Fix hover state color of drag-n-drop with theming and dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Feb 2020 02:19:44 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoremove noise from detectUuid and cache results 19625/head
Arthur Schiwon [Wed, 19 Feb 2020 15:42:36 +0000 (16:42 +0100)]
remove noise from detectUuid and cache results

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>