+67
-57
appview/notify/db/db.go
+67
-57
appview/notify/db/db.go
············func (n *databaseNotifier) NewIssue(ctx context.Context, issue *models.Issue, mentions []syntax.DID) {························func (n *databaseNotifier) NewIssueState(ctx context.Context, actor syntax.DID, issue *models.Issue) {collaborators, err := db.GetCollaborators(n.db, orm.FilterEq("repo_at", issue.Repo.RepoAt()))·········+// if the user is attempting to mention >maxMentions users, this is probably spam, do not mention anybody···
+9
-9
appview/pages/templates/user/signup.html
+9
-9
appview/pages/templates/user/signup.html
···<button class="btn text-base w-full my-2 mt-6" type="submit" id="signup-button" tabindex="7" >-By signing up, you agree to our <a href="/terms" class="underline">Terms of Service</a> and <a href="/privacy" class="underline">Privacy Policy</a>.+By signing up, you agree to our <a href="/terms" class="underline">Terms of Service</a> and <a href="/privacy" class="underline">Privacy Policy</a>.
+3
-3
flake.lock
+3
-3
flake.lock
···
-2
flake.nix
-2
flake.nix
······
+1
-1
go.mod
+1
-1
go.mod
+81
knotserver/db/db.go
+81
knotserver/db/db.go
···
-64
knotserver/db/init.go
-64
knotserver/db/init.go
···
+1
-1
knotserver/server.go
+1
-1
knotserver/server.go
+7
-5
nix/pkgs/sqlite-lib.nix
+7
-5
nix/pkgs/sqlite-lib.nix
···
+31
sets/gen.go
+31
sets/gen.go
···
+35
sets/readme.txt
+35
sets/readme.txt
···
+174
sets/set.go
+174
sets/set.go
···
+411
sets/set_test.go
+411
sets/set_test.go
···
+6
-1
types/commit.go
+6
-1
types/commit.go
···