]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix default internal expiration date enforce 24081/head
John Molakvoæ (skjnldsv) [Thu, 12 Nov 2020 07:10:28 +0000 (08:10 +0100)]
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>
4 years agoMerge pull request #23989 from nextcloud/version/20.0.2/rc1 v20.0.2RC1
Roeland Jago Douma [Thu, 12 Nov 2020 20:08:19 +0000 (21:08 +0100)]
Merge pull request #23989 from nextcloud/version/20.0.2/rc1

20.0.2 RC1

4 years ago20.0.2 RC1 23989/head
Roeland Jago Douma [Mon, 9 Nov 2020 08:00:05 +0000 (09:00 +0100)]
20.0.2 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #24049 from nextcloud/backport/23882/stable20
Morris Jobke [Thu, 12 Nov 2020 18:54:36 +0000 (19:54 +0100)]
Merge pull request #24049 from nextcloud/backport/23882/stable20

[stable20] Run unit tests against oracle

4 years agoUpdate psalm-baseline 24049/head
Morris Jobke [Thu, 12 Nov 2020 18:38:06 +0000 (19:38 +0100)]
Update psalm-baseline

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agofix migration of oc_credentials table
Robin Appelman [Thu, 12 Nov 2020 14:03:21 +0000 (15:03 +0100)]
fix migration of oc_credentials table

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoUpdate baseline, I'm sorry
Joas Schilling [Wed, 11 Nov 2020 09:56:29 +0000 (10:56 +0100)]
Update baseline, I'm sorry

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix unique key in test table
Joas Schilling [Tue, 10 Nov 2020 18:21:08 +0000 (19:21 +0100)]
Fix unique key in test table

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix naming of jobs and steps
Joas Schilling [Tue, 10 Nov 2020 17:49:02 +0000 (18:49 +0100)]
Fix naming of jobs and steps

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix CS
Joas Schilling [Tue, 10 Nov 2020 14:43:34 +0000 (15:43 +0100)]
Fix CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoCreate primary keys on all tables and add a command to create the afterwards
Joas Schilling [Tue, 10 Nov 2020 08:34:57 +0000 (09:34 +0100)]
Create primary keys on all tables and add a command to create the afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoReplace the credentials table with one that can have empty user
Joas Schilling [Tue, 10 Nov 2020 08:33:29 +0000 (09:33 +0100)]
Replace the credentials table with one that can have empty user

Primary key columns on Oracle can not have empty strings

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDon't try to update on NotNullConstraintViolationException, only on unique or foreign key
Joas Schilling [Mon, 9 Nov 2020 16:33:32 +0000 (17:33 +0100)]
Don't try to update on NotNullConstraintViolationException, only on unique or foreign key

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix comparing the empty string for global credentials
Joas Schilling [Mon, 9 Nov 2020 16:33:05 +0000 (17:33 +0100)]
Fix comparing the empty string for global credentials

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoEmpty string is returned as null, but empty string in file cache is the root and...
Joas Schilling [Mon, 9 Nov 2020 15:26:09 +0000 (16:26 +0100)]
Empty string is returned as null, but empty string in file cache is the root and exists

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix public calendars as they are stored with null on oracle
Joas Schilling [Mon, 9 Nov 2020 09:40:55 +0000 (10:40 +0100)]
Fix public calendars as they are stored with null on oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure columns with an empty default are nullable for Oracle
Joas Schilling [Mon, 9 Nov 2020 09:38:47 +0000 (10:38 +0100)]
Make sure columns with an empty default are nullable for Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix "Invalid fetch style: 12" on Oracle
Joas Schilling [Fri, 6 Nov 2020 13:13:11 +0000 (14:13 +0100)]
Fix "Invalid fetch style: 12" on Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake the test pass on repeating calls
Joas Schilling [Fri, 6 Nov 2020 13:12:40 +0000 (14:12 +0100)]
Make the test pass on repeating calls

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoSkip the insertIfNotExists() tests on Oracle because it doesn't work with clob
Joas Schilling [Wed, 4 Nov 2020 15:40:31 +0000 (16:40 +0100)]
Skip the insertIfNotExists() tests on Oracle because it doesn't work with clob

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoEasier debugging and spell fix
Joas Schilling [Wed, 4 Nov 2020 15:03:45 +0000 (16:03 +0100)]
Easier debugging and spell fix

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse a different column for the primary key as we can not insert it on oracle
Joas Schilling [Wed, 4 Nov 2020 15:02:58 +0000 (16:02 +0100)]
Use a different column for the primary key as we can not insert it on oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAdd github action for oci8
Julius Härtl [Tue, 3 Nov 2020 16:24:06 +0000 (17:24 +0100)]
Add github action for oci8

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 12 Nov 2020 02:19:35 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #24058 from nextcloud/backport/24054/stable20
Roeland Jago Douma [Wed, 11 Nov 2020 20:54:55 +0000 (21:54 +0100)]
Merge pull request #24058 from nextcloud/backport/24054/stable20

