0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00
Commit graph

524 commits

Author SHA1 Message Date
boltgolt
f7649fc922
Merge pull request #824 from Gliese852/pam-messages-order
Change the display order of PAM messages
2023-09-11 13:56:14 +02:00
Anton Golubev
40720bbf87
Fixup: don't else after return and no det. notice 2023-09-06 12:03:39 +03:00
boltgolt
1e5145e0ad
Merge pull request #775 from raelgc/patch-1
Adding missing `v4l-utils` package to Ubuntu dependencies
2023-09-05 23:06:22 +02:00
boltgolt
13f59e0d31
Merge pull request #834 from Joseph-DiGiovanni/beta
Add configurable device frame rate
2023-09-05 22:59:00 +02:00
boltgolt
3cc017b7b5
Merge pull request #831 from Gliese852/ensure-unique-id
Ensure Model ID is unique
2023-09-05 22:51:31 +02:00
Joseph DiGiovanni
d6e35cfd1d Add configurable device frame rate 2023-08-30 17:51:13 -04:00
Anton Golubev
ef60fa519c
Ensure Model ID is unique
The ID of the newly created model was obtained as the length of the
array of models, but if some models "in the middle" were deleted, the
new ID could be the same as the existing one.

We are sure that the last ID is the maximum, so we just take +1 than the
last element.
2023-08-28 14:16:40 +03:00
boltgolt
538569921e
Merge pull request #828 from ciaoly/beta
Fix some bugs
2023-08-21 10:46:14 +02:00
chaol
ab82274a33
Fix wrong config path 2023-08-21 14:20:40 +08:00
chaol
7b835b26b4
Fix: "name 'os' is not defined" fault in preinst 2023-08-21 13:31:10 +08:00
Anton Golubev
a5184dc663
Fixup: check if the user has a model directry in the PAM module
Revert the use of pipe to signal from the script that the face model is
not found and do it directly in the module.
2023-08-11 10:21:46 +03:00
Anton Golubev
1b4f1c2d85
Change the display order of PAM messages
- do not show a message if the face model is not found

  - show a message if the user could not be recognized

  - show prompt if face model found (and enabled option)

  - enable the "detection_notice" option by default as this will only be
    shown to users who created the face model
2023-08-08 14:51:23 +03:00
Rael Gugelmin Cunha
4061b6573a
Make v4l-utils a recommended package 2023-06-25 08:49:20 -03:00
boltgolt
c17a834a52
Merge pull request #798 from izvyk/beta
Add doas support
2023-06-25 12:52:49 +02:00
boltgolt
2b3f38c2a9
Merge pull request #802 from musikid/fix_prompt
Ignore compare error if password is typed
2023-06-24 16:09:01 +02:00
Sayafdine Said
24a90277a1
fix: ignore compare error if password is typed 2023-06-19 21:41:51 +02:00
Philipp Mukosey
84c8438aa5
add doas support 2023-06-07 19:53:41 +04:00
Rael Gugelmin Cunha
889d5235dd
Adding missing v4l-utils utils to Ubuntu dependencies 2023-04-04 12:03:05 -03:00
boltgolt
30728a6d36
Merge pull request #762 from fufexan/beta
config: add fallbacks
2023-03-08 17:41:32 +01:00
Mihai Fufezan
9b63f1c69e
config: add fallbacks 2023-03-07 21:44:55 +02:00
boltgolt
e881cc2593
Merge pull request #758 from kianmeng/fix-typos
Fix typos
2023-02-28 12:26:04 +01:00
Kian-Meng Ang
767176c804 Fix typos
Found via `codespell -S .mypy_cache,.git -L timout,ans,intenal`
2023-02-28 10:59:51 +08:00
boltgolt
db3a8cbfd4
GTK fixes 2023-02-22 09:35:36 +01:00
boltgolt
215a1dbc2f
Error code fixes 2023-02-19 15:21:07 +01:00
boltgolt
568a5734d4
Change snapshot location per #649 2023-02-19 13:45:34 +01:00
boltgolt
27f3a73c9f
Update base config file 2023-02-19 13:06:25 +01:00
boltgolt
cae6d5f1cb
Readme updates and fixes 2023-02-19 12:26:05 +01:00
boltgolt
662b29a27a
Merge pull request #683 from EmixamPP/linux-enable-ir-emitter_2
linux-enable-ir-emitter
2023-02-19 10:50:57 +01:00
boltgolt
2d77431a56
Merge pull request #649 from patriziobruno/beta
move config.ini and /models to /etc/howdy
2023-02-19 10:47:15 +01:00
boltgolt
671ab1a4de
Remove SRCINFO again 2023-02-19 10:45:03 +01:00
boltgolt
024451fd05
Small fixes to update PR 2023-02-19 10:44:04 +01:00
boltgolt
373f002f96
Merge branch 'beta' of github.com:boltgolt/howdy into beta 2023-02-19 10:23:18 +01:00
boltgolt
ceca88a427
Implement arch changes from #546 2023-02-19 10:10:35 +01:00
boltgolt
ea933e3255
Fix header 2023-02-19 09:57:45 +01:00
boltgolt
8eefb6825f
Merge pull request #736 from jezek/beta-pam_python3-pam
Add pam_python3 support and use updated config variable names
2023-02-18 21:51:52 +01:00
boltgolt
b89d11dd48
Remove pam.py from PR 2023-02-18 21:48:40 +01:00
boltgolt
cd890b56c1
Implement #570, special error code for missing 2023-02-18 21:41:20 +01:00
boltgolt
72c1086870
Merge pull request #673 from NP-chaonay/beta
rename wrong attribute name to prevent AttributeError PYthon Exception
2023-02-18 21:28:30 +01:00
boltgolt
2a23fa32fb
Fixes and comments for models in test command 2023-02-18 21:25:41 +01:00
boltgolt
c65238917f
Merge branch 'albfan-model-on-test' into beta 2023-02-18 21:18:09 +01:00
boltgolt
021fd0956e
Merge branch 'model-on-test' of github.com:albfan/howdy into albfan-model-on-test 2023-02-18 21:17:56 +01:00
boltgolt
d00f7a94fd
Fix warnings 2023-02-18 20:22:51 +01:00
boltgolt
1dc56b1705
Finally move fully to the compiled .so 2023-02-18 20:07:32 +01:00
jEzEk
0803465cd9 Use new config variable names in all scripts
Changed:
capture_failed -> save_failed
capture_successful -> save_successful
ignore_ssh -> abort_if_ssh
ignore_closed_lid -> abort_if_lid_closed
2022-12-07 18:05:37 +01:00
jEzEk
58a5368448 Merge remote-tracking branch 'wmyfelix/patch-2' into beta-pam_python3-pam 2022-12-07 18:04:52 +01:00
jEzEk
4b0677d24f Merge remote-tracking branch 'mikacousin/dev' into beta-pam_python3-pam 2022-12-07 18:04:37 +01:00
Mika Cousin
2bd8834b8c Add python3 pam-python support 2022-10-31 16:35:21 +01:00
Alberto Fanjul
108ddd5e94 Show model label detected 2022-08-01 18:27:33 -04:00
Alberto Fanjul
39272035af Close test using Close window button 2022-08-01 18:27:33 -04:00
FeliiiciaWen
544ccb4b2a
Fix config.getboolean 2022-07-26 03:04:38 +08:00