activitypubplay/Java/Spring/activitypubbot
2025-01-27 13:44:30 +00:00
..
gradle/wrapper initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
src Wasn't happy with that JSON templating so got rid of it rather than try and fix how it broke the HTML templating. There will be better ways to generate the required JSON. 2025-01-27 13:44:30 +00:00
.gitattributes initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
.gitignore initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
build.gradle Now generating templated JSON actor and webfinger responses, which work against a Mastodon user search... the borrowed Thymeleaf config stuff to enable JSON templating has broken the HTML templating though. Sigh. 2025-01-27 04:03:27 +00:00
genkeys.sh Initial working skeleton/prototype that merely returns a hard-coded actor 2025-01-24 00:46:56 +00:00
gradlew initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
gradlew.bat initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00
settings.gradle initial check-in for project to implement a minimal ActivityPub bot in Java/Spring 2025-01-23 17:27:34 +00:00