Nextcloud bot
3d53398d07
[tx-robot] updated from transifex
2018-12-19 01:11:46 +00:00
Roeland Jago Douma
763b52d402
Fix SAML Client login flow on Apple devices
...
Because the redirect from the SAML/SSO endpoint is a POST the lax/strict
cookies are not properly send.
Note that it is not strictly requried on this endpoint as we do not need
the remember me data. Only the real session info is enough. The endpoint
is also already protected by a state token.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-17 12:50:32 +01:00
Nextcloud bot
ffd2410a7e
[tx-robot] updated from transifex
2018-12-17 01:11:33 +00:00
Nextcloud bot
3068f07ad9
[tx-robot] updated from transifex
2018-12-16 01:12:32 +00:00
Nextcloud bot
5a2a78c692
[tx-robot] updated from transifex
2018-12-15 01:11:38 +00:00
Roeland Jago Douma
b0ac37d778
Merge pull request #13033 from RandieM/password-reset-checkbox-invisible
...
fixes issue #12383
2018-12-13 19:43:46 +01:00
John Molakvoæ
6e91329872
Merge pull request #12923 from nextcloud/fix/12832/share-autocomplete
...
Fixes the share autocomplete layout
2018-12-13 14:07:18 +01:00
Nextcloud bot
7034df7d77
[tx-robot] updated from transifex
2018-12-13 01:11:56 +00:00
RandieM
7fb312b07a
fixes issue #12383
2018-12-12 15:37:45 +01:00
Nextcloud bot
f1af773e11
[tx-robot] updated from transifex
2018-12-12 01:11:38 +00:00
Jan-Christoph Borchardt
4830fb7fb9
Merge pull request #13003 from nextcloud/use-default-cursor-for-disabled-primary-buttons
...
Use default cursor for disabled primary buttons
2018-12-11 14:48:02 +01:00
Daniel Calviño Sánchez
7dad6d8f5b
Use default cursor for disabled primary buttons
...
Disabled buttons use the default cursor, but as the cursor property for
primary buttons is set after the cursor property for disabled buttons
the latter is always overridden, even if the primary button is also
disabled. Due to this it is necessary to explicitly set the default
cursor for disabled primary buttons.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-11 10:25:48 +01:00
John Molakvoæ
0041920917
Merge pull request #12988 from nextcloud/js/handlebars-runtime
...
Move to handlebars.runtime.min
2018-12-11 08:35:53 +01:00
Nextcloud bot
27e88564d7
[tx-robot] updated from transifex
2018-12-11 01:11:48 +00:00
Roeland Jago Douma
91ba494caf
Move to handlebars.runtime.min
...
Since we do no longer allow to compile handlebars online because of the
CSP anyway. it makes sense to also move away from the full handlebars
suite 71kb vs 14kb
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 22:15:35 +01:00
Roeland Jago Douma
de4e236d44
Rebuild core.js after jquery-ui merge
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-10 19:48:29 +01:00
Nextcloud bot
386875cabe
[tx-robot] updated from transifex
2018-12-10 01:11:36 +00:00
Nextcloud bot
a9df1e387a
[tx-robot] updated from transifex
2018-12-09 01:12:28 +00:00
Michael Weimann
5723f77ef7
Fixes the share autocomplete scrollbars
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-08 20:51:06 +01:00
Michael Weimann
1f3060eacf
Fixes the share autocomplete #12832
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-12-08 13:05:25 +01:00
Nextcloud bot
f1923e6c08
[tx-robot] updated from transifex
2018-12-08 01:11:24 +00:00
Roeland Jago Douma
1f492322a8
Merge pull request #12889 from nextcloud/fix/12888/fix-logo-path
...
Fix logo path in non-themed instance
2018-12-07 13:38:01 +01:00
Nextcloud bot
504411a9ff
[tx-robot] updated from transifex
2018-12-07 01:11:41 +00:00
Morris Jobke
7d98414f7b
Fix logo path in non-themed instance
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-06 16:53:22 +01:00
Nextcloud bot
fba7b8b98f
[tx-robot] updated from transifex
2018-12-06 01:12:00 +00:00
Morris Jobke
fe5813783b
Merge pull request #12824 from nextcloud/feature/12763/add-setup-check-for-bigint-conversion
...
Add setup check for pending bigint conversion
2018-12-05 18:52:56 +01:00
Morris Jobke
17b2827bbf
Add setup check for pending bigint conversion
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 13:42:31 +01:00
Nextcloud bot
953332ae35
[tx-robot] updated from transifex
2018-12-05 01:11:55 +00:00
Morris Jobke
f57e334f83
Fix bigint conversion on SQLite
...
* on SQLite primary keys can't be bigint - see https://stackoverflow.com/a/18835967/520507
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:35:09 +01:00
Morris Jobke
d3b4127164
Show columns to update in CLI interface
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:35:09 +01:00
Morris Jobke
faa988c099
Merge pull request #12821 from nextcloud/feature/12767/add-setup-check-for-php-module
...
Add setup check for recommended PHP modules (i.e. Imagick, intl)
2018-12-05 00:34:04 +01:00
Morris Jobke
5b22225351
Update casing of PHP inside method name
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Morris Jobke
f5ad80fc57
Add setup check for recommended PHP modules (i.e. Imagick, intl)
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-12-05 00:03:05 +01:00
Joas Schilling
19c9549553
Smaller icon and h2 in emptycontent inside the header
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-04 16:46:58 +01:00
Julius Härtl
388f5dd6cc
Merge pull request #11718 from nextcloud/dependachristoph/bower/jquery-ui-1.12.1
...
Bump jquery-ui from 1.10 to 1.12.1
2018-12-04 10:19:56 +01:00
Nextcloud bot
95d33cd889
[tx-robot] updated from transifex
2018-12-04 01:12:05 +00:00
John Molakvoæ
e7458a41f2
Merge pull request #12762 from nextcloud/auth-dialog-fix
...
Polishing of various modal dialogs
2018-12-03 07:30:23 +01:00
Nextcloud bot
9563f03ee6
[tx-robot] updated from transifex
2018-12-03 01:11:33 +00:00
Nextcloud bot
7dc3efeb30
[tx-robot] updated from transifex
2018-12-02 01:12:37 +00:00
Nextcloud bot
4af658b4c6
[tx-robot] updated from transifex
2018-12-01 01:11:29 +00:00
Jan-Christoph Borchardt
2824622feb
Fix dialogs, button position
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-30 16:11:33 +01:00
Nextcloud bot
a529f6ff26
[tx-robot] updated from transifex
2018-11-30 01:11:57 +00:00
Roeland Jago Douma
a915594b03
Merge pull request #12734 from nextcloud/feature/noid/check-nginx-woff2
...
Add check for missing .woff2 rule in Nginx via setup check
2018-11-29 19:36:56 +01:00
Morris Jobke
3b53c10774
Merge pull request #12709 from nextcloud/login-button-fixes
...
Fix the loader position and the focus state on the login button
2018-11-29 18:30:46 +01:00
Morris Jobke
6aefd8389b
Merge pull request #12732 from nextcloud/polishing-fixes
...
Polishing fixes
2018-11-29 18:21:31 +01:00
John Molakvoæ
f77e519137
Merge pull request #12674 from nextcloud/date-title-to-linkshare
...
Date title to linkshare
2018-11-29 17:02:14 +01:00
Morris Jobke
f5894b653d
Add check for missing .woff2 rule in Nginx via setup check
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-29 17:01:43 +01:00
John Molakvoæ (skjnldsv)
ac7c7782ff
Remove animation on the sidebar for accessibility purpose
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 16:52:44 +01:00
John Molakvoæ (skjnldsv)
d526ab55fb
Fix default filepicker style and gridview
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 14:05:10 +01:00
John Molakvoæ (skjnldsv)
80b3452da2
Fix app navigation edit entry
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-29 13:41:36 +01:00