Commit Graph

49110 Commits

Author SHA1 Message Date
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
Joas Schilling 5b89ebc3bb
Add return types
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:18:26 +02:00
Joas Schilling 6286923022
Use the querybuilder for the queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:18:15 +02:00
Joas Schilling e0a825658d
Allow to use Subqueries in from
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 10:17:59 +02:00
Roeland Jago Douma 5805a9d505
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 10:17:28 +02:00
Morris Jobke 4e5327f77a
Merge pull request #15127 from nextcloud/backport/15123/stable16
[stable16] Improve the share link password error feedback with a red border
2019-04-16 14:37:42 +02:00
Christoph Wurst 090c520d49 Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-04-16 11:54:04 +00:00
John Molakvoæ d2e5368375
Merge pull request #15118 from nextcloud/backport/15115/stable16
[stable16] Do not use spaces in generated passwords
2019-04-16 08:34:09 +02:00
Morris Jobke 9b6d4c4a4f
Merge pull request #15111 from nextcloud/backport/15110/stable16
[stable16] Make sure we have a proper node before parsing
2019-04-15 23:10:06 +02:00
Morris Jobke 9791e918c0 Do not use spaces in generated passwords
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15 21:06:29 +00:00
John Molakvoæ (skjnldsv) b3c390ea1e Make sure we have a proper node before parsing
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 12:07:59 +00:00
Morris Jobke 8b2a3994a6
Merge pull request #15108 from nextcloud/backport/15057/stable16
[stable16] Use slient option to switch for regular file actions as well
2019-04-15 14:03:56 +02:00
Roeland Jago Douma 39d0acc5f9
Merge pull request #15109 from nextcloud/backport/15107/stable16
[stable16] Add animation-slow var
2019-04-15 13:50:06 +02:00
John Molakvoæ (skjnldsv) f42483b80d Add animation-slow var
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-15 10:37:39 +00:00
Roeland Jago Douma 736ed2f4e7
Merge pull request #15101 from nextcloud/backport/15097/stable16
[stable16] Pass proper TEST_SELECTION to drone objectstore
2019-04-15 12:28:49 +02:00
Julius Härtl 35efd6d0ff Use slient option to switch for regular file actions as well
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-04-15 09:47:41 +00:00
Roeland Jago Douma 0060e5f28e Pass proper TEST_SELECTION to drone objectstore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 07:38:59 +00:00
Morris Jobke 3f30c17549
Merge pull request #15043 from nextcloud/version/16/rc1
16.0.0 RC 1
2019-04-11 13:54:56 +02:00
Roeland Jago Douma 0e8de3abf9
16.0.0 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-11 12:51:07 +02:00
Morris Jobke 3308c40922
Merge pull request #14967 from nextcloud/lib-private-user-trigger-pass-old
Do not issue update command if nothing has changed in user values
2019-04-11 12:50:15 +02:00
Morris Jobke c1e6a5965e
Return true in the dummy backend for successful display name change
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-11 11:43:33 +02:00
Leon Klingele 9a5ca231bf
lib/private/User: do not change user properties if value has not changed 2019-04-11 11:20:41 +02:00