Roeland Jago Douma
27aa0761bc
Merge pull request #8470 from nextcloud/13-8468
...
[stable13] Use mb_* string methods to extract first character for generated avatars
2018-02-21 13:29:28 +01:00
Morris Jobke
f1568b96ce
Use mb_* string methods to extract first character for generated avatars
...
This fixes #8451 where the first character is a non-ASCII character. The `$string[0]` notation only extracted one byte and thus resulting in an invalid code. The `mb_strtoupper` method also allows to convert characters independently from the current locale on the server.
See also http://php.net/manual/en/function.mb-strtoupper.php
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-21 12:40:16 +01:00
Nextcloud bot
86be2687fb
[tx-robot] updated from transifex
2018-02-21 01:12:33 +00:00
Morris Jobke
58cc34b816
Merge pull request #8267 from nextcloud/8206_13
...
[stable13] Better result handling of email search
2018-02-20 23:54:16 +01:00
Joas Schilling
d63caf5829
Better result handling of email search
...
1. Local users should not be returned when searching for empty string
2. The limit of the response should be respected
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-20 17:47:54 +01:00
Roeland Jago Douma
a3de507b76
Merge pull request #8440 from nextcloud/8428_13
...
[stable13] Use TTF fonts for avatar generation
2018-02-20 08:21:04 +01:00
Nextcloud bot
16a4e7192c
[tx-robot] updated from transifex
2018-02-20 01:12:21 +00:00
Roeland Jago Douma
a4159378be
Avatar generation use ttf (for ancient compatibility)
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-19 22:12:56 +01:00
Roeland Jago Douma
535816a6d4
Add TTF of OpenSand-{Ligh,Semibold}
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-19 22:12:51 +01:00
Nextcloud bot
b5029f8975
[tx-robot] updated from transifex
2018-02-19 01:12:17 +00:00
Nextcloud bot
3d06d946b0
[tx-robot] updated from transifex
2018-02-18 01:12:28 +00:00
Morris Jobke
577a3cf145
Merge pull request #8407 from nextcloud/stable13-8376-devgals
...
[stable13] Fix edit tag textbox size
2018-02-17 15:38:34 +01:00
Aastha Gupta
09dbcd9647
Fix edit tag textbox size
...
Fixes #7586
Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
2018-02-17 15:56:59 +05:30
Nextcloud bot
b631cc1286
[tx-robot] updated from transifex
2018-02-17 01:12:30 +00:00
Morris Jobke
964b511b39
Merge pull request #8395 from nextcloud/stable13-8382-make-acceptance-tests-for-comments-more-consistent-with-the-others
...
[stable13] Make acceptance tests for comments more consistent with the others
2018-02-16 14:33:49 +01:00
Daniel Calviño Sánchez
5fd7de5275
Take into account the comment message when looking for it
...
Instead of checking that the list contains one comment it is now checked
that a comment with certain message is visible. This makes the step (and
the locator) more reusable in future tests and also simplifies the code.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-16 12:24:35 +01:00
Daniel Calviño Sánchez
d9e66b2114
Adjust timeouts in the step to create a new comment
...
Depending on the previous steps the new comment field may be already
shown or not when the step to create a new comment is executed.
Therefore, the timeout was increased from 2 to the "standard" 10 seconds
used in other tests.
If the new comment field was found there is no need to use a timeout
when looking for the new comment button; it is either there or not, it
will not appear after some time.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-16 12:24:35 +01:00
Daniel Calviño Sánchez
f6737e43e9
Move locators above step definitions
...
The locators are moved above the step definitions for consistency with
other context files; besides that I made some minor adjustments for
consistency too in the locator descriptions and identation, and moved
the locators for ".newCommentRow" descendants together.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-16 12:24:35 +01:00
Daniel Calviño Sánchez
38a03f3193
Add acceptance tests for comments to Drone
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-02-16 12:24:34 +01: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
Morris Jobke
4c21fc802f
Merge pull request #8309 from nextcloud/8308_13
...
[stable13] Show open graph preview in WhatsApp
2018-02-12 14:24:17 +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
John Molakvoæ
e47e1f6bdd
Merge pull request #8287 from nextcloud/stable13-8165
...
[13] Remove jquery ui background image
2018-02-10 00:05:01 +01:00
John Molakvoæ
3f91eaedfc
Merge pull request #8286 from nextcloud/stable13-8155
...
[13] Fix styling issues of guest pages #8155
2018-02-10 00:04:40 +01:00
Julius Härtl
f248c7a583
Remove jquery ui background image
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-09 17:47:19 +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
1b3e3dfada
Load guest css on any guest and error page
...
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
Morris Jobke
832c0c480b
Merge pull request #8271 from nextcloud/13-8270
...
[stable13] Update CRL to revoke files_rightclick
2018-02-09 09:57:36 +01:00
Morris Jobke
9586dc6c92
Merge pull request #8145 from nextcloud/13-unperl-l10n
...
[stable13] Remove old perl script to update l10n files
2018-02-09 09:56:26 +01:00
Morris Jobke
9bc0de9ab6
Update CRL to revoke files_rightclick
...
See https://github.com/nextcloud/app-certificate-requests/pull/134
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-09 09:44:55 +01:00
Nextcloud bot
2845166e2a
[tx-robot] updated from transifex
2018-02-09 01:11:05 +00:00
Roeland Jago Douma
71cadf465b
Merge pull request #8264 from nextcloud/fix_dev_man_link_13
...
[stable13] Link to NC13 dev manual
2018-02-08 20:05:35 +01:00
Morris Jobke
95ac2e31ae
Remove old perl script to update l10n files
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-08 18:22:04 +01:00
Roeland Jago Douma
a6bb42d3e8
[stable13] Link to NC13 dev manual
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-02-08 15:13:51 +01:00
Morris Jobke
197c97e242
Merge pull request #8102 from nextcloud/s3-uploader-13
...
[13] Use S3Client::upload instead of splitting single/multipart upload ourselves
2018-02-08 14:31:23 +01:00
Morris Jobke
e2cb6a3b3c
Merge pull request #8183 from robert-scheck/pki-validation-stable13
...
[stable13] Handle SSL certificate verifications for others than Let's Encrypt
2018-02-08 11:02:33 +01:00
Joas Schilling
78e3b6400a
Merge pull request #8253 from nextcloud/13-8252
...
[stable13] Remove invalid link to documentation
2018-02-08 10:20:39 +01:00
Roeland Jago Douma
202dd62951
Merge pull request #8250 from nextcloud/8233_13
...
[stable13] actually return stream from swift
2018-02-08 09:07:33 +01:00
Morris Jobke
7701c7fab6
Remove invalid link to documentation
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-08 08:46:36 +01:00
Robin Appelman
6296c498b2
actually return stream from swift
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-02-08 08:10:08 +01:00
Nextcloud bot
5e3cb24efa
[tx-robot] updated from transifex
2018-02-08 01:10:40 +00:00