Commit graph

52412 commits

Author SHA1 Message Date
Georg Ehrke
8143cf5fa3 Default value of lookupServerEnabled should be the same everywhere
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-17 14:07:39 +00:00
Nextcloud bot
ef515358ef
[tx-robot] updated from transifex 2020-03-17 02:18:53 +00:00
Nextcloud bot
34e590935a
[tx-robot] updated from transifex 2020-03-16 02:21:20 +00:00
Roeland Jago Douma
97eb9c7543
Merge pull request #19933 from nextcloud/backport/19907/stable18
[stable18] Don't allow anchors and queries in remote urls
2020-03-15 13:39:01 +01:00
Roeland Jago Douma
7b5f56b216
Merge pull request #19940 from nextcloud/backport/19931/stable18
[stable18] fix external storage controller tests
2020-03-15 13:08:05 +01:00
Nextcloud bot
80852f9f66
[tx-robot] updated from transifex 2020-03-15 02:19:25 +00:00
Roeland Jago Douma
de0784441d
Merge pull request #19945 from nextcloud/dependabot/npm_and_yarn/stable18/acorn-6.4.1
[Security] Bump acorn from 6.3.0 to 6.4.1
2020-03-14 12:37:25 +01:00
Roeland Jago Douma
c5f57984ac
Merge pull request #19950 from nextcloud/backport/19937/stable18
[stable18] properly set 'hide_download' as integer
2020-03-14 12:36:49 +01:00
Robin Appelman
86dd724e10 properly set 'hide_download' as integer
the database field is a smallint, not a boolean.

fixes postgresql tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-14 08:19:49 +00:00
Nextcloud bot
c24a30e0d7
[tx-robot] updated from transifex 2020-03-14 02:18:14 +00:00
dependabot-preview[bot]
2f94a2c880
[Security] Bump acorn from 6.3.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 21:39:01 +00:00
Robin Appelman
d54eca93b2 fix external storage controller tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-13 18:45:54 +00:00
Joas Schilling
eb105e7eb4 Fix willReturnOnConsecutiveCalls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13 14:53:09 +00:00
Joas Schilling
8bae6937f8 Don't allow anchors and queries in remote urls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-13 14:53:09 +00:00
Roeland Jago Douma
17722835c0
Merge pull request #19924 from nextcloud/backport/19910/stable18
[stable18] Do not use the instance name as user part of from mail addresses
2020-03-13 15:51:13 +01:00
Roeland Jago Douma
caf68bd68b
Merge pull request #19921 from nextcloud/backport/19914/stable18
[stable18] Properly respect hide download on sharebymail
2020-03-13 13:40:10 +01:00
Roeland Jago Douma
68169ac2f8
Merge pull request #19922 from nextcloud/backport/19915/stable18
[stable18] Use placeholder values for password fields in external storage webui
2020-03-13 13:39:44 +01:00
John Molakvoæ
97e7fdb6c6
Merge pull request #19897 from nextcloud/backport/19777/stable18
[stable18] Properly emit Viewer event on files and files_sharing
2020-03-13 11:55:52 +01:00
Julius Härtl
856b7a210e 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>
2020-03-13 10:48:51 +00:00
Joas Schilling
cbdff5c816
Merge pull request #19886 from nextcloud/backport/19861/stable18
[stable18] Don't break when one remote share is down
2020-03-13 11:27:08 +01:00
Robin Appelman
ca9272d147 Use placeholder values for password fields in external storage webui
This prevents the password from being sent to the webui.

