This website requires JavaScript.
Explore
Help
Sign in
yvan
/
activitypubplay
Watch
1
Star
0
Fork
You've already forked activitypubplay
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
614b3a48dd
activitypubplay
/
Java
/
Spring
/
activitypubbot
History
Download ZIP
Download TAR.GZ
Yvan
614b3a48dd
Moving derived data accessors out of the @Entity... have created a Bot @Service... and implemented the calls there but I'm unconvinced by this as not sure how we can then use that in the Controller/Model side of the code now. What I want to do is access a Bot's "id" which is derived from its username so needs code to build it. I'm starting to wonder if I should just store some of the derived data in the database but that feels clunky (could be more performant though, hmm..)
2025-01-27 00:48:38 +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
Moving derived data accessors out of the @Entity... have created a Bot @Service... and implemented the calls there but I'm unconvinced by this as not sure how we can then use that in the Controller/Model side of the code now. What I want to do is access a Bot's "id" which is derived from its username so needs code to build it. I'm starting to wonder if I should just store some of the derived data in the database but that feels clunky (could be more performant though, hmm..)
2025-01-27 00:48:38 +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
we are now writing and reading bot info to postgres! That was a slog... in the meantime we've changed from JSP to ThymeLeaf, which seems to be much nicer to work with
2025-01-25 02:57:50 +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