.. |
.formatter.exs
|
Init git repo
|
2021-06-22 14:09:25 +02:00 |
20210622142112_add_accounts_table.exs
|
Add migration and schema for accounts
|
2021-06-22 23:04:37 +02:00 |
20210623145023_add_devices_table.exs
|
Implement access token authentication
|
2021-06-26 00:29:33 +02:00 |
20210625205812_add_access_token_index_to_devices.exs
|
Implement access token authentication
|
2021-06-26 00:29:33 +02:00 |
20210707123852_add_events_and_rooms_table.exs
|
Add endpoint for room creation
|
2021-07-10 23:16:00 +02:00 |
20210714150725_change_event_content_to_json.exs
|
Add part of room creation endpoint
|
2021-07-17 17:38:20 +02:00 |
20210715093944_change_event_timestamp_to_integer.exs
|
Add part of room creation endpoint
|
2021-07-17 17:38:20 +02:00 |
20210716212330_change_event_id_name.exs
|
Add part of room creation endpoint
|
2021-07-17 17:38:20 +02:00 |
20210725121639_add_forward_extremities_to_rooms.exs
|
Add forward extremities to rooms
|
2021-07-25 14:57:52 +02:00 |
20210725151601_add_state_to_room.exs
|
Save state set in database
|
2021-07-25 17:39:22 +02:00 |
20210729143750_change_room_state_to_array.exs
|
Refactor room server
|
2021-07-29 16:59:40 +02:00 |
20210730122017_create_aliases_table.exs
|
Add alias creation endpoint
|
2021-07-30 15:56:24 +02:00 |
20210812105932_create_signing_key_and_server_key_info_table.exs
|
Add schemas and functions to query signing keys from servers
|
2021-08-13 00:45:07 +02:00 |
20210816144214_change_timestamps_to_datetime.exs
|
Add function to query whether server participates in a room
|
2021-08-16 19:30:47 +02:00 |
20210818133912_add_fields_to_events.exs
|
Fix prev events not being hashed and signed during room creation.
|
2021-08-18 19:04:09 +02:00 |
20210820184601_move_timestamps_to_ints_again.exs
|
Implement retrieving a single event over federation
|
2021-08-21 11:25:36 +02:00 |
20210823083642_create_joined_rooms_table.exs
|
Implement client joined rooms endpoint
|
2021-08-23 12:59:12 +02:00 |