]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix psalm warnings 22345/head
Morris Jobke [Thu, 20 Aug 2020 19:12:15 +0000 (21:12 +0200)]
Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #20891 from cuppett/cuppett/issue#19790
Roeland Jago Douma [Thu, 20 Aug 2020 18:28:05 +0000 (20:28 +0200)]
Merge pull request #20891 from cuppett/cuppett/issue#19790

Resolves #19790, Provides Support for IAM Credentials

4 years agoMerge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper
Roeland Jago Douma [Thu, 20 Aug 2020 17:45:47 +0000 (19:45 +0200)]
Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper

Don't use deprecated getIniWrapper() anymore

4 years agoMerge pull request #22342 from nextcloud/fix/noid/psalm-warnings
Morris Jobke [Thu, 20 Aug 2020 16:36:05 +0000 (18:36 +0200)]
Merge pull request #22342 from nextcloud/fix/noid/psalm-warnings

Fix psalm warnings

4 years agoFix psalm warnings 22342/head
Morris Jobke [Thu, 20 Aug 2020 16:30:48 +0000 (18:30 +0200)]
Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22335 from nextcloud/fix/16017/remove_nc_encryption
Morris Jobke [Thu, 20 Aug 2020 16:27:11 +0000 (18:27 +0200)]
Merge pull request #22335 from nextcloud/fix/16017/remove_nc_encryption

Remove encryption option for nextcloud external storage

4 years agoMerge pull request #21529 from nextcloud/enh/encryption/improve_key_format
Morris Jobke [Thu, 20 Aug 2020 15:41:18 +0000 (17:41 +0200)]
Merge pull request #21529 from nextcloud/enh/encryption/improve_key_format

New SSE key format

4 years agoMerge pull request #22284 from nextcloud/feature/noid/status_dashboard
John Molakvoæ [Thu, 20 Aug 2020 15:06:10 +0000 (17:06 +0200)]
Merge pull request #22284 from nextcloud/feature/noid/status_dashboard

"Recent status changes" Dashboard

4 years agoMerge pull request #22327 from nextcloud/dashboard/design-details
Jan C. Borchardt [Thu, 20 Aug 2020 15:00:30 +0000 (17:00 +0200)]
Merge pull request #22327 from nextcloud/dashboard/design-details

Dashboard design details

4 years agoMerge pull request #22322 from nextcloud/bugfix/noid/only-copy-share-link-when-not...
John Molakvoæ [Thu, 20 Aug 2020 14:54:41 +0000 (16:54 +0200)]
Merge pull request #22322 from nextcloud/bugfix/noid/only-copy-share-link-when-not-forced-password

4 years agoRemove unneeded import 22331/head
Morris Jobke [Thu, 20 Aug 2020 14:53:34 +0000 (16:53 +0200)]
Remove unneeded import

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #20724 from nextcloud/remove-children-non-recursive
Morris Jobke [Thu, 20 Aug 2020 14:50:33 +0000 (16:50 +0200)]
Merge pull request #20724 from nextcloud/remove-children-non-recursive

Make Cache::removeChildren non recursive

4 years agoAccept psalm warning for now 20724/head
Morris Jobke [Thu, 20 Aug 2020 14:46:00 +0000 (16:46 +0200)]
Accept psalm warning for now

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoFix unit tests
Morris Jobke [Thu, 20 Aug 2020 14:35:14 +0000 (16:35 +0200)]
Fix unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoUse the DI container also for the Install command registration
Morris Jobke [Thu, 20 Aug 2020 12:31:16 +0000 (14:31 +0200)]
Use the DI container also for the Install command registration

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoDon't use deprecated getIniWrapper() anymore
Joas Schilling [Thu, 20 Aug 2020 12:08:18 +0000 (14:08 +0200)]
Don't use deprecated getIniWrapper() anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoRemove encryption option for nextcloud external storage 22335/head
Roeland Jago Douma [Thu, 20 Aug 2020 14:28:03 +0000 (16:28 +0200)]
Remove encryption option for nextcloud external storage

Fixes #16017

Since it never worked we should not show it.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21797 from rawtaz/patch-1
Morris Jobke [Thu, 20 Aug 2020 14:08:51 +0000 (16:08 +0200)]
Merge pull request #21797 from rawtaz/patch-1

Include e-mail shares when transferring ownership

4 years agoMerge pull request #21734 from nextcloud/external-s3-no-touch
Morris Jobke [Thu, 20 Aug 2020 14:07:59 +0000 (16:07 +0200)]
Merge pull request #21734 from nextcloud/external-s3-no-touch

disable touch to update mtime for external s3 storage

