Commit Graph

16447 Commits

Author SHA1 Message Date
Nextcloud bot 823206dd06
[tx-robot] updated from transifex 2019-06-14 02:14:42 +00:00
Daniel Kesselberg 567fe4b833
Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-03 21:41:32 +02:00
Robin Appelman 2b845a7268 search files by id in shared storages last
this prevents unneeded recursion when the file is not in the share

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 19:58:44 +00:00
Roeland Jago Douma 9037373631
Merge pull request #15771 from nextcloud/backport/15766/stable15
[stable15] Check for free space on touch
2019-05-29 20:49:15 +02:00
Nextcloud bot 70d87f6438
[tx-robot] updated from transifex 2019-05-29 02:13:58 +00:00
Julius Härtl 91bc8ba2cd Check for free space on touch
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-28 13:03:53 +00:00
Nextcloud bot d527f75ddb
[tx-robot] updated from transifex 2019-05-28 02:13:55 +00:00
Nextcloud bot 744874e941
[tx-robot] updated from transifex 2019-05-27 02:13:53 +00:00
Nextcloud bot 29f33224e6
[tx-robot] updated from transifex 2019-05-26 02:14:28 +00:00
Roeland Jago Douma bc44ae66f3
Merge pull request #15725 from nextcloud/backport/15714/stable15
[stable15] Check the actual status code for 204 and 304
2019-05-25 10:19:03 +02:00
Nextcloud bot c31d9956d3
[tx-robot] updated from transifex 2019-05-25 02:14:02 +00:00
Roeland Jago Douma d0f8fa4619 Check the actual status code for 204 and 304
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-24 17:52:33 +00:00
Nextcloud bot d6b2aa6847
[tx-robot] updated from transifex 2019-05-24 02:13:53 +00:00
Nextcloud bot 4f3487cd28
[tx-robot] updated from transifex 2019-05-23 02:13:59 +00:00
Morris Jobke 1a8de51e25 Allow redis cluster to use password
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-22 11:48:18 +00:00
Morris Jobke a68495b443 Fix l10n for SettingsManager by injecting the l10n factory
Fixes #10832

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-21 22:52:06 +00:00
Julius Härtl 32a18602fd Only show sharing section if it has content
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-21 08:34:40 +00:00
Nextcloud bot df3a4c7d9f
[tx-robot] updated from transifex 2019-05-21 02:13:42 +00:00
Nextcloud bot d7cc5d93d6
[tx-robot] updated from transifex 2019-05-20 02:13:27 +00:00
Nextcloud bot eeb5087ebc
[tx-robot] updated from transifex 2019-05-12 00:22:13 +00:00
Nextcloud bot 0236229c51
[tx-robot] updated from transifex 2019-05-10 00:13:16 +00:00
Joas Schilling eb8c2e98bd
fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 11:25:54 +02:00
Arthur Schiwon 04bb1510fd
remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 11:25:54 +02:00
Arthur Schiwon b5e4b774fa
remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-09 11:25:54 +02:00
Morris Jobke 740907101a
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-08 23:38:42 +02:00
Nextcloud bot bc6b40a6a1
[tx-robot] updated from transifex 2019-05-05 00:13:14 +00:00
Nextcloud bot a11d6875fd
[tx-robot] updated from transifex 2019-05-01 00:12:53 +00:00
Morris Jobke e0ce0c8d97
Merge pull request #15307 from nextcloud/backport/15290/stable15
[stable15] take return of mkdir into consideration; photocache to not create a folder for deletion
2019-04-30 15:35:42 +02:00
Morris Jobke 2434b94956
Merge pull request #15139 from nextcloud/backport/15129/stable15
Backport/15129/stable15
2019-04-30 14:56:17 +02:00
Arthur Schiwon ec9c1e2f52 take return of mkdir into account, throw exception on failure
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-04-30 07:27:32 +00:00
Nextcloud bot 7d59a124da
[tx-robot] updated from transifex 2019-04-29 00:12:48 +00:00
Nextcloud bot b071c0f6b1
[tx-robot] updated from transifex 2019-04-28 00:12:45 +00:00
Nextcloud bot 6152500292
[tx-robot] updated from transifex 2019-04-27 00:12:45 +00:00
Nextcloud bot 61a0e4ed26
[tx-robot] updated from transifex 2019-04-26 00:12:43 +00:00
Roeland Jago Douma ad5dcc2cd6 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:02:46 +00:00
Nextcloud bot 8a6380ea30
[tx-robot] updated from transifex 2019-04-22 00:12:59 +00:00
Nextcloud bot a3d6393c85
[tx-robot] updated from transifex 2019-04-21 00:13:20 +00:00
Nextcloud bot 51cef9d335
[tx-robot] updated from transifex 2019-04-20 00:13:01 +00:00
Nextcloud bot 85004970c6
[tx-robot] updated from transifex 2019-04-19 00:12:57 +00:00
Joas Schilling 54219fb4cd
Use the querybuilder for the queries
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 15:33:57 +02:00
Joas Schilling e77272e3fc
Allow to use Subqueries in from
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 15:33:57 +02:00
Roeland Jago Douma 7cbba3e717
Repair step for link shares
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 15:33:57 +02:00
Morris Jobke 39f9e34a13 Do not use spaces in generated passwords
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15 21:07:18 +00:00
Roeland Jago Douma 441e9fefad Block install without CAN_INSTALL file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 12:24:12 +00:00
Morris Jobke 5ff7e3dbdb
Merge pull request #15071 from nextcloud/backport/14652/stable15
[stable15] Do not allow invalid users to be created
2019-04-15 12:01:19 +02:00
Roeland Jago Douma 792c1a17a1
Do not allow invalid users to be created
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 09:04:32 +02:00
Nextcloud bot 9bdd654e3e
[tx-robot] updated from transifex 2019-04-14 00:13:36 +00:00
Nextcloud bot 514d92b7a8
[tx-robot] updated from transifex 2019-04-11 00:13:13 +00:00
Nextcloud bot 24bc923323
[tx-robot] updated from transifex 2019-04-09 00:13:09 +00:00
Roeland Jago Douma dc99cc7eab Harden appdata putcontent
If for whatever reason appdata got into a strange state this will at
least propegate up and not make it do boom the next run.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-08 14:36:37 +00:00