Philippe Pittoli
|
c462bbafa1
|
Makefile: compile the applications only when a file changed.
|
2024-03-13 14:40:10 +01:00 |
Philippe Pittoli
|
95b7b76f6c
|
(minor) put some comments to show how to use the Process API.
|
2024-02-20 23:26:33 +01:00 |
Philippe Pittoli
|
4b21c8bec1
|
Do not print KeepAlive messages by default.
|
2024-02-20 23:24:52 +01:00 |
Philippe Pittoli
|
4c07699082
|
Implement Keep Alive messages.
|
2024-02-20 17:14:37 +01:00 |
Philippe Pittoli
|
66ebcb662d
|
Add authentication by token.
|
2024-02-17 18:26:23 +01:00 |
Philippe Pittoli
|
4a10456f27
|
Search: try to match the email address too.
|
2024-02-17 18:13:12 +01:00 |
Philippe Pittoli
|
494b0b3719
|
Running processes: add a "HOME" envvar (may be required in some environments).
|
2024-02-16 02:04:12 +01:00 |
Philippe Pittoli
|
4f84b4c5d6
|
Forbid the authentication of a user until he validates his email address.
|
2024-02-11 20:25:08 +01:00 |
Philippe Pittoli
|
a2f5442565
|
Print which file descriptor we are talking to (or are receiving from).
|
2023-07-02 12:11:31 +02:00 |
Philippe Pittoli
|
95c4af02f0
|
Small contribution.
|
2023-06-16 01:28:10 +02:00 |
Philippe Pittoli
|
e3f52ff088
|
Client: validation + get user.
|
2023-06-15 02:43:24 +02:00 |
Philippe Pittoli
|
ecc2290a09
|
Client: better error messages for register operation.
|
2023-06-15 01:11:16 +02:00 |
Philippe Pittoli
|
f24926fe1a
|
makefile: register command.
|
2023-06-15 00:41:56 +02:00 |
Philippe Pittoli
|
03b0b7a95b
|
Client can now register users.
|
2023-06-15 00:41:22 +02:00 |
Philippe Pittoli
|
719e47a28d
|
Register: fix login regex.
|
2023-06-15 00:40:59 +02:00 |
Philippe Pittoli
|
8bcae74efc
|
makefile: permissions implemented.
|
2023-06-15 00:03:12 +02:00 |
Philippe Pittoli
|
9ce976afc6
|
Client: permissions implemented.
|
2023-06-15 00:02:53 +02:00 |
Philippe Pittoli
|
bfbfa79b62
|
makefile: now with login!
|
2023-06-14 21:00:15 +02:00 |
Philippe Pittoli
|
9c75522d01
|
Can now authenticated from the client.
|
2023-06-14 20:16:42 +02:00 |
Philippe Pittoli
|
2024325092
|
DeleteUser now returns a UserDeleted response.
|
2023-06-14 18:39:36 +02:00 |
Philippe Pittoli
|
00c202a63a
|
New DecodeToken request.
|
2023-06-14 18:39:23 +02:00 |
Philippe Pittoli
|
a441431e05
|
makefile creates documentation and serves it thanks to darkhttpd.
|
2023-06-14 18:38:31 +02:00 |
Philippe Pittoli
|
538faf5004
|
Client now is simpler (a single function parses responses).
|
2023-06-14 18:37:16 +02:00 |
Philippe Pittoli
|
da641a6d3d
|
Remove redundant error messages.
|
2023-06-14 03:25:19 +02:00 |
Philippe Pittoli
|
b047a3fd6f
|
All explicit errors in requests are now dedicated errors.
|
2023-06-14 02:07:03 +02:00 |
Philippe Pittoli
|
71cbb1d519
|
Invalid credentials error message.
|
2023-06-14 01:51:55 +02:00 |
Philippe Pittoli
|
7dfbeacd68
|
makefile: print error messages
|
2023-06-14 01:47:40 +02:00 |
Philippe Pittoli
|
d66afffc15
|
Errors now have dedicated messages.
|
2023-06-14 01:46:38 +02:00 |
Philippe Pittoli
|
33b47766e5
|
s/shared key/secret key/ + new bootstrap request + some cleaning.
|
2023-06-13 23:40:34 +02:00 |
Philippe Pittoli
|
186edd2ca0
|
s/UserID | Nil/UserID?/ and allow simple users to read their permissions.
|
2023-06-13 18:37:58 +02:00 |
Philippe Pittoli
|
7324bdb619
|
README: talk about permissions.
|
2023-06-13 18:34:51 +02:00 |
Philippe Pittoli
|
dab3a70e3e
|
README: add + update + fix most explanations. Sill very much WIP.
|
2023-06-13 18:15:47 +02:00 |
Philippe Pittoli
|
f58de2ce36
|
Load a file to get the AuthD::Service definition.
|
2023-06-13 03:24:08 +02:00 |
Philippe Pittoli
|
0d904a5d72
|
make print-message-numbers
|
2023-06-13 03:16:59 +02:00 |
Philippe Pittoli
|
f6311be77f
|
Change message numbers.
|
2023-06-13 03:15:08 +02:00 |
Philippe Pittoli
|
fb65c32848
|
Remove messages: GetContacts ListUsers UpdatePassword ReplaceProfile.
|
2023-06-13 02:32:15 +02:00 |
Philippe Pittoli
|
3d8d74e8b7
|
Some inconsistencies have been dealt with. Authorization rules are documented.
|
2023-06-13 01:32:54 +02:00 |
Philippe Pittoli
|
67adb6ef51
|
Removing "phone" and EditContact message (ModUser could be used instead).
|
2023-06-12 23:24:49 +02:00 |
Philippe Pittoli
|
641d89dd43
|
make print-messages
|
2023-06-12 20:54:41 +02:00 |
Philippe Pittoli
|
3e807ad63e
|
Fix ModUser logic.
|
2023-06-12 20:54:04 +02:00 |
Philippe Pittoli
|
cb358ef1de
|
More fine-grained authorizations and remove useless message GetUserByCredentials.
|
2023-06-12 14:40:03 +02:00 |
Philippe Pittoli
|
3e40a4ce3d
|
TODO: remind that the current client doesn't have much features.
|
2023-06-12 01:59:33 +02:00 |
Philippe Pittoli
|
b98399e030
|
Simplification is done. Still some minor inconsistencies to fix.
|
2023-06-12 01:56:31 +02:00 |
Philippe Pittoli
|
af22ea8d18
|
Register: require at least 20-byte passwords.
|
2023-06-12 01:55:06 +02:00 |
Philippe Pittoli
|
f9ad5e1d93
|
TODO: some more inconsistencies.
|
2023-06-12 01:54:34 +02:00 |
Philippe Pittoli
|
0621d21ce0
|
Simplification continues with the Profile class.
|
2023-06-12 01:03:52 +02:00 |
Philippe Pittoli
|
5f3f208798
|
Permissions: code simplification.
|
2023-06-11 21:27:52 +02:00 |
Philippe Pittoli
|
52ee731921
|
TODO.md: document some inconsistencies to fix.
|
2023-06-11 21:27:18 +02:00 |
Philippe Pittoli
|
cf97fab773
|
New TODO.md + improved password management (simpler code and messages).
|
2023-06-11 21:10:03 +02:00 |
Philippe Pittoli
|
2786e2f7ff
|
Refactoring in progress. Still a few classes to go.
|
2023-06-11 18:59:41 +02:00 |