Commit Graph

192 Commits

Author SHA1 Message Date
Natty c443079db0
Removed out all note packing
ci/woodpecker/tag/ociImageTag Pipeline was successful Details
2023-12-28 00:31:05 +01:00
Natty 9cca1056ec
Emoji ID in stream
ci/woodpecker/push/ociImageTag Pipeline was successful Details
2023-11-05 18:42:11 +01:00
Natty a1d47e709a
Removed the featured note injection dead code
ci/woodpecker/push/ociImageTag Pipeline was successful Details
2023-08-06 16:28:13 +02:00
Natty 0409015c96
Normalized channel message format
ci/woodpecker/push/ociImageTag Pipeline was successful Details
ci/woodpecker/tag/ociImageTag Pipeline was successful Details
2023-07-31 19:43:45 +02:00
Natty b04076fbf0
Removed calckey-js and removed channels
ci/woodpecker/push/ociImageTag Pipeline failed Details
ci/woodpecker/tag/ociImageTag Pipeline is pending Details
2023-07-20 22:57:13 +02:00
Natty 16e0a1ae22
Removed dead code 2023-07-09 23:05:13 +02:00
Natty 8ccbec3db1
Merge branch 'beta'
# Conflicts:
#	.woodpecker/commit.yml
#	CALCKEY.md
#	README.md
#	chart/Chart.yaml
#	chart/templates/_helpers.tpl
#	package.json
#	packages/backend/package.json
#	packages/backend/src/models/entities/messaging-message.ts
#	packages/backend/src/remote/activitypub/models/note.ts
#	packages/backend/src/server/api/index.ts
#	packages/backend/src/server/api/mastodon/ApiMastodonCompatibleService.ts
#	packages/backend/src/server/api/mastodon/endpoints/account.ts
#	packages/backend/src/server/api/mastodon/endpoints/filter.ts
#	packages/backend/src/server/api/mastodon/endpoints/meta.ts
#	packages/backend/src/server/api/mastodon/endpoints/notifications.ts
#	packages/backend/src/server/api/mastodon/endpoints/search.ts
#	packages/backend/src/server/api/mastodon/endpoints/status.ts
#	packages/backend/src/server/api/mastodon/endpoints/timeline.ts
#	packages/backend/src/server/api/stream/index.ts
#	packages/backend/src/server/index.ts
#	packages/backend/src/server/nodeinfo.ts
#	packages/client/src/components/MkChatPreview.vue
#	packages/client/src/components/MkRenoteButton.vue
#	packages/client/src/pages/messaging/index.vue
#	packages/client/src/pages/messaging/messaging-room.form.vue
#	packages/client/src/pages/messaging/messaging-room.message.vue
#	packages/client/src/pages/messaging/messaging-room.vue
#	packages/client/src/ui/universal.vue
#	patrons.json
#	pnpm-lock.yaml
2023-06-29 18:13:53 +02:00
ThatOneCalculator 2eea153ba1
chore: 🎨 format 2023-06-23 21:22:44 -07:00
ThatOneCalculator be83ac8f43
fix: 🐛 start transaction with multi 2023-06-23 18:21:00 -07:00
ThatOneCalculator c0f6a53223
fix: 🐛 race condition between workers when creating note
Closes #10345
Discovered here: https://codeberg.org/calckey/calckey/issues/10345#issuecomment-950475
2023-06-23 17:27:25 -07:00
Namekuji c5ccd68c08
remove unused import 2023-06-16 04:17:32 -04:00
Namekuji 2b1e16d489
add comments 2023-06-16 03:48:40 -04:00
Namekuji fda6a1b1d2
wait a bit more 2023-06-16 03:48:39 -04:00
Namekuji 6236661d62
use redis 2023-06-16 03:48:39 -04:00
Namekuji 0c9cce7c7c
fix aode-relay compatibility 2023-06-16 03:48:39 -04:00
Namekuji ab9b9e5bff
fix inbox stall 2023-06-07 10:01:16 -04:00
ThatOneCalculator c5a0c01e4e
Revert "chore: formatting"
This reverts commit 36283b9a35.
2023-06-05 21:15:49 -07:00
ThatOneCalculator ed674f2dac
chore: format 2023-06-05 17:27:40 -07:00
ThatOneCalculator 36283b9a35
chore: formatting 2023-06-05 16:40:48 -07:00
ThatOneCalculator 6a7e950f21
chore: formatting 2023-06-04 14:42:22 -07:00
ThatOneCalculator 535fa9f506
fix: 🐛 prevent null date insertion
https://calckey.aokaga.work/notes/9f6ksv2oov
2023-06-04 14:41:18 -07:00
ThatOneCalculator 7476ebc7a2
chore: format 2023-05-29 10:01:34 -07:00
PrivateGER 73bf8eddc7 Delete deleted posts from Meilisearch 2023-05-29 18:33:57 +02:00
PrivateGER 5ae89a69bc Add high performance batch imports 2023-05-28 00:27:16 +00:00
PrivateGER 4f07c88abb Fix wrong parameter ordering 2023-05-28 00:27:16 +00:00
PrivateGER 340be8e35a Implement Meilisearch Indexing 2023-05-28 00:27:16 +00:00
ThatOneCalculator 860a26b10f
email padding 2023-05-10 14:29:43 -07:00
ThatOneCalculator 81c56d980e
improve emails 2023-05-10 14:27:46 -07:00
ThatOneCalculator 189e972e0d
chore: formatting 2023-05-08 13:01:06 -07:00
April John 0c742929a5 fix: dont stream hidden posts 2023-05-08 19:33:04 +02:00
April John 0b59937e9e fix: Detach push notifications..
..from "isRead" check. Apps will handle that theself.
2023-05-08 11:36:32 +02:00
April John 8c6475961e fix hidden post behavior 2023-05-08 11:23:30 +02:00
ThatOneCalculator ba7418aa6d
Revert "fix: hidden post federation"
This reverts commit 8a51c73fe7.
2023-05-07 18:01:36 -07:00
ThatOneCalculator f2ffe07425
chore: formatting 2023-05-07 12:29:02 -07:00
ThatOneCalculator 988b530745
Revert "Merge pull request 'Add support for CW boosting' (#10047) from supakaity/hajkey:hk/cw-boost into develop"
This reverts commit 5e86bafb24, reversing
changes made to d1977fc320.
2023-05-07 11:38:39 -07:00
Kaity A 282f07dd72
pnpm format 2023-05-07 11:53:01 +10:00
trollo 8a51c73fe7 fix: hidden post federation 2023-05-06 18:27:42 +02:00
ThatOneCalculator 695cb87052
chore: format 2023-05-05 13:29:39 -07:00
naskya 069c789a78 Merge branch 'develop' into fix/word-mutes 2023-05-05 14:01:14 +00:00
April John 3800eb8980 Feat: new internal post visibility "hidden" 2023-05-05 15:16:10 +02:00
naskya 52f521941c
I believe I finally solved the boost hard mute issue (took 3 hours) 2023-05-05 15:32:47 +09:00
naskya 137cef81b6 Merge branch 'develop' into fix/word-mutes 2023-05-04 05:36:29 +00:00
naskya d9553e73af
Differentiate soft mutes and hard mutes 2023-05-04 14:20:06 +09:00
naskya 075e5a1c7a
Refactor hard word mutes 2023-05-04 13:17:37 +09:00
Namekuji 49e9fb9001
don't update if renoted by bot 2023-05-03 16:16:34 -04:00
Kaity A a7c9400a42
Merge remote-tracking branch 'origin/develop' into hk/edit-federation 2023-05-02 18:24:54 +10:00
Namekuji fe96578b14
enforce follow-request from silenced users 2023-04-30 21:43:56 -04:00
Namekuji 784f632b99
suppress notification from silenced users and instances 2023-04-30 21:35:10 -04:00
Namekuji 9535bbcf89
do not notify if the target is not following 2023-04-30 19:46:02 -04:00
Namekuji 74b1bead52
Merge branch 'develop' into instance-silence 2023-04-30 17:52:05 -04:00