summaryrefslogtreecommitdiffstats
path: root/users/views
Commit message (Expand)AuthorAgeFilesLines
* Switch ordering for domain default fieldAndrew Godwin2022-12-171-1/+1
* Allow markdown on signup textAndrew Godwin2022-12-172-1/+11
* Allow for remote policy pagesAndrew Godwin2022-12-171-3/+3
* Report function and adminAndrew Godwin2022-12-173-0/+157
* Fix serving of system actorAndrew Godwin2022-12-171-1/+2
* Identity admin/moderationAndrew Godwin2022-12-164-18/+99
* User admin and LD schema fixesAndrew Godwin2022-12-162-13/+86
* Fix login form errors not appearingAndrew Godwin2022-12-151-0/+7
* Implement post rate limits, move to signed cookiesAndrew Godwin2022-12-151-0/+5
* Stator stats overhaulAndrew Godwin2022-12-152-0/+21
* Basic Emoji suppport (#157)Michael Manfre2022-12-151-0/+5
* Show follows and following counts on profile pageGabriel Rodríguez Alberich2022-12-145-111/+129
* Basic post mutationAndrew Godwin2022-12-121-3/+2
* Add system actor and shared inboxAndrew Godwin2022-12-101-1/+1
* Media proxy, caching and tuning docsAndrew Godwin2022-12-101-0/+2
* Support deeper subdomains in domain validation (#110)Tom Usher2022-12-071-10/+24
* Ignore actor delete messages for unknown actors (#124)Michael Manfre2022-12-051-0/+13
* Only cache unauthenticated page views (#117)Michael Manfre2022-12-051-3/+3
* Add a middleware to detect LD Accept headersAndrew Godwin2022-12-051-6/+1
* Add pagination and search to federation pageAndrew Godwin2022-12-051-7/+18
* Policy pages and signup tests.Andrew Godwin2022-12-053-3/+73
* Add django-upgrade to pre-commit (#114)Paolo Melchiorre2022-12-052-2/+2
* Added caching and initial settingsMichael Manfre2022-12-055-2/+64
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-3/+3
* Adding RSS feeds for local identitiesAndrew Godwin2022-12-041-0/+42
* Make follows a top-level activity. (#94)Tyler Kennedy2022-12-041-33/+0
* Image attachment uploadsAndrew Godwin2022-12-011-12/+3
* HashtagsMichael Manfre2022-11-283-1/+141
* Set content type when serving objectTyler Kennedy2022-11-271-1/+4
* Added default post visibilityMichael Manfre2022-11-253-131/+155
* Implement user discoverabilityAndrew Godwin2022-11-252-10/+30
* Discard messages from blocked serversAndrew Godwin2022-11-252-1/+8
* Add federation admin pageAndrew Godwin2022-11-252-0/+58
* Code dedupe Webfinger and fix SystemActor inbox URLMichael Manfre2022-11-221-42/+25
* Show boosts and likes on other post list pagesAndrew Godwin2022-11-221-1/+5
* Content warning name customisationMichael Manfre2022-11-221-1/+5
* Switch to new identity on creationAndrew Godwin2022-11-221-0/+1
* Fix profile page post listingAndrew Godwin2022-11-221-26/+34
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-211-2/+2
* Don't error when no resource on webfingerAndrew Godwin2022-11-211-2/+4
* Add a system actor to sign outgoing S2S GETsAndrew Godwin2022-11-202-23/+65
* Enforce signups_allowed=False (#26)Michael Manfre2022-11-201-0/+4
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-201-6/+13
* Fix user profile image sizeAndrew Godwin2022-11-201-1/+1
* Fix resize of image on upload of Identity profile picsMichael Manfre2022-11-201-8/+15
* Add config identity_min_length and apply non-admin validationMichael Manfre2022-11-202-1/+31
* A few more fixes from going liveAndrew Godwin2022-11-192-54/+64
* A few more tweaks for an initial deployAndrew Godwin2022-11-191-2/+7
* Migration reset, start of docs, env varsAndrew Godwin2022-11-185-34/+118
* Signup and invite tweaksAndrew Godwin2022-11-184-102/+162
* Follows pageAndrew Godwin2022-11-172-5/+42
* Add the user settings page tooAndrew Godwin2022-11-172-8/+54
* Add signup and password resetAndrew Godwin2022-11-172-0/+86
* Logged out experience, config, and profilesAndrew Godwin2022-11-172-7/+45
* Rework UI to have vertical menusAndrew Godwin2022-11-172-6/+32
* Add image/icon uploadAndrew Godwin2022-11-172-53/+104
* Force username to lowercase for nowAndrew Godwin2022-11-161-1/+1
* Handle post edits, follow undosAndrew Godwin2022-11-162-6/+22
* Call it admin rather than system settingsAndrew Godwin2022-11-162-19/+39
* Should probably limit system settings to adminsAndrew Godwin2022-11-161-3/+7
* Domains management pagesAndrew Godwin2022-11-162-2/+148
* Add start of a settings (config) systemAndrew Godwin2022-11-163-2/+136
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-24/+3
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-131-1/+1
* More UI!Andrew Godwin2022-11-132-19/+16
* Improving contributing docs/processMichael Manfre2022-11-131-1/+1
* Start some settings workAndrew Godwin2022-11-121-2/+2
* Post URIs and host-metaAndrew Godwin2022-11-122-127/+150
* Add JSON-LD signatures and tests for sig stuffAndrew Godwin2022-11-121-40/+31
* Posting and fan-out both workingAndrew Godwin2022-11-111-3/+5
* Got up to incoming posts workingAndrew Godwin2022-11-111-1/+1
* Inbound and outbound follows basic workingAndrew Godwin2022-11-101-2/+13
* Profile fetching now working on state machineAndrew Godwin2022-11-091-5/+9
* Most of the way through the stator refactorAndrew Godwin2022-11-091-3/+3
* Midway point in task refactor - changing directionAndrew Godwin2022-11-091-1/+0
* THE FOLLOWS, THEY WORKAndrew Godwin2022-11-071-6/+7
* Rework task system and fetching.Andrew Godwin2022-11-061-16/+43
* Signing works with OpenSSL.Andrew Godwin2022-11-061-2/+2
* Rework to a domains model for better vhostingAndrew Godwin2022-11-061-69/+84
* Move to the more sensible JSON-LD reprAndrew Godwin2022-11-061-5/+48
* Queuing system and lazy profile fetchAndrew Godwin2022-11-051-1/+4
* Some user icon stuffAndrew Godwin2022-11-051-1/+23
* Get Actor fetching and parsing workingAndrew Godwin2022-11-051-1/+15
* Initial commit (users and statuses)Andrew Godwin2022-11-053-0/+148