Commit Graph

65 Commits (master)

Author SHA1 Message Date
Philippe Pittoli 5ac733cbc3 UserID: from Int32 to UInt32. 2024-03-16 05:45:15 +01:00
Philippe Pittoli 33b47766e5 s/shared key/secret key/ + new bootstrap request + some cleaning. 2023-06-13 23:40:34 +02:00
Philippe Pittoli 2786e2f7ff Refactoring in progress. Still a few classes to go. 2023-06-11 18:59:41 +02:00
Philippe Pittoli 78838f5ab9 New file structure: authd can now be used as a simple library. 2023-02-10 09:51:53 +01:00
Philippe Pittoli 34f1077757 Update whole structure + new LibIPC API. 2023-02-09 17:55:34 +01:00
Karchnu c39e639ab1 Add a reference to the AuthD::Service definition in the client. 2020-12-04 00:08:24 +01:00
Karchnu dbcfa4880b New authd code structure. 2020-11-22 13:49:34 +01:00
Karchnu b717be649f Configuration simplification. 2020-11-08 22:50:24 +01:00
Luka Vandervelden b70443409b GetContacts request. 2020-10-31 00:46:14 +01:00
Karchnu d12c125c22 fix key management dedup 2020-10-25 19:36:28 +01:00
Karchnu cf9c6220e6 Fix: Baguette::Configuration::Auth in the wrong file. 2020-10-23 19:16:49 +02:00
Karchnu f8d98ab1a1 authc CLI for authd 2020-10-13 18:01:59 +02:00
Luka Vandervelden 851a3accfe Permission checking can be done by users. 2020-10-09 15:51:36 +02:00
Luka Vandervelden 25361bf7aa Fixes auth-user-add. 2020-09-26 14:27:47 +02:00
Karchnu a8ae8d1430 Adding a permissions manager utility. 2020-09-05 02:46:03 +02:00
Luka Vandervelden 030f6cf1ba Email editing WIP. 2020-08-27 18:14:44 +02:00
Luka Vandervelden db80f3b1bc Password recovery stuff. 2020-08-12 18:33:32 +02:00
Luka Vandervelden 2e8a2d448d Profile edition overhauls, RO profile properties. 2020-08-10 23:45:44 +02:00
Karchnu 83d9513206 Clients fixed. 2020-07-23 19:39:58 +02:00
Karchnu fc0939a1cd Authd adapted to libipc version 0.7. 2020-07-14 17:48:16 +02:00
Karchnu 28c30b110d Following the libipc master branch. 2020-07-13 14:43:19 +02:00
Luka Vandervelden e1567258f4 Token responses send the UID as well. 2020-04-25 10:34:07 +02:00
Luka Vandervelden f6bbf77732 Profile edition request. 2020-04-18 21:21:17 +02:00
Luka Vandervelden 55573dd330 shared_key no longer required to validate users. 2020-04-03 16:42:45 +02:00
Philippe PITTOLI 18e06134fd Authd::Request::SearchUser 2020-03-23 15:06:54 +01:00
Philippe PITTOLI 817425de8d Merge branch 'master' of ssh://git.karchnu.fr:2202/WeirdOS/authd 2020-03-23 06:59:42 +01:00
Luka Vandervelden 6f4f4b234a Improved UI to print malformed requests. 2020-02-26 14:54:14 +01:00
Philippe PITTOLI bd68148924 Password Recovery. 2020-02-23 20:37:50 +01:00
Philippe PITTOLI b6cbe6c84a ModUser takes uid|login, can change phone and email 2020-02-09 15:47:44 +01:00
Philippe PITTOLI fb4a1a2303 Authd: updated to the latest ipc.cr version (0.5.2). 2020-02-06 10:20:57 +01:00
Philippe PITTOLI 10472d5c0d On user registration: email address verification and sending activation email. 2020-01-27 13:16:16 +01:00
Philippe PITTOLI 8ddf5cf316 User contact activation done. 2020-01-22 14:43:58 +01:00
Philippe PITTOLI d5f2b3816f bugfix ValidateUser 2020-01-22 10:19:11 +01:00
Philippe PITTOLI af44f82e99 user_validation 2020-01-22 10:13:59 +01:00
Philippe PITTOLI bef2e73fff Contact informations. 2020-01-22 01:55:57 +01:00
Luka Vandervelden e8ace8a6eb Fixes an error client. 2019-12-19 03:58:00 +01:00
Luka Vandervelden b5c055b553 Major update that includes various breaking changes.
- backend is now a DODB::DataBase, not a passwd and group file anymore.
- extras have been removed. A WIP User#profile field exists, that can be
  a JSON::Any. No profile validation has been implemented as of this
  commit.
- authd now provides permission over resources, which is more precise
  than checking whether a user is part of a group.
- permissions are now checked through authd once again: tokens don’t
  hold permissions anymore.
- tokens are now minimal authentication “keys” to prove who you are and
  nothing more.
2019-12-15 23:38:49 +01:00
Luka Vandervelden 9dc39ace09 WIP for an administration panel. 2019-12-09 21:57:38 +01:00
Luka Vandervelden a2d633f4fb Password updates and matching LS updates. 2019-12-07 23:57:40 +01:00
Luka Vandervelden 4b7caff906 GetExtra, SetExtra, and matching LS updates. 2019-12-07 21:09:17 +01:00
Luka Vandervelden 3c203a2e48 Removes useless param from Request::Register.new 2019-12-07 18:08:33 +01:00
Luka Vandervelden 9ae887071e Registration requests if started with -R. 2019-12-07 00:53:31 +01:00
Luka Vandervelden 16fa2271f6 Grooming. 2019-11-23 01:08:05 +01:00
Luka Vandervelden 565ee93c9a Grooming. 2019-11-22 23:13:34 +01:00
Luka Vandervelden 2e5135656c Overhauled response types. 2019-11-22 22:55:12 +01:00
Luka Vandervelden 297471b504 Grooming. 2019-11-22 18:14:52 +01:00
Luka Vandervelden 32a8c23524 Grooming. 2019-11-22 17:31:56 +01:00
Luka Vandervelden 7798d119ed Grooming, preparing for split. 2019-11-17 15:50:26 +01:00
Luka Vandervelden a5247fd9f0 Imposed authentication on a few requests. 2019-10-10 20:58:44 +02:00
Luka Vandervelden 3038e7d076 Missed IPC.cr update.
Duh~, hopefully we’ll soon have automated tests.
2019-06-29 02:43:31 +02:00