Commit graph

157 commits

Author SHA1 Message Date
8831275097 fix: pls work 2024-08-03 07:04:31 +02:00
566c444aed fix: correct method call in lysand/http 2024-08-03 06:50:03 +02:00
05c8acc71e fix: add lysand inbox to actix 2024-08-03 06:41:38 +02:00
f480bc068c feat: follow lysand -> ap 2024-08-03 06:25:16 +02:00
b666d339f2 fmt: codebase 2024-08-03 04:14:38 +02:00
12dc5e89d0 fix: change prometheus namespace to activitypub_bridge 2024-08-03 04:14:12 +02:00
ba901981f0 update 2024-08-03 03:49:07 +02:00
b495fbe80e
update: flake deps 2024-07-27 16:27:08 +02:00
5949bb9bf3
fix: formatting & DB 2024-07-27 16:24:04 +02:00
2ffc66f412 fix 2024-07-26 18:11:08 +02:00
65f1f543a6 fix 2024-07-26 18:01:24 +02:00
5d3fa040cf fix 2024-07-26 17:33:07 +02:00
60338e8a1c fix 2024-07-26 17:24:33 +02:00
483212c7fa
fix: AP user federation behavior 2024-07-26 00:26:13 +02:00
c2a79b128b
feat: follow rels 2024-07-26 00:25:49 +02:00
e8b78e4d8d fix: migration issues 2024-07-21 21:48:49 +02:00
9ce95c4b7a fix: ap json for default user 2024-07-21 21:27:30 +02:00
451cf8941a fix: migration stuff 2024-07-21 21:04:13 +02:00
4429aa380a oopsie i was silly 2024-07-21 20:56:53 +02:00
1a741c6420 feat: add missing fields on AP users 2024-07-21 19:37:08 +02:00
692e4bff22 fix: resolve webfinger correctly 2024-07-17 14:21:32 +02:00
071f6dcbd8 fix: correct urls in AP user 2024-07-17 13:17:16 +02:00
d33de465bf fix: add AP context 2024-07-17 02:45:01 +02:00
572e86624e fix: im having a stroke it works 2024-07-17 02:38:49 +02:00
3f9fb9e67a fix awa 2024-07-17 02:34:18 +02:00
6dc2597ad9 fix aaa 2024-07-17 02:29:51 +02:00
de402bf3c7 awa 2024-07-17 02:25:33 +02:00
d99d47a9d0 fix: debug print 2024-07-17 02:14:53 +02:00
b1c78822de feat: AP webfinger 2024-07-17 02:08:51 +02:00
f22cae919f fix: allow post parsing again 2024-07-17 01:24:04 +02:00
81ef6f8c5f fix: awa 2024-07-17 01:13:10 +02:00
45a7555db3 fix: lysand ap fetch UUID change and wrong URI 2024-07-17 01:07:23 +02:00
b5b4144f39 fix: replace lysand user key with dummy 2024-07-17 00:09:31 +02:00
d86abbb97d fix: add indexable to Lysand user and default it to false 2024-07-16 23:22:52 +02:00
474b57652b fix: make sensitive in AP optional bc AP 2024-07-16 20:04:53 +02:00
f5e4092bca feat: debug script 2024-07-16 19:56:40 +02:00
a840feecb0 feat: basic lysand -> ap fetching api 2024-07-16 19:35:04 +02:00
b1af17c5d2 fix: add mentions to TO on note import 2024-06-27 17:29:55 +02:00
b29ca0cadc fix: add mentioned user to TO in test 2024-06-27 17:14:37 +02:00
25d857c0f3 format 2024-06-27 09:48:47 +02:00
b278cd8a27 fix: shitcode 2024-06-27 05:55:43 +02:00
29ba9a8b7a fix: allow api domain to have users 2024-06-27 05:49:35 +02:00
505809b117 fix: me please 2024-06-27 05:44:40 +02:00
02c1c4f9f8 fix: ruse only one UUID in test instead of two different 2024-06-27 05:31:58 +02:00
b52024d726 Merge branch 'test1' 2024-06-27 05:17:03 +02:00
dc4afd8411 feat: meow meow akkoma? 2024-06-27 05:13:38 +02:00
April John
6b6d36b30b
feat: basic AP <-> lysand conversion (#4)
* feat: Update API domain variable name

* save changes, fake commit

* feat: function to receive lysand note

* [feat]: lysand to ap for posts and users

* feat: Add .env file to gitignore and update dependencies

The commit adds the `.env` file to the `.gitignore` and updates the dependencies in the `Cargo.toml` and `Cargo.lock` files. This change ensures that sensitive environment variables are not committed to the repository and keeps the dependencies up to date.

* feat: Add db_post_from_url function

The commit adds the `db_post_from_url` function to the `conversion.rs` file. This function retrieves a post from the database based on a given URL. If the post is not found in the database, it fetches the post from the URL, saves it to the database, and returns the post. This change enhances the functionality of the codebase by providing a convenient way to retrieve and store posts.

* feat: Update dependencies and add async-recursion crate

* fix: Refactor lysand note handling in conversion.rs

The commit refactors the lysand note handling in the `conversion.rs` file. It updates the `receive_lysand_note` function to properly handle quoting and replying to notes. This change improves the functionality and readability of the codebase.

* fix: use example as default user

* me oopid

* fix: Refactor lysand note handling in conversion.rs

* fix: fix post printing

* fix: Refactor lysand note handling in conversion.rs

* fix: Refactor lysand note handling in conversion.rs

* fix: make nix-bootstrap executable

* fix: remove unused linux only import

* fix: make person stop screaming at me :(

* feat: remove test code

* fix: update deps

* fix: rm build.rs fully

* feat: standard user to apservice

* fix: format files
2024-06-18 01:56:25 +00:00
cd6ff024e4 fix: format files 2024-06-18 03:43:59 +02:00
489a216aca feat: standard user to apservice 2024-06-18 03:34:37 +02:00
c601fb03eb fix: rm build.rs fully 2024-06-18 01:52:47 +02:00