Commit Graph

9 Commits

Author SHA1 Message Date
lda cfe5ae9e78
[ADD/WIP] Start work on the POST /login endpoint 2023-11-15 13:54:55 +01:00
lda 213f9fbb09
[MOD] Revert single-property route 2023-11-15 13:33:12 +01:00
lda 2233e5b7c6 Merge branch 'master' into refactor-6 2023-11-15 07:27:34 -05:00
Jordan Bancino 2d30719be4 Implement Registration Token Administrator API (#43)
This pull request fully implements and documents all of the registration token administrator API endpoints.

**NOTE:** There is a memory leak when listing all of the registration tokens. Debug this before merging.
 
~~Closes~~ Supersedes #37.

Closes #26.

This pull request is based off of #37, which addresses #26. This pull makes a number of improvements to the logic, organization, and behavior of the API endpoints.

Co-authored-by: hatkid <daichi93100@gmail.com>
Co-authored-by: LoaD Accumulator <lda@freetards.xyz>
Co-authored-by: LoaD Accumulator <lda@noreply.git.telodendria.io>
Co-authored-by: lda <lda@freetards.xyz>
Co-authored-by: Load Accumulator <lda@freetards.xyz>
Reviewed-on: Telodendria/Telodendria#43
2023-11-10 09:30:53 -05:00
lda 9899aadcd2
[MOD] Refactor registration to use j2s. 2023-11-02 13:39:37 +01:00
lda 1e097ff895
[MOD] Refactor code out for #6 2023-11-02 12:42:45 +01:00
Jordan Bancino d565640455 Add schema for PDUs v1 and v3, the only unique PDU formats.
All other room versions use one of these two PDU formats.
2023-08-10 00:08:33 +00:00
Jordan Bancino 28d9e1cb3b Add RoomCreateRequest schema. 2023-08-05 15:00:52 +00:00
Jordan Bancino 5f3220372e Implement filter validation by using j2s. 2023-08-05 13:46:23 +00:00