]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoMerge pull request #19397 from nextcloud/version/18.0.1/RC3 v18.0.1RC3
Roeland Jago Douma [Mon, 10 Feb 2020 18:41:41 +0000 (19:41 +0100)]
Merge pull request #19397 from nextcloud/version/18.0.1/RC3

18.0.1 RC3

4 years agoMerge pull request #19396 from nextcloud/backport/18904/stable18
Roeland Jago Douma [Mon, 10 Feb 2020 18:40:57 +0000 (19:40 +0100)]
Merge pull request #19396 from nextcloud/backport/18904/stable18

[stable18] Log Flow activity

4 years ago18.0.1 RC3 19397/head
Roeland Jago Douma [Mon, 10 Feb 2020 14:19:13 +0000 (15:19 +0100)]
18.0.1 RC3

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoalways require a message paramter for data logging 19396/head
Arthur Schiwon [Tue, 28 Jan 2020 12:00:13 +0000 (13:00 +0100)]
always require a message paramter for data logging

also ensure it plays well with current log reader

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agolog Flow activity
Arthur Schiwon [Tue, 14 Jan 2020 09:43:50 +0000 (10:43 +0100)]
log Flow activity

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #19360 from nextcloud/backport/19349/stable18
blizzz [Mon, 10 Feb 2020 08:32:35 +0000 (09:32 +0100)]
Merge pull request #19360 from nextcloud/backport/19349/stable18

[stable18] Prevent archieved download on secure view

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 10 Feb 2020 02:18:09 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 9 Feb 2020 02:19:28 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoPrevent archieved download on secure view 19360/head
Joas Schilling [Fri, 7 Feb 2020 11:45:29 +0000 (12:45 +0100)]
Prevent archieved download on secure view

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 8 Feb 2020 02:18:31 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19342 from nextcloud/version/18.0.1/RC2 v18.0.1RC2
Roeland Jago Douma [Fri, 7 Feb 2020 11:33:43 +0000 (12:33 +0100)]
Merge pull request #19342 from nextcloud/version/18.0.1/RC2

18.0.1 RC2

4 years agoMerge pull request #19340 from nextcloud/backport/17077/stable18
Roeland Jago Douma [Fri, 7 Feb 2020 10:53:27 +0000 (11:53 +0100)]
Merge pull request #19340 from nextcloud/backport/17077/stable18

[stable18] Disable link shares of disabled users

4 years ago18.0.1 RC2 19342/head
Roeland Jago Douma [Fri, 7 Feb 2020 09:08:21 +0000 (10:08 +0100)]
18.0.1 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDisable link shares of disabled users 19340/head
Roeland Jago Douma [Mon, 9 Sep 2019 20:33:03 +0000 (22:33 +0200)]
Disable link shares of disabled users

Fixes #10869

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19326 from nextcloud/backport/19303/stable18
Roeland Jago Douma [Fri, 7 Feb 2020 08:11:58 +0000 (09:11 +0100)]
Merge pull request #19326 from nextcloud/backport/19303/stable18

[stable18] Fix occ maintenance:install database connect failure

4 years agoMerge pull request #19332 from nextcloud/backport/18926/stable18
Roeland Jago Douma [Fri, 7 Feb 2020 08:10:25 +0000 (09:10 +0100)]
Merge pull request #19332 from nextcloud/backport/18926/stable18

