Devaev Maxim
540cf4f6c2
aiohttp hotfix
2021-04-15 14:24:36 +03:00
Devaev Maxim
ed58fa2a25
new sponsor
2021-04-14 22:51:53 +03:00
Devaev Maxim
12795eb858
Bump version: 2.44 → 2.45
2021-04-14 11:32:22 +03:00
Devaev Maxim
f9fcc3c3eb
https://bugs.archlinux.org/task/70438
2021-04-14 11:31:18 +03:00
Devaev Maxim
8a8ad03c50
Bump version: 2.43 → 2.44
2021-04-14 11:09:53 +03:00
Devaev Maxim
e12f8591f7
python 3.9.3 is broken
...
https://docs.python.org/release/3.9.4/whatsnew/changelog.html#changelog
2021-04-14 11:08:40 +03:00
Devaev Maxim
aa2d3b6cc1
new sponsors
2021-04-14 11:03:57 +03:00
Devaev Maxim
ffd7d00b1b
Bump version: 2.42 → 2.43
2021-04-13 18:46:24 +03:00
Devaev Maxim
aa3a5c702c
fixed pikvm/pikvm#275 : don't overwrite ssl
2021-04-13 18:14:34 +03:00
Devaev Maxim
ca430c23ad
Bump version: 2.41 → 2.42
2021-04-13 11:13:39 +03:00
Devaev Maxim
79202c67b2
keep window ratio on reducing
2021-04-13 10:50:10 +03:00
Devaev Maxim
5dc123e186
refactoring
2021-04-13 10:14:27 +03:00
Devaev Maxim
6de0ee0017
simplified mouse code, fixed some bugs
2021-04-13 09:36:50 +03:00
Daniel Jin
a145e72954
Add form tag to allow autocomplete of username and password. ( #42 )
2021-04-13 09:23:28 +03:00
Maxim Devaev
3af4a8b852
Rework of #39 ( #40 )
...
* Rework of #39 patch from @arykov (thanks)
* styled resize corner
* fixed squashing of resizaable window on moving
* keep window size and opsition after full screen
* not necessary
* attempt to fix desktop overflow
* improved
* ios fixes
* refactoring
2021-04-12 15:26:32 +03:00
Devaev Maxim
8158941833
new sponsors
2021-04-12 09:59:48 +03:00
Devaev Maxim
559996af24
Bump version: 2.40 → 2.41
2021-04-10 12:05:18 +03:00
Devaev Maxim
e39f3d46d8
refactoring
2021-04-09 06:28:58 +03:00
Devaev Maxim
1ca341069d
ipmi gpio driver uses ipmitool
2021-04-09 06:20:51 +03:00
Devaev Maxim
312605a70f
pass env to aioproc
2021-04-09 06:19:34 +03:00
Devaev Maxim
6f60118320
async gpio plugins
2021-04-09 05:57:04 +03:00
Devaev Maxim
6cc161427a
ipmi pseudo-gpio driver
2021-04-09 02:53:26 +03:00
Devaev Maxim
8390219c7e
new sponsor
2021-04-08 13:41:43 +03:00
Devaev Maxim
5b22dc480c
Bump version: 2.39 → 2.40
2021-04-08 04:33:05 +03:00
Devaev Maxim
834064432d
fixed certs checking in pkgbuild
2021-04-08 04:31:44 +03:00
Devaev Maxim
4a72a55321
Bump version: 2.38 → 2.39
2021-04-08 02:55:48 +03:00
Devaev Maxim
7955eb4eea
enabled jpeg memsink for all rpi3, rpi4 and generic boards
2021-04-08 02:45:30 +03:00
Maxim Devaev
15bf718759
Merge pull request #38 from MSumulong/patch-1
...
Fix /etc/kvmd/{nginx,vnc}/ssl directory creation
2021-04-08 01:56:55 +03:00
Michael B. Sumulong
2799ebb805
Fix /etc/kvmd/{nginx,vnc}/ssl directory creation
...
It appears that using quotes when doing brace expansion doesn't work as expected:
[root@pikvm-zerow tmp]# mkdir -p -v "./etc/kvmd/{nginx,vnc}/ssl"
mkdir: created directory './etc'
mkdir: created directory './etc/kvmd'
mkdir: created directory './etc/kvmd/{nginx,vnc}'
mkdir: created directory './etc/kvmd/{nginx,vnc}/ssl'
I believe the desired behavior is the following:
[root@pikvm-zerow tmp]# mkdir -p -v "./etc/kvmd/"{nginx,vnc}"/ssl"
mkdir: created directory './etc/kvmd/nginx'
mkdir: created directory './etc/kvmd/nginx/ssl'
mkdir: created directory './etc/kvmd/vnc'
mkdir: created directory './etc/kvmd/vnc/ssl'
I think the same change would also need to be made to https://github.com/pikvm/packages/blob/master/packages/kvmd/PKGBUILD which I can update if this is acceptable.
This proposed change fixes this issue.
2021-04-07 15:58:04 -04:00
Devaev Maxim
dddf72b9a6
new sponsor
2021-04-07 13:09:53 +03:00
Devaev Maxim
2a4e3c3a5c
refactoring
2021-04-06 07:43:51 +03:00
Devaev Maxim
c253e1e9a2
new sponsor
2021-04-04 11:27:16 +03:00
Devaev Maxim
b4b98583d4
refactoring
2021-04-03 11:01:16 +03:00
Devaev Maxim
26cc73ab8a
Bump version: 2.37 → 2.38
2021-04-03 02:13:15 +03:00
Devaev Maxim
f5c3bdc212
new sponsors
2021-04-03 00:49:50 +03:00
Devaev Maxim
0b64866d95
new sponsor
2021-03-28 20:06:40 +03:00
Devaev Maxim
fd73d1a2a0
Bump version: 2.36 → 2.37
2021-03-26 21:43:40 +03:00
Devaev Maxim
a66221a494
fixed mouse remap
2021-03-26 21:32:21 +03:00
Devaev Maxim
1674cf70b3
forgotten v3 sudoers
2021-03-26 18:59:52 +03:00
Devaev Maxim
60c8c967c9
user defined css
2021-03-26 05:56:10 +03:00
Devaev Maxim
ebc1d891ab
new sponsor
2021-03-26 05:20:56 +03:00
Devaev Maxim
e24228b875
mouse input range
2021-03-26 05:19:02 +03:00
Devaev Maxim
7f23f82a0d
Bump version: 2.35 → 2.36
2021-03-26 00:01:53 +03:00
Devaev Maxim
36842caef9
new sponsor
2021-03-25 23:59:49 +03:00
Devaev Maxim
18c1fa0255
Bump version: 2.34 → 2.35
2021-03-22 00:49:47 +03:00
Devaev Maxim
bf3f864625
enabled v3 clock
2021-03-22 00:36:37 +03:00
Devaev Maxim
8775e8854f
Bump version: 2.33 → 2.34
2021-03-21 18:10:19 +03:00
Devaev Maxim
140aba69c9
new sponsor
2021-03-21 18:01:27 +03:00
Devaev Maxim
d469d2b3ff
new sponsors
2021-03-19 02:10:48 +03:00
Devaev Maxim
2a2bc246da
new sponsor
2021-03-17 15:08:56 +03:00