Commit Graph

1554 Commits

Author SHA1 Message Date
default
afebf086e7 Fixed unpinning indexing. 2023-06-28 21:47:00 +02:00
default
4b1f060be8 Add a pin emoji to pinned posts. 2023-06-28 21:19:31 +02:00
default
af180685bd Added some error control to pinning. 2023-06-28 20:52:09 +02:00
default
394240b9ba Also purge pinned.idx. 2023-06-28 20:39:16 +02:00
default
d1add0598a In mastoapi, notes can be pinned / unpinned. 2023-06-28 20:36:33 +02:00
default
3559a0f1f2 New pinning in data storage. 2023-06-28 20:26:59 +02:00
default
15684721c3 Added some lost fields in mastoapi_status(). 2023-06-28 19:53:25 +02:00
default
24ded09039 Updated TODO. 2023-06-28 19:23:16 +02:00
default
9a47a7c2d1 Don't discard notes from people we don't follow in mastoapi. 2023-06-28 19:16:58 +02:00
default
e0b870cfb5 Merge branch 'master' of triptico.com:git/snac2 2023-06-28 18:54:47 +02:00
default
7669550d25 Updated TODO. 2023-06-28 18:54:25 +02:00
default
bd81708d56 New CSS class snac-post-header, that wraps the avatar + name + link of a post. 2023-06-28 11:04:07 +02:00
default
e9711f94d0 Skip leading zeros en poll closing time. 2023-06-28 10:50:17 +02:00
default
833540d090 Updated RELEASE_NOTES. 2023-06-27 17:11:16 +02:00
default
3047f6220b For polls, shows a 'Closes in d:h:m:s' string. 2023-06-27 17:08:09 +02:00
default
f543185c71 Backport from xs. 2023-06-27 16:52:29 +02:00
default
1c6cc98f07 Also break the og:description in the first period in the bio. 2023-06-26 16:00:23 +02:00
default
983f137108 Added autocomplete=off to all forms. 2023-06-26 15:44:08 +02:00
default
7a8cc806a0 Updated documentation. 2023-06-26 09:55:45 +02:00
default
e8be616793 Minor logging tweak. 2023-06-26 09:32:59 +02:00
default
15beffc91d Updated RELEASE_NOTES. 2023-06-26 09:15:19 +02:00
default
baf557ba75 In adduser(), don't copy the system-wide css. 2023-06-26 09:02:34 +02:00
default
b2598ca307 If the user style.css does not exist, return the server-wide version. 2023-06-26 08:54:09 +02:00
default
7a0efc3680 Increased log level for 'not for us' messages. 2023-06-26 08:38:49 +02:00
default
d48f1f9f24 Updated README. 2023-06-25 06:46:29 +02:00
default
f7be2d1683 Revert "Deleted the link to snac on OpenBSD."
This reverts commit 5db10733d5.
2023-06-25 00:03:59 +02:00
default
2f3ed55790 The WWW-Authenticate real also includes the user. 2023-06-24 08:29:29 +02:00
default
3da32bd327 Fixed missing end quote in the WWW-Authenticate header. 2023-06-24 08:07:46 +02:00
default
5db10733d5 Deleted the link to snac on OpenBSD. 2023-06-24 06:18:24 +02:00
default
b35eb10a52 Updated TODO. 2023-06-23 06:49:21 +02:00
default
5e2054a0a6 Updated README. 2023-06-21 09:12:25 +02:00
default
96b8791754 Defend from kbin.social messages not having a content-type header. 2023-06-19 17:39:53 +02:00
default
42803e2116 Fixed crash in _object_fn_by_md5(). 2023-06-18 20:38:35 +02:00
default
5278232616 Delete unnecessary function information in _object_fn(). 2023-06-18 20:35:16 +02:00
default
b331f362be Improved checks to _object_fn_by_md5(). 2023-06-18 20:29:50 +02:00
default
51ef347334 Added some more checks to _object_fn_by_md5(). 2023-06-18 20:08:51 +02:00
default
551bf92b3b Added the caller function name to _object_fn_by_md5() and _object_fn(). 2023-06-18 19:53:33 +02:00
default
7eb80e9916 Renamed the HTTP Basic auth realm to something more informative. 2023-06-18 19:34:35 +02:00
default
0a6a3a0a9a Avoid checking for deleted entries (starting with '-') in index_gc(). 2023-06-18 19:09:37 +02:00
default
98d49bab25 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 2023-06-16 17:11:32 +02:00
grunfink
4b75b2a75f Merge pull request 'added titles to images and emojis' (#54) from Haijo7/snac2:titles into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/54
2023-06-16 15:11:18 +00:00
Haijo7
553ef7b40c added titles to images and emojis 2023-06-16 15:31:40 +02:00
default
a260f5fec3 Increased debug level for NOT collecting inboxes. 2023-06-16 10:07:25 +02:00
default
723efdb251 Added some logging on corrupted md5 ids. 2023-06-16 10:04:29 +02:00
default
1b1cb2dc38 Bumped version. 2023-06-16 09:26:17 +02:00
default
5be2239467 Quick fix to "Script self-injection in edit box".
In the 'Edit...' box, the sourceContent (which was written by a user)
has its < replaced with &lt; . This issue does not propagate to the
public timeline nor to the recipients of the post.

Reference: https://codeberg.org/grunfink/snac2/issues/53
2023-06-16 09:25:32 +02:00
default
57761020b7 Version 2.35 RELEASED. 2023-06-15 18:28:24 +02:00
default
ded12dcf52 Fixed look of users without creationg date in the people page. 2023-06-15 18:00:09 +02:00
default
478cb2cf15 Use xs_stock_* values wherever possible. 2023-06-15 17:51:24 +02:00
default
8d9289a815 Backport from xs. 2023-06-15 17:39:38 +02:00