[stable20] Manually iterate over calendardata when oracle is used

4 years agoMerge pull request #24050 from nextcloud/backport/23915/stable20
Roeland Jago Douma [Wed, 11 Nov 2020 20:27:53 +0000 (21:27 +0100)]
Merge pull request #24050 from nextcloud/backport/23915/stable20

[stable20] Use png icons in caldav reminder emails

4 years agoManually iterate over calendardata when oracle is used 24058/head
Julius Härtl [Wed, 11 Nov 2020 13:15:52 +0000 (14:15 +0100)]
Manually iterate over calendardata when oracle is used

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #24044 from nextcloud/backport/24042/stable20
Morris Jobke [Wed, 11 Nov 2020 12:45:46 +0000 (13:45 +0100)]
Merge pull request #24044 from nextcloud/backport/24042/stable20

[stable20] Fix sharing tab state not matching resharing admin settings

4 years agoUse png icons in caldav reminder emails 24050/head
Richard Steinmetz [Thu, 5 Nov 2020 17:18:40 +0000 (18:18 +0100)]
Use png icons in caldav reminder emails

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
4 years agoAdd integration tests for default share permissions 24044/head
Daniel Calviño Sánchez [Tue, 10 Nov 2020 21:17:04 +0000 (22:17 +0100)]
Add integration tests for default share permissions

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoAdd acceptance tests for reshares by link when resharing is disabled
Daniel Calviño Sánchez [Tue, 10 Nov 2020 21:16:50 +0000 (22:16 +0100)]
Add acceptance tests for reshares by link when resharing is disabled

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoAdd acceptance tests for reshares when resharing is disabled
Daniel Calviño Sánchez [Tue, 10 Nov 2020 21:16:10 +0000 (22:16 +0100)]
Add acceptance tests for reshares when resharing is disabled

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoDisable share input for a received share if resharing is not allowed
Daniel Calviño Sánchez [Tue, 10 Nov 2020 21:14:12 +0000 (22:14 +0100)]
Disable share input for a received share if resharing is not allowed

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoDo not show "Can reshare" in the menu if resharing is not allowed
Daniel Calviño Sánchez [Tue, 10 Nov 2020 21:13:48 +0000 (22:13 +0100)]
Do not show "Can reshare" in the menu if resharing is not allowed

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoMerge pull request #24033 from nextcloud/backport/23993/stable20
Joas Schilling [Wed, 11 Nov 2020 09:56:53 +0000 (10:56 +0100)]
Merge pull request #24033 from nextcloud/backport/23993/stable20

[stable20] Don't leave cursors open

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 11 Nov 2020 02:20:23 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

4 years agoDon't leave cursors open when tests fail 24033/head
Joas Schilling [Thu, 5 Nov 2020 09:50:53 +0000 (10:50 +0100)]
Don't leave cursors open when tests fail

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23950 from nextcloud/backport/23928/stable20
Morris Jobke [Tue, 10 Nov 2020 12:46:15 +0000 (13:46 +0100)]
Merge pull request #23950 from nextcloud/backport/23928/stable20

[stable20] Fix repair mimetype step to not leave stray cursors

4 years agoUpdate psalm-baseline.xml to accept new errors 23950/head
Morris Jobke [Tue, 10 Nov 2020 12:43:51 +0000 (13:43 +0100)]
Update psalm-baseline.xml to accept new errors

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix repair mimetype step to not leave stray cursors
Joas Schilling [Fri, 6 Nov 2020 09:26:41 +0000 (10:26 +0100)]
Fix repair mimetype step to not leave stray cursors

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23998 from nextcloud/backport/23937/stable20
Morris Jobke [Tue, 10 Nov 2020 09:26:04 +0000 (10:26 +0100)]
Merge pull request #23998 from nextcloud/backport/23937/stable20

[stable20] Use query builder instead of OC_DB in OC\Files\*

4 years agoMerge pull request #23995 from nextcloud/backport/23741/stable20
Morris Jobke [Tue, 10 Nov 2020 09:16:34 +0000 (10:16 +0100)]
Merge pull request #23995 from nextcloud/backport/23741/stable20

