Nextcloud bot
d8af4bac4b
[tx-robot] updated from transifex
2019-05-04 00:13:12 +00:00
Roeland Jago Douma
81b1edab15
Merge pull request #15335 from nextcloud/dependabot/npm_and_yarn/settings/stable14/tar-4.4.8
...
[Security] Bump tar from 4.4.1 to 4.4.8 in /settings
2019-05-03 20:42:02 +02:00
Roeland Jago Douma
ac612881d4
Merge pull request #15347 from nextcloud/backport/15309/stable14
...
[stable14] Do NOT assume all files are selected if the first checkbox is
2019-05-03 15:45:36 +02:00
dependabot[bot]
ff79c3e4f8
[Security] Bump tar from 4.4.1 to 4.4.8 in /settings
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.1 to 4.4.8. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.8 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-03 13:37:51 +00:00
Roeland Jago Douma
61d1317a2a
Merge pull request #15329 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/stable14/tar-4.4.8
...
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/updatenotification
2019-05-03 15:36:09 +02:00
Nextcloud bot
3f4525045a
[tx-robot] updated from transifex
2019-05-03 00:13:07 +00:00
John Molakvoæ (skjnldsv)
56a33a374a
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:49:13 +00:00
Roeland Jago Douma
07c97edd08
Merge pull request #15343 from nextcloud/backport/15122/stable14
...
[stable14] Check if the data is in the lookup server
2019-05-02 13:23:05 +02:00
Joas Schilling
d6e588d792
Check if the data is in the lookup server
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-02 10:01:39 +00:00
Nextcloud bot
e73d1233ea
[tx-robot] updated from transifex
2019-05-02 00:13:15 +00:00
dependabot[bot]
5cc0c43bf2
[Security] Bump tar from 4.4.1 to 4.4.8 in /apps/updatenotification
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.1 to 4.4.8. **This update includes security fixes.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.8 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 18:43:37 +00:00
Nextcloud bot
f606d25468
[tx-robot] updated from transifex
2019-05-01 00:13:02 +00:00
Morris Jobke
f402815a0d
Merge pull request #15140 from nextcloud/backport/15129/stable14
...
Backport/15129/stable14
2019-04-30 14:57:08 +02:00
Nextcloud bot
44d3bb862f
[tx-robot] updated from transifex
2019-04-30 00:13:01 +00:00
Nextcloud bot
e94b15764f
[tx-robot] updated from transifex
2019-04-29 00:12:56 +00:00
Nextcloud bot
c2e23425e5
[tx-robot] updated from transifex
2019-04-28 00:12:52 +00:00
Nextcloud bot
65ce62e6c0
[tx-robot] updated from transifex
2019-04-27 00:12:53 +00:00
Nextcloud bot
046a0dc15f
[tx-robot] updated from transifex
2019-04-26 00:12:50 +00:00
Nextcloud bot
c811859022
[tx-robot] updated from transifex
2019-04-25 00:12:58 +00:00
Roeland Jago Douma
5b910ecc0a
Merge pull request #15207 from nextcloud/backport/15146/stable14
...
[stable14] Prefetching blows up if there are a lot of files.
2019-04-24 15:54:12 +02:00
Roeland Jago Douma
c519393a59
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:04:32 +00:00
Nextcloud bot
c8338e350a
[tx-robot] updated from transifex
2019-04-24 00:12:48 +00:00
Nextcloud bot
d738c645e5
[tx-robot] updated from transifex
2019-04-23 00:12:54 +00:00
Nextcloud bot
20be502de4
[tx-robot] updated from transifex
2019-04-22 00:13:08 +00:00
Nextcloud bot
cb2e6fc029
[tx-robot] updated from transifex
2019-04-21 00:13:27 +00:00
Nextcloud bot
054e5853c2
[tx-robot] updated from transifex
2019-04-20 00:13:11 +00:00
Nextcloud bot
f606140290
[tx-robot] updated from transifex
2019-04-19 00:13:06 +00:00
Morris Jobke
8900a36714
Merge pull request #15159 from nextcloud/backport/15153/stable14
...
[stable14] Load apps before running repair steps
2019-04-18 18:39:04 +02:00
Temtaime
e1ff3b6500
Fix #15042
2019-04-18 13:06:53 +00:00
Nextcloud bot
31f8d7499b
[tx-robot] updated from transifex
2019-04-18 00:13:06 +00:00
Joas Schilling
0784369790
Use the querybuilder for the queries
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 15:58:10 +02:00
Joas Schilling
a99a92b673
Allow to use Subqueries in from
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-17 15:57:20 +02:00
Roeland Jago Douma
23c422655d
Repair step for link shares
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-17 15:57:16 +02:00
Nextcloud bot
6ae35af90d
[tx-robot] updated from transifex
2019-04-17 00:13:10 +00:00
Morris Jobke
71f40fce3d
Merge pull request #15120 from nextcloud/backport/15115/stable14
...
[stable14] Do not use spaces in generated passwords
2019-04-16 11:41:46 +02:00
Nextcloud bot
6fdbdc326a
[tx-robot] updated from transifex
2019-04-16 00:17:47 +00:00
Morris Jobke
f437eb0443
Do not use spaces in generated passwords
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-04-15 21:08:08 +00:00
Morris Jobke
cfd5cdbbf3
Merge pull request #15072 from nextcloud/backport/14652/stable14
...
[stable14] Do not allow invalid users to be created
2019-04-15 12:00:53 +02:00
Morris Jobke
4240a0ead3
Merge pull request #15070 from nextcloud/3rdparty/stable14/sabre/dav/3.2.3
...
[stable14][3rdparty] Bump sabre to 3.2.3
2019-04-15 09:46:46 +02:00
Roeland Jago Douma
374fff51a1
Merge pull request #15007 from nextcloud/backport/14480/stable14
...
[stable14] Reconnect to DB after timeout for Notify command. Fixes #14479
2019-04-15 09:17:09 +02:00
Roeland Jago Douma
9d8099f5f2
Do not allow invalid users to be created
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-15 09:05:52 +02:00
Nextcloud bot
20e09a9b5a
[tx-robot] updated from transifex
2019-04-15 00:13:11 +00:00
Nextcloud bot
c0163901ae
[tx-robot] updated from transifex
2019-04-14 00:13:43 +00:00
Nextcloud bot
77259f742d
[tx-robot] updated from transifex
2019-04-13 00:15:52 +00:00
Roeland Jago Douma
819bba3592
[stable14][3rdparty] Bump sabre to 3.2.3
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-04-12 08:21:49 +02:00
Nextcloud bot
72816bf044
[tx-robot] updated from transifex
2019-04-12 00:13:07 +00:00
Nextcloud bot
7966a5efd6
[tx-robot] updated from transifex
2019-04-11 00:13:22 +00:00
Nextcloud bot
dd920b01ed
[tx-robot] updated from transifex
2019-04-10 00:13:13 +00:00
Nextcloud bot
1e1e9ebabf
[tx-robot] updated from transifex
2019-04-09 00:13:17 +00:00
Morris Jobke
338c782540
Merge pull request #15004 from nextcloud/version/noid/14.0.10
...
14.0.10
2019-04-09 00:12:29 +02:00