- [
51a708a1c3
] feat! AGPL3 + Contributor Covenant (April John) - [
cc663ffc9b
] arbeiter (aprilthepink) - [
1e6c005698
] enable ttp sign (aprilthepink) - [
0060d8baa8
] boop (aprilthepink) - [
522ecabd07
] aaaa (aprilthepink) - [
e75b523bb3
] awa (aprilthepink) - [
76d20cb2ef
] awa (aprilthepink) - [
4d3657132d
] mew (aprilthepink) - [
643dc59b4b
] Use Action badge on readme (aprilthepink) - [
3f4618d4d2
] [feat] GH nix builds (aprilthepink) - [
9bc640aadc
] [fix] format files (aprilthepink) - [
b90a332b3c
] basic AP (aprilthepink) - [
1c09eb793d
] Rework readme (aprilthepink) - [
091b8efe8e
] [feat]: basic nix dev enviroment (aprilthepink) - [
51c7a6d6a2
] Removed mod entities from main.rs (Helba) - [
9a021e768d
] Create LICENSE (Helba) - [
9609c7ab83
] initial commit (Helba)
.envrc | 1 +-
.gitattributes | 1 +-
.github/workflows/nix-flake.yml | 23 +-
.gitignore | 6 +-
CODE_OF_CONDUCT.md | 141 ++-
Cargo.lock | 2975 ++++++++++++++++++++++++++++++++++++++++-
Cargo.toml | 36 +-
Dockerfile | 13 +-
Jenkinsfile | 20 +-
LICENSE | 661 +++++++++-
README.MD | 35 +-
build.rs | 11 +-
flake.lock | 101 +-
flake.nix | 80 +-
justfile | 14 +-
shell.nix | 13 +-
src/activities/create_post.rs | 74 +-
src/activities/mod.rs | 1 +-
src/database.rs | 27 +-
src/error.rs | 26 +-
src/http.rs | 97 +-
src/main.rs | 131 ++-
src/objects/mod.rs | 2 +-
src/objects/person.rs | 140 ++-
src/objects/post.rs | 101 +-
src/utils.rs | 13 +-
26 files changed, 4743 insertions(+)