Nextcloud bot
e856265e08
[tx-robot] updated from transifex
2020-07-25 02:16:54 +00:00
Nextcloud bot
86a03fb02c
[tx-robot] updated from transifex
2020-07-24 02:17:11 +00:00
Nextcloud bot
1fa74fce9e
[tx-robot] updated from transifex
2020-07-23 02:17:21 +00:00
Nextcloud bot
d5b55c74ad
[tx-robot] updated from transifex
2020-07-19 02:17:25 +00:00
Nextcloud bot
50f44d6d21
[tx-robot] updated from transifex
2020-07-17 02:17:30 +00:00
Nextcloud bot
b143bce87b
[tx-robot] updated from transifex
2020-07-16 02:19:50 +00:00
Nextcloud bot
74311c33e3
[tx-robot] updated from transifex
2020-07-10 02:17:12 +00:00
Robin Appelman
cc35da4d28
ensure home storage is initialized on first setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-09 12:33:29 +00:00
Roeland Jago Douma
bb9da25772
Use the correct mountpoint to calculate
...
If we use the owners mount point this results in null. And then the rest
of the checks get called with null. Which doesn't work.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-09 12:33:26 +00:00
Nextcloud bot
84ac834a34
[tx-robot] updated from transifex
2020-07-09 02:17:54 +00:00
Morris Jobke
778cb33576
Merge pull request #21499 from lmamane/stable18-21285-oneliner
...
fix #21285 as oneliner
2020-07-08 13:04:58 +02:00
Nextcloud bot
cb5d3b2903
[tx-robot] updated from transifex
2020-07-08 02:17:16 +00:00
Roeland Jago Douma
01669bdc86
Merge pull request #21670 from nextcloud/revert-21096-backport/21090/stable18
...
Revert "[stable18] Do not read certificate bundle from data dir by default"
2020-07-06 10:38:48 +02:00
Roeland Jago Douma
c9eede0acf
Merge pull request #21388 from nextcloud/backport/21380/stable18
...
[stable18] Increase timeout of the appstore requests
2020-07-04 08:55:18 +02:00
Nextcloud bot
1cc8cb5391
[tx-robot] updated from transifex
2020-07-04 02:16:34 +00:00
Roeland Jago Douma
f3cb2a8208
Revert "[stable18] Do not read certificate bundle from data dir by default"
2020-07-03 14:21:28 +02:00
Joas Schilling
b5a64321f5
Increase timeout of the appstore requests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-03 10:10:07 +02:00
Nextcloud bot
b44a9ea10d
[tx-robot] updated from transifex
2020-07-03 02:17:29 +00:00
Morris Jobke
f9cc07feef
Merge pull request #21572 from nextcloud/backport/21558/stable18
...
[stable18] relax permissions mask check for detecting part file rename
2020-07-02 23:50:50 +02:00
Roeland Jago Douma
464b9fbe09
Merge pull request #21551 from nextcloud/backport/21535/stable18
...
[stable18] Fix language in share notes email for users
2020-07-02 21:00:45 +02:00
Joas Schilling
8cba764b59
Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-02 10:09:45 +00:00
Joas Schilling
2d2b41300a
Merge pull request #21539 from nextcloud/backport/21452/stable18
...
[stable18] Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
2020-07-01 10:13:34 +02:00
Nextcloud bot
dcc2938429
[tx-robot] updated from transifex
2020-07-01 02:16:32 +00:00
Nextcloud bot
d317833986
[tx-robot] updated from transifex
2020-06-30 02:16:29 +00:00
Robin Appelman
a2ebe6d30e
relax permissions mask check for detecting part file rename
...
with files drop uploads the original file name isn't always used for the '.ocTransferId' source path
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-06-24 19:08:42 +00:00
Joas Schilling
70cf8bd7fc
Fix language in share notes email for users
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-24 09:10:55 +02:00
Joas Schilling
3495f4c0c1
Fix PHP CS
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-23 14:55:26 +02:00
Joas Schilling
1e3748f672
Move back to IGroupManager::displayNamesInGroup()
...
The problem is that despite it's name IGroup::searchDisplayName()
only searches by userid and this is less fixable than changing back to this method here
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-23 14:55:26 +02:00
Roeland Jago Douma
779f45de9c
Merge pull request #21448 from nextcloud/backport/21406/stable18
...
[stable18] Disable Client-Side Monitoring on AWS storage
2020-06-22 16:28:59 +02:00
Roeland Jago Douma
2cfb7172a0
Merge pull request #21486 from nextcloud/backport/21482/stable18
...
[stable18] Don't log Keys
2020-06-21 09:19:25 +02:00
Roeland Jago Douma
d24009dc20
Merge pull request #21496 from nextcloud/backport/21483/stable18
...
[stable18] Give up after 10 seconds in SCSS timeout
2020-06-20 16:00:47 +02:00
Lionel Elie Mamane
80973cd60b
Return correct loginname in credentials,
...
even when token is invalid or has no password.
Returning the uid as loginname is wrong, and leads to problems when
these differ. E.g. the getapppassword API was creating app token with
the uid as loginname. In a scenario with external authentication (such
as LDAP), these tokens were then invalidated next time their underlying
password was checked, and systematically ceased to function.
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2020-06-20 11:52:42 +02:00
Nextcloud bot
cf4572227e
[tx-robot] updated from transifex
2020-06-20 02:16:56 +00:00
Roeland Jago Douma
5d57876047
Give up after 10 seconds in SCSS timeout
...
Else we keep idling for ages which leads to bad UX
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-06-19 19:29:58 +00:00
Joas Schilling
f5ee7736d9
Don't log Keys
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-19 13:13:35 +00:00
Roeland Jago Douma
5e0c5a0a83
Merge pull request #21381 from nextcloud/backport/20447/stable18
...
[stable18] Increase max-height on button in welcome email template
2020-06-19 13:22:58 +02:00
Christoph Wurst
8e3d47a215
Clean up auth tokens when user is deleted
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-18 13:32:24 +00:00
Nextcloud bot
a02a22b423
[tx-robot] updated from transifex
2020-06-18 02:16:54 +00:00
Christoph Wurst
5fdcb5a1e3
Disable Client-Side Monitoring on AWS storage
...
The S3 client enables this by default and then tries to read
`.aws/config`. This causes `open_basedir` restriction related error for
some setups. So this patch disables the CSM because it's most likely
unused anyway.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-17 09:02:20 +00:00
Liam JACK
597a04acb5
Fix #13287 - Increase max-height on button in welcome email template
...
Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
2020-06-12 11:18:29 +00:00
Nextcloud bot
09029d3481
[tx-robot] updated from transifex
2020-06-11 02:16:08 +00:00
Nextcloud bot
de8a8f3663
[tx-robot] updated from transifex
2020-06-10 02:16:25 +00:00
Nextcloud bot
4b567bfcf9
[tx-robot] updated from transifex
2020-06-09 02:16:14 +00:00
Roeland Jago Douma
3d1273d2f2
Merge pull request #21160 from nextcloud/backport/21152/stable18
...
[stable18] [stable18] Fix password changes in link and mail shares
2020-06-06 09:35:02 +02:00
Nextcloud bot
b07978f18e
[tx-robot] updated from transifex
2020-06-06 02:16:17 +00:00
Nextcloud bot
d1f40575f9
[tx-robot] updated from transifex
2020-06-05 02:16:55 +00:00
Joas Schilling
f97a61aa14
Prevent harder to share your root
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04 09:03:54 +00:00
Nextcloud bot
7e8803ba9f
[tx-robot] updated from transifex
2020-06-03 02:16:28 +00:00
Nextcloud bot
802de535c6
[tx-robot] updated from transifex
2020-06-01 02:16:10 +00:00
Nextcloud bot
556a9e88f0
[tx-robot] updated from transifex
2020-05-30 02:16:15 +00:00