Bram
|
8a3b7efbf6
|
Merge branch 'develop' into 4-transfer-api
|
2024-07-09 17:53:47 +02:00 |
Bram
|
005e103389
|
Expose sync function
|
2024-07-09 17:50:48 +02:00 |
Bram
|
4e378a5f50
|
Add /sync as task
|
2024-07-09 17:33:41 +02:00 |
Bram
|
0978e43fc0
|
Finish /sync API definition
|
2024-07-09 16:55:19 +02:00 |
Bram
|
632158f309
|
Add toUpdate function for sync V4
|
2024-07-09 16:48:53 +02:00 |
Bram
|
c5d07f0a94
|
Add toUpdate function for sync V1 - V3
|
2024-07-09 13:29:45 +02:00 |
Bram
|
b239eecc6b
|
Add toUpdate function for /sync v1
|
2024-07-09 00:08:46 +02:00 |
Bram
|
e7d3a129b1
|
Finish /sync for all spec versions v1.1 to v1.11
|
2024-07-08 23:07:50 +02:00 |
Bram
|
e122a7b262
|
Rename /sync v4 to v3
|
2024-07-08 22:11:04 +02:00 |
Bram
|
29906ff976
|
Remove redundant /sync versions
|
2024-07-08 22:10:29 +02:00 |
Bram
|
80bb05fd30
|
Add /sync from v1.1 to v1.5
|
2024-07-08 20:08:32 +02:00 |
Bram
|
1d0a9de7da
|
Automate defaultToString behaviour
|
2024-07-08 18:24:41 +02:00 |
Bram
|
95f0aa2934
|
Remove deprecated spec version
To improve backwards compatibility, we'll start with v1.1 and go from there. Then, if the spec versions seem fit, we can work backwards.
|
2024-06-13 22:43:25 +02:00 |
Bram
|
7ab21b4314
|
Add /sync at r0.4.0 (partially)
|
2024-06-13 22:42:36 +02:00 |
Bram
|
0092f96a25
|
Add /sync at r0.3.0
|
2024-06-13 22:27:12 +02:00 |
Bram van den Heuvel
|
61dad6c5e8
|
Add Matrix Room to README
|
2024-06-10 10:07:44 +02:00 |
Bram
|
693124aa15
|
Add documentation for StrippedEvent
|
2024-06-08 15:32:17 +02:00 |
Bram
|
6783186c18
|
Add nextBatch value in Vault
|
2024-06-08 15:25:49 +02:00 |
Bram
|
0ded7ab6bd
|
Add ephemeral events to Room
|
2024-06-08 15:19:55 +02:00 |
Bram
|
f6a6bb535e
|
Add StrippedEvent module
|
2024-06-08 15:10:58 +02:00 |
Bram
|
76cc6d46b9
|
Prepare develop for master
No elm-test for this patch update. The update does not concern written Elm tests, and it has been tested on the Elm SDK demo code
|
2024-06-05 17:41:11 +02:00 |
BramvdnHeuvel
|
425d964af5
|
Merge pull request #28 from noordstar/patch-no-baseurl-found
Default to original server name if no well-known found
|
2024-06-05 12:16:53 +02:00 |
Bram
|
21ae0ea376
|
Default to original server name if no well-known found
|
2024-06-04 15:50:08 +02:00 |
Bram
|
7b00a46ffa
|
Add object1
|
2024-06-03 15:02:35 +02:00 |
Bram
|
f7837a91c8
|
Prepare develop for master
elm-test --fuzz 1000 --seed 373594127264638
|
2024-05-30 23:15:40 +02:00 |
Bram
|
d360c561f9
|
Hide custom Elm configurations
|
2024-05-30 16:46:44 +02:00 |
BramvdnHeuvel
|
acd4a07d5e
|
Merge pull request #25 from noordstar/4-transfer-api
Add password
|
2024-05-30 14:07:52 +02:00 |
Bram
|
1de9566e1d
|
SECURITY: Remove Elm output
Yes, this index.html file contains credentials. For this reason, the password has been reset and the software should no longer work.
|
2024-05-30 14:02:20 +02:00 |
Bram
|
85d767414d
|
Make username optional
|
2024-05-30 13:54:30 +02:00 |
Bram
|
994c99af15
|
Add RemovePasswordOnLogin feature
|
2024-05-30 13:53:56 +02:00 |
Bram
|
b465ad1f47
|
Remove password after login, if necessary
|
2024-05-30 10:52:48 +02:00 |
Bram
|
e8c0df004e
|
Add removePasswordOnLogin setting
|
2024-05-30 10:48:20 +02:00 |
BramvdnHeuvel
|
c5e546b25c
|
Merge pull request #24 from noordstar/4-transfer-api
Add MVP for API interaction
|
2024-05-30 10:20:48 +02:00 |
Bram
|
bec1ae4a3b
|
Fix merge conflict bug
|
2024-05-28 18:29:26 +02:00 |
BramvdnHeuvel
|
daf4bcb1b1
|
Merge branch 'develop' into 4-transfer-api
|
2024-05-28 18:25:16 +02:00 |
Bram
|
b0026617cf
|
Add JSON fields to Text module
|
2024-05-28 18:20:01 +02:00 |
Bram
|
7fcef60ec6
|
Move logs to Text module
|
2024-05-28 16:46:33 +02:00 |
Bram
|
2b9370f0c2
|
Fix bugs for MVP
This version now officially works. I have tested it and I will publish an example soon.
|
2024-05-28 10:32:17 +02:00 |
Bram
|
12c919b071
|
Finish addAccessToken function
|
2024-05-27 23:47:37 +02:00 |
Bram
|
567ac5596a
|
Merge branch '4-compiler-bug' into 4-transfer-api
|
2024-05-27 16:44:57 +02:00 |
Bram
|
b32e0ef123
|
Fix test errors
|
2024-05-27 16:39:50 +02:00 |
Bram
|
9e761db4f9
|
Fix (most) warnings
|
2024-05-26 19:24:31 +02:00 |
Bram
|
e335c150f0
|
Fix compiler bugs
|
2024-05-26 18:53:31 +02:00 |
Bram
|
4349a14a87
|
BREAKING: Fix bug breaking Elm compiler
|
2024-05-26 18:12:37 +02:00 |
Bram
|
487c872d43
|
Add method to create a Vault
|
2024-05-26 13:12:03 +02:00 |
Bram
|
42ca8f6c9c
|
Add Elm SDK logo
|
2024-05-25 19:48:29 +02:00 |
Bram
|
e6257d8e38
|
Change VaultUpdate to API Backpack
|
2024-05-25 19:47:15 +02:00 |
Bram
|
7a75bffbfb
|
Add send message event as Task
|
2024-05-25 17:03:42 +02:00 |
Bram
|
4f08dd1176
|
Add send message event API endpoint
|
2024-05-25 16:15:27 +02:00 |
Bram
|
50b10c64ca
|
Add makeVBA TaskChain
|
2024-05-24 16:19:13 +02:00 |