John Molakvoæ (skjnldsv)
f4d298cc03
Allow to await the sidebar
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-02-05 20:09:20 +01:00
Roeland Jago Douma
344ac9c694
Merge pull request #19278 from nextcloud/backport/19276/stable18
...
[stable18] Use proper andwhere clause
2020-02-03 21:23:52 +01:00
Roeland Jago Douma
b784162761
Merge pull request #19279 from nextcloud/backport/19233/stable18
...
[stable18] Add move (and firstlogin) option to transferownership service
2020-02-03 21:06:42 +01:00
Roeland Jago Douma
38735c2bd0
Allow specifying this is the first login
...
On firstlogin we allow non empty target folders. So that for guest
transfers the user sees the same UI.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
c3092fda9a
Catch \Error in Transfer::restoreShares
...
This makes the command more fault tolerant. An \Error can happen when
e.g. the owner of a share is null.
If we don't catch this, the restore process will stop in an unknown
state.
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
6cc23b170a
Prevent transferring data to user which never loggedin
...
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
Tobia De Koninck
0b33aefc86
Add option to transfer-ownership to move data
...
This will move the home folder of own user to another user. Only allowed
if that other user's home folder is empty.
Can be used as workaround to rename users.
Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
2020-02-03 15:00:03 +00:00
Roeland Jago Douma
be01ff127f
Merge pull request #19269 from nextcloud/backport/19241/stable18
...
[stable18] Make sure to catch php errors during job execution
2020-02-03 15:56:35 +01:00
Roeland Jago Douma
ef49138bfa
Merge pull request #19277 from nextcloud/backport/19268/stable18
...
[stable18] Use the l10n from settings
2020-02-03 15:56:08 +01:00
Roeland Jago Douma
c680ebbc15
Use proper andwhere clause
...
Fixes #19248
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 13:16:49 +00:00
Daniel Kesselberg
dea1213589
Update test to pass l10n instead of factory
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-03 11:57:04 +00:00
Roeland Jago Douma
fc7a4147c0
Use the l10n from settings
...
Fixes #19261
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-03 11:57:04 +00:00
Daniel Kesselberg
5ce0b44960
Make sure to catch php errors during job execution
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-03 08:55:22 +00:00
Roeland Jago Douma
297debef34
Merge pull request #19212 from nextcloud/backport/19125/bugfix/noid/tab-id
...
[stable18] Give the sharing tab a unique id so it also opens properly on other languages
2020-01-30 22:10:03 +01:00
Roeland Jago Douma
20efce99c8
Merge pull request #19206 from nextcloud/backport/19179/stable18
...
[stable18] Fix query selector for inverted icons
2020-01-30 22:09:25 +01:00
Roeland Jago Douma
42adde5132
Merge pull request #19207 from nextcloud/backport/19176/stable18
...
[stable18] Do not encode contacts menu mailto links
2020-01-30 22:07:59 +01:00
John Molakvoæ (skjnldsv)
4cfb5eac02
Fix legacy tabs
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-30 10:32:32 +01:00
John Molakvoæ (skjnldsv)
8fc29440f4
Bump @nextcloud/vue
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-30 10:30:42 +01:00
Christoph Wurst
8aecb95aa4
Do not encode contacts menu mailto links
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-30 08:46:09 +00:00
Julius Härtl
b0edd76af5
Give the sharing tab a unique id so it also opens properly on other languages
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-30 09:41:52 +01:00
Joas Schilling
157db55602
Fix query selector for inverted icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-30 08:34:14 +00:00
Roeland Jago Douma
560f3a55f0
Merge pull request #19189 from nextcloud/backport/19054/stable18
...
[stable18] Use themed favicon-fb
2020-01-29 14:13:22 +01:00
blizzz
1050cc2322
Merge pull request #19190 from nextcloud/backport/19186/stable18
...
[stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
2020-01-29 14:02:18 +01:00
Joas Schilling
13068ba3c5
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-29 09:44:34 +00:00
Julius Härtl
80773f2f15
Use themed favicon-fb
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-29 08:39:58 +00:00
Roeland Jago Douma
3cc69aa901
Merge pull request #19166 from nextcloud/backport/19116/stable18
...
[stable18] apps can have polyamorous relationships with bundles
2020-01-27 20:09:34 +01:00
npmbuildbot[bot]
c6f2faf1c1
Compile assets
...
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-01-27 16:23:47 +00:00
Arthur Schiwon
9bff2e7f03
apps can have polyamorous relationships with bundles
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-27 17:16:20 +01:00
Roeland Jago Douma
c99c969d55
Merge pull request #19149 from nextcloud/backport/19115/stable18
...
[stable18] Use the target for file notifications
2020-01-27 11:07:49 +01:00
Roeland Jago Douma
bfdfeb460b
Merge pull request #19150 from nextcloud/backport/19120/stable18
...
[stable18] Use correct appid for talk
2020-01-27 09:34:15 +01:00
Roeland Jago Douma
a77eaff83f
Merge pull request #19153 from nextcloud/backport/19105/stable18
...
[stable18] add hub bundle for easy installation on upgraded instances
2020-01-27 09:25:34 +01:00
Arthur Schiwon
a68533e5a6
add hub bundle for easy post-installation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-27 07:21:09 +00:00
Roeland Jago Douma
327a814a42
Use correct appid for talk
...
Else it won't show up of course...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-26 21:17:23 +01:00
Roeland Jago Douma
2d0a038642
Use the target for file notifications
...
The node is not yet accessible if you did not accept the share yet.
So trying to get it results in an acception.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-26 19:44:44 +00:00
Roeland Jago Douma
4f087d7af6
Merge pull request #19117 from nextcloud/backport/19109/stable18
...
[stable18] Adjust filelist color handling to new dark theme value
2020-01-26 20:37:45 +01:00
Roeland Jago Douma
81e787822a
Merge pull request #19121 from nextcloud/backport/19113/stable18
...
[stable18] Do not invert avatar colors when dark theme is enabled
2020-01-26 20:37:23 +01:00
Roeland Jago Douma
6a99ffac03
Merge pull request #19119 from nextcloud/backport/19111/stable18
...
[stable18] New file menu needs to be above the filelist header
2020-01-26 20:36:55 +01:00
Roeland Jago Douma
f5b72fb80e
Merge pull request #19118 from nextcloud/legacy_event_log
...
[stable18] Reduce legacy event log level to debug
2020-01-26 20:36:32 +01:00
Marco Ambrosini
ea798ff2d2
Do not invert avatar colors when dark theme is enabled
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-24 14:12:55 +00:00
Julius Härtl
37f961a664
New file menu needs to be above the filelist header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 12:31:06 +00:00
Julius Härtl
77797b4910
Adjust filelist color handling to new dark theme value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 12:11:50 +00:00
Roeland Jago Douma
673fd35a8f
Merge pull request #19108 from nextcloud/backport/18913/stable18
...
[stable18] fix multiselect actions for files
2020-01-24 11:10:55 +01:00
Roeland Jago Douma
98e4ebfe3c
Merge pull request #19094 from nextcloud/backport/19023/stable18
...
[stable18] expose Argon2 options (as we did for bcrypt)
2020-01-24 10:11:11 +01:00
Julius Härtl
3b8c58d516
Make sure the whole file list header is sticky and properly stacks to other headers
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-24 09:09:16 +00:00
GretaD
8ffe43c574
fix multiselect actions for files
...
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-01-24 09:09:16 +00:00
Arthur Schiwon
8f30ff3cc6
extended documentation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-23 10:48:42 +00:00
Arthur Schiwon
9a7e7c3d42
ignore values that undershoot the minimum, go with default
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-23 10:48:42 +00:00
blizzz
e186fecd16
use getSystemValueInt
...
Co-Authored-By: kesselb <mail@danielkesselberg.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-23 10:48:42 +00:00
Arthur Schiwon
42756b4655
expose Argon2 options (as we did for bcrypt)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-01-23 10:48:42 +00:00
Joas Schilling
c9d852ade2
Merge pull request #19060 from nextcloud/backport/19053/stable18
...
[stable18] Fix loaded controller check
2020-01-22 09:45:50 +01:00