Commit graph

  • f6311be77f Change message numbers. Philippe Pittoli 2023-06-13 03:15:08 +02:00
  • fb65c32848 Remove messages: GetContacts ListUsers UpdatePassword ReplaceProfile. Philippe Pittoli 2023-06-13 02:32:15 +02:00
  • 3d8d74e8b7 Some inconsistencies have been dealt with. Authorization rules are documented. Philippe Pittoli 2023-06-13 01:32:54 +02:00
  • 67adb6ef51 Removing "phone" and EditContact message (ModUser could be used instead). Philippe Pittoli 2023-06-12 23:24:49 +02:00
  • 641d89dd43 make print-messages Philippe Pittoli 2023-06-12 20:54:41 +02:00
  • 3e807ad63e Fix ModUser logic. Philippe Pittoli 2023-06-12 20:54:04 +02:00
  • cb358ef1de More fine-grained authorizations and remove useless message GetUserByCredentials. Philippe Pittoli 2023-06-12 14:40:03 +02:00
  • 3e40a4ce3d TODO: remind that the current client doesn't have much features. Philippe Pittoli 2023-06-12 01:59:33 +02:00
  • b98399e030 Simplification is done. Still some minor inconsistencies to fix. Philippe Pittoli 2023-06-12 01:56:31 +02:00
  • af22ea8d18 Register: require at least 20-byte passwords. Philippe Pittoli 2023-06-12 01:55:06 +02:00
  • f9ad5e1d93 TODO: some more inconsistencies. Philippe Pittoli 2023-06-12 01:54:34 +02:00
  • 0621d21ce0 Simplification continues with the Profile class. Philippe Pittoli 2023-06-12 01:03:52 +02:00
  • 5f3f208798 Permissions: code simplification. Philippe Pittoli 2023-06-11 21:27:52 +02:00
  • 52ee731921 TODO.md: document some inconsistencies to fix. Philippe Pittoli 2023-06-11 21:27:18 +02:00
  • cf97fab773 New TODO.md + improved password management (simpler code and messages). Philippe Pittoli 2023-06-11 21:10:03 +02:00
  • 2786e2f7ff Refactoring in progress. Still a few classes to go. Philippe Pittoli 2023-06-11 18:59:41 +02:00
  • 7958e7812e Slowly embrace the logged-authenticated-user logic. Philippe Pittoli 2023-06-11 16:39:16 +02:00
  • 4989218a79 WIP: remove "shared keys logic" and use logged user hash. Philippe Pittoli 2023-06-10 18:27:50 +02:00
  • 2a267ea7a2 Authd: users are now logged and have an 'admin' attribute. Philippe Pittoli 2023-06-10 17:26:12 +02:00
  • 683bcb5970 makefile: setup and run-authd rules. Philippe Pittoli 2023-06-08 17:33:43 +02:00
  • 1f2f72fba8 Add a makefile. Philippe Pittoli 2023-05-29 20:41:12 +02:00
  • d9e0e6b09b Authd now uses '-k' instead of '-K' (like other services). Philippe Pittoli 2023-02-15 15:19:22 +01:00
  • 78838f5ab9 New file structure: authd can now be used as a simple library. Philippe Pittoli 2023-02-10 09:51:53 +01:00
  • 34f1077757 Update whole structure + new LibIPC API. Philippe Pittoli 2023-02-09 17:55:34 +01:00
  • 3ddcd181dd hexdigest => hexfinal Philippe Pittoli 2023-01-25 05:53:35 +01:00
  • 841d2dc7c2 Filling tho responses array. Karchnu 2020-12-13 03:00:45 +01:00
  • c39e639ab1 Add a reference to the AuthD::Service definition in the client. Karchnu 2020-12-04 00:08:24 +01:00
  • ccd288a156 Take into account connections and disconnections. Karchnu 2020-11-26 06:56:20 +01:00
  • 9b33f686bd Client bugfix. Karchnu 2020-11-26 04:02:19 +01:00
  • dbcfa4880b New authd code structure. Karchnu 2020-11-22 13:49:34 +01:00
  • b717be649f Configuration simplification. Karchnu 2020-11-08 22:50:24 +01:00
  • b70443409b GetContacts request. Luka Vandervelden 2020-10-31 00:46:14 +01:00
  • b69afedbd2 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd Luka Vandervelden 2020-10-30 18:59:38 +01:00
  • f335be76de Parser: now gives a better understanding of the error. Karchnu 2020-10-26 19:24:57 +01:00
  • df22fe8a9b recreate_indexes Karchnu 2020-10-26 00:16:47 +01:00
  • bf0571c31b password too short Karchnu 2020-10-25 23:54:37 +01:00
  • d12c125c22 fix key management dedup Karchnu 2020-10-25 19:36:28 +01:00
  • 9524f969c4 print_password_recovery_parameters Karchnu 2020-10-25 19:09:13 +01:00
  • 4b68daf016 Server: simpler configuration system. Karchnu 2020-10-25 03:57:58 +01:00
  • 21480c5866 Two stage option parsing. Karchnu 2020-10-25 02:03:07 +01:00
  • cf9c6220e6 Fix: Baguette::Configuration::Auth in the wrong file. Karchnu 2020-10-23 19:16:49 +02:00
  • 43668b8e5d Baguette::Configuration::Auth Karchnu 2020-10-23 16:30:35 +02:00
  • 9a921b6ac7 Display the target class on JSON parsing error. Karchnu 2020-10-14 17:02:06 +02:00
  • ecd6b555a1 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd into master Luka Vandervelden 2020-10-14 13:30:17 +02:00
  • 7c7c5641e1 Debug message removed. Luka Vandervelden 2020-10-14 13:28:07 +02:00
  • 624289a112 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd Karchnu 2020-10-13 18:05:41 +02:00
  • f8d98ab1a1 authc CLI for authd Karchnu 2020-10-09 18:13:58 +02:00
  • 585fee5b9f Some debug messages removed. Luka Vandervelden 2020-10-11 21:00:41 +02:00
  • b90facdb82 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd into master Luka Vandervelden 2020-10-09 15:52:46 +02:00
  • 851a3accfe Permission checking can be done by users. Luka Vandervelden 2020-10-09 15:51:36 +02:00
  • 183c807813 Fixing a wrong message sent to the user. Karchnu 2020-10-09 03:24:27 +02:00
  • 0508c99b43 More precise permission checking during EditProfile requests. Luka Vandervelden 2020-10-02 22:03:07 +02:00
  • bda24247f0 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd into master Luka Vandervelden 2020-09-26 14:27:59 +02:00
  • 25361bf7aa Fixes auth-user-add. Luka Vandervelden 2020-09-26 14:27:47 +02:00
  • 9daf93147d SearchUsers now case insensitive. Karchnu 2020-09-08 14:51:16 +02:00
  • 0265383d05 Comments. Karchnu 2020-09-05 11:08:41 +02:00
  • a8ae8d1430 Adding a permissions manager utility. Karchnu 2020-09-05 02:46:03 +02:00
  • 5e46877140 Non matching user = debug, not error. Karchnu 2020-09-05 01:47:47 +02:00
  • dc1a57c328 Baguette::Log. Karchnu 2020-08-28 01:50:05 +02:00
  • 030f6cf1ba Email editing WIP. Luka Vandervelden 2020-08-27 18:14:44 +02:00
  • bd9c196cc6 New logging system. Karchnu 2020-08-24 17:36:22 +02:00
  • ecc509ae24 Proper response sent on password recovery. Luka Vandervelden 2020-08-17 15:32:47 +02:00
  • db80f3b1bc Password recovery stuff. Luka Vandervelden 2020-08-12 18:33:32 +02:00
  • 2e8a2d448d Profile edition overhauls, RO profile properties. Luka Vandervelden 2020-08-10 23:45:44 +02:00
  • 83d9513206 Clients fixed. Karchnu 2020-07-23 19:39:58 +02:00
  • 54a2ba563f timer is now handled correctly. Karchnu 2020-07-18 17:15:40 +02:00
  • fc0939a1cd Authd adapted to libipc version 0.7. Karchnu 2020-07-14 17:48:16 +02:00
  • 28c30b110d Following the libipc master branch. Karchnu 2020-07-13 14:43:19 +02:00
  • 7e1277e2d1 Search users on login and full name (in their profile). Karchnu 2020-06-25 16:44:35 +02:00
  • 7b14d4a971 Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd Karchnu 2020-05-08 14:51:10 +02:00
  • 2ed19632f2 Authd: mailer options added. Karchnu 2020-05-08 14:50:15 +02:00
  • e1567258f4 Token responses send the UID as well. Luka Vandervelden 2020-04-25 10:34:07 +02:00
  • f6bbf77732 Profile edition request. Luka Vandervelden 2020-04-18 21:21:17 +02:00
  • ad7609a0f1 User password can be given on cli for automatic user creation. Philippe PITTOLI 2020-04-17 02:45:30 +02:00
  • e47f7e7f75 Registration dates sent to clients on GetUser and similar. Luka Vandervelden 2020-04-15 11:39:34 +02:00
  • a98c0b701d Merge branch 'master' of ssh://git.baguette.netlib.re:2299/Baguette/authd Luka Vandervelden 2020-04-14 21:26:46 +02:00
  • 810c224fae Baguette. Philippe PITTOLI 2020-04-13 18:15:57 +02:00
  • 55573dd330 shared_key no longer required to validate users. Luka Vandervelden 2020-04-03 16:42:45 +02:00
  • 18e06134fd Authd::Request::SearchUser Philippe PITTOLI 2020-03-23 15:06:54 +01:00
  • 817425de8d Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/authd Philippe PITTOLI 2020-03-23 06:59:42 +01:00
  • 189e22902e Recording user registration and last connection dates. Philippe PITTOLI 2020-03-23 06:54:45 +01:00
  • 6f4f4b234a Improved UI to print malformed requests. Luka Vandervelden 2020-02-26 14:54:14 +01:00
  • 2678ccaf9f Small typo in printed strings. Luka Vandervelden 2020-02-26 14:46:30 +01:00
  • 02c1d06dd1 Primitive WIP UI added, useful mostly for debug. Luka Vandervelden 2020-02-26 14:45:40 +01:00
  • 0fb17f3be6 Responds with error on unknown login. Luka Vandervelden 2020-02-26 14:36:54 +01:00
  • bd68148924 Password Recovery. Philippe PITTOLI 2020-02-23 20:37:50 +01:00
  • 3ce1d78a50 Add an utility allowing to modify a user. Philippe PITTOLI 2020-02-09 15:48:24 +01:00
  • b6cbe6c84a ModUser takes uid|login, can change phone and email Philippe PITTOLI 2020-02-09 15:47:44 +01:00
  • f66a08ff60 removed a useless variable Philippe PITTOLI 2020-02-07 03:54:26 +01:00
  • fb4a1a2303 Authd: updated to the latest ipc.cr version (0.5.2). Philippe PITTOLI 2020-02-06 10:20:57 +01:00
  • 353443cd13 Helpers to get user information and to validate it. Philippe PITTOLI 2020-01-27 23:15:14 +01:00
  • d8181f9926 authd-user-add: compilation fix Philippe PITTOLI 2020-01-27 14:48:26 +01:00
  • 10472d5c0d On user registration: email address verification and sending activation email. Philippe PITTOLI 2020-01-27 13:16:16 +01:00
  • 70eeadba56 git ignore Philippe PITTOLI 2020-01-23 21:04:11 +01:00
  • e789a16ac6 Run the activation-mailer. Philippe PITTOLI 2020-01-23 15:45:05 +01:00
  • 8ddf5cf316 User contact activation done. Philippe PITTOLI 2020-01-22 14:43:58 +01:00
  • d5f2b3816f bugfix ValidateUser Philippe PITTOLI 2020-01-22 10:19:11 +01:00
  • af44f82e99 user_validation Philippe PITTOLI 2020-01-22 10:13:59 +01:00
  • bef2e73fff Contact informations. Philippe PITTOLI 2020-01-22 01:55:57 +01:00
  • c69eda0ed3 authd-user-add: improved help message Luka Vandervelden 2020-01-20 13:45:22 +01:00