Commit graph

26576 commits

Author SHA1 Message Date
Namekuji
e4bfde105b
refactor: create index to delete 2023-08-12 05:05:51 -04:00
Namekuji
2a05d8ce12
fix filter delete notes out from timeliens 2023-08-12 04:41:59 -04:00
Namekuji
86ccb51fd0
fix clustering order 2023-08-12 04:00:46 -04:00
Namekuji
030294a10d
perf: query home and local 2023-08-12 03:53:36 -04:00
Namekuji
3e4961445f
fix update query 2023-08-12 03:31:35 -04:00
Namekuji
3b50978f48
chore: install deps 2023-08-12 03:22:35 -04:00
Namekuji
d06dee6287
fix: import path 2023-08-12 03:22:22 -04:00
Namekuji
a4b791d6cb
fix: where clause of material views 2023-08-12 03:15:20 -04:00
Namekuji
6c0c6c7ad7
fix: include local user itself 2023-08-12 03:08:38 -04:00
Namekuji
dbea0ee6fd
perf: build timelines on scylla 2023-08-12 03:01:21 -04:00
ThatOneCalculator
247088fbaf
fix: 🩹 add small and center to MFM tags list 2023-08-11 22:54:13 -07:00
Namekuji
43fb3375be
Merge branch 'develop' into feat/scylladb 2023-08-11 22:45:06 -04:00
Kainoa Kanter
c4018c969c Merge branch 'Marie-develop-patch-33974' into 'develop'
feat: Fetch total posts of users on create/update

Closes #10652

See merge request firefish/firefish!10558
2023-08-12 01:00:29 +00:00
Marie Piontek
ee42edfccd feat: Fetch total posts of users on create/update 2023-08-12 01:00:29 +00:00
Kainoa Kanter
3d8fb7b76f Merge branch 'refactor/no-reactivity' into 'develop'
refactor: ♻️ No Vue Reactivity

See merge request firefish/firefish!10560
2023-08-12 00:59:31 +00:00
ThatOneCalculator
5e89b269a4
fix: 🐛 double comma 2023-08-11 17:51:35 -07:00
Kainoa Kanter
3e598c3ed0 Merge branch 'Marie-develop-patch-60099' into 'develop'
fix: updatePerson's Followings.update call not working if no sharedInbox

Closes #10650

See merge request firefish/firefish!10559
2023-08-12 00:45:51 +00:00
ThatOneCalculator
1f7ddc9d7c
refactor: ♻️ No Vue Reactivity
Performed with https://github.com/edison1105/drop-reactivity-transform , Reactivity Transform was an experimental feature and has now been deprecated.
2023-08-11 17:44:46 -07:00
Marie Piontek
046fc88a6c fix: updatePerson's Followings.update call not working if no sharedInbox 2023-08-11 10:25:32 +00:00
Hosted Weblate
1f2a1a337f
chore: Merge branch 'origin/develop' into Weblate. 2023-08-10 23:46:34 +02:00
Thomas
89cbe0e642
chore: Translated using Weblate (French)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-10 23:46:29 +02:00
Dråfølin
3a57feb1b0
chore: Translated using Weblate (French)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/fr/
2023-08-10 23:46:29 +02:00
Raúl D
5c289950c2
chore: Translated using Weblate (Spanish)
Currently translated at 100.0% (1846 of 1846 strings)

Translation: Firefish/locales
Translate-URL: https://hosted.weblate.org/projects/firefish/locales/es/
2023-08-10 23:46:27 +02:00
ThatOneCalculator
5a92b90da1
chore: 🎨 format 2023-08-10 13:32:19 -07:00
ThatOneCalculator
b651bf8401
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop 2023-08-10 13:31:33 -07:00
ThatOneCalculator
2961753648
dev6 2023-08-10 13:31:26 -07:00
Kainoa Kanter
eae0a9d516 Merge branch 'chore/remove-unused' into 'develop'
chore: remove unused items

See merge request firefish/firefish!10556
2023-08-10 20:25:21 +00:00
naskya
c6c4a48823 chore: remove unused items 2023-08-10 20:25:21 +00:00
ThatOneCalculator
cb424e37f5
fix: 🚸 make importing emoji packs clearer 2023-08-10 13:04:16 -07:00
Namekuji
76a487b5fe
add timeline feeds 2023-08-10 14:32:05 -04:00
naskya
483d96e297 Calckey → Firefish 2023-08-10 12:58:41 +00:00
naskya
e0098876e9 caption → description 2023-08-10 09:23:18 +00:00
Namekuji
4f19c1c3c0
perf: fetch following ids before any requests 2023-08-10 04:56:11 -04:00
Namekuji
091f740a29
perf: remove fallback to postgres 2023-08-10 04:48:34 -04:00
Namekuji
742c41558a
refactor: add config value 2023-08-10 04:23:33 -04:00
Namekuji
19c00e00f7
refactor: rename arg name 2023-08-10 03:18:01 -04:00
Namekuji
7dd5372337
fix: pagination limit 2023-08-10 03:12:25 -04:00
Namekuji
e74b7bab49
fix: query only one day 2023-08-10 02:47:39 -04:00
Namekuji
618dc8349c
fix: take more than requested 2023-08-10 02:40:02 -04:00
Namekuji
5828fa7a14
fix: use userId as primary key 2023-08-10 01:13:23 -04:00
ThatOneCalculator
ba8c891af1
refactor: ⚰️ remove old woodpecker scripts 2023-08-09 19:50:04 -07:00
ThatOneCalculator
ced8f56e34
fix: 🚑 proper conditional
I need sleep... or coffee
2023-08-09 19:46:56 -07:00
ThatOneCalculator
cf8a733927
refactor: 🚸 only index public posts 2023-08-09 19:39:01 -07:00
Namekuji
bfc96e3c8a
fix: param building 2023-08-09 22:36:13 -04:00
Namekuji
2be2ab9153
fix: use equal 2023-08-09 22:08:44 -04:00
Namekuji
292c7651dc
perf: add materialized view for renotes 2023-08-09 21:59:13 -04:00
Namekuji
18a172cd29
fix: wrong variable 2023-08-09 21:22:53 -04:00
Namekuji
74f0231ec1
fix: check userId 2023-08-09 21:21:45 -04:00
Namekuji
8a738fdc15
fix: limit renotes pagination up to 1 day 2023-08-09 21:08:24 -04:00
Namekuji
77c4fe2216
fix: pass cached followers 2023-08-09 20:52:50 -04:00