summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Expand)AuthorAgeFilesLines
* Allow markdown on signup textAndrew Godwin2022-12-171-1/+1
* Implement lazy loading (#188)Kromonos2022-12-174-5/+5
* Receive inbound reportsAndrew Godwin2022-12-171-0/+2
* Report function and adminAndrew Godwin2022-12-176-2/+172
* Flatpage stylingAndrew Godwin2022-12-161-0/+2
* Identity admin/moderationAndrew Godwin2022-12-165-9/+187
* Add follow timesAndrew Godwin2022-12-161-0/+2
* Fix inbound/outbound linksAndrew Godwin2022-12-161-6/+6
* Split Follows page into two typesAndrew Godwin2022-12-164-11/+21
* Several pagination improvements (#170)Gabriel Rodríguez Alberich2022-12-165-13/+51
* User admin and LD schema fixesAndrew Godwin2022-12-162-3/+72
* Fix login form errors not appearingAndrew Godwin2022-12-151-0/+3
* Stator stats overhaulAndrew Godwin2022-12-152-0/+16
* Basic Emoji suppport (#157)Michael Manfre2022-12-159-12/+13
* Show follows and following counts on profile pageGabriel Rodríguez Alberich2022-12-142-0/+10
* A better way of handling URIs between local/remoteAndrew Godwin2022-12-128-11/+11
* Working start of an OAuth flowAndrew Godwin2022-12-122-0/+40
* Add the character counter next to the Post button (#152)TAKAHASHI Shuuji2022-12-112-2/+4
* Move image attachments on posts into the content warning block. (#148)Tyler Kennedy2022-12-081-10/+12
* Keyboard navigationMichael Manfre2022-12-076-29/+30
* Set link to user icon in identity panel (#145)TAKAHASHI Shuuji2022-12-071-1/+3
* Add an alt label identity images. (#137)Tyler Kennedy2022-12-061-1/+1
* 'View in admin' link for post popup menu (#134)Michael Manfre2022-12-061-0/+5
* Quick link to see original post (#132)Tyler Kennedy2022-12-061-0/+4
* Allow selecting notification types to seeAndrew Godwin2022-12-051-0/+23
* Add pagination and search to federation pageAndrew Godwin2022-12-051-1/+13
* Add self-view link to identity selectAndrew Godwin2022-12-051-0/+5
* Style footer links in medium widthAndrew Godwin2022-12-051-4/+4
* Policy pages and signup tests.Andrew Godwin2022-12-055-3/+18
* Added caching and initial settingsMichael Manfre2022-12-051-0/+3
* Make search work with URLsAndrew Godwin2022-12-041-5/+18
* Don’t show "no results" on search entry page (#105)Avi Flax2022-12-041-1/+1
* Image upload polishing and webpAndrew Godwin2022-12-041-2/+2
* Link RSS feed in identity page headAndrew Godwin2022-12-041-0/+6
* Make follows a top-level activity. (#94)Tyler Kennedy2022-12-043-4/+4
* Show time-since next to 'XYZ boosted' on the home timeline. (#93)Tyler Kennedy2022-12-041-0/+4
* Tweaks to search UX (#92)Avi Flax2022-12-031-0/+6
* Don't allow file uploads bigger than 10MBAndrew Godwin2022-12-021-1/+1
* Image attachment uploadsAndrew Godwin2022-12-015-3/+53
* Tweak UI when no posts found for remote identity (#83)Avi Flax2022-12-011-1/+12
* Add copy to clipboard action to user's handle (#82)Humberto Rocha2022-11-301-1/+13
* Fix typo in notifications.html (#79)Avi Flax2022-11-291-1/+1
* Collapse notifications on the same postAndrew Godwin2022-11-282-1/+7
* Show parent post on individual pageAndrew Godwin2022-11-281-0/+3
* A few hashtag fixupsAndrew Godwin2022-11-281-1/+4
* HashtagsMichael Manfre2022-11-2810-1/+195
* Collect more actor information in fetchAndrew Godwin2022-11-271-0/+11
* Don't link originals for repliesAndrew Godwin2022-11-271-1/+1
* Change how we link individual-post viewAndrew Godwin2022-11-271-8/+13
* Link to post pages and show replies thereAndrew Godwin2022-11-272-1/+4
* Add a 403 error page (#63)Michael Manfre2022-11-271-0/+6
* Some cleanup around editingAndrew Godwin2022-11-272-2/+2
* Post editingMichael Manfre2022-11-272-8/+18
* Local-only postingMichael Manfre2022-11-261-0/+2
* Added default post visibilityMichael Manfre2022-11-251-1/+1
* Implement user discoverabilityAndrew Godwin2022-11-252-0/+2
* Add federation admin pageAndrew Godwin2022-11-253-0/+46
* Better reply UI on compose formAndrew Godwin2022-11-252-1/+18
* Add initial delete UIAndrew Godwin2022-11-242-1/+15
* Fix typosKian-Meng Ang2022-11-241-1/+1
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-241-0/+8
* Initial reply-to featureAndrew Godwin2022-11-243-0/+9
* Add a lot more docsAndrew Godwin2022-11-231-0/+1
* Move actions next to time, for compactnessAndrew Godwin2022-11-231-7/+7
* Re enable click refresh with HTMXAndrew Godwin2022-11-221-1/+1
* Added 2-minute auto refresh for timelinesAndrew Godwin2022-11-221-1/+1
* Add manual HTMX refresh of timelinesAndrew Godwin2022-11-221-3/+5
* Add titles to menus for collapsed modeAndrew Godwin2022-11-223-24/+24
* Fix boosted notificationsAndrew Godwin2022-11-221-1/+6
* Fix profile page post listingAndrew Godwin2022-11-221-1/+5
* Start adding pagniation to timelinesAndrew Godwin2022-11-223-12/+12
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-211-1/+1
* Fix jointakahe linkAndrew Godwin2022-11-201-1/+1
* Enforce signups_allowed=False (#26)Michael Manfre2022-11-201-1/+12
* Add Sentry error integration optionAndrew Godwin2022-11-201-0/+6
* More docs setupAndrew Godwin2022-11-192-1/+7
* Deployment re-jigglingAndrew Godwin2022-11-181-2/+2
* Migration reset, start of docs, env varsAndrew Godwin2022-11-186-5/+14
* Signup and invite tweaksAndrew Godwin2022-11-185-3/+18
* Follows pageAndrew Godwin2022-11-173-10/+47
* Add the user settings page tooAndrew Godwin2022-11-176-1/+50
* Add signup and password resetAndrew Godwin2022-11-177-2/+85
* Return images and summary in actorAndrew Godwin2022-11-172-1/+9
* Logged out experience, config, and profilesAndrew Godwin2022-11-179-48/+90
* Add search and better notificationsAndrew Godwin2022-11-178-55/+73
* Rework UI to have vertical menusAndrew Godwin2022-11-1724-212/+196
* Add image/icon uploadAndrew Godwin2022-11-175-12/+29
* Show post imagesAndrew Godwin2022-11-161-0/+10
* Call it admin rather than system settingsAndrew Godwin2022-11-1613-25/+65
* Domains management pagesAndrew Godwin2022-11-167-5/+132
* Add start of a settings (config) systemAndrew Godwin2022-11-167-4/+45
* Tag and visibility handlingAndrew Godwin2022-11-165-2/+41
* Add CW displayAndrew Godwin2022-11-151-1/+7
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-155-28/+43
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-131-1/+1
* Boosting! Incoming, anyway.Andrew Godwin2022-11-138-8/+108
* Profile view improvementsAndrew Godwin2022-11-131-19/+28
* Post URL/style fixupAndrew Godwin2022-11-131-1/+1
* More UI!Andrew Godwin2022-11-139-25/+101
* Start having some sort of visual styleAndrew Godwin2022-11-124-27/+30
* Post URIs and host-metaAndrew Godwin2022-11-121-1/+7
* Posting and fan-out both workingAndrew Godwin2022-11-111-1/+3
* Got up to incoming posts workingAndrew Godwin2022-11-114-18/+25
* Rework task system and fetching.Andrew Godwin2022-11-061-2/+15
* Rework to a domains model for better vhostingAndrew Godwin2022-11-064-6/+8
* Queuing system and lazy profile fetchAndrew Godwin2022-11-051-4/+10
* Some user icon stuffAndrew Godwin2022-11-053-3/+32
* Style the profile page a bitAndrew Godwin2022-11-052-2/+14
* Get Actor fetching and parsing workingAndrew Godwin2022-11-051-1/+3
* Initial commit (users and statuses)Andrew Godwin2022-11-059-0/+127