Nextcloud bot
3d06d946b0
[tx-robot] updated from transifex
2018-02-18 01:12:28 +00:00
Nextcloud bot
b631cc1286
[tx-robot] updated from transifex
2018-02-17 01:12:30 +00:00
Nextcloud bot
de9865b9d9
[tx-robot] updated from transifex
2018-02-16 01:12:34 +00:00
Nextcloud bot
ef367f8bfe
[tx-robot] updated from transifex
2018-02-14 21:37:55 +00:00
Nextcloud bot
adb9ad29fa
[tx-robot] updated from transifex
2018-02-14 01:12:17 +00:00
Nextcloud bot
7d1c9eef8d
[tx-robot] updated from transifex
2018-02-13 10:48:56 +00:00
Roeland Jago Douma
57e3900095
Merge pull request #8261 from nextcloud/s3-folder-delete-13
...
[13] Fix deleting folders when using s3 external storage
2018-02-13 07:45:02 +01:00
Nextcloud bot
2e271313c9
[tx-robot] updated from transifex
2018-02-12 21:34:01 +00:00
Robin Appelman
2a6f8e65c2
fix invalidating folder cache for s3
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-12 20:23:10 +01:00
Robin Appelman
3257bf2424
adjust s3 bulk delete to new sdk syntax
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-12 20:23:10 +01:00
Roeland Jago Douma
ad7c31914f
Show open graph preview in WhatsApp
...
Whatsapp is picky about the size of the open graph images.
So we do some special handling.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-12 11:12:27 +01:00
Julius Härtl
ef571d69f3
Add space on guest pages with custom logo
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-09 17:46:48 +01:00
Julius Härtl
e3fb91756a
Make sure theming logo css only applies when a logo is set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-09 17:46:47 +01:00
Nextcloud bot
9c9c438c8b
[tx-robot] updated from transifex
2018-02-09 15:29:20 +00:00
Nextcloud bot
2845166e2a
[tx-robot] updated from transifex
2018-02-09 01:11:05 +00:00
Nextcloud bot
5e3cb24efa
[tx-robot] updated from transifex
2018-02-08 01:10:40 +00:00
Robin Appelman
38cb28db1f
keep previous exception when transforming to dav exception
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-07 14:44:11 +01:00
Nextcloud bot
f8740a1f0c
[tx-robot] updated from transifex
2018-02-07 11:32:08 +00:00
Nextcloud bot
1ec43c8265
[tx-robot] updated from transifex
2018-02-07 01:10:36 +00:00
Morris Jobke
b2068704e7
Merge pull request #8156 from nextcloud/stable13-8078
...
[Stable13] Scss hardening
2018-02-06 12:17:45 +01:00
Nextcloud bot
976e5e35f7
[tx-robot] updated from transifex
2018-02-05 01:10:30 +00:00
Nextcloud bot
e268181b84
[tx-robot] updated from transifex
2018-02-04 01:10:40 +00:00
Nextcloud bot
064ff027fd
[tx-robot] updated from transifex
2018-02-03 01:10:43 +00:00
Julius Härtl
7870cc2b67
Fix theming tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-02 13:06:50 +01:00
Julius Härtl
106af04355
Do not rewrite absolute URLs
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-02 13:05:58 +01:00
Julius Härtl
76c79ff18f
Only override image styles if the theming values are set
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-02 13:05:41 +01:00
Morris Jobke
b2e3e29266
Merge pull request #8142 from nextcloud/13-update-server
...
[stable13] Use correct update server
2018-02-02 12:18:29 +01:00
Nextcloud bot
6989c65acf
[tx-robot] updated from transifex
2018-02-02 01:10:28 +00:00
Nextcloud bot
501685288b
[tx-robot] updated from transifex
2018-02-01 18:28:19 +00:00
Nextcloud bot
d5e56b34c4
[tx-robot] updated from transifex
2018-02-01 17:20:02 +00:00
Morris Jobke
d9e229ab70
Use correct update server
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-01 14:43:53 +01:00
Morris Jobke
bb7a2b2329
Merge pull request #8073 from nextcloud/stable13-8069
...
[stable13] do not catch and ignore ServerNotAvailable in the wrong spot
2018-01-31 14:46:55 +01:00
Morris Jobke
10110e85eb
Merge pull request #8116 from nextcloud/8111_13
...
[stable13] Only handle encrypted property on folders
2018-01-31 14:46:18 +01:00
Nextcloud bot
fb11969916
[tx-robot] updated from transifex
2018-01-31 01:11:04 +00:00
Roeland Jago Douma
f924a6d7d9
Only handle encrypted property on folders
...
Exposing the encrypted property is required for E2E. However, there is
no need to expose this on files as then it is server side encryption
(which the clients don't care about).
Better to not confuse the output.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-30 21:56:32 +01:00
Nextcloud bot
c30e958dac
[tx-robot] updated from transifex
2018-01-30 01:11:20 +00:00
Nextcloud bot
7b227d8712
[tx-robot] updated from transifex
2018-01-29 01:11:05 +00:00
Arthur Schiwon
d61dd36fdd
do not catch ServerNotAvailable
...
might cause the user to be unavailable (race condition).
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-01-26 15:35:26 +01:00
Nextcloud bot
0aca61d73e
[tx-robot] updated from transifex
2018-01-26 01:11:04 +00:00
Daniel Calviño Sánchez
326af0c9c3
Fix missing clipboard icon in shared links
...
The clipboard icon in shared links appears either directly on the link
input field or, if any social sharing app is enabled, in a menu. The
clipboard icon uses the same CSS rules as other icons (like the
information icon) to be posioned on the end of the input field, and
those rules have to be "cancelled" when the icon is shown in the menu.
Fixes #7990
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-01-24 17:25:50 +01:00
Robin Appelman
3d10c3ace5
increase the time we wait for smb notifications in the test
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-23 09:54:34 +01:00
Nextcloud bot
924298f740
[tx-robot] updated from transifex
2018-01-23 01:11:03 +00:00
Nextcloud bot
883817e62a
[tx-robot] updated from transifex
2018-01-21 01:11:04 +00:00
Robin Appelman
31b922d2f5
update icewind/smb to 2.0.4
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-19 16:23:22 +01:00
Nextcloud bot
bec72bf9ff
[tx-robot] updated from transifex
2018-01-19 01:11:08 +00:00
Morris Jobke
b7da6f13ff
Merge pull request #7942 from nextcloud/7941-stable13
...
[stable13] remove hardcoded sharepoint icon path
2018-01-18 16:47:55 +01:00
Joas Schilling
73a6717016
Make sure the arrays are arrays
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-18 15:56:24 +01:00
Arthur Schiwon
1703c25b26
remove hardcoded sharepoint icon path
...
it does not exist and if it would, it was not themable
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-01-18 15:47:25 +01:00
Roeland Jago Douma
414d6e2184
Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hints
...
Fix the type hints of migrations and correctly inject the wrapped sch…
2018-01-17 14:55:18 +01:00
Joas Schilling
ed999066e5
Fix the type hints of migrations and correctly inject the wrapped schema into migrations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-17 13:53:09 +01:00