Commit Graph

44 Commits

Author SHA1 Message Date
Antoine POPINEAU
86bf7bbc15 Bump tuigreet version. 2024-05-30 23:51:39 +02:00
Antoine POPINEAU
6b4a41e7f7 Added debug logging option. 2024-04-28 10:32:49 +02:00
Antoine POPINEAU
617f85ef7d
Allow using several characters as asterisks (#122). 2024-04-24 11:23:09 +02:00
Antoine POPINEAU
66b82c7d0e
Update dependencies and switched to newly tagged uzers-rs. 2024-04-23 21:41:48 +02:00
Antoine POPINEAU
372eecf14e
Prepare v0.9.0. 2024-01-04 07:48:30 +01:00
Antoine POPINEAU
d8fed26cb4
Fixed wrong argument to fix Cargo dependency revision. 2024-01-04 07:47:52 +01:00
Antoine POPINEAU
e40be84341
Updated dependencies. 2024-01-02 12:58:04 +01:00
Antoine POPINEAU
33b31cd393 Use fixed commit hash for uzers-rs. 2024-01-02 12:54:43 +01:00
Antoine POPINEAU
e27705b40f Retrieve user list from NSS (#72). 2024-01-02 12:54:43 +01:00
Antoine POPINEAU
8d24e412c9
Update dependencies. 2023-11-12 13:50:11 +01:00
Antoine POPINEAU
470f688a75
Migrate from tui-rs to ratatui. 2023-10-15 10:18:10 +02:00
Antoine POPINEAU
13a5764168
Updated dependencies. 2023-10-14 20:35:58 +02:00
Antoine POPINEAU
986ab7dad9
Prepare 0.8.0 and updated dependencies. 2022-05-09 10:58:00 +02:00
Antoine POPINEAU
cfdb57f4cd
Updated dependencies (cc #60). 2022-04-18 17:50:42 +02:00
Antoine POPINEAU
435bbbb82a
Prepare 0.7.3 (only for greetd-tuigreet-git users) [skip ci]. 2022-01-24 08:45:22 +01:00
Antoine POPINEAU
77be52aa65
Prepare 0.7.2 (+ updated dependencies and ran clippy). 2022-01-22 23:23:49 +01:00
Antoine POPINEAU
d2974d288b
Fixed tuigreet not exiting on success (#40).
Changed terminal backend to allow for async stdin reading without
blocking program termination.
2021-10-12 14:04:46 +02:00
Antoine POPINEAU
f8905cfd7e
Prepare 0.7.1. 2021-10-05 14:36:44 +02:00
Antoine POPINEAU
1784c00ea0
Prepare v0.7.0. 2021-10-04 16:45:22 +02:00
Antoine POPINEAU
f12688fa0d
Use setsid on power commands to ensure they do not use our TTY (disablable). Run commands in a thread to prevent UI blocking. 2021-10-04 16:05:36 +02:00
Antoine POPINEAU
227350195b Internalize power option management and allow for customizing the commands that are run. 2021-10-01 11:51:33 +02:00
Antoine POPINEAU
567cf4402a Use greetd_ipc 0.8.0 now that Tokio support has been merged. 2021-09-30 23:37:06 +02:00
Antoine POPINEAU
b178fa318b Async all around, UI should not block because of IPC. 2021-09-30 19:32:58 +02:00
Antoine POPINEAU
29b1ba24b0
Move error message outside of main prompt area. 2021-07-05 22:51:10 +02:00
Antoine POPINEAU
686c57c6b4
Prepare v0.6.1. 2021-07-05 10:42:28 +02:00
Antoine POPINEAU
93a6456860
Prepare v0.6.0. 2021-07-04 11:26:22 +02:00
Antoine POPINEAU
f5c7df43c3
Enabled customization of password redaction character instead of "*". 2021-06-28 22:03:40 +02:00
Antoine POPINEAU
d7424b4d43
Prepare 0.5.0. 2021-06-28 16:41:02 +02:00
Antoine POPINEAU
f618d16559
Added support for localization, with English and French translations (#25). 2021-06-24 22:58:01 +02:00
Antoine POPINEAU
a59eaa77d4
Prepare v0.4.0. 2021-06-13 17:08:45 +02:00
Antoine POPINEAU
b1e0bb094b
Updated dependencies. 2021-06-13 17:04:39 +02:00
Antoine POPINEAU
c2a0ba75ab
Added power options menu to shut down and reboot. 2021-06-13 16:39:56 +02:00
Antoine POPINEAU
65fecf3a37
Prepare v0.3.1. 2021-05-31 23:25:18 +02:00
Antoine POPINEAU
15b75430f4
Prepare 0.3.0. 2021-05-31 21:59:13 +02:00
Antoine POPINEAU
5c735fc9df
Update all dependencies. 2021-05-26 13:04:17 +02:00
Patrick Chieppe
d52a9bbb16 Update tui to 0.12.0 2020-10-17 13:47:48 +11:00
Antoine POPINEAU
b31047b853
Prepare 0.2.0 [skip ci]. 2020-08-19 17:36:36 +02:00
Antoine POPINEAU
6560f2b6c9
Updated dependencies (and tui-rs to 0.10.0). 2020-08-19 17:11:10 +02:00
Antoine POPINEAU
3fc0829b89
Configuration options to show asterisks on secret input and to remember last successful username. 2020-08-19 16:50:51 +02:00
Antoine POPINEAU
8322386f50
Added a submenu to list system-declared sessions (#1). 2020-07-03 11:45:50 +02:00
Antoine POPINEAU
2109ca72bb
Zeroize sensitive data on drop. 2020-06-30 15:50:46 +02:00
Antoine POPINEAU
53b80f93a2
Renamed project to tuigreet. 2020-06-28 17:18:43 +02:00
Antoine POPINEAU
0c4c127bae
Fix issue printing where some rows could be offset. Added an option to display the current date and time. 2020-06-27 20:51:21 +02:00
Antoine POPINEAU
7d2429f223
Basic working functionality. 2020-06-27 14:54:30 +02:00