aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-03-21smaller avatars in notifs and mobile timelinewinter
also added rounded corners on the tiny ones
2025-03-20also fix the reply submit button oopswinter
2025-03-20fix a couple of ui regressionswinter
write note form submit button wasn't being disabled properly. and note notification titles were linking to the actor instead of the note itself
2025-03-20fix various htmx navigation / page reloadswinter
also i added a UserAccount::setPassword because i felt like it
2025-03-20autofocus textarea when clicking reply buttonwinter
2025-03-18list supported extensions in nodeinfowinter
2025-03-16reload timeline betterly for new noteswinter
2025-03-16fix hx-target everywhere :<winter
2025-03-16avoid loading whole page every timewinter
but also problem introduced: mobilepanes are now no longer boosted (it was causing trouble)
2025-03-16implement poking and suchwinter
2025-03-15don't list pages the user can't viewwinter
2025-03-15add more metadata tags to pageswinter
2025-03-15send notification to author when admin edits notewinter
2025-03-15implement note editingwinter
and improve display of edited note timestamps
2025-03-15fix line wrapping behaviour finally!!!!winter
2025-03-15delay processing of received simple pusheswinter
2025-03-15implement simple push (receive only for now)winter
2025-03-15[refactor] move some templates to subdirswinter
2025-03-15implement pageswinter
2025-03-11change link previews to em dash instead of bulletwinter
because bullet points look rubbish as interpuncts in nunito
2025-03-11new fonts!!winter
2025-03-10change reply button appearance behaviourwinter
now it becomes 'reply-all' if the note is in reply to something, rather than if it has replies
2025-03-10send new follow status in follow endpointwinter
to mitigate desynchronisation issues, which could otherwise cause one instance to think its request is pending while the other instance thinks it's active
2025-03-10add user rss/atom feedswinter
2025-02-24don't double escape notification contentwinter
2025-02-24translate global settings category buttonswinter
2025-02-24implement federation policies and instance info substitution policywinter
2025-02-23implement policieswinter
2025-02-23add sample nginx configwinter
2025-02-23verify incoming pushed objectswinter
2025-02-16fix a freaky bug with note deletion and home timelinewinter
2025-02-16update readme: it's actually usable now :3winter
2025-02-16turn down static caching time because its pissing me offwinter
2025-02-16share button in context menuswinter
2025-02-16link previewswinter
2025-02-14add pronouns to profiles and noteswinter
2025-02-14fix a little css mishap with labelswinter
2025-02-14make markdown nicerwinter
2025-02-14make attachments nicerwinter
2025-02-14proper pagination and privacy checks on basicFeed/fullFeedwinter
2025-02-14don't leak note author by redirectswinter
2025-02-14implement formatted note contents (html and commonmark)winter
2025-02-07update reply form layoutwinter
2025-02-07more stuff :3winter
- post form detects images better - post form is preserved across navigations - post form has most options hidden - details/summaries use nicer icons
2025-02-07localise note timestamps and stuffwinter
2025-02-06[breaking] change webfinger rel uriwinter
2025-02-06fix profile edit form being the wrong widthwinter
2025-02-06allow writing alt text on image attachmentswinter
2025-01-28put some cache-control on static/storage resourceswinter
2025-01-28put attachments inside content warningswinter