4 years agobuild dashboard js 22327/head
Julien Veyssier [Thu, 20 Aug 2020 11:07:45 +0000 (13:07 +0200)]
build dashboard js

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoDashboard: Ellipsize widget headings to one line
Jan C. Borchardt [Thu, 20 Aug 2020 10:38:42 +0000 (12:38 +0200)]
Dashboard: Ellipsize widget headings to one line

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: No need to extend height of widgets if only one column is shown
Jan C. Borchardt [Thu, 20 Aug 2020 10:38:17 +0000 (12:38 +0200)]
Dashboard: No need to extend height of widgets if only one column is shown

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoResolves #19790, Provides Support for IAM Credentials 20891/head
Stephen Cuppett [Sat, 9 May 2020 14:22:56 +0000 (10:22 -0400)]
Resolves #19790, Provides Support for IAM Credentials

Includes support for either leveraging environment variables
passed to the PHP runtime or IAM instance profile present
on the host being used. The default and first choice is
still the parameter file as documented.

See also: https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_provider.html#chaining-providers

Signed-off-by: Stephen Cuppett <steve@cuppett.com>
4 years agoAdd Status Dashboard 22284/head
Georg Ehrke [Tue, 18 Aug 2020 08:54:46 +0000 (10:54 +0200)]
Add Status Dashboard

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoNew SSE key format 21529/head
Roeland Jago Douma [Mon, 22 Jun 2020 13:35:52 +0000 (15:35 +0200)]
New SSE key format

* Encrypt the keys with the instance secret
* Store them as json (so we can add other things if needed)

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMake Cache::removeChildren non recursive
Robin Appelman [Wed, 29 Apr 2020 14:07:51 +0000 (16:07 +0200)]
Make Cache::removeChildren non recursive

Currently the "add new files during scanning" call stack is smaller than
the "remove deleted files during scanning" call stack. This can lead to
the scanner adding folders in the folder tree that are to deep to be
removed.

This changes the `removeChildren` logic to be non recursive so there is
no limit to the depth of the folder tree during removal

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoOnly copy the link when updating a share or no password was forced 22322/head
Joas Schilling [Thu, 20 Aug 2020 10:03:46 +0000 (12:03 +0200)]
Only copy the link when updating a share or no password was forced

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22307 from nextcloud/bugfix/noid/dashboard-background
John Molakvoæ [Thu, 20 Aug 2020 12:33:21 +0000 (14:33 +0200)]
Merge pull request #22307 from nextcloud/bugfix/noid/dashboard-background

4 years agoMerge pull request #22332 from nextcloud/fix/noid/psalm-warnings
Morris Jobke [Thu, 20 Aug 2020 12:32:52 +0000 (14:32 +0200)]
Merge pull request #22332 from nextcloud/fix/noid/psalm-warnings

Extend psalm baseline to ignore errors for now

4 years agoMerge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routes
Morris Jobke [Thu, 20 Aug 2020 12:32:25 +0000 (14:32 +0200)]
Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routes

Only load routes of the app which is requested

4 years agoExtend psalm baseline to ignore errors for now 22332/head
Morris Jobke [Thu, 20 Aug 2020 12:20:54 +0000 (14:20 +0200)]
Extend psalm baseline to ignore errors for now

One is a false positive - see https://github.com/vimeo/psalm/pull/4032

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22321 from nextcloud/status/icons
Georg Ehrke [Thu, 20 Aug 2020 11:21:07 +0000 (13:21 +0200)]
Merge pull request #22321 from nextcloud/status/icons

User status: Update icons for better visibility

4 years agoRun psalm-baseline.xml update once a day
Morris Jobke [Thu, 20 Aug 2020 10:51:51 +0000 (12:51 +0200)]
Run psalm-baseline.xml update once a day

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoRevert "This is just to trigger the GitHub scheduled actions registration"
Morris Jobke [Thu, 20 Aug 2020 10:50:57 +0000 (12:50 +0200)]
Revert "This is just to trigger the GitHub scheduled actions registration"

This reverts commit 2e912990ff63ca364a070243594b174e0ec9868b.

4 years agoThis is just to trigger the GitHub scheduled actions registration
Morris Jobke [Thu, 20 Aug 2020 10:50:27 +0000 (12:50 +0200)]
This is just to trigger the GitHub scheduled actions registration

It is needed for #22314 and I will revert it right away afterwards.

Sorry for the trouble.

See the answer in https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled

4 years agoRun update-psalm-baseline action every 5 minutes
Morris Jobke [Thu, 20 Aug 2020 10:44:03 +0000 (12:44 +0200)]
Run update-psalm-baseline action every 5 minutes

