John Molakvoæ (skjnldsv)
0444289908
Fix multiselect min width
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 21:55:46 +00:00
Morris Jobke
03988b114c
Merge pull request #15418 from nextcloud/backport/15413/stable16
...
[stable16] remove extra param in cache update call
2019-05-07 22:28:31 +02:00
Morris Jobke
fbc9249afb
Merge pull request #15424 from nextcloud/backport/stable16/15359
...
[stable16] Handle 0 B default quota properly in the web UI
2019-05-07 22:28:12 +02:00
John Molakvoæ (skjnldsv)
e7a9bf4ac4
Properly set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 20:20:18 +00:00
Julius Härtl
f161f77bf6
Bump user settings bundle
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:42:03 +02:00
Julius Härtl
40df9c648a
Fix default quota setting of 0 B
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-07 18:36:17 +02:00
Robin Appelman
ecd29001d7
remove extra param in cache update call
...
param was leftover from earlier iterations of the "update event"
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-07 15:59:10 +00:00
Morris Jobke
64d3a51080
Merge pull request #15417 from nextcloud/backport/15397/stable16
...
[stable16] Set Edge < 16 as incompatible with css vars
2019-05-07 17:57:45 +02:00
John Molakvoæ (skjnldsv)
3a9738e433
Set Edge < 16 as incompatible with css vars
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-07 14:45:36 +00:00
Morris Jobke
1a58d8c86f
Merge pull request #15409 from nextcloud/backport/15407/stable16
...
[stable16] Remove extra margin from warning messages in authenticate page
2019-05-07 13:45:42 +02:00
Daniel Calviño Sánchez
d23e2cb9ab
Merge pull request #15405 from nextcloud/backport/15394/stable16
...
[stable16] Allow to send the password of protected conversations
2019-05-07 13:28:20 +02:00
Daniel Calviño Sánchez
f2e5ef1cbf
Remove extra margin from warning messages in authenticate page
...
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07 10:12:14 +00:00
Joas Schilling
d84f62f3cb
Allow to send the password of protected conversations
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-07 08:42:17 +00:00
blizzz
e719bd595f
Merge pull request #15399 from nextcloud/backport/15385/stable16
...
[stable16] Make sure all middlewares are only registered once
2019-05-07 09:42:56 +02:00
Joas Schilling
50827582b6
Make sure all middlewares are only registered once
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-06 21:38:13 +00:00
Morris Jobke
fc6f8077bd
Merge pull request #15389 from nextcloud/backport/15384/stable16
...
[stable16] Fix collapse button in app navigation in IE11
2019-05-06 15:30:05 +02:00
Daniel Calviño Sánchez
fcca3778ad
Fix collapse button in app navigation in IE11
...
Although the collapse button has an absolute position Internet Explorer
11 needs the left position of that button to be explicitly set to 0
(other browsers do it implicitly due to the absolute position);
otherwise the button appears to the right of the link (and behind the
app content).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-06 12:09:27 +00:00
Roeland Jago Douma
473d9a9a08
Merge pull request #15345 from nextcloud/backport/15309/stable16
...
[stable16] Do NOT assume all files are selected if the first checkbox is
2019-05-03 15:45:09 +02:00
John Molakvoæ (skjnldsv)
53fab04fbd
Do NOT assume all files are selected if the first checkbox is
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-02 11:47:50 +00:00
Roeland Jago Douma
e63d456588
Merge pull request #15341 from nextcloud/backport/15122/stable16
...
[stable16] Check if the data is in the lookup server
2019-05-02 13:22:02 +02:00
Joas Schilling
95461ad82d
Check if the data is in the lookup server
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-02 09:59:33 +00:00
Roeland Jago Douma
755543879b
Merge pull request #15312 from nextcloud/backport/15289/stable16
...
[stable16] Remove the custom prefix from the table name length when checking on …
2019-04-30 19:45:27 +02:00
Joas Schilling
be5cc3a973
Remove the custom prefix from the table name length when checking on the default primary index
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-30 12:20:31 +00:00
Morris Jobke
65ca68134a
Merge pull request #15303 from nextcloud/backport/15290/stable16
...
[stable16] take return of mkdir into consideration; photocache to not create a folder for deletion
2019-04-30 14:17:09 +02:00
Arthur Schiwon
2f0055455d
do not create folder just to delete it afterwards
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-30 07:26:41 +00:00
Arthur Schiwon
aa91b0ab3c
take return of mkdir into account, throw exception on failure
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-30 07:26:41 +00:00
Roeland Jago Douma
e4d05cb669
Merge pull request #15223 from nextcloud/backport/15188/stable16
...
[stable16] Fix setupcheck for intl module
2019-04-25 12:05:27 +02:00
Daniel Kesselberg
790a755232
Fix setupcheck for intl module
...
A polyfill for intl is loaded very early (somewhere in base). Polyfill defines grapheme_strlen as function if
intl extension is not loaded. The check here is always true
because there is a function with that name.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-04-25 06:11:22 +00:00
Roeland Jago Douma
6781f9fc76
Merge pull request #15202 from nextcloud/version/16.0.0/final
...
16.0.0 Final
2019-04-24 21:39:17 +02:00
Roeland Jago Douma
7b6073c424
16.0.0 Final
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 20:57:27 +02:00
Roeland Jago Douma
9dfea7ed32
Merge pull request #15219 from nextcloud/backport/15141/stable16
...
[stable16] fix searching all users in repair regenerate birthday cal reparir job
2019-04-24 20:55:53 +02:00
Arthur Schiwon
35ba5ae2a0
remove obsolete use statements
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24 18:02:15 +00:00
Arthur Schiwon
847dfb0eb8
avoids users searches on backend, faster processing
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-24 18:02:15 +00:00
Roeland Jago Douma
fd42be531c
Merge pull request #15218 from nextcloud/fix/stable16-fix-js-vulns-I
...
[stable16] Update js packages
2019-04-24 19:49:07 +02:00
Christoph Wurst
946444a485
Apply `npm audit fix` on stable16
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-24 17:08:18 +02:00
Roeland Jago Douma
06a05700aa
Merge pull request #15215 from nextcloud/backport/15148/stable16
...
[stable16] Fix mapper not properly casting int in oauth2 code
2019-04-24 16:34:51 +02:00
Roeland Jago Douma
d3e6feb7de
Merge pull request #15203 from nextcloud/backport/15168/stable16
...
[stable16] Always use a temp file for swift writes
2019-04-24 15:51:31 +02:00
Roeland Jago Douma
621a872306
Merge pull request #15204 from nextcloud/backport/15146/stable16
...
[stable16] Prefetching blows up if there are a lot of files.
2019-04-24 15:49:09 +02:00
Roeland Jago Douma
907894212b
Use the proper names when setting entity types
...
Else this does 💥
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 13:45:43 +00:00
Roeland Jago Douma
10aeef9786
Prefetching blows up if there are a lot of files.
...
I saw instances where people had a lot of files (each with custom
properties) and all this prefetching blew up and started to consume an
insane amount of RAM resulting in the process getting killed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 07:01:56 +00:00
Roeland Jago Douma
b6fe0f1f9a
Always use a temp file for swift writes
...
Apparently the if statement doesn't work in all cases (even if I could
not reproduce it). So for the time being we will just not directly
stream to swift.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-24 07:01:36 +00:00
John Molakvoæ
7d5ab15ac0
Merge pull request #15198 from nextcloud/backport/15164/stable16
...
[stable16] Fix multiselect bar overlapping recommendations
2019-04-23 18:18:11 +02:00
Jan-Christoph Borchardt
c4da304170
Use sticky position include for Safari support
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-23 14:07:44 +00:00
Morris Jobke
311c4147bf
Add webkit/safari fix
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-23 14:07:44 +00:00
Jan-Christoph Borchardt
fe0a8b4df3
Fix multiselect bar overlapping recommendations
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-04-23 14:07:43 +00:00
Morris Jobke
2536b1b983
Merge pull request #15157 from nextcloud/backport/15153/stable16
...
[stable16] Load apps before running repair steps
2019-04-18 18:38:13 +02:00
Temtaime
a2339f71b8
Fix #15042
2019-04-18 13:06:25 +00:00
Roeland Jago Douma
dfb2577171
Merge pull request #15137 from nextcloud/version/16.0.0/rc2
...
16.0.0 RC2
2019-04-18 10:27:28 +02:00
Roeland Jago Douma
9a34ccb1e1
16.0.0 RC2
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 20:18:03 +02:00
Morris Jobke
4ad74937dc
Merge pull request #15138 from nextcloud/backport/15129/stable16
...
Backport/15129/stable16
2019-04-17 12:12:09 +02:00