summaryrefslogtreecommitdiffstats
path: root/users/views
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Allows the name of Content Warning to be customized (e.g. to "Content Summary"). Fixes #28.
* 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
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* 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
| | | | Well, in one direction anyway
* Rework task system and fetching.Andrew Godwin2022-11-061-16/+43
| | | | I can taste how close follow is to working.
* Signing works with OpenSSL.Andrew Godwin2022-11-061-2/+2
| | | | Will have to ask the cryptography peeps what I was doing wrong.
* 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