[stable20] Unlock when promoting to exclusive lock fails

4 years agoMerge pull request #23955 from nextcloud/backport/23938/stable20
Roeland Jago Douma [Tue, 10 Nov 2020 07:59:54 +0000 (08:59 +0100)]
Merge pull request #23955 from nextcloud/backport/23938/stable20

[stable20] Replace some usages of OC_DB in OC\Share\* with query builder

4 years agoMerge pull request #24012 from nextcloud/backport/23981/stable20
John Molakvoæ [Tue, 10 Nov 2020 06:00:19 +0000 (07:00 +0100)]
Merge pull request #24012 from nextcloud/backport/23981/stable20

[stable20] Fix js search in undefined ocs response

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Nov 2020 02:18:56 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix js search in undefined ocs response 24012/head
John Molakvoæ (skjnldsv) [Sat, 7 Nov 2020 22:29:23 +0000 (23:29 +0100)]
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>
4 years agoMerge pull request #24001 from nextcloud/backport/23889/stable20
Roeland Jago Douma [Mon, 9 Nov 2020 18:55:38 +0000 (19:55 +0100)]
Merge pull request #24001 from nextcloud/backport/23889/stable20

[stable20] Shortcut to avoid file system setup when generating the logo URL

4 years agoMerge pull request #24004 from nextcloud/backport/23999/stable20
Roeland Jago Douma [Mon, 9 Nov 2020 18:38:21 +0000 (19:38 +0100)]
Merge pull request #24004 from nextcloud/backport/23999/stable20

[stable20] Remove old legacy scripts references

4 years agoRemoved config.js 24004/head
John Molakvoæ [Mon, 9 Nov 2020 11:23:51 +0000 (12:23 +0100)]
Removed config.js

4 years agoRemove old legacy search script
John Molakvoæ [Mon, 9 Nov 2020 11:18:34 +0000 (12:18 +0100)]
Remove old legacy search script

4 years agoMerge pull request #23996 from nextcloud/backport/23982/stable20
Morris Jobke [Mon, 9 Nov 2020 14:37:24 +0000 (15:37 +0100)]
Merge pull request #23996 from nextcloud/backport/23982/stable20

[stable20] Make sure root storage is valid before checking its size

4 years agoShortcut to avoid file system setup when generating the logo URL 24001/head
Morris Jobke [Wed, 4 Nov 2020 08:59:32 +0000 (09:59 +0100)]
Shortcut to avoid file system setup when generating the logo URL

