Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme fixes and improvements #2278

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Theme fixes and improvements #2278

merged 1 commit into from
Nov 28, 2022

Conversation

predictiple
Copy link
Contributor

  • Fixed appearance and behaviour of disabled group buttons in all themes.
  • Switched Github Dimmed theme font to Noto Sans which github.com recently started using, plus other changes to align more closely with github's theme.
  • Replaced Atkinson font with Noto Sans in other themes to avoid bloat.
  • Made description text in artifact viewer slightly larger.
  • Fixed <code> coloring.
  • Fixed some typos.

@scudette scudette merged commit c4e0a0a into Velocidex:master Nov 28, 2022
scudette pushed a commit that referenced this pull request Dec 3, 2022
scudette added a commit that referenced this pull request Dec 3, 2022
* [Snyk] Upgrade ace-builds from 1.12.3 to 1.12.4 (#2264)

fix: upgrade ace-builds from 1.12.3 to 1.12.4

Snyk has created this PR to upgrade ace-builds from 1.12.3 to 1.12.4.

See this package in npm:
https://www.npmjs.com/package/ace-builds

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr

* Bugfix: http_client was unable to open unix domain sockets (#2270)

* Added code to automatically reformat VQL in notebook. (#2271)

* [Snyk] Upgrade ace-builds from 1.12.4 to 1.12.5 (#2269)

fix: upgrade ace-builds from 1.12.4 to 1.12.5

Snyk has created this PR to upgrade ace-builds from 1.12.4 to 1.12.5.

See this package in npm:
https://www.npmjs.com/package/ace-builds

See this project in Snyk:
https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr

* Fixed the Windows.KapeFiles.Extract artifact (#2275)

Refactor code to pass OSPath into VQL functions.
Fixed bug in escaping the paths in the collector accessor.

* Upgrade Velociraptor's yara plugin to support yara 4.2.3 (#2277)

* Theme fixes and improvements (#2278)

* Bugfix: Downloading CSV from table breaks with error. (#2280)

Additional Version field was added to download handler but was not
decoded by the schema parser properly.

* Bugfix: uploads.json in the flow download refered to filestore paths (#2282)

The _Components column of the uploads.json in the filestore refers to filestore
paths (e.g. clients/C.1bfa6928675831f5-O123/collections/F.CE2PSBS6BQCSO...) This makes it incompatible with the offline collector which uses this column to refer to paths within the zip file itself.

Previously this same file was just copied to the container but now it is being modified to support the different components list. This makes the upload.json format compatible with the offline collector so that VQL artifacts designed to work on the offline collector can also work on flow downloads.

* Fix example for dummy proxy in documentation (#2281)

Omitting the protocol results in an error at application start-up.

* Theme fixes and improvements (#2283)

* Ensure reserved user names can not be used (#2284)

Previously reserved user names like VelociraptorServer were blocked
from being added in VQL but it was still possible to use the command
line to add these reserved user names.

This PR adds additional contraints and a test to confirm these
reserved user names are not added.

* ACE editor font corrections (#2285)

* Theme fixes and improvements

* Fix ACE editor font names

* Update font names _variables

* Add shaded container around artifact description content (#2287)

* Use 'HuntDescription' value for hunt() 'description' value (#2289)

* User admin management screeb (#2212)

Introduce a new user management UI that allows admins to manipulate user's org memberships, reset passwords, create new users and change user's roles and permissions.

Special thanks to @jeffmahoney for working on this really large feature!

* Theme fixes (#2291)

* Theme fixes

* Improved legibility of <code> in artifact viewer

* Bugfix: Export notebook to zip broken (#2295)

Also added a test and new VQL function create_notebook_export()

* Added write_jsonl plugin. (#2296)

* Bugfix: Collector timeout was set in ns (#2297)

* Fix freebsd build (#2298)

* Bump decode-uri-component from 0.2.0 to 0.2.2 in /gui/velociraptor (#2299)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Prepare for 0.6.7-2 release

Incorporate bugfixes from 0.6.7-1 release.

* Fix test

* Fix test

* Fix Windows.NTFS.MFT

* Fixed test

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Snyk bot <snyk-bot@snyk.io>
Co-authored-by: predictiple <predictiple@users.noreply.github.com>
Co-authored-by: ae-govau <adam.eijdenberg@defence.gov.au>
Co-authored-by: weslambert <wlambertts@gmail.com>
Co-authored-by: Jeff Mahoney <jeffm@suse.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants