• new to fedi development and trying to figure out how to contribute. mostly know Typescript and frontend dev, learning Elixir

    https://portend.place/smitten

  • Joined on 2023-03-04
smitten pushed to develop at smitten/akkoma-fe 2023-07-26 14:02:35 +00:00
b842f17fd2 Rename canAuthAction to loggedIn
0e7f4586ed hide button when hideBio
Compare 2 commits »
smitten pushed to develop at smitten/akkoma-fe 2023-07-26 13:54:28 +00:00
28d6daf524 switch back to circle-nodes button
smitten pushed to develop at smitten/akkoma-fe 2023-07-26 13:09:01 +00:00
1eb15e58bb Add button to user_card
smitten pushed to develop at smitten/akkoma-fe 2023-07-26 03:17:02 +00:00
852fed047a switch to magnet icon
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-26 02:10:08 +00:00
web+ap protocol handler

I did a poll to try to get feedback and 'Fedi Link' seems to be the most popular. I implemented in akkoma-fe here: 2cd1cd422c

smitten pushed to develop at smitten/akkoma-fe 2023-07-26 02:06:06 +00:00
2cd1cd422c Add fediLink buttons with circle-nodes icon
smitten pushed to develop at smitten/akkoma-fe 2023-07-26 02:02:15 +00:00
ca30adcbe3 use circle-nodes icon
a25f189b7f Add fediLink buttons
Compare 2 commits »
smitten created repository smitten/akkoma-fe 2023-07-26 01:17:24 +00:00
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-25 16:20:20 +00:00
web+ap protocol handler

My static-fe changes are here: 55bc84da35. I’m unsure about the icon to use, that icon is currently used for “opening…

smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-25 15:58:57 +00:00
6a980a9cbd Split styling into separate css file
smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-25 15:48:58 +00:00
cf944634b9 fix variable name -> local_user
smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-25 15:45:23 +00:00
36283f6566 Update copyright notice
smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-25 15:42:01 +00:00
735af24198 Merge branch 'develop' into web-protocol-handler
33e7ae7637 Allow nil attachments
fa40db6b5a Merge pull request 'fix ImageMagick typo in media_graphics_packages.md' (#593) from norm/akkoma:media-graphics-typo into develop
ccd8cd6c59 Merge pull request 'Exclude deactivated users from emoji reaction lists' (#592) from active-emoji-reactions into develop
900b9b0124 Merge branch 'develop' into active-emoji-reactions
Compare 23 commits »
smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-25 15:41:14 +00:00
397bbc6b90 tests
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-24 15:13:47 +00:00
web+ap protocol handler

Hm, then maybe it should work with only the activity line replaced with my code? I found that particular function by following the code in the search module (Pleroma.Search.DatabaseSearch).…

smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-24 15:12:35 +00:00
f8af0ef2f1 Use maybe_fetch() to avoid fuzzier search behavior
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-23 14:28:23 +00:00
web+ap protocol handler

Untested, but I added this code 5bbeeeeedd

@darkkirb Thanks for taking a look. I'm not finding this able to pull a…

smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-17 02:32:17 +00:00
7e46b3d670 Example HTML page to register handler
smitten commented on pull request AkkomaGang/akkoma#589 2023-07-16 22:58:01 +00:00
web+ap protocol handler

I'm not sure Activity.search is the best method to use here. I couldn't find something like Activity.get_or_fetch() that just took the post URL, but it's probably my unfamiliarity with the code.

smitten pushed to web-protocol-handler at smitten/akkoma 2023-07-16 21:51:43 +00:00
d07d0fbc57 allow unauthenticated access only for local records