[stable18] Array access on int will fail on php7.4

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 7 Feb 2020 07:32:43 +0000 (07:32 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19330 from nextcloud/backport/19320/stable18
Roeland Jago Douma [Fri, 7 Feb 2020 07:04:15 +0000 (08:04 +0100)]
Merge pull request #19330 from nextcloud/backport/19320/stable18

[stable18] Fix event type

4 years agoMerge pull request #19334 from nextcloud/backport/19178/stable18
Roeland Jago Douma [Fri, 7 Feb 2020 06:49:42 +0000 (07:49 +0100)]
Merge pull request #19334 from nextcloud/backport/19178/stable18

[stable18] Make sure the default share provider does not execute for other things

4 years agoMake sure the default share provider does not execute for other things 19334/head
Joas Schilling [Tue, 28 Jan 2020 15:00:03 +0000 (16:00 +0100)]
Make sure the default share provider does not execute for other things

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse strpos to check that @ is the first char 19332/head
Daniel Kesselberg [Thu, 16 Jan 2020 13:09:25 +0000 (14:09 +0100)]
Use strpos to check that @ is the first char

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd test to trigger "Trying to access array offset on value of type int"
Daniel Kesselberg [Thu, 16 Jan 2020 13:04:23 +0000 (14:04 +0100)]
Add test to trigger "Trying to access array offset on value of type int"

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix event type 19330/head
Joas Schilling [Thu, 6 Feb 2020 14:17:27 +0000 (15:17 +0100)]
Fix event type

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCorrectly append the port to the host so it's written to the config correctly 19326/head
Joas Schilling [Wed, 5 Feb 2020 11:47:08 +0000 (12:47 +0100)]
Correctly append the port to the host so it's written to the config correctly

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSplit the exception handling so install errors don't log as setup errors
Joas Schilling [Wed, 5 Feb 2020 10:00:37 +0000 (11:00 +0100)]
Split the exception handling so install errors don't log as setup errors
More gebuging

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCheck the new connection on setup like with PostgreSQL and Oracle
Joas Schilling [Wed, 5 Feb 2020 10:08:18 +0000 (11:08 +0100)]
Check the new connection on setup like with PostgreSQL and Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoOnly provide the auth method for MySQL 8.0+ to not break MariaDB
Joas Schilling [Wed, 5 Feb 2020 09:05:11 +0000 (10:05 +0100)]
Only provide the auth method for MySQL 8.0+ to not break MariaDB
Provide the auth method for MySQL 8.0+

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19315 from nextcloud/backport/19312/stable18
blizzz [Thu, 6 Feb 2020 18:25:17 +0000 (19:25 +0100)]
Merge pull request #19315 from nextcloud/backport/19312/stable18

[stable18] do not overwrite global user auth credentials with empty values

4 years agodo not overwrite global user auth credentials with empty values 19315/head
Arthur Schiwon [Wed, 5 Feb 2020 23:14:29 +0000 (00:14 +0100)]
do not overwrite global user auth credentials with empty values

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #19267 from nextcloud/version/18.0.1/RC1 v18.0.1RC1
Roeland Jago Douma [Thu, 6 Feb 2020 07:56:00 +0000 (08:56 +0100)]
Merge pull request #19267 from nextcloud/version/18.0.1/RC1

18.0.1 RC1

4 years agoMerge pull request #19308 from nextcloud/backport/19219/stable18
Roeland Jago Douma [Wed, 5 Feb 2020 21:22:12 +0000 (22:22 +0100)]
Merge pull request #19308 from nextcloud/backport/19219/stable18

[stable18] Fix display of DTEND for multi-day all-day event

4 years ago18.0.1 RC1 19267/head
Roeland Jago Douma [Mon, 3 Feb 2020 07:37:38 +0000 (08:37 +0100)]
18.0.1 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promise
Roeland Jago Douma [Wed, 5 Feb 2020 20:08:32 +0000 (21:08 +0100)]
Merge pull request #19089 from nextcloud/backport/18929/enh/sidebar/promise

[stable18] Allow to await the sidebar

4 years agoFix display of DTEND for multi-day all-day event 19308/head
Georg Ehrke [Thu, 30 Jan 2020 14:02:16 +0000 (15:02 +0100)]
Fix display of DTEND for multi-day all-day event

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoClose handling 19089/head
John Molakvoæ (skjnldsv) [Thu, 16 Jan 2020 15:51:47 +0000 (16:51 +0100)]
Close handling

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoAllow to await the sidebar
John Molakvoæ (skjnldsv) [Thu, 16 Jan 2020 14:28:03 +0000 (15:28 +0100)]
Allow to await the sidebar

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #19302 from nextcloud/backport/19165/stable18
John Molakvoæ [Wed, 5 Feb 2020 13:39:47 +0000 (14:39 +0100)]
Merge pull request #19302 from nextcloud/backport/19165/stable18

[stable18] Fix data Apache2 .htaccess typo

4 years agoFix data Apache2 .htaccess typo 19302/head
Simounet [Sun, 26 Jan 2020 14:47:04 +0000 (15:47 +0100)]
Fix data Apache2 .htaccess typo

Signed-off-by: Simounet <contact@simounet.net>
4 years agoMerge pull request #19297 from nextcloud/backport/19246/stable18
Roeland Jago Douma [Wed, 5 Feb 2020 06:39:14 +0000 (07:39 +0100)]
Merge pull request #19297 from nextcloud/backport/19246/stable18

[stable18] Keep the modification time during decryptFile

4 years agoMerge pull request #19292 from nextcloud/backport/19203/stable18
Roeland Jago Douma [Wed, 5 Feb 2020 06:35:49 +0000 (07:35 +0100)]
Merge pull request #19292 from nextcloud/backport/19203/stable18

[stable18] Allow respecting PASSWORD_DEFAULT

4 years agoMerge pull request #19271 from nextcloud/backport/19238/stable18
John Molakvoæ [Tue, 4 Feb 2020 20:55:28 +0000 (21:55 +0100)]
Merge pull request #19271 from nextcloud/backport/19238/stable18

[stable18] Center Buttons

4 years agoKeep the modification time during decryptFile 19297/head
sammo2828 [Sat, 1 Feb 2020 05:20:33 +0000 (16:20 +1100)]
Keep the modification time during decryptFile

4 years agoMerge pull request #19228 from nextcloud/backport/19215/stable18
Roeland Jago Douma [Tue, 4 Feb 2020 14:49:37 +0000 (15:49 +0100)]
Merge pull request #19228 from nextcloud/backport/19215/stable18

[stable18] WebcalRefreshJob: Fix reading refresh rate

4 years agoAllow selecting the hashing algorithm 19292/head
Roeland Jago Douma [Wed, 29 Jan 2020 20:39:58 +0000 (21:39 +0100)]
Allow selecting the hashing algorithm

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19291 from nextcloud/backport/stable18/19275
Roeland Jago Douma [Tue, 4 Feb 2020 09:58:59 +0000 (10:58 +0100)]
Merge pull request #19291 from nextcloud/backport/stable18/19275

[stable18] owner transfer multiselect fixes

4 years agoBump bundles 19291/head
Julius Härtl [Tue, 4 Feb 2020 08:41:37 +0000 (09:41 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMake sure that minSearchStringLength is taken into account
Julius Härtl [Mon, 3 Feb 2020 10:59:10 +0000 (11:59 +0100)]
Make sure that minSearchStringLength is taken into account

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix issue when selecting an entry, the multiselect input was not closed
Julius Härtl [Mon, 3 Feb 2020 10:58:51 +0000 (11:58 +0100)]
Fix issue when selecting an entry, the multiselect input was not closed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19283 from nextcloud/backport/19281/stable18
Roeland Jago Douma [Tue, 4 Feb 2020 07:48:42 +0000 (08:48 +0100)]
Merge pull request #19283 from nextcloud/backport/19281/stable18

[stable18] for the DB ot pick an index specify the object_type

4 years agofor the DB ot pick an index specify the object_type 19283/head
Arthur Schiwon [Mon, 3 Feb 2020 15:17:25 +0000 (16:17 +0100)]
for the DB ot pick an index specify the object_type

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #19278 from nextcloud/backport/19276/stable18
Roeland Jago Douma [Mon, 3 Feb 2020 20:23:52 +0000 (21:23 +0100)]
Merge pull request #19278 from nextcloud/backport/19276/stable18

[stable18] Use proper andwhere clause

4 years agoMerge pull request #19279 from nextcloud/backport/19233/stable18
Roeland Jago Douma [Mon, 3 Feb 2020 20:06:42 +0000 (21:06 +0100)]
Merge pull request #19279 from nextcloud/backport/19233/stable18

[stable18] Add move (and firstlogin) option to transferownership service

4 years agoAllow specifying this is the first login 19279/head
Roeland Jago Douma [Fri, 31 Jan 2020 10:04:43 +0000 (11:04 +0100)]
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>
4 years agoCatch \Error in Transfer::restoreShares
Tobia De Koninck [Fri, 3 Jan 2020 07:50:37 +0000 (08:50 +0100)]
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>
4 years agoPrevent transferring data to user which never loggedin
Tobia De Koninck [Fri, 3 Jan 2020 07:48:17 +0000 (08:48 +0100)]
Prevent transferring data to user which never loggedin

Signed-off-by: Tobia De Koninck <LEDfan@users.noreply.github.com>
4 years agoAdd option to transfer-ownership to move data
Tobia De Koninck [Fri, 3 Jan 2020 07:43:39 +0000 (08:43 +0100)]
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>
4 years agoMerge pull request #19269 from nextcloud/backport/19241/stable18
Roeland Jago Douma [Mon, 3 Feb 2020 14:56:35 +0000 (15:56 +0100)]
Merge pull request #19269 from nextcloud/backport/19241/stable18

[stable18] Make sure to catch php errors during job execution

4 years agoMerge pull request #19277 from nextcloud/backport/19268/stable18
Roeland Jago Douma [Mon, 3 Feb 2020 14:56:08 +0000 (15:56 +0100)]
Merge pull request #19277 from nextcloud/backport/19268/stable18

[stable18] Use the l10n from settings

4 years agoUse proper andwhere clause 19278/head
Roeland Jago Douma [Mon, 3 Feb 2020 11:17:46 +0000 (12:17 +0100)]
Use proper andwhere clause

Fixes #19248

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoUpdate test to pass l10n instead of factory 19277/head
Daniel Kesselberg [Mon, 3 Feb 2020 09:31:23 +0000 (10:31 +0100)]
Update test to pass l10n instead of factory

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoUse the l10n from settings
Roeland Jago Douma [Mon, 3 Feb 2020 08:44:59 +0000 (09:44 +0100)]
Use the l10n from settings

Fixes #19261

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoUpdate guest.css 19271/head
Marc Michalsky [Fri, 31 Jan 2020 16:38:39 +0000 (17:38 +0100)]
Update guest.css

4 years agoCenter Buttons
Marc Michalsky [Fri, 31 Jan 2020 13:56:20 +0000 (14:56 +0100)]
Center Buttons

Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.

4 years agoMake sure to catch php errors during job execution 19269/head
Daniel Kesselberg [Fri, 31 Jan 2020 15:04:04 +0000 (16:04 +0100)]
Make sure to catch php errors during job execution

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoRefreshWebcalJob: Fix reading subscription from database leading to ignored refreshRate 19228/head
Georg Ehrke [Thu, 30 Jan 2020 11:51:04 +0000 (12:51 +0100)]
RefreshWebcalJob: Fix reading subscription from database leading to ignored refreshRate

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoJobList: Typecast last_run to integer
Georg Ehrke [Thu, 30 Jan 2020 11:00:41 +0000 (12:00 +0100)]
JobList: Typecast last_run to integer

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #19212 from nextcloud/backport/19125/bugfix/noid/tab-id 19234/head
Roeland Jago Douma [Thu, 30 Jan 2020 21:10:03 +0000 (22:10 +0100)]
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

4 years agoMerge pull request #19206 from nextcloud/backport/19179/stable18
Roeland Jago Douma [Thu, 30 Jan 2020 21:09:25 +0000 (22:09 +0100)]
Merge pull request #19206 from nextcloud/backport/19179/stable18

[stable18] Fix query selector for inverted icons

4 years agoMerge pull request #19207 from nextcloud/backport/19176/stable18
Roeland Jago Douma [Thu, 30 Jan 2020 21:07:59 +0000 (22:07 +0100)]
Merge pull request #19207 from nextcloud/backport/19176/stable18

[stable18] Do not encode contacts menu mailto links

4 years agoFix legacy tabs 19212/head
John Molakvoæ (skjnldsv) [Wed, 29 Jan 2020 15:31:47 +0000 (16:31 +0100)]
Fix legacy tabs

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoBump @nextcloud/vue
John Molakvoæ (skjnldsv) [Thu, 30 Jan 2020 09:30:42 +0000 (10:30 +0100)]
Bump @nextcloud/vue

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoDo not encode contacts menu mailto links 19207/head
Christoph Wurst [Tue, 28 Jan 2020 13:29:41 +0000 (14:29 +0100)]
Do not encode contacts menu mailto links

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years agoGive the sharing tab a unique id so it also opens properly on other languages
Julius Härtl [Fri, 24 Jan 2020 16:35:28 +0000 (17:35 +0100)]
Give the sharing tab a unique id so it also opens properly on other languages

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix query selector for inverted icons 19206/head
Joas Schilling [Tue, 28 Jan 2020 15:35:41 +0000 (16:35 +0100)]
Fix query selector for inverted icons

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19189 from nextcloud/backport/19054/stable18
Roeland Jago Douma [Wed, 29 Jan 2020 13:13:22 +0000 (14:13 +0100)]
Merge pull request #19189 from nextcloud/backport/19054/stable18

[stable18] Use themed favicon-fb

4 years agoMerge pull request #19190 from nextcloud/backport/19186/stable18
blizzz [Wed, 29 Jan 2020 13:02:18 +0000 (14:02 +0100)]
Merge pull request #19190 from nextcloud/backport/19186/stable18

[stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"

4 years agoFix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" 19190/head
Joas Schilling [Wed, 29 Jan 2020 08:22:42 +0000 (09:22 +0100)]
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse themed favicon-fb 19189/head
Julius Härtl [Tue, 21 Jan 2020 15:34:08 +0000 (16:34 +0100)]
Use themed favicon-fb

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19166 from nextcloud/backport/19116/stable18
Roeland Jago Douma [Mon, 27 Jan 2020 19:09:34 +0000 (20:09 +0100)]
Merge pull request #19166 from nextcloud/backport/19116/stable18

[stable18] apps can have polyamorous relationships with bundles

4 years agoCompile assets 19166/head
npmbuildbot[bot] [Mon, 27 Jan 2020 16:23:47 +0000 (16:23 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoapps can have polyamorous relationships with bundles
Arthur Schiwon [Fri, 24 Jan 2020 11:50:06 +0000 (12:50 +0100)]
apps can have polyamorous relationships with bundles

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #19149 from nextcloud/backport/19115/stable18
Roeland Jago Douma [Mon, 27 Jan 2020 10:07:49 +0000 (11:07 +0100)]
Merge pull request #19149 from nextcloud/backport/19115/stable18

[stable18] Use the target for file notifications

4 years agoMerge pull request #19150 from nextcloud/backport/19120/stable18
Roeland Jago Douma [Mon, 27 Jan 2020 08:34:15 +0000 (09:34 +0100)]
Merge pull request #19150 from nextcloud/backport/19120/stable18

[stable18] Use correct appid for talk

4 years agoMerge pull request #19153 from nextcloud/backport/19105/stable18
Roeland Jago Douma [Mon, 27 Jan 2020 08:25:34 +0000 (09:25 +0100)]
Merge pull request #19153 from nextcloud/backport/19105/stable18

[stable18] add hub bundle for easy installation on upgraded instances

4 years agoadd hub bundle for easy post-installation 19153/head
Arthur Schiwon [Thu, 23 Jan 2020 20:06:59 +0000 (21:06 +0100)]
add hub bundle for easy post-installation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoUse correct appid for talk 19150/head
Roeland Jago Douma [Fri, 24 Jan 2020 12:36:01 +0000 (13:36 +0100)]
Use correct appid for talk

Else it won't show up of course...

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoUse the target for file notifications 19149/head
Roeland Jago Douma [Fri, 24 Jan 2020 11:43:17 +0000 (12:43 +0100)]
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>
4 years agoMerge pull request #19117 from nextcloud/backport/19109/stable18
Roeland Jago Douma [Sun, 26 Jan 2020 19:37:45 +0000 (20:37 +0100)]
Merge pull request #19117 from nextcloud/backport/19109/stable18

[stable18] Adjust filelist color handling to new dark theme value

4 years agoMerge pull request #19121 from nextcloud/backport/19113/stable18
Roeland Jago Douma [Sun, 26 Jan 2020 19:37:23 +0000 (20:37 +0100)]
Merge pull request #19121 from nextcloud/backport/19113/stable18

[stable18] Do not invert avatar colors when dark theme is enabled

4 years agoMerge pull request #19119 from nextcloud/backport/19111/stable18
Roeland Jago Douma [Sun, 26 Jan 2020 19:36:55 +0000 (20:36 +0100)]
Merge pull request #19119 from nextcloud/backport/19111/stable18

[stable18] New file menu needs to be above the filelist header

4 years agoMerge pull request #19118 from nextcloud/legacy_event_log
Roeland Jago Douma [Sun, 26 Jan 2020 19:36:32 +0000 (20:36 +0100)]
Merge pull request #19118 from nextcloud/legacy_event_log

[stable18] Reduce legacy event log level to debug

4 years agoDo not invert avatar colors when dark theme is enabled 19121/head
Marco Ambrosini [Fri, 24 Jan 2020 11:14:03 +0000 (12:14 +0100)]
Do not invert avatar colors when dark theme is enabled

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
4 years agoNew file menu needs to be above the filelist header 19119/head
Julius Härtl [Fri, 24 Jan 2020 10:49:37 +0000 (11:49 +0100)]
New file menu needs to be above the filelist header

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdjust filelist color handling to new dark theme value 19117/head
Julius Härtl [Fri, 24 Jan 2020 09:31:18 +0000 (10:31 +0100)]
Adjust filelist color handling to new dark theme value

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19108 from nextcloud/backport/18913/stable18
Roeland Jago Douma [Fri, 24 Jan 2020 10:10:55 +0000 (11:10 +0100)]
Merge pull request #19108 from nextcloud/backport/18913/stable18

[stable18] fix multiselect actions for files

4 years agoMerge pull request #19094 from nextcloud/backport/19023/stable18
Roeland Jago Douma [Fri, 24 Jan 2020 09:11:11 +0000 (10:11 +0100)]
Merge pull request #19094 from nextcloud/backport/19023/stable18

[stable18] expose Argon2 options (as we did for bcrypt)

4 years agoMake sure the whole file list header is sticky and properly stacks to other headers 19108/head
Julius Härtl [Thu, 16 Jan 2020 23:24:34 +0000 (00:24 +0100)]
Make sure the whole file list header is sticky and properly stacks to other headers

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofix multiselect actions for files
GretaD [Wed, 15 Jan 2020 16:52:27 +0000 (17:52 +0100)]
fix multiselect actions for files

Signed-off-by: GretaD <gretadoci@gmail.com>
4 years agoextended documentation 19094/head
Arthur Schiwon [Wed, 22 Jan 2020 16:45:27 +0000 (17:45 +0100)]
extended documentation

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoignore values that undershoot the minimum, go with default
Arthur Schiwon [Tue, 21 Jan 2020 10:58:13 +0000 (11:58 +0100)]
ignore values that undershoot the minimum, go with default

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>