Nextcloud bot
655b7f047c
[tx-robot] updated from transifex
2018-11-13 01:12:52 +00:00
John Molakvoæ (skjnldsv)
89e5ec4183
Use nextcloud-password-confirmation
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-12 15:39:02 +01:00
Nextcloud bot
0fac79a8a1
[tx-robot] updated from transifex
2018-11-10 01:12:35 +00:00
Julius Härtl
50ee75db5a
Add fix for IE11 flexbox height bug
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-09 13:11:45 +01:00
Nextcloud bot
7fba370a75
[tx-robot] updated from transifex
2018-11-09 01:12:36 +00:00
Yevhenii Kostiuk
81ce3c22ff
fix - Add to favorites not working in IE11 - polyfill needed #12007
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-08 07:43:02 +01:00
Nextcloud bot
9c88ff5eda
[tx-robot] updated from transifex
2018-11-08 01:12:28 +00:00
Nextcloud bot
390518c140
[tx-robot] updated from transifex
2018-11-07 01:12:40 +00:00
Roeland Jago Douma
5678f432a4
Use the proper server for the apptoken flow login
...
If a user can't authenticate normally (because they have 2FA that is not
available on their devices for example). The redirect that is generated
should be of the proper format.
This means
1. Include the protocol
2. Include the possible subfolder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-06 08:05:02 +01:00
Nextcloud bot
288991a610
[tx-robot] updated from transifex
2018-11-06 01:12:48 +00:00
Nextcloud bot
f962a43388
[tx-robot] updated from transifex
2018-11-05 01:12:47 +00:00
Nextcloud bot
d829b158f6
[tx-robot] updated from transifex
2018-11-04 01:14:13 +00:00
Nextcloud bot
311b29641f
[tx-robot] updated from transifex
2018-11-03 01:12:49 +00:00
Roeland Jago Douma
a46ca94723
Merge pull request #12197 from nextcloud/backport/12188/revert-wait-for-cron
...
[stable14] Revert "Wait for cron to finish before running upgrade command"
2018-11-02 08:21:05 +01:00
Nextcloud bot
d30918886b
[tx-robot] updated from transifex
2018-11-02 01:13:45 +00:00
Morris Jobke
b292f919c6
Revert "Wait for cron to finish before running upgrade command"
...
This reverts commit 18e9631810
.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-01 22:09:45 +01:00
Julius Härtl
a83a320e5d
Add tests for edit permission state on file shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-01 12:36:37 +01:00
Julius Härtl
94e8cd5cac
Do not set indeterminate state for file shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-01 12:36:26 +01:00
Nextcloud bot
41c842f469
[tx-robot] updated from transifex
2018-11-01 01:13:13 +00:00
Nextcloud bot
4b9998533c
[tx-robot] updated from transifex
2018-10-31 01:13:03 +00:00
Nextcloud bot
0578126ab7
[tx-robot] updated from transifex
2018-10-30 01:13:04 +00:00
Nextcloud bot
48b57d1284
[tx-robot] updated from transifex
2018-10-29 01:13:18 +00:00
Nextcloud bot
6565818ccc
[tx-robot] updated from transifex
2018-10-28 00:12:59 +00:00
Nextcloud bot
67895ffac7
[tx-robot] updated from transifex
2018-10-27 00:12:46 +00:00
Nextcloud bot
7e7d3ce357
[tx-robot] updated from transifex
2018-10-26 00:12:59 +00:00
Nextcloud bot
f8c3b1de33
[tx-robot] updated from transifex
2018-10-25 00:13:15 +00:00
Patrick Conrad
bae4207246
Remove cookies from Clear-Site-Data Header
...
In 2f87fb6b45
this header was introduced. The referenced documentation says:
> When delivered with a response from https://example.com/clear , the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/ ).
This also applies if `https://nextcloud.example.com/ ` sends the `Clear-Site-Data: "cookies"` header.
This is not the behavior we want at this point!
So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well.
Signed-off-by: Patrick Conrad <conrad@iza.org>
(cherry picked from commit 1806baaeaf
)
2018-10-24 08:50:26 +02:00
Nextcloud bot
a13d936c35
[tx-robot] updated from transifex
2018-10-24 00:12:41 +00:00
Nextcloud bot
7894c40f54
[tx-robot] updated from transifex
2018-10-23 14:54:39 +00:00
Morris Jobke
8c40be01f2
Merge pull request #11925 from nextcloud/backport/11920/properly-ignore-compiled-files-l10n
...
[stable14] Add .l10nignore files for compiled assets
2018-10-23 16:30:40 +02:00
Moritz Beck
ea613a896a
Allow "same-origin" as "Referrer-Policy"
...
Fixes #11531
Although "same-origin" is more strict than e.g. strict-origin it showed up a warning in setupcheck
Based on https://scotthelme.co.uk/a-new-security-header-referrer-policy/
Signed-off-by: Moritz Beck <git@birkenstab.de>
2018-10-20 12:01:48 +02:00
Morris Jobke
858ec0a777
Add .l10nignore files for compiled assets
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-19 11:40:16 +02:00
Bernd Stellwag
86b2e7d2e7
Remove duplicate call to decodeURIComponent
...
Signed-off-by: Bernd Stellwag <burned@zerties.org>
(cherry picked from commit 0f030d885b
)
Signed-off-by: Bernd Stellwag <burned@zerties.org>
2018-10-11 18:40:31 +02:00
Daniel Calviño Sánchez
a246cc10fd
Ignore "session_lifetime" if it can not be converted to a number
...
When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the csrftoken to be got
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-11 11:56:12 +02:00
Roeland Jago Douma
55e737afb1
Merge pull request #11662 from nextcloud/fix/11468/app-menu-scrollbar-14
...
[14] Fixes the apps menu scrollbar
2018-10-11 11:38:49 +02:00
Morris Jobke
5f0887c1d5
Fix a misleading setup check for .well-known/caldav & carddav
...
The problem is that the version without the slash is the correct one.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-10 15:54:12 +02:00
Nextcloud bot
cef454c280
[tx-robot] updated from transifex
2018-10-10 00:13:24 +00:00
Michael Weimann
14af19af58
Fixes the apps menu scrollbar
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-07 13:59:40 +02:00
Nextcloud bot
acffe7a74e
[tx-robot] updated from transifex
2018-10-07 00:12:30 +00:00
Nextcloud bot
723dbe242a
[tx-robot] updated from transifex
2018-10-05 00:13:09 +00:00
Nextcloud bot
e87ec7d2c9
[tx-robot] updated from transifex
2018-10-04 00:12:17 +00:00
Nextcloud bot
1302b6f267
[tx-robot] updated from transifex
2018-10-03 16:58:57 +00:00
John Molakvoæ (skjnldsv)
22973fafee
Force multiselect max-height to 5.5 items
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-03 12:06:25 +02:00
Roeland Jago Douma
029aa8e9c0
Merge pull request #11558 from nextcloud/stable14-header-overflow
...
[stable14] Fix header overflow, fix more apps menu, fix #11552
2018-10-02 23:06:17 +02:00
Morris Jobke
540c0017ae
Merge pull request #11554 from nextcloud/backport/11111/fix-app-menu-ios
...
[stable14] Added kinetic scrolling for iOS to apps dropdown menu #10281
2018-10-02 21:45:39 +02:00
Jan-Christoph Borchardt
745e27e0cc
Fix header overflow, fix more apps menu, fix #11552
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 21:13:11 +02:00
kevin147147
d05b13d3fd
Added kinetic scrolling for iOS to apps dropdown menu #10281
...
this is tested with nc14
2018-10-02 20:26:06 +02:00
Roeland Jago Douma
491db08e42
Merge pull request #11516 from nextcloud/backport/11515/mimteype-list-update
...
[stable14] Add missing compiled mimetype list
2018-10-01 21:53:40 +02:00
Roeland Jago Douma
e7cdacfbf3
Merge pull request #11511 from nextcloud/stable14-share-header
...
[stable14] Fix share header text on small widths
2018-10-01 17:36:51 +02:00
Morris Jobke
d026c424cd
Add missing compiled mimetype list - see #10135
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-01 15:55:17 +02:00