For debugging purposed due to a GitHub bug.

See #22325

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22326 from nextcloud/revert-22325-MorrisJobke-patch-1
Morris Jobke [Thu, 20 Aug 2020 10:42:00 +0000 (12:42 +0200)]
Merge pull request #22326 from nextcloud/revert-22325-MorrisJobke-patch-1

Revert "This is just to trigger the GitHub scheduled actions registration"

4 years agoRevert "This is just to trigger the GitHub scheduled actions registration" 22326/head
Morris Jobke [Thu, 20 Aug 2020 10:41:47 +0000 (12:41 +0200)]
Revert "This is just to trigger the GitHub scheduled actions registration"

4 years agoMerge pull request #22325 from nextcloud/MorrisJobke-patch-1
Morris Jobke [Thu, 20 Aug 2020 10:41:23 +0000 (12:41 +0200)]
Merge pull request #22325 from nextcloud/MorrisJobke-patch-1

This is just to trigger the GitHub scheduled actions registration

4 years agoThis is just to trigger the GitHub scheduled actions 22325/head
Morris Jobke [Thu, 20 Aug 2020 10:40:42 +0000 (12:40 +0200)]
This is just to trigger the GitHub scheduled actions

It is needed for https://github.com/nextcloud/server/pull/22314 and I will revert it right away afterwards.

Sorry for the trouble.

4 years agoMerge pull request #22314 from nextcloud/ci/noid/run-daily-updates-of-psalm-baseline
Morris Jobke [Thu, 20 Aug 2020 10:39:16 +0000 (12:39 +0200)]
Merge pull request #22314 from nextcloud/ci/noid/run-daily-updates-of-psalm-baseline

Generate psalm-baseline.xml PR instead of requiring this from the PR …

4 years agoGenerate psalm-baseline.xml PR instead of requiring this from the PR author itself 22314/head
Morris Jobke [Thu, 20 Aug 2020 07:06:32 +0000 (09:06 +0200)]
Generate psalm-baseline.xml PR instead of requiring this from the PR author itself

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoremove background-color for user status and weather status in dashboard, build all 22307/head
Julien Veyssier [Thu, 20 Aug 2020 10:34:15 +0000 (12:34 +0200)]
remove background-color for user status and weather status in dashboard, build all

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoSmall fixes to cleanup code
Julius Härtl [Wed, 19 Aug 2020 19:50:40 +0000 (21:50 +0200)]
Small fixes to cleanup code

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22311 from nextcloud/bugfix/noid/dont-load-all-calendarobjects...
Joas Schilling [Thu, 20 Aug 2020 09:22:37 +0000 (11:22 +0200)]
Merge pull request #22311 from nextcloud/bugfix/noid/dont-load-all-calendarobjects-into-memory

Don't load all calendar objects into memory

4 years agoMerge pull request #22320 from nextcloud/bugfix/noid/exclude-bridge-bot-password...
Joas Schilling [Thu, 20 Aug 2020 09:18:05 +0000 (11:18 +0200)]
Merge pull request #22320 from nextcloud/bugfix/noid/exclude-bridge-bot-password-of-talk

Exclude the Bridge Bot password as well

4 years agoUser status: Update icons for better visibility 22321/head
Jan C. Borchardt [Wed, 19 Aug 2020 13:25:22 +0000 (15:25 +0200)]
User status: Update icons for better visibility

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoExclude the Bridge Bot password as well 22320/head
Joas Schilling [Thu, 20 Aug 2020 08:28:35 +0000 (10:28 +0200)]
Exclude the Bridge Bot password as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #22313 from nextcloud/fix/dashboard/geolocation
Morris Jobke [Thu, 20 Aug 2020 08:22:59 +0000 (10:22 +0200)]
Merge pull request #22313 from nextcloud/fix/dashboard/geolocation

Allow using geolocation in the dashboard

4 years agoMerge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_string
Roeland Jago Douma [Thu, 20 Aug 2020 07:03:06 +0000 (09:03 +0200)]
Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_string

Allow writing empty content to new file

4 years agoAllow using geolocation in the dashboard 22313/head
Roeland Jago Douma [Thu, 20 Aug 2020 07:00:03 +0000 (09:00 +0200)]
Allow using geolocation in the dashboard

Else the weather geolocation is kind of useless.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22124 from nextcloud/enh/weather-status
Morris Jobke [Thu, 20 Aug 2020 06:05:01 +0000 (08:05 +0200)]
Merge pull request #22124 from nextcloud/enh/weather-status

weather status used in dashboard

