|
c3c72f8162
|
IDEA: Hide typos
|
2025-02-15 10:29:17 +01:00 |
|
|
22947b797d
|
#8: Create apub_astreams and apub_inbox crates (#8)
Reviewed-on: #8
|
2025-02-15 08:46:14 +00:00 |
|
|
5af0816a81
|
astreams : Change placeholder test
|
2025-02-15 09:36:53 +01:00 |
|
|
7c16904dc3
|
astreams : Add conversion traits
|
2025-02-14 06:53:33 +01:00 |
|
|
41b6c6be7b
|
* : Add project logo
|
2025-02-14 06:34:43 +01:00 |
|
|
3146df6898
|
astreams : Merge impl blocks
|
2025-02-14 06:19:37 +01:00 |
|
|
fe8d345eff
|
astreams : Fix some remaining issues
|
2025-02-14 05:44:40 +01:00 |
|
|
302241e03a
|
astreams : Remove properties from transitive Activity
|
2025-02-14 04:15:06 +01:00 |
|
|
260286a457
|
astreams : Types!
|
2025-02-14 04:00:25 +01:00 |
|
|
c1116d23e1
|
astreams : Don't use @json literals
|
2025-02-14 02:02:24 +01:00 |
|
|
d56f146b1e
|
astreams : IT WORKS???!?!?
|
2025-02-11 16:58:10 +01:00 |
|
|
c7f66036a2
|
astreams : i am losing my mind
|
2025-02-11 09:19:31 +01:00 |
|
|
0c5dc9e5ca
|
astreams : get to something reasonable??
|
2025-02-11 02:08:42 +01:00 |
|
|
60af998994
|
astreams : continuing progress on the cursed api
|
2025-01-22 17:50:08 +01:00 |
|
|
2bae6e0025
|
astreams : more cursed
|
2025-01-16 06:39:42 +01:00 |
|
|
516172d6f5
|
astreams : the cursed works?
|
2025-01-16 06:25:03 +01:00 |
|
|
d9ad8032f0
|
astreams : the cursed has arrived (and it does not work)
|
2025-01-15 10:27:34 +01:00 |
|
|
55fc252981
|
astreams : Mostly implement StreamsObject
|
2025-01-08 07:24:33 +01:00 |
|
|
4389ace574
|
astreams : Move StreamsEntity impls to the right place
|
2025-01-08 04:23:33 +01:00 |
|
|
03a6cf4fda
|
astreams : Fully define StreamsObject trait
|
2025-01-03 19:52:41 +01:00 |
|
|
a0e52a8e73
|
astreams : Make StreamsEntity require Preview: StreamsEntity<Preview>
|
2025-01-03 19:11:09 +01:00 |
|
|
70053021a5
|
astreams : Implement entity processing and Entity.preview
|
2024-12-30 02:50:04 +01:00 |
|
|
678daac2eb
|
astreams : Implement u64 processing and Link.height and Link.width
|
2024-12-30 02:25:24 +01:00 |
|
|
690afcd15f
|
astreams : Implement langtag processing and Link.hreflang
|
2024-12-30 02:13:36 +01:00 |
|
|
1ff33fcbdb
|
astreams : Implement langString processing and Link.name
|
2024-12-30 01:37:25 +01:00 |
|
|
71485b50af
|
astreams : Mark activitystreams_rel as lenient
|
2024-12-28 02:42:04 +01:00 |
|
|
8c191cf9ae
|
astreams : Rename functions
|
2024-12-28 02:39:25 +01:00 |
|
|
ea126d11f4
|
astreams : Parse Link.href as Node
https://www.w3.org/ns/activitystreams
|
2024-12-28 02:36:34 +01:00 |
|
|
ffe5c3cc03
|
astreams : Improve variable naming consistency
|
2024-12-28 02:33:18 +01:00 |
|
|
f26c7a04f4
|
astreams : Add some tests
|
2024-12-24 18:26:26 +01:00 |
|
|
4a2e2ff381
|
astreams : Fix copy error
|
2024-12-24 17:37:49 +01:00 |
|
|
829396846e
|
astreams : Yet another attempt at reasonable mapping
|
2024-12-24 17:26:49 +01:00 |
|
|
f756e10557
|
* : Allow clippy lint let-and-return
|
2024-12-24 17:26:12 +01:00 |
|
|
5fdbf4a827
|
apub_inbox : Silence clippy on WIP handler
|
2024-12-24 13:35:10 +01:00 |
|
|
5d958630f6
|
* : Upgrade micronfig to 1.0.0
|
2024-12-24 11:53:38 +01:00 |
|
|
c972fbff31
|
apub_inbox : Use web_server! macro
|
2024-12-18 16:57:24 +01:00 |
|
|
5b62ff6ff7
|
utils : Reduce logging
|
2024-12-18 16:24:44 +01:00 |
|
|
e2687011eb
|
utils : Allow zero templates and routes
|
2024-12-18 16:23:18 +01:00 |
|
|
72f12b6de7
|
Merge branch 'main' into feature/apub-inbox
# Conflicts:
# .idea/acrate.iml
# Cargo.toml
# acrate_rdserver/src/config.rs
# acrate_rdserver/src/main.rs
|
2024-12-18 16:05:32 +01:00 |
|
|
da7ec46cbe
|
utils : Create and use crate (#9)
Reviewed-on: #9
|
2024-12-18 15:03:13 +00:00 |
|
|
bdd7cfc84e
|
rdserver : Use web_server! macro
|
2024-12-18 15:59:42 +01:00 |
|
|
6cc87e896d
|
utils : Create and use web_server! macro
|
2024-12-18 15:59:32 +01:00 |
|
|
f9daa6afee
|
utils : Create crate
|
2024-12-18 13:25:49 +01:00 |
|
|
74e36f7a85
|
astreams : Make macro to test examples
|
2024-12-17 12:44:39 +01:00 |
|
|
77ce4e7159
|
IDEA: Mark acrate_astreams/tests as test source
|
2024-12-17 10:31:36 +01:00 |
|
|
1a9c917913
|
IDEA: Group runConfigurations in folders
|
2024-12-17 10:31:19 +01:00 |
|
|
b43c000a9e
|
astreams : Add dependencies that will be useful later
|
2024-12-17 10:30:56 +01:00 |
|
|
ea9f372229
|
astreams : Merge core and extended into activitystreams
|
2024-12-17 10:30:39 +01:00 |
|
|
e47fdd9bf1
|
astreams : Add examples from ActivityStreams spec to tests
|
2024-12-17 10:30:12 +01:00 |
|
|
a50f967fdf
|
database : Rename test file to integration_tests for consistency
|
2024-12-17 09:02:19 +01:00 |
|