Nextcloud bot
00062c3543
[tx-robot] updated from transifex
2021-01-17 02:20:16 +00:00
Nextcloud bot
f21d31176b
[tx-robot] updated from transifex
2021-01-15 02:20:45 +00:00
Arthur Schiwon
b4d83c6f02
silence psalm false positive
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:42 +01:00
Arthur Schiwon
e57d8d6521
respect DB limits limit per statement and query
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:22 +01:00
Nextcloud bot
9e5134b241
[tx-robot] updated from transifex
2021-01-14 02:19:23 +00:00
Nextcloud bot
004cacffca
[tx-robot] updated from transifex
2021-01-13 02:20:40 +00:00
Nextcloud bot
9845401931
[tx-robot] updated from transifex
2021-01-12 02:20:10 +00:00
Nextcloud bot
f5c98642f7
[tx-robot] updated from transifex
2021-01-11 02:20:14 +00:00
Nextcloud bot
638d2b30ab
[tx-robot] updated from transifex
2021-01-10 02:22:59 +00:00
Nextcloud bot
c096999904
[tx-robot] updated from transifex
2021-01-09 02:21:55 +00:00
Nextcloud bot
2a5262b47b
[tx-robot] updated from transifex
2021-01-08 02:22:50 +00:00
Morris Jobke
ac8a64a59c
Merge pull request #24591 from nextcloud/backport/24358/stable19
...
[stable19] use storage copy implementation when doing dav copy
2021-01-07 13:29:08 +01:00
Roeland Jago Douma
a713fb71a1
Merge pull request #24973 from nextcloud/backport/24964/stable19
...
[stable19] Don't throw a 500 when importing a broken ics reminder file
2021-01-07 09:08:15 +01:00
Nextcloud bot
dee242da1a
[tx-robot] updated from transifex
2021-01-06 02:20:20 +00:00
Joas Schilling
6cab0e695c
Don't throw a 500 when importing a broken ics reminder file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-05 12:02:03 +00:00
Julius Härtl
fc667af3c9
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
0d0cc44ccd
Show unique displayname context in the user share list entries
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
d77b3345b2
Show unique displayname context in the sharing input
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Julius Härtl
177a30b07f
Make share results distinguishable if there are more than one with the exact same display name
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Roeland Jago Douma
1dc3f0f48e
Merge pull request #24762 from nextcloud/backport/24515/stable19
...
[stable19] fixes sharing to group ids with characters that are being url encoded
2021-01-05 09:09:12 +01:00
Nextcloud bot
6ea1157822
[tx-robot] updated from transifex
2021-01-05 02:21:47 +00:00
Nextcloud bot
77fc8f394a
[tx-robot] updated from transifex
2021-01-04 02:22:07 +00:00
Nextcloud bot
f801758704
[tx-robot] updated from transifex
2021-01-03 02:21:16 +00:00
Nextcloud bot
9520bc2010
[tx-robot] updated from transifex
2021-01-01 02:21:21 +00:00
Nextcloud bot
faf572163a
[tx-robot] updated from transifex
2020-12-31 02:27:21 +00:00
Nextcloud bot
4bff74a4e0
[tx-robot] updated from transifex
2020-12-30 02:19:28 +00:00
Nextcloud bot
25a65a34a7
[tx-robot] updated from transifex
2020-12-29 02:20:11 +00:00
Daniel Calviño Sánchez
acdf895c2d
Fix total upload size overwritten by next upload
...
The upload progress is based on the "totalToUpload" variable. However,
as the variable is set when an upload is submitted, if another upload is
submitted before the previous one finished the upload progress only took
into account the size of the new upload (although the upload itself
worked fine; the files of the new submitted upload are added to the
active one). Now "totalToUpload" is either increased or set depending on
whether an upload is active or not.
Note that although "data.total" holds the total size of the files being
uploaded "totalToUpload" needs to be used in "fileuploadprogressall"
instead; "totalToUpload" is calculated when the upload is submitted, but
since 7c4c5fe6ae
the actual upload of the files, and thus updating the
value of "data.total", may be deferred until the parent folders were
created.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-28 10:24:12 +00:00
Nextcloud bot
6a85c12b4b
[tx-robot] updated from transifex
2020-12-28 02:19:28 +00:00
Nextcloud bot
085a0dd8c0
[tx-robot] updated from transifex
2020-12-27 02:25:03 +00:00
Nextcloud bot
91b383cb81
[tx-robot] updated from transifex
2020-12-26 02:20:08 +00:00
Nextcloud bot
9244f2e798
[tx-robot] updated from transifex
2020-12-24 02:20:28 +00:00
Nextcloud bot
ef46f3c20a
[tx-robot] updated from transifex
2020-12-23 02:20:29 +00:00
Nextcloud bot
5d6cdabb88
[tx-robot] updated from transifex
2020-12-22 02:19:25 +00:00
Nextcloud bot
1d38b3a587
[tx-robot] updated from transifex
2020-12-20 02:19:49 +00:00
Nextcloud bot
ad33f58934
[tx-robot] updated from transifex
2020-12-19 02:19:57 +00:00
Arthur Schiwon
edd9562079
fixes sharing to group ids /w chars that are being url encoded, carddav
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:44 +01:00
Arthur Schiwon
fede4f4197
fix finding of groups with decodable chars in their id via DAV
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:37 +01:00
Arthur Schiwon
5379273b06
fixes sharing to group ids with characters that are being url encoded
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-12-18 12:00:22 +01:00
Nextcloud bot
7467551d85
[tx-robot] updated from transifex
2020-12-18 02:20:29 +00:00
Nextcloud bot
ebb5fd2745
[tx-robot] updated from transifex
2020-12-17 02:20:37 +00:00
Nextcloud bot
1bd5d0b10e
[tx-robot] updated from transifex
2020-12-16 02:21:00 +00:00
Nextcloud bot
200cc52aad
[tx-robot] updated from transifex
2020-12-15 02:22:32 +00:00
Nextcloud bot
0113df4f3b
[tx-robot] updated from transifex
2020-12-14 02:19:45 +00:00
Nextcloud bot
56df531fd1
[tx-robot] updated from transifex
2020-12-13 02:18:51 +00:00
Nextcloud bot
cb1725f3d8
[tx-robot] updated from transifex
2020-12-12 02:19:05 +00:00
Nextcloud bot
a18dea7c85
[tx-robot] updated from transifex
2020-12-11 02:20:35 +00:00
Nextcloud bot
f2ee49e1cf
[tx-robot] updated from transifex
2020-12-10 02:20:35 +00:00
Nextcloud bot
aa3af0f128
[tx-robot] updated from transifex
2020-12-09 02:20:06 +00:00
Nextcloud bot
635039c8ae
[tx-robot] updated from transifex
2020-12-08 02:20:41 +00:00
Robin Appelman
31944e84cb
use storage copy implementation when doing dav copy
...
instead of using the sabredav fallback (which does a read+write stream copy)
this greatly speeds up dav copies
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-12-07 16:07:10 +00:00
Nextcloud bot
ef6a602868
[tx-robot] updated from transifex
2020-12-07 02:21:00 +00:00
Nextcloud bot
926138801c
[tx-robot] updated from transifex
2020-12-06 02:19:47 +00:00
Nextcloud bot
503fd6aea3
[tx-robot] updated from transifex
2020-12-05 02:19:10 +00:00
Nextcloud bot
2ade35f6da
[tx-robot] updated from transifex
2020-12-04 02:19:42 +00:00
Morris Jobke
80efa644f6
Merge pull request #24518 from nextcloud/backport/24459/stable19
...
[stable19] Only execute plain mimetype check for directories and do the fallback…
2020-12-03 09:15:33 +01:00
Morris Jobke
c4d29cc3f1
Merge pull request #24514 from nextcloud/backport/24501/stable19
...
[stable19] set mountid for personal external storage mounts
2020-12-03 09:09:09 +01:00
Nextcloud bot
253aeb3049
[tx-robot] updated from transifex
2020-12-03 02:20:10 +00:00
Morris Jobke
a305573abd
Only execute plain mimetype check for directories and do the fallback only for non-directories
...
Ref #23096
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-12-02 20:05:09 +00:00
Robin Appelman
3b9a432136
set mountid for personal external storage mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-12-02 18:55:13 +00:00
Morris Jobke
2ff7bc51a7
Harden setup check for TLS version if host is not reachable
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-12-02 13:30:23 +00:00
John Molakvoæ
379bb17a48
Merge pull request #24386 from nextcloud/backport/24382/stable19
...
[stable19] Properly encode path when fetching inherited shares
2020-12-02 12:20:07 +01:00
Julius Härtl
85177501a4
Properly encode path when fetching inherited shares
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-12-02 08:28:34 +00:00
Julius Härtl
59e60a0756
Only attempt to move to trash if a file is not in appdata
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-01 22:02:43 +01:00
essys
f5e1da1aa9
Update ScanLegacyFormat.php
...
Fixed a small typo on line 99.
2020-12-01 12:09:42 +00:00
Morris Jobke
9ae16703ae
Merge pull request #24343 from nextcloud/backport/24331/stable19
...
[stable19] Fix contacts menu position and show uid as a tooltip
2020-12-01 11:01:23 +01:00
Roeland Jago Douma
2e1c583fbd
Merge pull request #24463 from nextcloud/backport/24460/stable19
...
[stable19] Use correct l10n source in files_sharing JS code
2020-12-01 08:47:58 +01:00
Nextcloud bot
df795519ad
[tx-robot] updated from transifex
2020-12-01 02:20:05 +00:00
Morris Jobke
65da0ef3b5
Use correct l10n source in files_sharing JS code
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-30 19:10:52 +00:00
Morris Jobke
739fdbaeba
Merge pull request #24457 from nextcloud/backport/24451/stable19
...
[stable19] external storages: save group ids not display names in configuration
2020-11-30 17:22:31 +01:00
Arthur Schiwon
bc82799663
save group ids not display names in configuration
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-30 14:52:02 +00:00
Julius Härtl
73787958d0
Store scss variables under a different prefix for each theming config version
...
The main issue with using the general theming- prefix is that with APCu caching
the cache is not shared between processes, so when trying to reset the cache
through the CLI, e.g. when updating the theming config the old cache is never
invalidated.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-30 14:24:20 +00:00
Morris Jobke
0cc0d826a8
Merge pull request #24447 from nextcloud/backport/23652/stable19
...
[stable19] Fix public calendars shared to circles
2020-11-30 11:33:21 +01:00
Daniel Kesselberg
23263f9490
A valid user session is required for circles.
...
The circles app depends on a valid userId. A public shared calender might be viewed by guests without a user session. For such requests the principal is null.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-11-30 09:02:05 +00:00
Daniel Kesselberg
04364169ed
Update phpdoc for circleToPrincipal
...
as the QueryException is already catched inside circleToPrincipal.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-11-30 09:02:02 +00:00
John Molakvoæ (skjnldsv)
0d43076f07
Make sure we add new line between vcf groups exports
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-11-30 08:14:01 +00:00
Nextcloud bot
e2a30e2996
[tx-robot] updated from transifex
2020-11-29 02:19:29 +00:00
Nextcloud bot
dc443c55c3
[tx-robot] updated from transifex
2020-11-28 02:18:41 +00:00
blizzz
5a4e066ec2
Merge pull request #24392 from nextcloud/backport/24375/stable19
...
[stable19] formatting remote sharer should take protocol, path into account
2020-11-26 22:12:53 +01:00
npmbuildbot-nextcloud[bot]
86cf119993
Compile assets
...
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-26 17:22:57 +00:00
Joas Schilling
45616f09f6
Merge pull request #24334 from nextcloud/backport/24315/stable19
...
[stable19] avoid empty null default with value that will be inserted anyways
2020-11-26 14:50:39 +01:00
Arthur Schiwon
e4b1d135a5
formatting remote sharer should take protocol, path into account
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-26 13:12:33 +00:00
Nextcloud bot
1636dfcbfa
[tx-robot] updated from transifex
2020-11-26 02:19:05 +00:00
Roeland Jago Douma
6d6382a55d
Merge pull request #24354 from nextcloud/backport/24162/stable19
...
[stable19] set the display name of federated sharees from addressbook
2020-11-25 16:18:12 +01:00
Arthur Schiwon
10a252c905
set the display name of federated sharees from addressbook
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-25 14:32:06 +01:00
Christoph Wurst
2e511e3ea0
Catch storage not available in versions expire command
...
External storage with session credentials is not accessible without a
user session, hence background jobs and CLI commands can't work with
them. The previously unhandled exception causes logged errors in the
nextcloud log. This patch catches the specific exception and logs it as
warnings. So for a production instance the error won't spam their logs
for this non-recoverable and technically unsolvable error if the minimum
log level is set to the default of 3 (error).
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-25 11:52:26 +01:00
Nextcloud bot
48ef5148c1
[tx-robot] updated from transifex
2020-11-25 02:19:13 +00:00
Julius Härtl
ef95ac67ea
Fix contacts menu position and show uid as a tooltip
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-24 17:45:59 +00:00
Arthur Schiwon
52f32115e7
avoid empty null default with value that will be inserted anyways
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-24 17:32:03 +01:00
Christoph Wurst
49299ed1c1
Fix the config key on the sharing expire checkbox
...
We don't use `shareapi_internal_enforce_expire_date` anywhere.
`shareapi_enforce_internal_expire_date` is the one we want.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-24 14:56:53 +00:00
Nextcloud bot
e99d6b4dad
[tx-robot] updated from transifex
2020-11-24 02:19:14 +00:00
Julius Härtl
1a607b2030
Delete files that exceed trashbin size immediately
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-23 09:09:39 +01:00
Nextcloud bot
22f5093f7b
[tx-robot] updated from transifex
2020-11-22 02:18:47 +00:00
Nextcloud bot
de80cbc037
[tx-robot] updated from transifex
2020-11-21 02:19:35 +00:00
Sven Strickroth
75cdfd8dc2
Use correct year for generated birthdays events
...
'X-APPLE-OMIT-YEAR' is not always present, at least iOS 12.4 uses the hard coded date of 1604 (the start of the gregorian calendar) when the year is unknown.
cf. https://forums.bitfire.at/topic/2050/bday-without-year-for-vcard-3-0-if-server-drops-property-x-apple-omit-year and https://gitlab.com/CardBook/CardBook/-/issues/586
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2020-11-20 20:39:34 +00:00
Roeland Jago Douma
b5d99fdc67
Merge pull request #24233 from nextcloud/backport/24211/stable19
...
[stable19] Fix setting images through occ for theming
2020-11-20 10:04:16 +01:00
Nextcloud bot
b97416ee62
[tx-robot] updated from transifex
2020-11-20 02:20:26 +00:00
Julius Härtl
cc0283e2b2
Fix setting images through occ for theming
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-19 22:21:39 +00:00
Roeland Jago Douma
e5b977589a
Merge pull request #24182 from nextcloud/backport/24102/stable19
...
[stable19] Check quota of subdirectories when uploading to them
2020-11-19 10:40:16 +01:00
Roeland Jago Douma
076130ba46
Merge pull request #24195 from nextcloud/backport/24098/stable19
...
[stable19] circleId too short in some request
2020-11-19 10:09:41 +01:00
Nextcloud bot
cf65cba574
[tx-robot] updated from transifex
2020-11-19 02:20:29 +00:00
Maxence Lange
4d0a05f81f
circleId too short in some request
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-18 07:57:18 +00:00
Nextcloud bot
b19fb24178
[tx-robot] updated from transifex
2020-11-18 02:18:55 +00:00
Christoph Wurst
751aa3f6b7
Revert "[stable19] circleId too short in some request"
2020-11-17 14:21:06 +01:00
Julius Härtl
a297523381
Check for target folder available quota when uploading
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-17 13:55:21 +01:00
Maxence Lange
abb05a5b1f
circleId too short in some request
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-17 10:25:43 +00:00
Nextcloud bot
ec4a226342
[tx-robot] updated from transifex
2020-11-17 02:18:44 +00:00
Roeland Jago Douma
67f58b9c5f
Merge pull request #24155 from nextcloud/dependencies/stable19/dompurify
...
[stable19] Bump dompurify to 2.2.2
2020-11-16 12:50:51 +01:00
Roeland Jago Douma
7057e05ff2
Merge pull request #24080 from nextcloud/backport/24066/stable19
...
[stable19] Fix default internal expiration date enforce
2020-11-16 12:22:02 +01:00
Roeland Jago Douma
20b3025022
Merge pull request #24115 from nextcloud/backport/24096/stable19
...
[stable19] Convert the card resource to a string if necessary
2020-11-16 12:15:15 +01:00
Julius Härtl
d7a89e746c
Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-16 11:41:24 +01:00
Nextcloud bot
587a2d4ad1
[tx-robot] updated from transifex
2020-11-16 02:19:41 +00:00
Nextcloud bot
86913cb486
[tx-robot] updated from transifex
2020-11-15 02:19:19 +00:00
Nextcloud bot
fa9b2278fa
[tx-robot] updated from transifex
2020-11-14 02:19:57 +00:00
Christoph Wurst
a4f6ceb862
Convert the card resource to a string if necessary
...
Apparently the fetched column can be a string or resource. Hence we have
to catch the resource type and convert it to a string.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-13 18:21:22 +00:00
John Molakvoæ (skjnldsv)
e132c0560b
Fix default internal expiration date enforce
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-13 07:32:01 +00:00
Roeland Jago Douma
565ae7d493
Fix unit tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-12 14:43:17 +01:00
Robin Appelman
f70abf4939
add mount point to quota warning message
...
makes it more clear to the user what the quota applies to
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-12 14:39:12 +01:00
Nextcloud bot
4baf1868be
[tx-robot] updated from transifex
2020-11-12 02:19:43 +00:00
Roeland Jago Douma
e6dbc714de
Merge pull request #24052 from nextcloud/backport/23915/stable19
...
[stable19] Use png icons in caldav reminder emails
2020-11-11 21:27:45 +01:00
Morris Jobke
a1fff88b64
Apply code style fixes
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-11 16:43:41 +01:00
Richard Steinmetz
a6e3bf6a59
Use png icons in caldav reminder emails
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-11-11 12:38:24 +00:00
Daniel Calviño Sánchez
3d9597619a
Disable share input for a received share if resharing is not allowed
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-11 10:45:30 +01:00
Daniel Calviño Sánchez
02ac90b2c1
Do not show "Can reshare" in the menu if resharing is not allowed
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-11 10:38:11 +01:00
Nextcloud bot
b1efe1896b
[tx-robot] updated from transifex
2020-11-11 02:20:31 +00:00
Christoph Wurst
ceedb95a6b
Merge pull request #23202 from nextcloud/backport/23182/stable19
...
[stable19] Fix the user email issue while creating a user
2020-11-10 08:51:35 +01:00
John Molakvoæ
4cd66463dc
Merge pull request #24013 from nextcloud/backport/23981/stable19
...
[stable19] Fix js search in undefined ocs response
2020-11-10 07:00:07 +01:00
Nextcloud bot
bdb59bf073
[tx-robot] updated from transifex
2020-11-10 02:19:04 +00:00
John Molakvoæ (skjnldsv)
a923cdaf51
Fix js search in undefined ocs response
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-09 19:02:13 +00:00
Nextcloud bot
b516a58acf
[tx-robot] updated from transifex
2020-11-09 02:19:11 +00:00
Nextcloud bot
288e8c6ff0
[tx-robot] updated from transifex
2020-11-08 02:18:43 +00:00
Nextcloud bot
80399bd890
[tx-robot] updated from transifex
2020-11-07 02:19:16 +00:00
Roeland Jago Douma
ae99412cba
Merge pull request #23860 from nextcloud/backport/23350/stable19
...
[stable19] Inidicate preview availability in share api responses
2020-11-06 08:39:48 +01:00
Nextcloud bot
6a13c3d7ce
[tx-robot] updated from transifex
2020-11-06 02:19:30 +00:00
Richard Steinmetz
af5a94dc3d
Indicate preview availability in share api responses
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-11-06 00:11:31 +01:00
Julius Härtl
9bd25d2a7f
Merge pull request #23777 from nextcloud/backport/23024/stable19
2020-11-05 18:06:12 +01:00
Nextcloud bot
5553d2f8e8
[tx-robot] updated from transifex
2020-11-05 02:19:08 +00:00
John Molakvoæ
be41b18e89
Merge pull request #23895 from nextcloud/backport/23799/stable19-minimal
...
[stable19] fix potentially passing null to events where IUser is expected
2020-11-04 16:01:57 +01:00
John Molakvoæ
2223a11739
Merge pull request #23885 from nextcloud/backport/23097/stable19
...
[stable19] Restrict query when searching for versions of trashbin files
2020-11-04 15:40:30 +01:00
Arthur Schiwon
e23af8307c
fix potentially passing null to events where IUser is expected
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-04 12:16:34 +01:00
Roeland Jago Douma
c53b925104
Merge pull request #23875 from nextcloud/backport/23866/stable19
...
[stable19] Fix grid view toggle in tags view
2020-11-04 08:41:03 +01:00
Julius Härtl
ea23f0d920
Restrict query when searching for versions of trashbin files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-04 07:32:53 +00:00
Nextcloud bot
cc6e63e558
[tx-robot] updated from transifex
2020-11-04 02:19:20 +00:00
Morris Jobke
32ecd755d3
Fix grid view in tags view
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-11-03 19:25:46 +00:00
Nextcloud bot
ec8058a5db
[tx-robot] updated from transifex
2020-11-03 02:19:38 +00:00
Julius Härtl
0dd6819b5f
Fix tests
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-02 16:24:07 +01:00
Julius Härtl
c5792f698a
Add occ command to set theming values
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-02 16:23:43 +01:00
John Molakvoæ
5fc672f6d7
Merge pull request #23806 from nextcloud/dependabot/npm_and_yarn/stable19/lodash-4.17.20
...
[Security] Bump lodash from 4.17.15 to 4.17.20
2020-11-02 09:41:19 +01:00
Nextcloud bot
d1db136b2a
[tx-robot] updated from transifex
2020-11-02 02:19:22 +00:00
Nextcloud bot
6b68cbd9ac
[tx-robot] updated from transifex
2020-11-01 02:18:42 +00:00
dependabot-preview[bot]
8e0c12ced2
[Security] Bump lodash from 4.17.15 to 4.17.20
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.20. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-10-31 14:29:06 +00:00
Nextcloud bot
815fe50c8a
[tx-robot] updated from transifex
2020-10-31 02:19:06 +00:00
Nextcloud bot
48fbddc9f3
[tx-robot] updated from transifex
2020-10-30 02:19:28 +00:00
Roeland Jago Douma
b1a517d57f
Merge pull request #23755 from nextcloud/backport/22018/stable19
...
[stable19] Harden SSE key generation
2020-10-29 10:32:07 +01:00
Morris Jobke
bbc586a1e4
Merge pull request #23760 from nextcloud/backport/23752/stable19
...
[stable19] inform the user when flow config data exceeds thresholds
2020-10-29 08:54:25 +01:00
Nextcloud bot
c0662a9d46
[tx-robot] updated from transifex
2020-10-29 02:19:35 +00:00
Arthur Schiwon
4967d5b2ba
inform the user when flow config data exceeds thresholds
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-28 15:11:14 +00:00
Morris Jobke
7c98fbb043
Fix typo in error message
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:14:03 +00:00
Julius Härtl
c86e568a5d
Test for locking state in key generation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28 14:14:02 +00:00
Julius Härtl
dd4dc60f4c
Harden key generation
...
There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28 14:14:01 +00:00
Morris Jobke
4d20a63d4f
Merge pull request #23734 from nextcloud/backport/23720/stable19
...
[stable19] save email as lower case
2020-10-28 08:49:10 +01:00
Nextcloud bot
aa81a3045e
[tx-robot] updated from transifex
2020-10-28 02:19:10 +00:00
Robin Appelman
fdc70c08c6
save email as lower case
...
email addresses are case insensitive
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-27 20:25:30 +00:00
Roeland Jago Douma
e9cfc6fd10
Merge pull request #23705 from nextcloud/backport/23680/stable19
...
[stable19] Enable theming background transparency
2020-10-27 19:59:58 +01:00
Morris Jobke
93bc5ea744
Merge pull request #23714 from nextcloud/backport/23645/stable19
...
[stable19] Check if array elements exist before using them
2020-10-27 16:26:03 +01:00
Roeland Jago Douma
2cafd81d23
Check if array elements exist before using them
...
It seems that in some recent upgrade here. Not always the entries we
expect are returned. So we should first check if they exist. As to not
spam the log.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-27 11:00:27 +00:00
Arthur Schiwon
9c5bd23cf7
fixes determining whether former user is a share owner
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:04 +00:00
Arthur Schiwon
7544f0c508
split instantiation from business logic in OfflineUser
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:02 +00:00
Arthur Schiwon
394ec564af
add test for active shares flag
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-27 08:49:00 +00:00
John Molakvoæ (skjnldsv)
09d4aa3010
Enable theming background transparency
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-27 09:06:12 +01:00
Nextcloud bot
238435f9b5
[tx-robot] updated from transifex
2020-10-27 02:18:54 +00:00
timm2k
76fb914944
Update CheckSetupController.php
2020-10-26 09:00:24 +00:00
Nextcloud bot
7983b230fa
[tx-robot] updated from transifex
2020-10-26 02:18:24 +00:00
Morris Jobke
236ed11b6b
Merge pull request #23647 from nextcloud/backport/23627/stable19
...
[stable19] Fix sharing input placeholder for emails
2020-10-25 21:59:13 +01:00
Nextcloud bot
1cba7f917c
[tx-robot] updated from transifex
2020-10-25 02:18:48 +00:00
John Molakvoæ (skjnldsv)
734edf9159
Fix sharing input placeholder for emails
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-24 09:09:38 +00:00
Roeland Jago Douma
353412b83d
Merge pull request #23424 from nextcloud/backport/23295/stable19
...
[stable19] Fix undefined index and consequential damages in versions code
2020-10-24 11:01:41 +02:00
Nextcloud bot
cdbcd0ef12
[tx-robot] updated from transifex
2020-10-24 02:19:04 +00:00
Morris Jobke
50e532047e
Merge pull request #23637 from nextcloud/backport/23630/stable19
...
[stable19] Bring back the restore share button
2020-10-23 13:58:18 +02:00
Roeland Jago Douma
bbc88ad708
Merge pull request #23585 from nextcloud/backport/23580/stable19
...
[stable19] Also expire share type email
2020-10-23 11:14:08 +02:00
Nextcloud bot
e6b0df1986
[tx-robot] updated from transifex
2020-10-23 02:19:08 +00:00
Vincent Petry
2981961f59
Bring back the restore share button
...
Fix disabled default file action to still use an anchor element, as this
is used in many other places (and potentially apps).
Adjusted anchor style to not look like it's clickable and added extras
to make sure everything inside still looks clickable as before.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-22 19:01:18 +00:00
Nextcloud bot
428e2e9fee
[tx-robot] updated from transifex
2020-10-22 02:19:25 +00:00
Arthur Schiwon
59974c1fd5
tame psalm. why does it ignore '@property'?
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-21 16:26:48 +02:00
Arthur Schiwon
85d5ac5c91
when nesting is not enabled, the group filter can be applied right away
...
- helps performance, but skipping unnecessary entries
- reduces reoccuring info-level log output against groups that do not
qualify ("no or empty name")
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-21 16:26:47 +02:00
Nextcloud bot
227d237690
[tx-robot] updated from transifex
2020-10-21 02:19:01 +00:00
John Molakvoæ (skjnldsv)
d9c26c86a3
Also expire share type email
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-20 11:40:40 +02:00
Morris Jobke
3157ff441c
Merge pull request #23564 from nextcloud/backport/23497/stable19
...
[stable19] CalDavBackend: check if timerange is array before accessing
2020-10-20 09:56:44 +02:00
Nextcloud bot
bca309a7ff
[tx-robot] updated from transifex
2020-10-20 02:18:58 +00:00
Simon Spannagel
afb88e7719
CalDavBackend: check if timerange is array before accessing
...
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2020-10-19 11:16:49 +00:00
Nextcloud bot
0dfb367cd5
[tx-robot] updated from transifex
2020-10-19 02:18:15 +00:00
Nextcloud bot
5d638e23dc
[tx-robot] updated from transifex
2020-10-18 02:18:01 +00:00
Morris Jobke
a4530c8942
SharedMountTest.php:367 is unreliable
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-16 06:43:40 +00:00
Nextcloud bot
53ce5e7eeb
[tx-robot] updated from transifex
2020-10-16 02:18:28 +00:00
John Molakvoæ
e20b0c80a1
Merge pull request #23439 from nextcloud/disable-notify-self-check-19
...
[19] add option to disable notify self check
2020-10-15 15:11:12 +02:00
Nextcloud bot
a5c17357b5
[tx-robot] updated from transifex
2020-10-15 02:18:41 +00:00
Robin Appelman
c8a0ac921b
add option to disable notify self check
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-14 14:08:28 +02:00
Nextcloud bot
97f6388df2
[tx-robot] updated from transifex
2020-10-14 02:19:06 +00:00
Nextcloud bot
bef065778a
[tx-robot] updated from transifex
2020-10-13 19:33:53 +00:00
blizzz
0e64bde969
Merge pull request #23233 from nextcloud/notify-saved-login-auth-19
...
[19] allow using saved login credentials for notify
2020-10-13 19:41:06 +02:00
Morris Jobke
264250937e
Return all keys in getAllVersions() instead
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-13 15:46:34 +00:00
Christoph Wurst
92ac576e1c
Fix undefined index and consequential damages in versions code
...
If the user has no space and there are no versions, there won't be an
`all` index in the versions entry. Hence this triggers a warning and
becomes `null`, afterwards `count`, `foreach` and friends will happily
throw even more warnings and errors because they don't want to play with
`null`. Thus adding a fallback to an empty array.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13 15:46:31 +00:00
Morris Jobke
68c106b689
VersioningTest:729 is unreliable and should be disabled
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-13 07:13:14 +00:00
Nextcloud bot
17dd0b8248
[tx-robot] updated from transifex
2020-10-13 02:18:49 +00:00
Morris Jobke
ad191f8846
Merge pull request #23282 from nextcloud/backport/23269/stable19
...
[stable19] Fix the user remove from group in UI
2020-10-12 21:39:37 +02:00
Sujith Haridasan
904e33abcb
Fix the user remove from group in UI
...
Fix the removal of user from the group in UI.
Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-12 15:48:08 +00:00
Nextcloud bot
2a32e73fc2
[tx-robot] updated from transifex
2020-10-12 02:18:15 +00:00
Nextcloud bot
66a50d1a7f
[tx-robot] updated from transifex
2020-10-11 02:18:52 +00:00
Nextcloud bot
132efb8123
[tx-robot] updated from transifex
2020-10-10 02:18:54 +00:00
Nextcloud bot
8ac3a6d954
[tx-robot] updated from transifex
2020-10-09 02:18:54 +00:00
Roeland Jago Douma
759f47cba3
Merge pull request #23212 from nextcloud/backport/23096/stable19
...
[stable19] Also check the path based mimetype for flow rule checks
2020-10-08 11:52:09 +02:00
Nextcloud bot
bafa390482
[tx-robot] updated from transifex
2020-10-08 02:18:54 +00:00
Robin Appelman
683142e1f3
also give storage backend it's change to manipulate the config
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-07 15:44:09 +02:00
Nextcloud bot
bf530996d6
[tx-robot] updated from transifex
2020-10-07 02:18:24 +00:00
Robin Appelman
597cc797a1
allow using saved login credentials for notify
...
when only the user is provided, we use to provided user to try and get saved login credentials
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-06 17:05:31 +02:00
Roeland Jago Douma
8f5adecb3b
Merge pull request #23196 from nextcloud/backport/23175/stable19
...
[stable19] Fix legacy update notifications
2020-10-06 13:28:37 +02:00
Morris Jobke
c75378ac86
Merge pull request #23186 from nextcloud/backport/23109/stable19
...
[stable19] dont hold a transaction during the move to trash
2020-10-06 09:11:44 +02:00
Julius Härtl
9e3bdcd63c
Make sure to check the mimetype on the path if a secure one could not be detemined though the content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-06 06:08:08 +00:00
Nextcloud bot
85e5e7141b
[tx-robot] updated from transifex
2020-10-06 02:18:48 +00:00
Sujith Haridasan
17705b69aa
Fix the user email issue while creating a user
...
When the user is created, the provisioning api
was not adding the email address of the user
when provided if the `send email to new user`
is not set.
Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
2020-10-05 19:34:19 +00:00
mrtnmtth
aa989b7777
Fix legacy update notifications
...
Signed-off-by: mrtnmtth <mrtn.mtth@gmx.de>
2020-10-05 14:08:14 +00:00
Robin Appelman
f6bf519e55
dont hold a transaction during the move to trash
...
because moving to trash can take a long time, keeping a transaction active for the duration can lead to issues
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-05 15:27:31 +02:00
Nextcloud bot
3759bef671
[tx-robot] updated from transifex
2020-10-05 02:18:52 +00:00
Nextcloud bot
a1b2b5ddd4
[tx-robot] updated from transifex
2020-10-04 02:18:24 +00:00
Nextcloud bot
993d07de8c
[tx-robot] updated from transifex
2020-10-02 11:06:28 +00:00
Roeland Jago Douma
8b25f10d2c
Merge pull request #23137 from nextcloud/fix/19/settings_ignore_js
...
[stable19] Fix ignoring the correct settings files for translations
2020-10-02 12:44:44 +02:00
Roeland Jago Douma
3250629946
[stable19] Fix ignoring the correct settings files for translations
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-02 12:34:54 +02:00
Roeland Jago Douma
916f6124b0
Merge pull request #22941 from nextcloud/backport/22395/stable19
...
[stable19] Fix settings chunk loading
2020-10-01 10:51:07 +02:00
Joas Schilling
eec45af773
Merge pull request #23086 from nextcloud/backport/22983/stable19
...
[stable19] Sync all users to the system addresssbook
2020-10-01 09:31:03 +02:00
Nextcloud bot
99e5940a7f
[tx-robot] updated from transifex
2020-10-01 02:18:43 +00:00
Nextcloud bot
27d982e4bb
[tx-robot] updated from transifex
2020-09-30 02:18:26 +00:00
Joas Schilling
ee29d6ab11
Sync all users to the system addresssbook
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-29 07:18:56 +00:00
Nextcloud bot
0d4ea5fc63
[tx-robot] updated from transifex
2020-09-29 02:18:06 +00:00
Roeland Jago Douma
164096aa26
Merge pull request #22804 from nextcloud/backport/stable19/22116-22648-22761
...
[stable19] Fix share transfer of single files and on the transfered node
2020-09-28 19:15:12 +02:00
Roeland Jago Douma
bd037f8298
Merge pull request #22988 from nextcloud/backport/22533/stable19
...
[stable19] Flow: do not hide "matches" and "does not match" checkers
2020-09-28 19:13:17 +02:00
Roeland Jago Douma
c091fbd5b9
Merge pull request #23002 from nextcloud/backport/22940/stable19
...
[stable19] Never copy the share link when the password is forced
2020-09-28 18:56:57 +02:00
Joas Schilling
2169b7d484
Never copy the share link when the password is forced
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-28 16:19:50 +02:00
Roeland Jago Douma
93dbaed5c3
Merge pull request #23049 from nextcloud/backport/23034/stable19
...
[stable19] Fix numeric folders throwing on markDirty
2020-09-28 15:00:56 +02:00
Nextcloud bot
26b1d3d9e4
[tx-robot] updated from transifex
2020-09-28 02:17:58 +00:00
Nextcloud bot
a10b6c8277
[tx-robot] updated from transifex
2020-09-27 02:17:34 +00:00
Nextcloud bot
3b0a89be04
[tx-robot] updated from transifex
2020-09-26 02:17:59 +00:00
Joas Schilling
3fe6b5b5f8
Fix numeric folders throwing on markDirty
...
TypeError: strpos() expects parameter 1 to be string, int given
The problem is that in cacheNode() we strip of any slashes, so
a folder "0/" will be trimmed to "0" and be used as an array key.
Since PHP automatically casts numeric array keys to integers,
you afterwards get $nodePath as int(0). Since it's now a number,
the strpos() function does not accept it anymore. Simply casting
$nodePath to a string again in the foreach solves the issue
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-25 13:14:58 +00:00
Nextcloud bot
066eafb172
[tx-robot] updated from transifex
2020-09-25 02:18:59 +00:00
Nextcloud bot
2c7b88454d
[tx-robot] updated from transifex
2020-09-24 02:17:59 +00:00
Nextcloud bot
617174b519
[tx-robot] updated from transifex
2020-09-23 02:18:00 +00:00
Arthur Schiwon
83beefc3eb
do not hide "matches" and "does not match" checkers
...
- they show up previously with / typed – end user needs to know about it
- inconsistent with some other fields, that show it directly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-22 12:42:56 +02:00
Nextcloud bot
dcceb1360f
[tx-robot] updated from transifex
2020-09-22 02:17:57 +00:00
Nextcloud bot
c2977c5c0f
[tx-robot] updated from transifex
2020-09-21 02:17:33 +00:00
Nextcloud bot
1681e74d2d
[tx-robot] updated from transifex
2020-09-20 02:17:17 +00:00
Nextcloud bot
c8f9fa1830
[tx-robot] updated from transifex
2020-09-18 19:05:38 +00:00