4 years agoDon't load all calendar objects into memory 22311/head
Joas Schilling [Thu, 20 Aug 2020 05:56:25 +0000 (07:56 +0200)]
Don't load all calendar objects into memory

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Aug 2020 02:17:38 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agobetter translations, fix status color, build user status and dashboard 22124/head
Julien Veyssier [Wed, 19 Aug 2020 23:24:24 +0000 (01:24 +0200)]
better translations, fix status color, build user status and dashboard

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoWeather status: Fix small design issues
Jan C. Borchardt [Wed, 19 Aug 2020 22:54:11 +0000 (00:54 +0200)]
Weather status: Fix small design issues

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agonew weather status used in dashboard
Julien Veyssier [Thu, 6 Aug 2020 08:43:26 +0000 (10:43 +0200)]
new weather status used in dashboard

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
4 years agoMerge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-invalid...
Morris Jobke [Wed, 19 Aug 2020 20:08:15 +0000 (22:08 +0200)]
Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-invalid-scalar-arguments

Cast float to int to avoid invalid scalar argument warning

4 years agoProperly inject IRouter into URLGenerator to properly encapsulate tests 13712/head
Morris Jobke [Tue, 11 Aug 2020 20:28:29 +0000 (22:28 +0200)]
Properly inject IRouter into URLGenerator to properly encapsulate tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoOnly load routes of the app which is requested
Morris Jobke [Mon, 21 Jan 2019 11:02:30 +0000 (12:02 +0100)]
Only load routes of the app which is requested

* Add fallback to load all routes if needed
* Move partial loaded routes test to proper place

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22214 from nextcloud/dashboard/design-fixes
Morris Jobke [Wed, 19 Aug 2020 19:55:54 +0000 (21:55 +0200)]
Merge pull request #22214 from nextcloud/dashboard/design-fixes

Custom dashboard background

4 years agoFix psalm warnings 22214/head
Morris Jobke [Wed, 19 Aug 2020 19:55:13 +0000 (21:55 +0200)]
Fix psalm warnings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22018 from nextcloud/bugfix/noid/harden-key-generation
Morris Jobke [Wed, 19 Aug 2020 18:42:34 +0000 (20:42 +0200)]
Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generation

Harden SSE key generation

4 years agoFix typo in error message 22018/head
Morris Jobke [Wed, 19 Aug 2020 18:42:27 +0000 (20:42 +0200)]
Fix typo in error message

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in
Roeland Jago Douma [Wed, 19 Aug 2020 18:10:45 +0000 (20:10 +0200)]
Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in

SSE: make legacy format opt in

4 years agoMerge pull request #22041 from nextcloud/feature/noid/typed_events_dav
Morris Jobke [Wed, 19 Aug 2020 17:34:12 +0000 (19:34 +0200)]
Merge pull request #22041 from nextcloud/feature/noid/typed_events_dav

Add Typed Events for CalDAV- and CardDAV-related Events

4 years agoMerge pull request #22304 from nextcloud/techdebt/noid/matching-param-names
Morris Jobke [Wed, 19 Aug 2020 17:34:02 +0000 (19:34 +0200)]
Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names

Use matching parameter names form interfaces and implementations

4 years agoMerge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum
Morris Jobke [Wed, 19 Aug 2020 16:21:01 +0000 (18:21 +0200)]
Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum

Send "429 Too Many Requests" in case of brute force protection

4 years agoBetter psalm CI output 22304/head
Morris Jobke [Wed, 19 Aug 2020 16:12:15 +0000 (18:12 +0200)]
Better psalm CI output

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoUse matching parameter names form interfaces and implementations
Morris Jobke [Wed, 19 Aug 2020 15:54:00 +0000 (17:54 +0200)]
Use matching parameter names form interfaces and implementations

Found by Psalm 3.14.1

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-scalar...
Morris Jobke [Wed, 19 Aug 2020 15:55:56 +0000 (17:55 +0200)]
Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-scalar-arguments

Cast float/char to int to avoid invalid scalar argument warning

