index
:
takahe.git
libertacasa-master
libertacasa-package
libertacasa-saml
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
users
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve djadmin filtering and search (#149)
Michael Manfre
2022-12-08
1
-1
/
+20
*
Support deeper subdomains in domain validation (#110)
Tom Usher
2022-12-07
1
-10
/
+24
*
Ignore actor delete messages for unknown actors (#124)
Michael Manfre
2022-12-05
1
-0
/
+13
*
Only cache unauthenticated page views (#117)
Michael Manfre
2022-12-05
1
-3
/
+3
*
Add a middleware to detect LD Accept headers
Andrew Godwin
2022-12-05
1
-6
/
+1
*
Add pagination and search to federation page
Andrew Godwin
2022-12-05
1
-7
/
+18
*
Policy pages and signup tests.
Andrew Godwin
2022-12-05
3
-3
/
+73
*
Add django-upgrade to pre-commit (#114)
Paolo Melchiorre
2022-12-05
3
-4
/
+4
*
Added caching and initial settings
Michael Manfre
2022-12-05
5
-2
/
+64
*
Add pyupgrade with --py310-plus in pre-commit (#103)
Paolo Melchiorre
2022-12-05
4
-12
/
+10
*
Make search work with URLs
Andrew Godwin
2022-12-04
1
-1
/
+3
*
Make the user fetch interval much longer
Andrew Godwin
2022-12-04
1
-1
/
+1
*
Adding RSS feeds for local identities
Andrew Godwin
2022-12-04
1
-0
/
+42
*
Make follows a top-level activity. (#94)
Tyler Kennedy
2022-12-04
1
-33
/
+0
*
Explicitly ignore add and remove messages for now
Andrew Godwin
2022-12-04
1
-0
/
+6
*
Image attachment uploads
Andrew Godwin
2022-12-01
1
-12
/
+3
*
Hashtags
Michael Manfre
2022-11-28
3
-1
/
+141
*
Admin tweaks
Andrew Godwin
2022-11-27
1
-4
/
+13
*
User fetching and inbox message cleaning
Andrew Godwin
2022-11-27
4
-6
/
+64
*
Collect more actor information in fetch
Andrew Godwin
2022-11-27
1
-2
/
+40
*
Set content type when serving object
Tyler Kennedy
2022-11-27
1
-1
/
+4
*
Fix tests
Andrew Godwin
2022-11-26
1
-0
/
+1
*
Added default post visibility
Michael Manfre
2022-11-25
4
-132
/
+172
*
Don't error admin decorator on anonymous
Andrew Godwin
2022-11-25
1
-1
/
+1
*
Implement user discoverability
Andrew Godwin
2022-11-25
4
-11
/
+53
*
Discard messages from blocked servers
Andrew Godwin
2022-11-25
2
-1
/
+8
*
Add federation admin page
Andrew Godwin
2022-11-25
3
-0
/
+60
*
Ensure usernames and domains are lowercase
Andrew Godwin
2022-11-24
2
-4
/
+6
*
Code dedupe Webfinger and fix SystemActor inbox URL
Michael Manfre
2022-11-22
2
-43
/
+29
*
Show boosts and likes on other post list pages
Andrew Godwin
2022-11-22
1
-1
/
+5
*
Content warning name customisation
Michael Manfre
2022-11-22
1
-1
/
+5
*
Say all our users are discoverable for now
Andrew Godwin
2022-11-22
1
-0
/
+1
*
Switch to new identity on creation
Andrew Godwin
2022-11-22
1
-0
/
+1
*
Fix profile page post listing
Andrew Godwin
2022-11-22
1
-26
/
+34
*
Better way to initialise things on setup.
Andrew Godwin
2022-11-22
1
-6
/
+12
*
Outgoing mentions mostly work (exc. cc followers)
Andrew Godwin
2022-11-21
2
-8
/
+8
*
Refactor almost all tests into /tests/
Andrew Godwin
2022-11-21
7
-319
/
+0
*
Catch more request errors
Andrew Godwin
2022-11-21
1
-2
/
+2
*
Don't error when no resource on webfinger
Andrew Godwin
2022-11-21
1
-2
/
+4
*
Don't error fetching people if they're in the DB
Andrew Godwin
2022-11-21
2
-3
/
+15
*
Make test directories into modules
Andrew Godwin
2022-11-20
1
-0
/
+0
*
Don't try to make a keypair during tests
Andrew Godwin
2022-11-20
1
-3
/
+5
*
Raise proper errors when it's our fault
Andrew Godwin
2022-11-20
1
-2
/
+10
*
Move signed request onto Identity as a shortcut
Andrew Godwin
2022-11-20
2
-12
/
+25
*
Add a system actor to sign outgoing S2S GETs
Andrew Godwin
2022-11-20
8
-83
/
+235
*
Don't error when retrieving existing user
Andrew Godwin
2022-11-20
1
-0
/
+6
*
Enforce signups_allowed=False (#26)
Michael Manfre
2022-11-20
5
-0
/
+63
*
Don't waste DB rows on bad inbox actors
Andrew Godwin
2022-11-20
2
-9
/
+22
*
Handle remote user deletions
Andrew Godwin
2022-11-20
1
-0
/
+4
*
Actually do deletes right
Andrew Godwin
2022-11-20
1
-7
/
+8
*
Actor delete, sentry async, faster stator
Andrew Godwin
2022-11-20
2
-1
/
+20
*
Add more error handling
Andrew Godwin
2022-11-20
2
-2
/
+5
*
More error handling for remote fetch
Andrew Godwin
2022-11-20
1
-7
/
+10
*
Add error catching on actor fetch
Andrew Godwin
2022-11-20
3
-10
/
+96
*
Fix user profile image size
Andrew Godwin
2022-11-20
1
-1
/
+1
*
Add Sentry error integration option
Andrew Godwin
2022-11-20
1
-0
/
+6
*
Fix resize of image on upload of Identity profile pics
Michael Manfre
2022-11-20
1
-8
/
+15
*
Add config identity_min_length and apply non-admin validation
Michael Manfre
2022-11-20
3
-1
/
+125
*
Configure GitHub Actions to run tests (#13)
Simon Willison
2022-11-19
1
-0
/
+1
*
A few more fixes from going live
Andrew Godwin
2022-11-19
3
-54
/
+66
*
A few more tweaks for an initial deploy
Andrew Godwin
2022-11-19
1
-2
/
+7
*
Deployment re-jiggling
Andrew Godwin
2022-11-18
1
-2
/
+2
*
Migration reset, start of docs, env vars
Andrew Godwin
2022-11-18
12
-189
/
+195
*
Signup and invite tweaks
Andrew Godwin
2022-11-18
9
-103
/
+232
*
Follows page
Andrew Godwin
2022-11-17
3
-5
/
+46
*
Add the user settings page too
Andrew Godwin
2022-11-17
2
-8
/
+54
*
Add signup and password reset
Andrew Godwin
2022-11-17
6
-1
/
+254
*
Return images and summary in actor
Andrew Godwin
2022-11-17
1
-2
/
+20
*
Logged out experience, config, and profiles
Andrew Godwin
2022-11-17
2
-7
/
+45
*
Add search and better notifications
Andrew Godwin
2022-11-17
1
-4
/
+9
*
Rework UI to have vertical menus
Andrew Godwin
2022-11-17
2
-6
/
+32
*
Add image/icon upload
Andrew Godwin
2022-11-17
3
-64
/
+126
*
Force username to lowercase for now
Andrew Godwin
2022-11-16
2
-1
/
+4
*
Handle post edits, follow undos
Andrew Godwin
2022-11-16
6
-14
/
+87
*
Call it admin rather than system settings
Andrew Godwin
2022-11-16
7
-25
/
+84
*
Should probably limit system settings to admins
Andrew Godwin
2022-11-16
2
-3
/
+12
*
Domains management pages
Andrew Godwin
2022-11-16
4
-2
/
+156
*
Add start of a settings (config) system
Andrew Godwin
2022-11-16
3
-2
/
+136
*
Tag and visibility handling
Andrew Godwin
2022-11-16
1
-0
/
+1
*
Accept incoming action undos
Andrew Godwin
2022-11-15
1
-0
/
+8
*
Get outbound likes/boosts and their undos working
Andrew Godwin
2022-11-15
4
-25
/
+48
*
Permit Mastodon's weird HTML through
Andrew Godwin
2022-11-13
1
-1
/
+1
*
Boosting! Incoming, anyway.
Andrew Godwin
2022-11-13
1
-1
/
+5
*
More UI!
Andrew Godwin
2022-11-13
2
-19
/
+16
*
Improving contributing docs/process
Michael Manfre
2022-11-13
1
-1
/
+1
*
Start some settings work
Andrew Godwin
2022-11-12
1
-2
/
+2
*
Post URIs and host-meta
Andrew Godwin
2022-11-12
5
-131
/
+158
*
Add JSON-LD signatures and tests for sig stuff
Andrew Godwin
2022-11-12
5
-77
/
+63
*
Posting and fan-out both working
Andrew Godwin
2022-11-11
2
-7
/
+11
*
Got up to incoming posts working
Andrew Godwin
2022-11-11
7
-134
/
+197
*
Inbound and outbound follows basic working
Andrew Godwin
2022-11-10
8
-82
/
+157
*
Profile fetching now working on state machine
Andrew Godwin
2022-11-09
14
-209
/
+181
*
Most of the way through the stator refactor
Andrew Godwin
2022-11-09
7
-21
/
+53
*
Midway point in task refactor - changing direction
Andrew Godwin
2022-11-09
7
-11
/
+149
*
THE FOLLOWS, THEY WORK
Andrew Godwin
2022-11-07
6
-24
/
+56
*
Rework task system and fetching.
Andrew Godwin
2022-11-06
11
-139
/
+287
*
Signing works with OpenSSL.
Andrew Godwin
2022-11-06
2
-22
/
+24
*
Rework to a domains model for better vhosting
Andrew Godwin
2022-11-06
11
-151
/
+431
*
Move to the more sensible JSON-LD repr
Andrew Godwin
2022-11-06
3
-51
/
+111
*
Queuing system and lazy profile fetch
Andrew Godwin
2022-11-05
2
-1
/
+30
*
Some user icon stuff
Andrew Godwin
2022-11-05
1
-1
/
+23
*
Get Actor fetching and parsing working
Andrew Godwin
2022-11-05
6
-15
/
+248
*
Initial commit (users and statuses)
Andrew Godwin
2022-11-05
14
-0
/
+525