While an admin will always be able to retrieve the passwords (as they
can do arbitrairy code execution by design) this prevents casual
password snooping

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-13 09:56:03 +00:00
Roeland Jago Douma
7a1a3c7e75 Properly respect hide download on sharebymail
fixes #19484

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-13 09:17:56 +00:00
Roeland Jago Douma
16e0908fb7
Merge pull request #19916 from nextcloud/backport/19888/stable18
[stable18] Get correct mimetype on objectstores
2020-03-13 09:40:36 +01:00
Nextcloud bot
f367168e8a
[tx-robot] updated from transifex 2020-03-13 02:18:29 +00:00
Roeland Jago Douma
ebba16a219 Get correct mimetype on objectstores
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-12 18:59:58 +00:00
Roeland Jago Douma
b54fdae062
Merge pull request #19882 from nextcloud/backport/18555/stable18
[stable18]  Allow to edit admin/own user in the user management
2020-03-12 10:57:54 +01:00
Roeland Jago Douma
126ad3332a
Merge pull request #19879 from nextcloud/backport/19173/stable18
[stable18] Use contacts name on federated activities
2020-03-12 10:28:35 +01:00
Roeland Jago Douma
d9f3ed390a
Merge pull request #19884 from nextcloud/backport/19704/stable18
[stable18] Fix hostname in Apple configuration profile
2020-03-12 10:27:44 +01:00
John Molakvoæ (skjnldsv)
c4f1389289 Use dispatchTyped
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-12 07:48:20 +00:00
John Molakvoæ (skjnldsv)
f74876eb3c Properly emit Viewer event on files and files_sharing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-12 07:48:19 +00:00
John Molakvoæ (skjnldsv)
1125f1767c Fix import order and formatting
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-03-12 07:48:19 +00:00
Nextcloud bot
b258e2f541
[tx-robot] updated from transifex 2020-03-12 02:19:13 +00:00
Roeland Jago Douma
93cae9d2d1
Merge pull request #19864 from nextcloud/version/18.0.2/final
18.0.2
2020-03-11 15:19:48 +01:00
Joas Schilling
e96bb6c8bc Don't break when one remote share is down
getFileInfo can also return false

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-11 08:38:14 +00:00
Nils Wittenbrink
fb3cf8ca28 Fix test
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:31:47 +00:00
Nils Wittenbrink
372a3ddd50 Fix hostname given in Apple config file
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:31:46 +00:00
Julius Härtl
e8a069e3dd
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-11 09:02:32 +01:00
Julius Härtl
c3c3d218d5
Fix row height and display name input
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-11 09:01:35 +01:00
Julius Härtl
0e53b6983e
Allow to edit admin/own user in the user management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-11 09:01:27 +01:00
Nextcloud bot
9f8ca72feb
[tx-robot] updated from transifex 2020-03-11 02:19:15 +00:00
Joas Schilling
d2687d69ab Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:32:05 +00:00
Joas Schilling
26568fa08b Unify the code a bit
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:32:05 +00:00
Joas Schilling
33b048dd1c Use contacts name on federated activities
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-10 19:32:05 +00:00
Nextcloud bot
06dd4affeb
[tx-robot] updated from transifex 2020-03-10 02:18:22 +00:00
Roeland Jago Douma
048888be87
18.0.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-09 19:44:43 +01:00
Roeland Jago Douma
5f0b766cea
Merge pull request #19833 from nextcloud/version/18.0.2/RC2
18.0.2 RC2
2020-03-09 15:44:18 +01:00
Roeland Jago Douma
f3f56a97ea
Merge pull request #19824 from nextcloud/backport/19763/stable18
[stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo…
2020-03-09 09:59:03 +01:00
Roeland Jago Douma
a88da0c41f
Merge pull request #19830 from nextcloud/backport/19815/stable18
[stable18] Prevent self-xss via invalid mysql user name on install screen
2020-03-09 09:03:57 +01:00
Roeland Jago Douma
7c98f98527
Merge pull request #19803 from nextcloud/backport/stable18/19769
[stable18] Fix avatar in file list for users with an @ in the uid
2020-03-09 09:03:15 +01:00
Nextcloud bot
da96dee368
[tx-robot] updated from transifex 2020-03-09 02:18:17 +00:00