Commit Graph

767 Commits

Author SHA1 Message Date
Jan-Lukas Else c8121e3a3a Fix ftp media storage listing 2022-12-13 20:30:04 +01:00
Jan-Lukas Else 2fd9e9cb6a BREAKING: Save profile image in data folder instead of (Fix #44)
This will reset the profile image, upload it again using the settings UI
2022-12-13 20:13:57 +01:00
Jan-Lukas Else 4d8c6bde5d Allow to preset post parameters in the editor template (to allow bookmarklets) (#43) 2022-12-13 16:05:49 +01:00
Jan-Lukas Else 2bb536f2f7 Use correct time format to sign requests 2022-12-11 15:49:19 +01:00
Jan-Lukas Else 0c2e2b2e4d Improve ActivityPub implementation using go-ap/client 2022-12-10 12:47:36 +01:00
Jan-Lukas Else 12bdf3ff9c Fix default blog used when creating post in another blog editor 2022-12-07 16:56:18 +01:00
Jan-Lukas Else fc8e8e9a9d Simplify activitypub followers listing, parse and save activitypub usernames in @user@example.org format 2022-12-07 16:43:13 +01:00
Jan-Lukas Else 4407f0aae1 Fix comment routing 2022-12-06 20:02:03 +01:00
Jan-Lukas Else bef19c61fb Allow to edit comments (#42) 2022-12-06 19:43:06 +01:00
Jan-Lukas Else 8098e77470 Add IntelliJ run config 2022-12-06 19:16:39 +01:00
Jan-Lukas Else c80adf4bf3 Add test for Bridgy likes 2022-11-28 20:45:57 +01:00
Jan-Lukas Else b53b5f2b1b Notification on ActivityPub follow 2022-11-27 21:53:34 +01:00
Jan-Lukas Else 443b826847 Fix ActivityStreams icon 2022-11-27 15:26:00 +01:00
Jan-Lukas Else 2170303f7b Fix Dockerfile 2022-11-27 15:08:48 +01:00
Jan-Lukas Else 01876592b3 Initial profile image support 2022-11-27 15:06:43 +01:00
Jan-Lukas Else 1b02b400fd Add settings UI option for user nick and user name
Updates #13
2022-11-27 07:20:49 +01:00
Jan-Lukas Else 0df2802c74 Publish ActivityPub followers collection 2022-11-25 20:36:14 +01:00
Jan-Lukas Else 223ec95487 Fix title of remote follow form page 2022-11-24 21:27:31 +01:00
Jan-Lukas Else 66484fef88 Implement ActivityPub remote follow form 2022-11-24 21:18:12 +01:00
Jan-Lukas Else 35dddbd852 Check for public namespace in to or cc of activitypub replies 2022-11-24 10:21:58 +01:00
Jan-Lukas Else 84b75467ca Fix in comments admin 2022-11-24 10:01:33 +01:00
Jan-Lukas Else e005cda096 Rework activitypub using library and support replies using the comment system 2022-11-23 22:16:56 +01:00
Jan-Lukas Else e5d0d136c0 Utils: Handle edge case and just use path to get mime type 2022-11-21 16:34:06 +01:00
Jan-Lukas Else a60a3f92bd ActivityPub: Include MimeType in profile picture attribute 2022-11-21 16:08:34 +01:00
Jan-Lukas Else 4dee23e561 Update dependencies 2022-11-20 21:01:36 +01:00
Jan-Lukas Else c242e2c7b3 Add page to show activitypub followers 2022-11-08 20:23:31 +01:00
Jan-Lukas Else e1edd5c18c Add webrings plugin 2022-10-31 10:52:35 +01:00
Jan-Lukas Else 1f2510ac53 Remove Tailscale, add settings for custom HTTPS 2022-10-30 20:57:25 +01:00
Jan-Lukas Else e6984d7f00 Update dependencies 2022-10-28 20:53:46 +02:00
Jan-Lukas Else 8408e245a6 Update hls.js 2022-10-22 20:34:32 +02:00
Jan-Lukas Else 08da511717 Update Leaflet 2022-10-22 20:29:45 +02:00
Jan-Lukas Else ac0464dd8c Update some dependencies 2022-10-22 20:01:42 +02:00
Jan-Lukas Else b06f5c02df Update tor dependency 2022-10-16 22:34:12 +02:00
Jan-Lukas Else 903d5a265a Sync editor state per blog using websockets and cache in database 2022-10-15 22:51:36 +02:00
Jan-Lukas Else f9d568acc8 Fix login with micro.blog iOS app 2022-10-15 14:19:12 +02:00
Jan-Lukas Else 5256b3929b Make micropub and indieauth paths absolute to increase compatibility with some clients 2022-10-14 14:04:10 +02:00
Jan-Lukas Else 7a4e994478 Update dependencies 2022-10-14 13:00:59 +02:00
Jan-Lukas Else 00e608ea27 Make share and translation button hideable (#11) 2022-10-07 17:08:37 +02:00
Jan-Lukas Else 18c129d163 Update dependencies and small code changes 2022-10-07 16:19:18 +02:00
Jan-Lukas Else b38e92bc57 Add email option for ntfy 2022-10-03 20:09:18 +02:00
Jan-Lukas Else 541b52424e Update dependencies 2022-09-30 16:39:08 +02:00
Jan-Lukas Else bb8bcdb6e2 Add support for seperate micropub channel request 2022-09-23 14:15:29 +02:00
Jan-Lukas Else 7dbaf9fadb Add visibility options to micropub config query 2022-09-23 13:50:18 +02:00
Jan-Lukas Else 3643f09b7b GitHub Actions: Push Docker image to Gitea as well and delete old images from GCR 2022-09-23 11:50:07 +02:00
Jan-Lukas Else 37a9e1f29c Split status in status and visibility
Closes #38

This aligns the implementation more with the IndieWeb standards and allows setting and updating status and visibility individually.
2022-09-23 11:05:07 +02:00
Jan-Lukas Else c7da67b581 Update dependencies 2022-09-21 17:40:34 +02:00
Jan-Lukas Else b4a1972968 Sign ActivityPub requests to get remote actor 2022-09-13 23:05:53 +02:00
Jan-Lukas Else bb8913d2ad Update dependencies 2022-09-09 15:01:32 +02:00
Jan-Lukas Else d3e3ad4913 Update dependencies
Improve script to only update direct dependencies and skip specific ones
2022-09-03 17:07:12 +02:00
luanacc 2111f8c160 update pt-br 2022-08-31 13:14:50 +02:00