Commit Graph

1413 Commits

Author SHA1 Message Date
Gaby
d8cf74cd48
docs: add youtube video teaser gif 2021-06-15 12:09:10 +02:00
Gaby
67f473ec4a
docs: add oss awards nomination to "featured in" 2021-06-15 11:53:07 +02:00
Sven Nolting
c861aa83c4
docs: add another "featured in" (#1131) 2021-06-15 11:44:15 +02:00
Gabriel Saillard
ab342e2045
sec: npm audit fix 2021-06-15 11:36:09 +02:00
Gabriel Saillard
fcc91a5d5f
chore: upgrade sec patches in deps 2021-06-15 11:31:23 +02:00
Gabriel Saillard
9cfc2e2a56
feat: bypass gpu acceleration blocklist #1129 2021-06-02 11:29:59 +02:00
dependabot[bot]
1f555a62fb
chore: bump ws from 7.4.5 to 7.4.6 in /src (#1125)
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 08:43:35 +02:00
Gabriel Saillard
9fbf0d2fb7
fix: prevent passing tainted env to subprocesses - close #1124 2021-05-26 22:05:37 +02:00
Gabriel Saillard
04d303f4a9
revert: downgrade de-released electron-builder version 2021-05-25 10:46:03 +02:00
Gabriel Saillard
0fa76464ff
chore: upgrade to Electron 12 2021-05-25 10:34:30 +02:00
Gaby
8274e15535
feat(ci): codeql security analysis 2021-05-17 18:07:21 +02:00
Gabriel Saillard
11c4966eb0
chore: upgrade deps - fix security alert 2021-05-17 09:57:36 +02:00
Dieter Beckers
f9730d0f7b
feat: nl-be keyboard file added (#1118)
Co-authored-by: dieter <test@ikkel.com>
2021-05-16 15:32:32 +02:00
Gabriel Saillard
ea759720e5
fix: errors when using arrow keys on a touchscreen 2021-05-06 14:34:33 +02:00
Gabriel Saillard
fd39b0b2d8
fix: prevent soft keyboard appearance on touch devices - close #733 2021-05-06 14:14:03 +02:00
Gabriel Saillard
722cc9eac8
fix(win32): upgrade si to get patch for sebhildebrandt/systeminformation#531, fix NaN% in memory #1114 2021-05-06 12:55:14 +02:00
Gabriel Saillard
5bf9018ad3
perf(win32): throttle expensive systeminformation calls 2021-05-06 12:29:58 +02:00
Gaby
a8755f7435
chore: add risingstars 2020 to readme's featured in
🎉
2021-05-06 00:33:55 +02:00
H-Baguette
652ceee9bd
fix: 'forceFullscreen' being overwritten by settings GUI (#1112)
Co-authored-by: Nice Try, Officer <baguette@sdf.org>
2021-04-28 17:57:53 +02:00
Gabriel Saillard
4f1a26438a
fix: upgrade systeminformation battery method names - close #1113 2021-04-28 17:40:32 +02:00
Gabriel Saillard
051d22378f
chore: update file icons 2021-04-26 16:59:28 +02:00
Michael Reinhardt
9df017315b
refactor: Adjust cyborg theme colors to work better together (#1106)
Co-authored-by: Mike Reinhardt <mike.reinhardt@verizonmedia.com>
2021-04-16 12:02:21 +02:00
Gabriel Saillard
2ba1659189
chore: remove non-license content from license document 2021-04-07 10:40:56 +02:00
Gabriel Saillard
877575feda
chore: update copyright line for 2021 2021-04-07 10:32:19 +02:00
Gabriel Saillard
ac7d4e54b8
chore: update file icons 2021-04-03 11:49:58 +02:00
Gabriel Saillard
7f8be7f6e8
chore: upgrade deps 2021-04-03 11:49:48 +02:00
Michael Reinhardt
0dfc858b5d
feat: Add deconstructed keyboard to cyborg-focus theme (#1100)
Co-authored-by: Mike Reinhardt <mike.reinhardt@verizonmedia.com>
2021-04-02 12:21:09 +02:00
Michael Reinhardt
2a889f723b
feat: add cyborg and cyborg-focus themes (#1098)
Co-authored-by: Mike Reinhardt <mike.reinhardt@verizonmedia.com>
2021-03-27 11:51:46 +01:00
Gabriel Saillard
08a0fe5ec5
chore: post-rel 2.2.7 2021-03-20 14:36:17 +01:00
Gabriel Saillard
ee73621882
release: mark 2.2.7 2021-03-20 14:34:41 +01:00
Gabriel Saillard
0b6ddc0834
chore: update file icons 2021-03-20 14:34:12 +01:00
Gabriel Saillard
90e9f72198
chore: update deps 2021-03-20 14:33:51 +01:00
Gaby
6934283068
fix(ci): correctly build arm64v8 and armv7l/arm32v7 binaries using QEMU machine emulation - close #1051 (#1090)
* test: build armv7l and arm64v8 binaries using QEMU emulation #1051

* fix: use a 3-opts matrix for qemu emul buils, fix typo

* chore: remove leftover -qemu ci jobs

* fix: ci linux qemu cross-build: prevent unexpected crossbuilds

* feat: ci: disable fail-fast

* test: ci: specify electron-builder opts right in workflow file

* test: use arm64 ubuntu container on Actions

* test

* test2

* test2

* test2

* test2

* test3

* test4

* refactor: move arm64 builds to separate job

* fix typo

* fix: docker image name cannot be set with matrix otps

* fix missing rsync binary in arm64 node image

* fix missing rsync binary in arm64 node image

* fix missing rsync binary in arm64 node image

* perf: speed up arm64 qemu builds

* remove broken arm32v7 pipeline

* fix npm permissions errors on arm64

* do not restore incorrect caches

* rename linux-arm64 artifact to prevent conflicts

* test: re-enable qemu arm7 platform support

* fix ci job name typo

* cleanup workflow file

* disable broken apple silicon builds
2021-03-17 17:59:24 +01:00
sadata7
076a788db9
feat: enhance display of uptime by adding day indicator #1065 (#1084) 2021-03-14 15:08:21 +01:00
sadata7
732153b231
fix: restrict fix #265 to Win32, close #1063 (#1083) 2021-03-14 15:07:04 +01:00
Gabriel Saillard
ec8e383b89
style: address some lgtm alerts for code styling 2021-03-08 15:02:17 +01:00
Gabriel Saillard
f495c56ba2
chore: update file icons 2021-03-08 14:43:14 +01:00
Gabriel Saillard
417a82e6c1
fix(mod_fsdisp): do not use deprecated electron api for opening in external programs 2021-03-08 14:40:46 +01:00
Matt
be7ce6d751
feat: added Navy-disrupted style theme (#1064) 2021-03-07 20:12:18 +01:00
Gabriel Saillard
ac9e5786f5
chore: re-enable npm rebuild in build process 2021-02-25 11:06:34 +01:00
Gabriel Saillard
a7e49fc1a4
fix: remove unused electron-rebuild dep 2021-02-25 11:03:02 +01:00
Gabriel Saillard
6ae97b73f5
fix: silence errors on unknown peer geoip location 2021-02-24 16:22:09 +01:00
Gabriel Saillard
32e32905e2
chore(deps): minor dep upgrades 2021-02-24 16:17:07 +01:00
Gabriel Saillard
a0e9814a30
fix: NaN values for memory and cpu usage in toplist #1052 2021-02-24 16:15:31 +01:00
Matt
3512a9ddf8
feat: added new 'Navy' theme (#1053) 2021-02-24 15:59:53 +01:00
Gabriel Saillard
a6dbc0b2ff
chore: release v2.2.6 2021-02-22 11:42:12 +01:00
Gabriel Saillard
eeeb7a8f73
fix(mod_cpuinfo): cpu speed not displaying 2021-02-22 11:23:39 +01:00
Gabriel Saillard
5aa12328c5
test: attempt building for more targets 2021-02-22 11:09:34 +01:00
Gabriel Saillard
e33705818c
chore: upgrade deps 2021-02-19 15:37:14 +01:00
Surge
1a0b640dd0
Disable input sounds when in password mode (#1046)
* Extend file editing capabilities

* Add git files to the supported file types list

* Replace single filetype handling with MIME handling

* update submodules

* use mime.charset to tell which files are text-readable

* Stop sounds from playing on key press when in password mode

* Fix little mistake on line 347

Co-authored-by: Gaby <gabriel@saillard.dev>

Co-authored-by: Gabriel Saillard <gabriel@saillard.dev>
2021-02-17 20:11:07 +01:00