Commit Graph

82 Commits

Author SHA1 Message Date
c605c9fadf README re-introduced. 2019-12-17 16:20:38 +01:00
ff53a405ea Helpers added. 2019-12-17 16:17:25 +01:00
efa482d4f3 --help banner added. 2019-12-17 15:56:42 +01:00
6b08786947 Improves an error message. 2019-12-17 13:40:10 +01:00
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
6a947402d7 Merge branch 'master' of github.com:Lukc/authd 2019-12-12 00:45:56 +01:00
4b94f72962 Updated code to match more recent dependencies. 2019-12-12 00:45:12 +01:00
Philippe PITTOLI
45162d8434 Less cryptic unauthorized error messages (ListUsers) 2019-12-10 04:50:36 +01:00
2805356791 WIP stylesheet for the LS client. 2019-12-09 23:54:05 +01:00
d1747912fa Added client index.html and project.zsh entries. 2019-12-09 23:31:45 +01:00
9dc39ace09 WIP for an administration panel. 2019-12-09 21:57:38 +01:00
82a71910f8 Websocket errors are displayed in LS client. 2019-12-09 21:04:55 +01:00
9dd31ded64 UX improvements in the LS client.
Mostly display of errors or successes and the ability to log out.
2019-12-08 00:16:01 +01:00
a2d633f4fb Password updates and matching LS updates. 2019-12-07 23:57:40 +01:00
4b7caff906 GetExtra, SetExtra, and matching LS updates. 2019-12-07 21:09:17 +01:00
3c203a2e48 Removes useless param from Request::Register.new 2019-12-07 18:08:33 +01:00
9ae887071e Registration requests if started with -R. 2019-12-07 00:53:31 +01:00
b1b502ff66 WIP LiveScript login component. 2019-12-07 00:43:45 +01:00
16fa2271f6 Grooming. 2019-11-23 01:08:05 +01:00
c2503637f3 Removed misleading README. 2019-11-23 00:38:16 +01:00
565ee93c9a Grooming. 2019-11-22 23:13:34 +01:00
2e5135656c Overhauled response types. 2019-11-22 22:55:12 +01:00
297471b504 Grooming. 2019-11-22 18:14:52 +01:00
32a8c23524 Grooming. 2019-11-22 17:31:56 +01:00
c2fa282b7d Split "passwd" to a shard. 2019-11-17 15:56:35 +01:00
7798d119ed Grooming, preparing for split. 2019-11-17 15:50:26 +01:00
bcead2b9a2 Avatars removed from passwd and authd APIs.
Will be re-added later through a more extensible mechanism.
2019-11-17 15:30:53 +01:00
be72953127 project.zsh added, because. 2019-11-15 20:14:51 +01:00
c6249e575c Updating for new IPC.cr API. 2019-11-03 13:17:24 +01:00
a5247fd9f0 Imposed authentication on a few requests. 2019-10-10 20:58:44 +02:00
e956d36260 Merge branch 'master' of github.com:Lukc/authd 2019-10-04 00:17:00 +02:00
ffc69e737e Dependencies’ URL update. 2019-10-04 00:14:53 +02:00
1bc2ac3da8
Merge pull request #1 from blankoworld/patch-1
JunkOS becomes WeirdOS
2019-08-16 21:33:16 +02:00
584c263a3b
JunkOS becomes WeirdOS 2019-08-16 19:18:56 +02:00
Philippe Pittoli
1a83d49eca
Merge pull request #12 from Lukc/master
IPC.cr API updates.
2019-07-12 16:00:35 +02:00
1ab7409b18 Very basic initial spec. 2019-06-29 03:56:06 +02:00
e9e2b65729 password_hash is masked in server responses. 2019-06-29 03:55:40 +02:00
505171ff7b Avoids passwd corruption on #mod_user. 2019-06-29 03:55:23 +02:00
3038e7d076 Missed IPC.cr update.
Duh~, hopefully we’ll soon have automated tests.
2019-06-29 02:43:31 +02:00
908f028322 Update to new crystal-jwt APIs. 2019-06-28 18:20:34 +02:00
66e2eaad48 IPC.cr API updates. 2019-06-06 01:16:52 +02:00
Philippe Pittoli
8c8b55c7fd
Merge pull request #11 from Lukc/master
Updates to match libipc APIs’ updates.
2019-06-05 22:46:22 +02:00
96134ba876 libipc API updates. 2019-06-05 22:38:08 +02:00
a31bd4c940 Updates for the new libipc APIs. 2019-06-05 22:35:35 +02:00
b96322cab5 Merge branch 'master' of github.com:FartingNicoNyanCats/authd 2019-06-05 22:31:00 +02:00
d7f54062fc Updates for new libipc APIs. 2019-06-05 22:30:29 +02:00
49449956c3 Database integrity fix. 2019-05-30 11:27:23 +02:00
Philippe Pittoli
448f7a3796
Merge pull request #10 from Lukc/master
WIP ModUserRequest
2019-05-29 22:03:15 +02:00
c642851165 Avatar update through ModUserRequest. 2019-05-29 19:45:03 +02:00
6a19ff604a ModUser request. 2019-05-29 16:06:11 +02:00