Commit graph

49357 commits

Author SHA1 Message Date
Valdnet
7f5a4ebd7f Update file-upload.js
Change the location of the translation file.
2019-05-09 13:28:53 +00:00
Morris Jobke
d4bc8d390f
Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling
[Stable16] Fix mobile vertical scrolling
2019-05-09 15:23:44 +02:00
Morris Jobke
a1236d0125
Merge pull request #15471 from nextcloud/backport/15468/stable16
[stable16] Remove recommendation for opcache on CLI
2019-05-09 14:51:31 +02:00
John Molakvoæ (skjnldsv)
8f56f6969f
[Stable16] Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09 14:19:32 +02:00
Morris Jobke
14537a07af Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 11:48:10 +00:00
Morris Jobke
02d82df7d7
Merge pull request #15465 from nextcloud/backport/15464/stable16
[stable16] Revert "Run phan tests only on high memory machines"
2019-05-09 11:44:09 +02:00
Morris Jobke
794fd89a5e Revert "Run phan tests only on high memory machines" 2019-05-09 09:41:35 +00:00
Roeland Jago Douma
6ef1b90e42
Merge pull request #15452 from nextcloud/backport/15430/stable16
[stable16] Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
2019-05-08 20:44:32 +02:00
Morris Jobke
3ab884a479 Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 17:37:19 +00:00
Morris Jobke
26f5fffe72
Merge pull request #15442 from nextcloud/backport/15308/stable16
[stable16] remove setup args from logging
2019-05-08 16:54:53 +02:00
Morris Jobke
2c43e9cf81
Merge pull request #15447 from nextcloud/backport/15446/stable16
[stable16] Run phan tests only on high memory machines
2019-05-08 16:39:57 +02:00
Morris Jobke
f8dc04464b Run phan tests only on high memory machines
This should fix the out of memory issues we are seeing with this job

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 14:34:56 +00:00
Joas Schilling
8be9c9b0d9 fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:11 +00:00
Arthur Schiwon
b70053be25 remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:11 +00:00
Arthur Schiwon
7886642979 remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:52:10 +00:00
Morris Jobke
3102633260
Merge pull request #15439 from nextcloud/backport/15432/stable16
[stable16] Fix public upload by also load the semaphore method
2019-05-08 10:23:03 +02:00
Morris Jobke
da3c3a04dc Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 08:20:00 +00:00
Morris Jobke
064fa5bdb5
Merge pull request #15434 from nextcloud/backport/15259/stable16
[stable16] Make access column a real boolean
2019-05-08 10:13:20 +02:00
Morris Jobke
2bb636d536
Merge pull request #15433 from nextcloud/backport/15301/stable16
[stable16] Fix multiselect min width
2019-05-08 10:04:29 +02:00
John Molakvoæ
b2e8b1b1c9
[stable16] Properly set Edge < 16 as incompatible with css vars (#15428)
[stable16] Properly set Edge < 16 as incompatible with css vars
2019-05-08 08:54:01 +02:00
Daniel Kesselberg
364457c2a4 Remove method stubs
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
d65b9bf217 Add second migration for addColumn
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
79afc82b8c Pass type object instance instead of identifier
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
2ec80217df Merge dropColumn and addColumn into changeColumn
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
5f93c754b4 Set type for access column on cacheAccessForCollection
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:54 +00:00
Daniel Kesselberg
aff90527db Migration to change column type from smallint to boolean
On pqsql true/false is no valid value for an integer column.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-05-07 22:07:53 +00:00
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