summaryrefslogtreecommitdiffstats
path: root/users/models/identity.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement user discoverabilityAndrew Godwin2022-11-251-1/+5
|
* Ensure usernames and domains are lowercaseAndrew Godwin2022-11-241-2/+3
|
* Say all our users are discoverable for nowAndrew Godwin2022-11-221-0/+1
|
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-211-6/+6
|
* Catch more request errorsAndrew Godwin2022-11-211-2/+2
|
* Don't error fetching people if they're in the DBAndrew Godwin2022-11-211-2/+14
|
* Raise proper errors when it's our faultAndrew Godwin2022-11-201-2/+10
|
* Move signed request onto Identity as a shortcutAndrew Godwin2022-11-201-2/+19
|
* Add a system actor to sign outgoing S2S GETsAndrew Godwin2022-11-201-59/+43
|
* Don't error when retrieving existing userAndrew Godwin2022-11-201-0/+6
| | | | | Happens when a user is not yet fetched but we look them up via a successful webfinger
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-201-3/+9
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Handle remote user deletionsAndrew Godwin2022-11-201-0/+4
|
* Actor delete, sentry async, faster statorAndrew Godwin2022-11-201-0/+19
|
* Add more error handlingAndrew Godwin2022-11-201-2/+2
|
* More error handling for remote fetchAndrew Godwin2022-11-201-7/+10
|
* Add error catching on actor fetchAndrew Godwin2022-11-201-5/+8
|
* A few more fixes from going liveAndrew Godwin2022-11-191-0/+2
|
* Return images and summary in actorAndrew Godwin2022-11-171-2/+20
|
* Add image/icon uploadAndrew Godwin2022-11-171-11/+22
|
* Force username to lowercase for nowAndrew Godwin2022-11-161-0/+3
|
* Handle post edits, follow undosAndrew Godwin2022-11-161-3/+19
|
* Domains management pagesAndrew Godwin2022-11-161-0/+1
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-1/+32
|
* Add JSON-LD signatures and tests for sig stuffAndrew Godwin2022-11-121-34/+2
|
* Got up to incoming posts workingAndrew Godwin2022-11-111-11/+11
|
* Profile fetching now working on state machineAndrew Godwin2022-11-091-4/+9
|
* Most of the way through the stator refactorAndrew Godwin2022-11-091-1/+15
|
* THE FOLLOWS, THEY WORKAndrew Godwin2022-11-071-11/+10
| | | | Well, in one direction anyway
* Rework task system and fetching.Andrew Godwin2022-11-061-89/+87
| | | | I can taste how close follow is to working.
* Signing works with OpenSSL.Andrew Godwin2022-11-061-20/+22
| | | | Will have to ask the cryptography peeps what I was doing wrong.
* Rework to a domains model for better vhostingAndrew Godwin2022-11-061-52/+92
|
* Move to the more sensible JSON-LD reprAndrew Godwin2022-11-061-45/+61
|
* Queuing system and lazy profile fetchAndrew Godwin2022-11-051-0/+26
|
* Get Actor fetching and parsing workingAndrew Godwin2022-11-051-6/+144
|
* Initial commit (users and statuses)Andrew Godwin2022-11-051-0/+79