aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-06-18 16:33:12 -0500
committerAnthony Wang2022-06-18 16:33:12 -0500
commit28fd3e796e6fdd22d63fdd649cd3f053f3522ff3 (patch)
tree6c002bec22fe9bfc4a5614682a2b86a1a87b1964
parent4ffb6b64bc95e32027f6d59c182f3cb33416858e (diff)
Remove accidently added files
-rw-r--r--FEDERATION.md25
-rw-r--r--go.work5
-rw-r--r--go.work.sum10
3 files changed, 0 insertions, 40 deletions
diff --git a/FEDERATION.md b/FEDERATION.md
deleted file mode 100644
index 5622fdb4e..000000000
--- a/FEDERATION.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# Federation
-
-Gitea is federated using [ActivityPub](https://www.w3.org/TR/activitypub/) and the [ForgeFed extension](https://forgefed.org/) so you can interact with users and repositories from other instances as if they were on your own instance. By using the standardized ActivityPub protocol, users on any fediverse software such as [Mastodon](https://joinmastodon.org/) can follow Gitea users, receive activity updates, and comment on issues.
-
-Currently, only S2S ActivityPub is supported.
-
-## Actors
-
-Following the ForgeFed specification, users (`Person` type), organizations (`Group` type), and repositories (`Repository` type) are the ActivityPub actors in Gitea.
-
-### Users
-
-Users are represented using the `Person` type and can be found at `/api/v1/activitypub/user/{username}`.
-
-### Organizations
-
-Organizations are represented using the `Group` type and can be found at `/api/v1/activitypub/user/{orgname}`.
-
-### Repositories
-
-Repositories are represented using the `Repository` type and can be found at `/api/v1/activitypub/repo/{username}/{reponame}`.
-
-## Changing your username, organization name, or repository name
-
-Do we want to support this? If so, Gitea will send out a `Move` activity.
diff --git a/go.work b/go.work
deleted file mode 100644
index bf84738c0..000000000
--- a/go.work
+++ /dev/null
@@ -1,5 +0,0 @@
-go 1.18
-
-use .
-
-replace github.com/go-ap/activitypub => /home/ta180m/Code/activitypub
diff --git a/go.work.sum b/go.work.sum
deleted file mode 100644
index 27d33cf48..000000000
--- a/go.work.sum
+++ /dev/null
@@ -1,10 +0,0 @@
-github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
-github.com/cpuguy83/go-md2man v1.0.10 h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=
-github.com/go-ap/errors v0.0.0-20220615144307-e8bc4a40ae9f h1:kJhGo4NApJP0Lt9lkJnfmuTnRWVFbCynY0kiTxpPUR4=
-github.com/go-ap/errors v0.0.0-20220615144307-e8bc4a40ae9f/go.mod h1:KHkKFKZvc05lr79+RGoq/zG8YjWi3+FK60Bxd+mpCew=
-github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d h1:Z/oRXMlZHjvjIqDma1FrIGL3iE5YL7MUI0bwYEZ6qbA=
-github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d/go.mod h1:jyveZeGw5LaADntW+UEsMjl3IlIwk+DxlYNsbofQkGA=
-github.com/go-redis/redis v6.15.9+incompatible h1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg=
-github.com/klauspost/cpuid v1.3.1 h1:5JNjFYYQrZeKRJ0734q51WCEEn2huer72Dc7K+R/b6s=
-github.com/pierrec/lz4 v2.0.5+incompatible h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I=
-github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=