1
0
Fork 0
forked from lda/telodendria
Commit graph

46 commits

Author SHA1 Message Date
2d30719be4 Implement Registration Token Administrator API ()
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 .

Closes .

This pull request is based off of , which addresses . 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: 
2023-11-10 09:30:53 -05:00
77800e4117 Housekeeping tasks with documentation and versioning. 2023-11-08 14:30:45 -05:00
db4ae0408c Fix admin endpoint names in documentation 2023-11-08 11:21:20 -05:00
4b90800a2b Fix leak in RouteConfig, update documentation.
Closes .
2023-11-07 01:26:26 -05:00
42a901b7f5 Update docs/dev/rationale.md 2023-11-01 20:35:48 -04:00
1fee47a628 Use Makefiles instead of a custom script ()
This pull request also requires the use of the external [Cytoplasm](/Telodendria/Cytoplasm) repository by removing the in-tree copy of Cytoplasm. The increased modularity requires a little more complex build process, but is overall better. Closes 

The appropriate documentation has been updated. Closes 

---

Please review the developer certificate of origin:

1. The contribution was created in whole or in part by me, and I have
the right to submit it under the open source licenses of the
Telodendria project; or
1. The contribution is based upon a previous work that, to the best of
my knowledge, is covered under an appropriate open source license and
I have the right under that license to submit that work with
modifications, whether created in whole or in part by me, under the
Telodendria project license; or
1. The contribution was provided directly to me by some other person
who certified (1), (2), or (3), and I have not modified it.
1. I understand and agree that this project and the contribution are
made public and that a record of the contribution&mdash;including all
personal information I submit with it&mdash;is maintained indefinitely
and may be redistributed consistent with this project or the open
source licenses involved.

- [x] I have read the Telodendria Project development certificate of
origin, and I certify that I have permission to submit this patch
under the conditions specified in it.

Reviewed-on: 
2023-11-01 12:27:45 -04:00
6377689a83 Update docs/CHANGELOG.md 2023-11-01 12:16:03 -04:00
82ae2d4e41 Update 'docs/CHANGELOG.md' 2023-09-25 16:18:35 -04:00
LoaD Accumulator
cb41716bf3 Implement ()
Implements .

Co-authored-by: LoaD Accumulator <lda@freetards.xyz>
Co-authored-by: Jordan Bancino <jordan@bancino.net>
Reviewed-on: 
Co-authored-by: LoaD Accumulator <lda@noreply.git.telodendria.io>
Co-committed-by: LoaD Accumulator <lda@noreply.git.telodendria.io>
2023-09-25 09:39:21 -04:00
6247085df1 Add change log entry for . 2023-09-11 11:01:50 -04:00
0b820b80f7 Convert configuration documentation. 2023-09-09 17:43:43 -04:00
024482d4e8 Put the finishing touches on CONTRIBUTING.md. 2023-09-09 16:57:52 -04:00
7a091c5b93 Add contributing documentation. 2023-09-09 16:50:38 -04:00
ac3582ddeb Fix table rendering in stats.md 2023-09-09 00:12:00 -04:00
a672c05112 Finish moving over current Administrator API documentation. 2023-09-09 00:03:09 -04:00
09023089f5 Another typo. 2023-09-08 23:27:55 -04:00
6d6fd1645c Fix typo in privileges.md. 2023-09-08 23:27:14 -04:00
043c2e9e33 Add privileges documentation. 2023-09-08 23:26:47 -04:00
9e2f047e82 Fix typo in docs/user/admin/README.md 2023-09-08 17:23:06 -04:00
c78d075a93 Add admin documentation home page. 2023-09-08 17:22:24 -04:00
d50372a91a Add technical rationale document. 2023-09-08 16:34:27 -04:00
7033a1f0b1 Add repository structure documentation. 2023-09-08 12:12:07 -04:00
f6c54cbc7f Add setup documentation. 2023-09-08 11:58:54 -04:00
3cb04417ff Add porting instructions. 2023-09-07 21:53:22 -04:00
93e6582db5 Add usage and install documentation. 2023-09-07 21:10:46 -04:00
ee62d31c68 Add documentation home page. 2023-09-07 20:23:40 -04:00
79ce36c860 Add CHANGELOG.md 2023-09-07 19:53:56 -04:00
fd28f97449 Finish remaining issues in TODO.txt and add docs/ROADMAP.md. 2023-09-05 21:30:09 -04:00
c0ecff11cb Remove old docs 2022-09-30 19:14:19 -04:00
7a939b91d1 Fix some documentation stuffs. 2022-09-30 13:09:22 -04:00
8c2f70d82a Fix typo 2022-09-29 18:17:10 -04:00
bf5009293d Update docs 2022-09-29 18:16:16 -04:00
45324ce77a Implement /_matrix/client/versions and /.well-known/matrix/client 2022-09-29 13:41:26 -04:00
acffd82b48 Move Base64 documentation to man page. 2022-09-27 16:13:59 -04:00
5ecb810a88 Move Array documentation to man page. 2022-09-24 21:35:52 -04:00
b5d538f2ce Cleaned up argument parsing to match what was in the docs 2022-09-24 19:41:39 -04:00
041e3ad68b Open source is a big deal! 2022-09-23 18:00:18 -04:00
8f0bd672a3 Clean up documentation man pages. 2022-09-23 17:50:02 -04:00
202495aedc Move project status to TODO.txt 2022-09-23 17:32:40 -04:00
00f450c463 Do some work to fix tables 2022-09-23 16:09:45 -04:00
5178fd2d21 Move contributing guide to a man page. 2022-09-23 08:54:47 -04:00
f6dcea6a2f Start contributing man page 2022-09-23 08:05:59 -04:00
b85e443907 Move header.txt to LICENSE.txt 2022-09-22 17:54:56 -04:00
c9963d36b1 Move Rationale and Project Goals to man page. 2022-09-22 17:29:03 -04:00
bbf8f26889 Write man page for configuration file. 2022-09-22 09:47:52 -04:00
f250e66c79 Begin work on converting most of the site to man pages.
I want to do this so that even the documentation can be viewed on a base
install, without having to install a browser or converter.
2022-09-21 20:12:21 -04:00