summaryrefslogtreecommitdiffstats
path: root/users/models/identity.py
Commit message (Collapse)AuthorAgeFilesLines
* Process Identity metadata name same as value (#194)Michael Manfre2022-12-171-1/+1
|
* Icon and image for Identity could be a listMichael Manfre2022-12-171-3/+9
|
* Handle timeouts on image fetchAndrew Godwin2022-12-171-5/+9
|
* Download and store user avatars locally if smallAndrew Godwin2022-12-171-0/+12
|
* Catch all possible request errorsAndrew Godwin2022-12-171-2/+2
|
* Fix serving of system actorAndrew Godwin2022-12-171-4/+4
| | | | Fixes #183
* Fetch emoji for user profilesAndrew Godwin2022-12-161-0/+7
|
* Fix mastodon LD namespaceAndrew Godwin2022-12-161-5/+2
| | | | Fixes #179
* Identity admin/moderationAndrew Godwin2022-12-161-2/+31
|
* User admin and LD schema fixesAndrew Godwin2022-12-161-1/+1
|
* URLs can be empty tooAndrew Godwin2022-12-151-1/+1
|
* Handle API identities with no nameAndrew Godwin2022-12-151-2/+2
|
* Basic Emoji suppport (#157)Michael Manfre2022-12-151-3/+35
|
* Fix static file URLsAndrew Godwin2022-12-121-3/+2
|
* A better way of handling URIs between local/remoteAndrew Godwin2022-12-121-13/+15
|
* Timelines workingAndrew Godwin2022-12-121-3/+42
|
* Add system actor and shared inboxAndrew Godwin2022-12-101-0/+4
|
* Media proxy, caching and tuning docsAndrew Godwin2022-12-101-2/+2
| | | | Fixes #67
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-4/+4
|
* Make search work with URLsAndrew Godwin2022-12-041-1/+3
|
* Make the user fetch interval much longerAndrew Godwin2022-12-041-1/+1
|
* User fetching and inbox message cleaningAndrew Godwin2022-11-271-4/+16
|
* Collect more actor information in fetchAndrew Godwin2022-11-271-2/+40
| | | | Fixes #31
* Added default post visibilityMichael Manfre2022-11-251-1/+17
|
* 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