If an SVG is requested and the app config value for logoMime is set then the logo is there. Otherwise we need to check it and maybe also generate a PNG from the SVG (that's done in getImage() which needs to be called then).

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #23992 from nextcloud/backport/23574/stable20
Morris Jobke [Mon, 9 Nov 2020 13:10:41 +0000 (14:10 +0100)]
Merge pull request #23992 from nextcloud/backport/23574/stable20

[stable20] Fix link share label placeholder not showing

4 years agoUse query builder instead of OC_DB in OC\Files\* 23998/head
Joas Schilling [Fri, 6 Nov 2020 11:06:24 +0000 (12:06 +0100)]
Use query builder instead of OC_DB in OC\Files\*

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure root storage is valid before checking its size 23996/head
John Molakvoæ (skjnldsv) [Sat, 7 Nov 2020 23:10:06 +0000 (00:10 +0100)]
Make sure root storage is valid before checking its size

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoUnlock when promoting to exclusive lock fails 23995/head
Ashod Nakashian [Wed, 28 Oct 2020 02:57:24 +0000 (22:57 -0400)]
Unlock when promoting to exclusive lock fails

In certain cases changeLock to EXCLUSIVE fails
and throws LockedException. This leaves the
file locked as SHARED in file_put_contents,
which prevents retrying (because on second
call file_put_contents takes another SHARED
lock on the same file, and changeLock doesn't
allow more than a single SHARED lock to promote
to EXCLUSIVE).

To avoid this case, we catch the LockedException
and unlock before re-throwing.

Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
4 years agoMerge pull request #23971 from nextcloud/backport/23936/stable20
Morris Jobke [Mon, 9 Nov 2020 09:27:29 +0000 (10:27 +0100)]
Merge pull request #23971 from nextcloud/backport/23936/stable20

[stable20] Use query builder instead of OC_DB in trashbin

4 years agoCheck in failing psalm checks 23971/head
Morris Jobke [Mon, 9 Nov 2020 09:21:05 +0000 (10:21 +0100)]
Check in failing psalm checks

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #23975 from nextcloud/backport/23923/stable20
Morris Jobke [Mon, 9 Nov 2020 09:17:11 +0000 (10:17 +0100)]
Merge pull request #23975 from nextcloud/backport/23923/stable20

[stable20] Fix greatest/least order for oracle

4 years agoAdd explicit typecast for $value.
Daniel Kesselberg [Sat, 3 Oct 2020 14:33:42 +0000 (16:33 +0200)]
Add explicit typecast for $value.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoFix link share label placeholder not showing 23992/head
Gary Kim [Mon, 19 Oct 2020 15:07:09 +0000 (11:07 -0400)]
Fix link share label placeholder not showing

Signed-off-by: Gary Kim <gary@garykim.dev>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 Nov 2020 02:19:02 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Nov 2020 02:18:33 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoUpdate parameters 23975/head
Joas Schilling [Sat, 7 Nov 2020 13:06:03 +0000 (14:06 +0100)]
Update parameters

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMake sure Oracle always casts everything in the best way
Joas Schilling [Fri, 6 Nov 2020 07:52:09 +0000 (08:52 +0100)]
Make sure Oracle always casts everything in the best way

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse Query builder function
Joas Schilling [Fri, 6 Nov 2020 07:44:46 +0000 (08:44 +0100)]
Use Query builder function

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix order of GREATEST for Oracle
Joas Schilling [Wed, 4 Nov 2020 16:02:23 +0000 (17:02 +0100)]
Fix order of GREATEST for Oracle

As per https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions060.htm
Oracle uses the first value to cast the rest or the values.
So when the first value is a plain int, instead of doing the math,
it will cast the expression to int and continue with a potential 0.

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23951 from nextcloud/backport/23922/stable20
Roeland Jago Douma [Sat, 7 Nov 2020 09:49:06 +0000 (10:49 +0100)]
Merge pull request #23951 from nextcloud/backport/23922/stable20

[stable20] Improve query type detection

4 years agoUse query builder instead of OC_DB in trashbin
Joas Schilling [Fri, 6 Nov 2020 10:48:52 +0000 (11:48 +0100)]
Use query builder instead of OC_DB in trashbin

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23954 from nextcloud/backport/23943/stable20
Roeland Jago Douma [Sat, 7 Nov 2020 08:18:23 +0000 (09:18 +0100)]
Merge pull request #23954 from nextcloud/backport/23943/stable20

[stable20] Fix iLike() falsely turning escaped % and _ into wildcards

4 years agoMerge pull request #23948 from nextcloud/backport/23940/stable20
Roeland Jago Douma [Sat, 7 Nov 2020 06:59:52 +0000 (07:59 +0100)]
Merge pull request #23948 from nextcloud/backport/23940/stable20

[stable20] Skip already loaded apps in loadApps

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 Nov 2020 02:19:08 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoReplace some usages of OC_DB in OC\Share\* with query builder 23955/head
Joas Schilling [Fri, 6 Nov 2020 12:02:14 +0000 (13:02 +0100)]
Replace some usages of OC_DB in OC\Share\* with query builder

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix iLike() falsely turning escaped % and _ into wildcards 23954/head
Joas Schilling [Fri, 6 Nov 2020 14:31:28 +0000 (15:31 +0100)]
Fix iLike() falsely turning escaped % and _ into wildcards

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23935 from nextcloud/backport/23921/stable20
Morris Jobke [Fri, 6 Nov 2020 21:24:31 +0000 (22:24 +0100)]
Merge pull request #23935 from nextcloud/backport/23921/stable20

[stable20] Fix casting of integer and boolean on Oracle

4 years agoImprove query type detection 23951/head
Joas Schilling [Thu, 5 Nov 2020 16:08:35 +0000 (17:08 +0100)]
Improve query type detection

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23924 from nextcloud/backport/23920/stable20
Morris Jobke [Fri, 6 Nov 2020 21:10:01 +0000 (22:10 +0100)]
Merge pull request #23924 from nextcloud/backport/23920/stable20

[stable20] Bearer must be in the start of the auth header

4 years agoSkip already loaded apps in loadApps 23948/head
Roeland Jago Douma [Fri, 6 Nov 2020 13:26:42 +0000 (14:26 +0100)]
Skip already loaded apps in loadApps

Otherwise you might end up calling a lot of functions unneeded.
And while the individual calls are cheap if you multiply them by 20k
they still get somewhat expensive.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoCast bool things to numbers as that is how they are stored in the database 23935/head
Joas Schilling [Fri, 6 Nov 2020 12:32:14 +0000 (13:32 +0100)]
Cast bool things to numbers as that is how they are stored in the database

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix casting to integer on Oracle
Joas Schilling [Thu, 5 Nov 2020 09:50:21 +0000 (10:50 +0100)]
Fix casting to integer on Oracle

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #23917 from nextcloud/backport/23887/stable20
Roeland Jago Douma [Fri, 6 Nov 2020 09:55:41 +0000 (10:55 +0100)]
Merge pull request #23917 from nextcloud/backport/23887/stable20

[stable20] Do not emit UserCreatedEvent twice

4 years agoBearer must be in the start of the auth header 23924/head
Roeland Jago Douma [Fri, 6 Nov 2020 07:32:50 +0000 (08:32 +0100)]
Bearer must be in the start of the auth header

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 Nov 2020 02:19:21 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agofix: also remove use statement of UserCreatedEvent 23917/head
Tobias Assmann [Thu, 5 Nov 2020 07:51:14 +0000 (08:51 +0100)]
fix: also remove use statement of UserCreatedEvent

Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
4 years agofix: no more translation from postCreateUser hook to UserCreatedEvent anymore, as...
Tobias Assmann [Wed, 4 Nov 2020 08:11:20 +0000 (09:11 +0100)]
fix: no more translation from postCreateUser hook to UserCreatedEvent anymore, as event is already emitted in user manager

Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
4 years agoMerge pull request #23902 from nextcloud/backport/23798/stable20
Greta [Thu, 5 Nov 2020 09:50:37 +0000 (10:50 +0100)]
Merge pull request #23902 from nextcloud/backport/23798/stable20

[stable20] Add default font size

4 years agoAdd default font size 23902/head
GretaD [Fri, 30 Oct 2020 14:26:07 +0000 (15:26 +0100)]
Add default font size

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Nov 2020 02:18:59 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #23894 from nextcloud/backport/23799/stable20-minimal
Morris Jobke [Wed, 4 Nov 2020 20:14:51 +0000 (21:14 +0100)]
Merge pull request #23894 from nextcloud/backport/23799/stable20-minimal

[stable20] fix potentially passing null to events where IUser is expected

4 years agoMerge pull request #23899 from nextcloud/backport/23898/stable20
Morris Jobke [Wed, 4 Nov 2020 18:34:55 +0000 (19:34 +0100)]
Merge pull request #23899 from nextcloud/backport/23898/stable20

[stable20] Make user status styles scoped

4 years agoMerge pull request #23900 from nextcloud/backport/23897/stable20
Morris Jobke [Wed, 4 Nov 2020 18:34:44 +0000 (19:34 +0100)]
Merge pull request #23900 from nextcloud/backport/23897/stable20

[stable20] Move help to separate stylesheet

4 years agoMake user status styles scoped 23899/head
Julius Härtl [Wed, 4 Nov 2020 12:33:32 +0000 (13:33 +0100)]
Make user status styles scoped

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
4 years agoMerge pull request #23884 from nextcloud/backport/23097/stable20
John Molakvoæ [Wed, 4 Nov 2020 14:40:32 +0000 (15:40 +0100)]
Merge pull request #23884 from nextcloud/backport/23097/stable20

[stable20] Restrict query when searching for versions of trashbin files

4 years agoMove help to separate stylesheet 23900/head
Julius Härtl [Wed, 4 Nov 2020 12:17:16 +0000 (13:17 +0100)]
Move help to separate stylesheet

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agofix potentially passing null to events where IUser is expected 23894/head
Arthur Schiwon [Fri, 30 Oct 2020 14:38:19 +0000 (15:38 +0100)]
fix potentially passing null to events where IUser is expected

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #23419 from nextcloud/backport/23350/stable20
Morris Jobke [Wed, 4 Nov 2020 07:45:44 +0000 (08:45 +0100)]
Merge pull request #23419 from nextcloud/backport/23350/stable20

[stable20] Inidicate preview availability in share api responses

4 years agoRestrict query when searching for versions of trashbin files 23884/head
Julius Härtl [Tue, 29 Sep 2020 15:02:53 +0000 (17:02 +0200)]
Restrict query when searching for versions of trashbin files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #23874 from nextcloud/backport/23866/stable20
Julius Härtl [Wed, 4 Nov 2020 07:28:55 +0000 (08:28 +0100)]
Merge pull request #23874 from nextcloud/backport/23866/stable20

[stable20] Fix grid view toggle in tags view

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Nov 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoIndicate preview availability in share api responses 23419/head
Richard Steinmetz [Sun, 11 Oct 2020 13:19:30 +0000 (15:19 +0200)]
Indicate preview availability in share api responses

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>