Commit graph

116 commits

Author SHA1 Message Date
ThatOneCalculator 2eea153ba1
chore: 🎨 format 2023-06-23 21:22:44 -07:00
ThatOneCalculator 1fddd319c4
fix: 🐛 remove cw in post edit
Closes #10353
2023-06-23 21:18:04 -07:00
ThatOneCalculator 2339c63fcb
fix: 🩹 duplicate update 2023-06-18 19:38:32 -07:00
ThatOneCalculator b179970f15
fix: 🐛 properly index edited post 2023-06-18 19:04:04 -07:00
ThatOneCalculator 6fd240a764
fix: 🐛 when editing polls, keep votes for unmodified choices 2023-06-18 18:36:26 -07:00
Namekuji 68cc264f5f
don't broadcast poll updates 2023-06-18 13:23:59 -04:00
ThatOneCalculator 8f61ff7f33
fix: 🚸 make "show replies in timeline" work as expected
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
2023-06-14 20:17:56 -07:00
ThatOneCalculator 1d9ce9c288
refactor: ♻️ import from @/db 2023-06-12 01:28:39 -07:00
ThatOneCalculator f621e58efa
fix: post editing meta 2023-06-06 12:11:15 -07:00
ThatOneCalculator c5a0c01e4e
Revert "chore: formatting"
This reverts commit 36283b9a35.
2023-06-05 21:15:49 -07:00
ThatOneCalculator 36283b9a35
chore: formatting 2023-06-05 16:40:48 -07:00
ThatOneCalculator 2cf1d9f630
chore: formatting 2023-05-28 20:34:18 -07:00
PrivateGER 0d41422423 Implement follower and following searches 2023-05-28 00:27:16 +00:00
PrivateGER 274bfcd898 Lint + formatting 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 afa15e17ef
refactor: make post imports an experiment 2023-05-25 22:05:43 -07:00
naskya c7943ca177
.js 2023-05-23 14:07:35 +09:00
MeiMei 910b06c35a
fix: Escape SQL LIKE
* SQL LIKE escape
2023-05-23 13:56:16 +09:00
Natty 1773ae14e3
Renote button optimization 2023-05-22 17:54:44 -07:00
Kaity A 5395b96428
Note editing 2023-05-07 20:27:25 +10:00
April John 3800eb8980 Feat: new internal post visibility "hidden" 2023-05-05 15:16:10 +02:00
April John 5fd6690755 Fix: properly handle timeline db errors 2023-05-05 14:30:08 +02:00
Kaity A 914355c644
Add Libre Translate support 2023-04-30 11:09:51 +10:00
naskya df8294bde3 fix: boost muting in the recommended timeline (#9906)
Closes: #9905
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9906
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-24 19:47:56 +00:00
naskya a624aeebe3 feat: per-user boost muting (#9825)
Cherry-picked from FoundKey/c414f24a2c ([commit](c414f24a2c))

This allows us to hide specified users' boosts from the timelines (the boosts will still be visible on their user page).

Co-authored-by: Hélène <pleroma-dev@helene.moe>
Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9825
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-08 05:44:36 +00:00
Kainoa Kanter 0f6e7056b7 days for featured 2023-04-06 22:48:07 -07:00
Kainoa Kanter 7fb130b06e formatting 2023-04-06 18:56:46 -07:00
Kaity A 3d93458d8b
Requested limit to be fulfilled if possible 2023-04-04 02:50:53 +10:00
ThatOneCalculator acfc88389a
formatting 2023-03-30 19:10:03 -07:00
Kaity A 706b4ae602 Add sonic full-text search support (#9714)
This pull request adds support for the [sonic](https://github.com/valeriansaliou/sonic) full text indexing server into Calckey.

In addition to this, a stateful endpoint has been added that will completely (re-)index all notes into any (elasticsearch and/or sonic) indexing server defined in your config at `/api/admin/search/index-all`. It can (optionally) take input data to define the starting point, such as:

```
{"cursor": "9beg3lx6ad"}
```

Currently if both sonic and elasticsearch are defined in the config, sonic will take precedence for searching, but both indexes will continue to be updated for new note creations. Future enhancements may include the ability to choose which indexer to use (or combine multiple).

Co-authored-by: Kaitlyn Allan <kaitlyn.allan@enlabs.cloud>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9714
Co-authored-by: Kaity A <supakaity@noreply.codeberg.org>
Co-committed-by: Kaity A <supakaity@noreply.codeberg.org>
2023-03-19 08:26:47 +00:00
ThatOneCalculator 4fe24fec1a
feat: remote featured notes 2023-02-12 12:07:07 -08:00
ThatOneCalculator 4bd399f321
chore: formatting 2023-02-04 12:41:25 -08:00
ThatOneCalculator 26570158fd
fix: 🔒 improve tag search security 2023-02-04 12:38:46 -08:00
ThatOneCalculator abf47e54f3
clean up w/ rome 2023-01-16 11:19:20 -08:00
ThatOneCalculator 7c2dabd047
no more eslint 2023-01-12 20:54:33 -08:00
ThatOneCalculator 6b00abf05c
refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
cutestnekoaqua 3cdcc207b9
Finalise POST-Move 2022-12-16 01:06:30 +01:00
cutestnekoaqua d613c5d9de Add admin and account locked error. 2022-12-12 02:17:07 +01:00
cutestnekoaqua 9963bea521 WIP move api call 2022-12-08 01:05:07 +01:00
ThatOneCalculator 59f80c60b9 Merge remote-tracking branch 'nullobsi/secure-fetch' into develop 2022-09-13 20:23:22 -07:00
nullobsi 26f0483094
In private mode, block access to many public APIs 2022-09-06 20:46:42 -07:00
ThatOneCalculator e7f2c7df03 fix: recommended timeline
I doubt itll work, but...

🙏

hail mairy

certified typeorm moment

im stuff

debug log

not a fan of js/ts

istg

missing parenthesis

postgres can kiss my ass

didnt need `::string[]` i think

hide caption button

Remove debug log

Clean up

no longer beta!

fix streaming
2022-08-09 13:09:54 -07:00
ThatOneCalculator 916e9db51a attempt to fix 2022-08-09 00:37:48 -07:00
ThatOneCalculator c1509ebcad idk 2022-08-04 14:28:16 -07:00
ThatOneCalculator 26e82b73dc im stuff 2022-08-04 14:25:54 -07:00
ThatOneCalculator b376d3e98e stuff? 2022-08-04 14:16:22 -07:00
ThatOneCalculator 1151991b70 t 2022-08-04 14:13:12 -07:00
Johann150 74cf3d887c backend: fix lint "no-throw-literal" 2022-08-04 13:36:37 -07:00
ThatOneCalculator 025a8e23c4 revers 2022-07-29 15:07:07 -07:00