1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00
Commit Graph

433 Commits

Author SHA1 Message Date
a55b06b252 knoweldge -> knowledge 2022-09-16 08:58:22 +02:00
c30033c19e Fix minor grammatical issues, mostly in docs 2022-09-16 08:52:43 +02:00
a6321f52d8 Add task to reset password 2.0.0-rc.2 2022-09-15 22:47:36 +02:00
4e1e4d0ea8 Tweak actor update 2022-09-15 22:19:01 +02:00
110f7df962 Fix GIF upload handling 2022-09-14 08:38:54 +02:00
4c86cd4be3 Always show followers/following page when admin 2022-09-13 22:33:20 +02:00
df06defbef Tweak docs 2022-09-13 21:23:32 +02:00
b2f268682c New config item to hide followers/following 2022-09-13 21:03:35 +02:00
567595bb4b Tweak inbox processing 2022-09-13 21:03:11 +02:00
91b8bb26b7 Bugfixes 2022-09-13 21:02:47 +02:00
bd4d5a004a Improve Announce handling 2022-09-13 07:59:35 +02:00
04da8725ed Improve fetch 2022-09-12 08:04:16 +02:00
0c7a19749d Tweak docs about moving 2022-09-11 19:37:35 +02:00
2a37034775 Fix move task 2022-09-11 19:26:41 +02:00
475e525468 Fix typos in the docs 2.0.0-rc.1 2022-09-11 10:53:25 +02:00
c1231245a4 Complete self-destruct support 2022-09-11 10:51:08 +02:00
5eb6157c1b More tests for note creation 2022-09-09 22:14:09 +02:00
0f20a1d12f Allow to post note with attachments and a CW 2022-09-08 22:20:16 +02:00
356aace9bc Add move task 2022-09-08 20:57:52 +02:00
a701d3b06e Improve move support 2022-09-08 20:00:02 +02:00
333fa5dc40 Add new notification type for Move activities 2022-09-07 22:21:12 +02:00
032632c4dc Fix template 2022-09-07 21:54:56 +02:00
3641aa0adc Improve movedTo support 2022-09-07 21:29:09 +02:00
eba868e8e5 Fix admin delete in the UI 2022-09-07 19:45:34 +02:00
1bfea16eed Update deps 2022-09-06 21:00:39 +02:00
70120647c2 Tweak Move and outbox prefetch 2022-09-05 21:41:22 +02:00
e454e8fe84 Tweak admin login logic 2022-09-04 09:24:58 +02:00
f7671f0585 Process EXIF orientation for uploaded files 2022-09-03 10:15:37 +02:00
16da166ee1 Tweak queries in tests 2022-09-02 23:47:23 +02:00
d5c27287af Fix admin in reply to link 2022-09-01 21:00:14 +02:00
5f20eab3f1 More work towards support moving/deleting instance 2022-09-01 20:42:20 +02:00
b03daf1274 Fix in reply to link 2022-09-01 20:32:32 +02:00
191ce39d14 Add missing autorestart for supervisord config 2022-09-01 12:35:15 +02:00
6e3066bd9b Fix support for multi-codepoints emoji 2022-09-01 12:23:23 +02:00
0175f21273 Fix mentionify 2022-08-31 19:44:40 +02:00
36d356c97a Update user guide 2022-08-31 19:31:17 +02:00
6384dbcd93 Re-add support for custom emoji 2022-08-31 19:16:03 +02:00
c740813b57 Ensure pinned posts appear on front page before others 2022-08-31 08:19:47 +02:00
0ef2f1f89d Remove surrounding whitespace before processing query
Ran into this issue twice quite by accident with fat-fingering copy/paste on
my phone. If there is any whitespace in front of or trailing after the
lookup query, it returns an "Unexpected error". Stripping the string is the
quick and dirty way to clean it.

I hate modifying the same function argument name in place like that, but it
is valid Python. If you want me to assign it to a separate variable and
replace all the references of "query", let me know.

Thanks!
2022-08-31 08:16:32 +02:00
6d933863d2 Fix outbox delete side effects 2022-08-30 20:05:10 +02:00
8fe6cc9b9d Fix the delete button 2022-08-30 19:09:51 +02:00
4cb499e44d Fix form for new objects 2022-08-30 08:51:02 +02:00
95745374cd 'followers-only' posts are not necessarily deleted, but may not be viewable to the signed-in actor 2022-08-30 08:21:11 +02:00
db8f0cb141 Harden the CSP a bit for values that don't inherit default-src. Set Permissions-Policy. Remove TODO 2022-08-30 08:21:11 +02:00
05f840ecc8 Small typos in docs/install.md 2022-08-30 08:21:11 +02:00
ebdba62a06 No more inline CSS 2022-08-29 21:42:54 +02:00
2fb85e138e Remove inlined JS 2022-08-29 20:11:31 +02:00
b843b29975 Another Makefile fix 2022-08-29 19:44:02 +02:00
4f8bb00d86 Fix Makefile 2022-08-29 19:40:11 +02:00
a02c8cf0bb Fix NGINX setup instructions 2022-08-29 19:28:54 +02:00