|
33a92718c7
|
Slon/Api/V1/Accounts: Handle array of ids for /api/v1/accounts/relationships
|
2025-03-05 13:04:22 -05:00 |
|
|
62b6d75851
|
Slon/Modules/Api: Use @slon_api_find_status_by_id
|
2025-03-05 08:09:17 -05:00 |
|
|
b8fba64ab0
|
Slon/Api/V1/Accounts: Allow updating avatar/header images via PATCH /api/v1/accounts/update_credentials
|
2025-03-04 20:46:43 -05:00 |
|
|
3100707e78
|
Slon/Api/V2/Media: Remove unnecessary no_warn
|
2025-03-04 20:14:26 -05:00 |
|
|
f1d78783a3
|
Slon/Endpoints/Get/Web: Remove some test data
|
2025-03-04 15:12:49 -05:00 |
|
|
9ed7e1c1e3
|
Slon/Http/Server: Use @slon_http_json_object_add_nested_value() when
parsing url-encoded strings to JSON
Fixes #3
|
2025-03-04 14:45:12 -05:00 |
|
|
a7649a00c8
|
Everywhere: Use Catbox API asynchronously
Fixes #2
|
2025-03-04 13:26:35 -05:00 |
|
|
04dce33aca
|
Slon/Modules/Api: Move Catbox API routines here
|
2025-03-03 21:12:33 -05:00 |
|
|
e1c6ca1b2b
|
Slon/Http/Server: Reimplement multipart/form-data to JSON parser
|
2025-03-03 21:00:55 -05:00 |
|
|
8eddf1fdc7
|
Slon/Static/html,js: Let IMG tags know width,height from status' media attachments
|
2025-03-02 19:58:34 -05:00 |
|
|
5258ab19a8
|
Slon/Api/V1/Statuses: Allow retrieval of individual status from public timeline
|
2025-03-02 18:07:09 -05:00 |
|
|
715d119882
|
Slon/Api/V1/Statuses: Implement Context descendants
Fixes #1
|
2025-03-02 17:34:59 -05:00 |
|
|
27fa0f8aad
|
Slon/Api/V2/Media: Add support for Catbox API
|
2025-03-02 15:08:39 -05:00 |
|
|
6ff3a74914
|
Slon/Modules/Db,Slon/Http/AdminServer: Add a settings object to the database for misc parameters
|
2025-03-02 09:55:22 -05:00 |
|
|
6f11f7830d
|
Slon/Api/V1/Statuses: Handle 'sensitive' parameter if POSTed as string rather than boolean
|
2025-03-01 21:27:09 -05:00 |
|
|
c0a28a6f17
|
Slon/Modules/Http: Increase session buffer size to 10MB
|
2025-03-01 21:11:01 -05:00 |
|
|
bcb46d47f1
|
Slon/Http/Server: Add @slon_http_json_object_from_multipart_form_data()
|
2025-03-01 21:08:39 -05:00 |
|
|
140284233d
|
Slon/Static/html: Display images in user statuses
|
2025-03-01 20:18:35 -05:00 |
|
|
b104551bbd
|
Slon/Api/{V1,V2}/Media: Implement PUT /api/v1/media, POST /api/v2/media
|
2025-03-01 19:46:13 -05:00 |
|
|
95aecb9fb1
|
Slon/Api/V1/Markers: Implement /api/v1/markers
|
2025-02-28 18:39:20 -05:00 |
|
|
e223273300
|
Slon/Api/V1/Statuses: Refactor /api/v1/statues/:id/context
|
2025-02-28 18:35:23 -05:00 |
|
|
da6998c637
|
Slon/Http/Server: Support arrays and objects in urlencoded strings
|
2025-02-28 16:23:30 -05:00 |
|
|
1ecc5f4995
|
Slon/Api/V1/Statuses: Don't clobber status with each lookup
|
2025-02-28 16:21:21 -05:00 |
|
|
88f4c39968
|
Api/V1/Statuses: Include parameter in @slon_api_v1_statuses_query
|
2025-02-28 12:35:38 -05:00 |
|
|
afee70ad38
|
Slon/Api/V1/Statuses: Implement GET /api/v1/statues/:id/context
|
2025-02-28 12:22:32 -05:00 |
|
|
9a5a49ae80
|
Slon/Http/Server: Add Slon/Endpoints/Get/Statuses
|
2025-02-28 11:29:06 -05:00 |
|
|
90e553abc3
|
Slon/Api/V1/Statuses: Implement GET /api/v1/statuses/:id
|
2025-02-28 11:26:33 -05:00 |
|
|
b487e381e8
|
Slon/Modules/ActivityPub: Associate replies with known statuses
|
2025-02-28 10:21:02 -05:00 |
|
|
2f879bc9ef
|
Slon/Static/html/admin: Show total of known accounts in Admin interface
|
2025-02-28 08:51:17 -05:00 |
|
|
4b7e5b2836
|
Slon/Http/AdminServer: Implement Manage>Instance
|
2025-02-24 15:00:24 -05:00 |
|
|
c44f5b482e
|
Slon/Modules/ActivityPub: Use atomUri as idempotency key for Create status requests
|
2025-02-23 09:25:03 -05:00 |
|
|
6ee0f037f6
|
Slon/Modules/ActivityPub: Always send the Accept request to signatory, rather than the actor specified in the object
|
2025-02-23 09:23:09 -05:00 |
|
|
430e92cbe0
|
Slon/Modules/ActivityPub: Sign GET request in @slon_activitypub_http_signature_is_valid
|
2025-02-23 08:20:56 -05:00 |
|
|
89e70359c4
|
Slon/Modules/ActivityPub: Remove invalid newline when building headers for signing GET request
|
2025-02-23 07:26:08 -05:00 |
|
|
19893a775d
|
Slon/Api/V1/Accounts: Deduplicate relationship object creation into @slon_accounts_default_relationship_object
|
2025-02-23 06:13:19 -05:00 |
|
|
4a5a23d7fb
|
Slon/Http/AdminServer: Paginate list of accounts
|
2025-02-22 22:25:13 -05:00 |
|
|
8838d0446d
|
Everywhere: Deduplicate local account creation for remote actors in @slon_accounts_create_local_for_remote_actor
|
2025-02-22 21:43:19 -05:00 |
|
|
1a5aa1e22c
|
Slon/Modules/ActivityPub: Fix typo passing http_headers to Http.Get
|
2025-02-22 21:41:48 -05:00 |
|
|
6c87604d56
|
Everywhere: Deduplicate status queries into @slon_api_v1_statuses_query
|
2025-02-22 20:58:56 -05:00 |
|
|
045893b6c6
|
Everywhere: Be more granular with @db_save_* calls
|
2025-02-22 20:38:35 -05:00 |
|
|
a9f5a1de0c
|
Slon/Modules/ActivityPub: Deduplicate signed requests into @slon_activitypub_signed_request
|
2025-02-22 19:25:23 -05:00 |
|
|
d6c1b8dbfd
|
Slon/Api/V1/Timelines: Implement public timeline
|
2025-02-21 18:38:11 -05:00 |
|
|
66074a5472
|
Everywhere: Use session->path()
|
2025-02-21 18:10:25 -05:00 |
|
|
ff5a07dc04
|
Everywhere: Make session->content_type() callable
|
2025-02-21 18:03:12 -05:00 |
|
|
614e68194b
|
Slon/Modules/NodeInfo: Implement .well-known/nodeinfo and nodeinfo/2.0
|
2025-02-21 17:44:54 -05:00 |
|
|
545d408512
|
Everywhere: Make session->path(), session->path_count() callable
|
2025-02-21 16:51:22 -05:00 |
|
|
3728d56ea0
|
Everywhere: Make session->verb() callable
|
2025-02-21 11:13:31 -05:00 |
|
|
69a4d6916f
|
Slon/Api/V1/Accounts,Timelines: Sort statuses by most recent first
|
2025-02-20 14:28:39 -05:00 |
|
|
2b03e16583
|
Slon/Modules/ActivityPub: Don't assume actor is signatory when fetching public key for signature verification
|
2025-02-20 11:44:43 -05:00 |
|
|
a50156872d
|
Slon/Http/Server: Cleanup session->send() on free
|
2025-02-20 08:26:07 -05:00 |
|