4 years agoBump bundles
Julius Härtl [Wed, 19 Aug 2020 15:06:42 +0000 (17:06 +0200)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoOnly show app store link if user is admin
Julius Härtl [Wed, 19 Aug 2020 15:04:24 +0000 (17:04 +0200)]
Only show app store link if user is admin

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDashboard: fix visual glitch when clicking on active background
Jan C. Borchardt [Wed, 19 Aug 2020 15:05:10 +0000 (17:05 +0200)]
Dashboard: fix visual glitch when clicking on active background

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoAdd previews
Julius Härtl [Wed, 19 Aug 2020 15:00:04 +0000 (17:00 +0200)]
Add previews

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDashboard: Adjust for dark and high contrast themes
Jan C. Borchardt [Wed, 19 Aug 2020 11:54:50 +0000 (13:54 +0200)]
Dashboard: Adjust for dark and high contrast themes

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: Adjust for dark and high contrast themes
Jan C. Borchardt [Wed, 19 Aug 2020 11:54:50 +0000 (13:54 +0200)]
Dashboard: Adjust for dark and high contrast themes

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: Finish image list and attribution
Jan C. Borchardt [Wed, 19 Aug 2020 11:45:57 +0000 (13:45 +0200)]
Dashboard: Finish image list and attribution

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoDashboard: Add more feedback for selected background
Jan C. Borchardt [Tue, 18 Aug 2020 22:29:14 +0000 (00:29 +0200)]
Dashboard: Add more feedback for selected background

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoFix php cs
Julius Härtl [Tue, 18 Aug 2020 18:40:19 +0000 (20:40 +0200)]
Fix php cs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix const visibility
Julius Härtl [Tue, 18 Aug 2020 18:31:03 +0000 (20:31 +0200)]
Fix const visibility

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd active indicator to background selector
Julius Härtl [Tue, 18 Aug 2020 18:30:12 +0000 (20:30 +0200)]
Add active indicator to background selector

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoOnly invert header buttons
Julius Härtl [Tue, 18 Aug 2020 13:27:16 +0000 (15:27 +0200)]
Only invert header buttons

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMake it possible to define theme header styling per background
Julius Härtl [Tue, 18 Aug 2020 12:11:02 +0000 (14:11 +0200)]
Make it possible to define theme header styling per background

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDashboard: fix HTML structure of background picker
Jan C. Borchardt [Tue, 18 Aug 2020 11:04:16 +0000 (13:04 +0200)]
Dashboard: fix HTML structure of background picker

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoFix late night errors
Julius Härtl [Tue, 18 Aug 2020 09:57:01 +0000 (11:57 +0200)]
Fix late night errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoWIP: Start off with attribution for shipped backgrounds
Julius Härtl [Mon, 17 Aug 2020 19:38:33 +0000 (21:38 +0200)]
WIP: Start off with attribution for shipped backgrounds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAllow to set a primary color background
Julius Härtl [Mon, 17 Aug 2020 19:29:29 +0000 (21:29 +0200)]
Allow to set a primary color background

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix keyboard navigation
Julius Härtl [Mon, 17 Aug 2020 18:04:05 +0000 (20:04 +0200)]
Fix keyboard navigation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDashboard: Customize modal design improvements
Jan C. Borchardt [Sun, 16 Aug 2020 23:17:06 +0000 (01:17 +0200)]
Dashboard: Customize modal design improvements

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
4 years agoRemove old shipped background
Julius Härtl [Fri, 14 Aug 2020 15:21:35 +0000 (17:21 +0200)]
Remove old shipped background

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd images
Julius Härtl [Fri, 14 Aug 2020 13:08:25 +0000 (15:08 +0200)]
Add images

Signed-off-by: Julius Härtl <jus@bitgrid.net>
update images

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDo not reset background on every save
Julius Härtl [Fri, 14 Aug 2020 14:47:17 +0000 (16:47 +0200)]
Do not reset background on every save

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoPush widget metadata to callback
Julius Härtl [Fri, 14 Aug 2020 14:37:37 +0000 (16:37 +0200)]
Push widget metadata to callback

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoImplement background reset and proper shipped setting
Julius Härtl [Fri, 14 Aug 2020 14:22:22 +0000 (16:22 +0200)]
Implement background reset and proper shipped setting

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix loading as guest
Julius Härtl [Fri, 14 Aug 2020 13:25:55 +0000 (15:25 +0200)]
Fix loading as guest

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAllow to set a custom background
Julius Härtl [Wed, 12 Aug 2020 08:02:33 +0000 (10:02 +0200)]
Allow to set a custom background

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix the return type of OC_Template->fetchPage() to be string only 22280/head
Morris Jobke [Wed, 19 Aug 2020 14:48:06 +0000 (16:48 +0200)]
Fix the return type of OC_Template->fetchPage() to be string only

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoAdd legacy scanning command 22218/head
Roeland Jago Douma [Mon, 17 Aug 2020 19:00:37 +0000 (21:00 +0200)]
Add legacy scanning command

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAdd setup check that links to the migration documentation
Morris Jobke [Wed, 12 Aug 2020 13:16:33 +0000 (15:16 +0200)]
Add setup check that links to the migration documentation

Signed-off-by: Morris Jobke <hey@morrisjobke.de>