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

564 commits

Author SHA1 Message Date
boltgolt
2c14735ac4
Merge branch 'gkt-ui' into dev 2021-01-08 19:01:31 +01:00
boltgolt
db3ee86bc2
Added video tab to window 2021-01-08 18:49:58 +01:00
boltgolt
181318d201
Onboarding is done 2021-01-08 16:02:38 +01:00
boltgolt
9f4c1a7fe6
Added entire onboarding flow 2021-01-04 23:51:49 +01:00
boltgolt
4f3188cae5
Tab models file rename 2021-01-04 12:38:10 +01:00
boltgolt
ac933f851e
Added internalisation and user add button 2021-01-03 16:10:13 +01:00
boltgolt
1384cc3f72
Fixed string errors 2021-01-03 14:00:19 +01:00
boltgolt
fc14425bd6
Merge pull request #489 from Jellyfrog/feature/archpkg
Remove unneeded dependencies from Arch Linux
2021-01-03 13:51:08 +01:00
boltgolt
991e84c1f6
Merge branch 'master' into feature/archpkg 2021-01-03 13:50:22 +01:00
boltgolt
a456147103
Merge pull request #491 from Jellyfrog/feature/arch/pampkg
Update pam-python to 1.0.8
2021-01-03 13:49:00 +01:00
Jellyfrog
66e9de8b11 Update pam-python to 1.0.8 2021-01-03 01:25:25 +01:00
Jellyfrog
ecdd977e5a Remove unneeded dependencies from Arch Linux 2021-01-02 23:36:15 +01:00
boltgolt
55f3753260
Added getext translating function 2020-12-31 14:15:17 +01:00
boltgolt
473aa9807e
Added rubberstamp config, autoload 2020-12-30 23:33:08 +01:00
boltgolt
671b33884f
Added begining of rubberstamps 2020-12-30 21:01:36 +01:00
boltgolt
89c694a5d7
Made error status 1 more discriptive 2020-12-30 15:50:46 +01:00
boltgolt
ed407d4f9e
Cleaned up AttributeError on wrong device path 2020-12-30 15:20:10 +01:00
MusiKid
609b8e99df
[WIP]: Add native PAM module
Signed-off-by: MusiKid <musikid@outlook.com>
2020-12-26 09:33:19 +01:00
boltgolt
adfb8a82d4
Fixed links on about page 2020-12-24 14:16:27 +01:00
boltgolt
6e58ac99f9
Added about tab 2020-12-22 17:44:52 +01:00
boltgolt
54f418419c
Moved handlers to seperate file 2020-12-22 14:05:54 +01:00
boltgolt
982641b92b
Added GUI listing, adding and deleting of models 2020-12-18 17:42:15 +01:00
boltgolt
ed1de648a2
Added PR template 2020-12-07 22:15:56 +01:00
boltgolt
2342e219a2
Add set command, mostly so UI can set config options 2020-12-05 15:53:11 +01:00
boltgolt
033ce00725
Added --plain argument for machine cli interaction 2020-12-05 14:28:57 +01:00
boltgolt
a151338dac
Started on glade ui, removed howdy-gtk-auth symlink 2020-12-05 13:44:40 +01:00
boltgolt
85d51dd15e
Merge pull request #477 from kageurufu/aur-2.6.1
Bump AUR to 2.6.1
2020-12-03 17:21:46 +01:00
Franklyn Tackitt
608b6d0f2c
Add pam to pam-python dependencies 2020-12-03 09:13:37 -07:00
Franklyn Tackitt
c80d2d4593
Bump AUR to 2.6.1 2020-12-03 07:54:01 -07:00
boltgolt
11eaccbdfb
Cleanup 2020-12-03 13:08:37 +01:00
boltgolt
2c28c94353
Made howdy-gtk debian package 2020-12-03 01:19:15 +01:00
boltgolt
d154c56566
First working implementation of auth ui in gtk 2020-12-03 00:36:22 +01:00
boltgolt
9a79308f70
Merge pull request #465 from rafalgorczewski/master
python2-sphinx replaced with python-sphinx
2020-12-02 22:00:32 +01:00
boltgolt
f47978a3f4
Syntax fix 2020-12-02 21:53:33 +01:00
boltgolt
75ce383207
Merge pull request #452 from espidev/master
Change detecting sudo priviliges to check if process euid is 0
2020-12-02 21:50:18 +01:00
boltgolt
03a2602780
Merge pull request #455 from bob8677/master
Stop verification and print warning if video device does not exist.
2020-12-02 21:44:40 +01:00
boltgolt
d4e5dea0ac
Merge pull request #470 from arifer612/patch-1
Changed final print statement to reflect changes
2020-12-02 21:42:28 +01:00
arifer612
fcd3bedb00
Changed final print statement to reflect changes
Arguments for the `disable` command are either `{0, false}`, or `{1, true}`. However, only if the argument is `1` will the print statement print "Howdy has been disabled". It should, by right, also show if the argument was `true`. To fix it, I noticed that the 2 possible sets of arguments fall into either of 2 groups characterised by the variable `out_value`. I thus suggest that the variable be used in the conditional for the final print statement.
2020-11-11 21:33:13 +08:00
Rafał Górczewski
09ef2ecbf9 python2-sphinx replaced with python-sphinx 2020-11-05 04:55:14 +01:00
bob8677
3ac6934d9f
Update pam.py 2020-10-22 15:13:35 -05:00
bob8677
f849026192
Update pam.py 2020-10-22 15:12:04 -05:00
bob8677
3f68b57eec
Update pam.py 2020-10-22 14:57:26 -05:00
bob8677
5a76af965a
Update config.ini 2020-10-22 14:36:15 -05:00
bob8677
be761885e6
Update pam.py 2020-10-22 14:35:17 -05:00
Devin Lin
1b1b1d2b5e Change detecting sudo priviliges to check if process euid is 0 2020-10-12 11:35:59 -04:00
boltgolt
3c9537a35f
Changelog update 2020-09-02 17:28:26 +02:00
boltgolt
69d87288d8
Merge pull request #432 from boltgolt/dev
Version 2.6.1
2020-09-02 17:26:22 +02:00
boltgolt
cf05998ae7
Merge branch 'master' into dev 2020-09-02 17:25:45 +02:00
boltgolt
9fca6ab837
Moved cv2 import after dlib import 2020-09-02 17:14:05 +02:00
boltgolt
756626db7b
Fixed preinst certainty question 2020-09-02 17:04:40 +02:00