Commit graph

7159 commits

Author SHA1 Message Date
Sebastian Jambor
26f3b35cc7 move event source to top level
this way, activities are always logged while the app is open, and the
activity log survives local navigations
2023-04-17 17:54:15 +02:00
Sebastian Jambor
4c6949ec46 some rewording of signup message 2023-04-17 17:54:15 +02:00
Sebastian Jambor
1ad6ed66d3 remove email and password section from account preferences 2023-04-17 17:54:15 +02:00
Sebastian Jambor
acf8476c4f allow account redirect without specifying password 2023-04-17 17:53:50 +02:00
Sebastian Jambor
45826c7ad0 add description to activity log page 2023-04-17 17:53:13 +02:00
Sebastian Jambor
60ab6359b7 fix issue in activity logger 2023-04-17 17:53:13 +02:00
Sebastian Jambor
b2e0653ccf add hotkey to go to activity log, and hotkey to copy logs 2023-04-17 17:53:13 +02:00
Sebastian Jambor
18bc2ec7cd increase number of syllables for last name 2023-04-17 17:53:13 +02:00
Sebastian Jambor
d8962d2468 scheduler to delete old accounts 2023-04-17 17:53:13 +02:00
Sebastian Jambor
a3b8fa244a allow multiple clients for the same id 2023-04-17 17:53:13 +02:00
Sebastian Jambor
4bed6085a6 first explanation on sign-up page 2023-04-17 17:53:13 +02:00
Sebastian Jambor
9ae47dbc18 allow shorter time for sign up 2023-04-17 17:53:13 +02:00
Sebastian Jambor
3c2ae00cb7 redirect to sign-up after logging out 2023-04-17 17:53:13 +02:00
Sebastian Jambor
ff20304f75 when not logged in, / redirects to sign-up; when logged-in, / redirects to activity_log 2023-04-17 17:53:13 +02:00
Sebastian Jambor
66dd1c0326 use resdis configuration for activity log 2023-04-17 17:53:13 +02:00
Sebastian Jambor
71df2a12e1 one-click sign-up with autogenerated usernames 2023-04-17 17:53:13 +02:00
Sebastian Jambor
b8e6a01833 use public package 2023-04-17 17:51:00 +02:00
Sebastian Jambor
6e9842a257 filter keep-alives 2023-04-17 17:50:36 +02:00
Sebastian Jambor
6ea9072f5b fix timestamp 2023-04-17 17:50:35 +02:00
Sebastian Jambor
e13a05cb83 integrate audience helper 2023-04-17 17:50:35 +02:00
Sebastian Jambor
14b89d1e71 handle duplicates 2023-04-17 17:50:35 +02:00
Sebastian Jambor
60baa74a56 handle followers 2023-04-17 17:50:35 +02:00
Sebastian Jambor
509b04c2a0 handle audicence fields 2023-04-17 17:50:35 +02:00
Sebastian Jambor
c8ea90f6f1 extending functionality of audience helper 2023-04-17 17:50:35 +02:00
Sebastian Jambor
b0a0f57e82 fix keep-alive 2023-04-17 17:50:35 +02:00
Sebastian Jambor
7222173cc6 starting a test for audience helper 2023-04-17 17:50:35 +02:00
Sebastian Jambor
cabe280aca remove mode settings 2023-04-17 17:50:35 +02:00
Sebastian Jambor
905ee66fa6 convert to hooks 2023-04-17 17:50:35 +02:00
Sebastian Jambor
4e004474d3 extract dummy data 2023-04-17 17:50:35 +02:00
Sebastian Jambor
ce509533f8 starting column header 2023-04-17 17:50:35 +02:00
Sebastian Jambor
b3324e2c7a some cleanup 2023-04-17 17:50:35 +02:00
Sebastian Jambor
e0378acc14 add link to main column 2023-04-17 17:50:35 +02:00
Sebastian Jambor
f696eb7bfb enable dark mode 2023-04-17 17:50:35 +02:00
Sebastian Jambor
a2c3a94ff3 use external library 2023-04-17 17:50:35 +02:00
Sebastian Jambor
4f6b7781c4 add timestamps 2023-04-17 17:50:35 +02:00
Sebastian Jambor
92ba53f701 starting with some styling 2023-04-17 17:50:35 +02:00
Sebastian Jambor
e97ac728d4 removing debug output 2023-04-17 17:50:35 +02:00
Sebastian Jambor
d81f497970 log outbound events as well 2023-04-17 17:50:35 +02:00
Sebastian Jambor
ddcfbc4745 showing inbound activities in frontend via redis pub/sub 2023-04-17 17:50:35 +02:00
Sebastian Jambor
e17b6aa162 prototyping server sent events 2023-04-17 17:50:35 +02:00
Sebastian Jambor
d7f4dc5fd2 adding activity log page 2023-04-17 17:50:35 +02:00
Sebastian Jambor
4f371a6306 log activity pub messages to error log 2023-04-17 17:49:52 +02:00
Claire
b9f271364e Fix unescaped user input in LDAP query (#24379)
Fix CVE-2023-28853
2023-04-04 12:41:27 +02:00
Claire
51572ac615 Fix invalid/expired invites being processed on sign-up (#24337) 2023-04-04 12:41:27 +02:00
Claire
ae64c5b7ec Fix user archive takeout when using OpenStack Swift or S3 providers with no ACL support (#24200) 2023-04-04 12:41:27 +02:00
Claire
6a7b91a038 Add warning for object storage misconfiguration (#24137) 2023-03-16 22:48:42 +01:00
Eugen Rochko
6db76875fd Change user backups to use expiring URLs for download when possible (#24136) 2023-03-16 22:48:42 +01:00
Claire
8c4ea7d715 Fix misleading error code when receiving invalid WebAuthn credentials (#23568) 2023-03-16 11:45:53 +01:00
Claire
cc65f32714 Fix incorrect post links in strikes when the account is remote (#23611) 2023-03-16 11:45:33 +01:00
Claire
0363064501 Fix dashboard crash on ElasticSearch server error (#23751) 2023-03-16 11:45:01 +01:00