Commit Graph

67 Commits (41053f417ee3853b48aaf793c352b35bb1e05944)

Author SHA1 Message Date
Daniel Supernault 21107a7938
Update RestrictedNames 6 years ago
Daniel Supernault 560ac0f247
Update RestrictedNames 6 years ago
Daniel Supernault fe6f486914
Fix Follow validator 6 years ago
Daniel Supernault 12d4bd7fe4
Add Like ap validator 6 years ago
Daniel Supernault 92f2d5cf74
Add Follow ap validator 6 years ago
Daniel Supernault 3bec482722
Update RestrictedNames 6 years ago
Daniel Supernault 756d7c299b
Update AP Inbox 6 years ago
Daniel Supernault edb12964f6
Update inbox 6 years ago
Daniel Supernault c78686e355
Add Announce validator and test 6 years ago
Daniel Supernault 714e47f387
Add Accept validator/test 6 years ago
Daniel Supernault cfbd7d5a1a
Update RestrictedNames 6 years ago
Daniel Supernault 1cca479fad
Update AP Inbox 6 years ago
Daniel Supernault 03007b1754
Update AP helpers 6 years ago
Daniel Supernault e2b782466d
Update helpers 6 years ago
Daniel Supernault 55ca00ba30
Update FederationController, fixes #680 6 years ago
Daniel Supernault 3bc6ef04fe
Update Inbox 6 years ago
Daniel Supernault b396a054d1
Update inbox 6 years ago
Daniel Supernault 605774cad4
Update Api 6 years ago
Daniel Supernault 4d0fde2efa
Update inbox 6 years ago
Daniel Supernault d11c71cdec
Update AP Inbox 6 years ago
Daniel Supernault 919a6d6fd9
Update AP helpers, add missing model 6 years ago
Daniel Supernault 2147c215d2
Update AP Helpers 6 years ago
Daniel Supernault 7f88500d18
Remove AP logger from Inbox 6 years ago
Daniel Supernault e4a7aa00a5
Update AP helpers 6 years ago
Daniel Supernault 75c7fcd182
Update HttpSignature lib 6 years ago
Daniel Supernault 100f102396
Add HttpSignature handlers 6 years ago
Daniel Supernault 943ae02f0e
Update AP helpers 6 years ago
Daniel Supernault a14532e715
Fixes #578 6 years ago
Daniel Supernault 685df5f690
Update Lexer/Extractor 6 years ago
Daniel Supernault 46fdcf0718
Update Image util 6 years ago
Daniel Supernault c01dc18d04
Add HTTPSignatures 6 years ago
Daniel Supernault 801446a2ca
Update Inbox 6 years ago
Daniel Supernault 7a0375e07a
Add ap helpers 6 years ago
Daniel Supernault 84d1e3b731
Update thumbnail logic 6 years ago
Daniel Supernault 6d890aaf7f
Prepare 2FA 7 years ago
Daniel Supernault dee02d7353
Add ActivityPub BaseWriter 7 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault 24ee5b1297
Update httpsig util 7 years ago
Daniel Supernault ee19583444
Add HTTPSignature util 7 years ago
Daniel Supernault 3b4ea92d82
Update RestrictedNames 7 years ago
Daniel Supernault dcc0fb42ed
Update RestrictedNames 7 years ago
Daniel Supernault 774557e8c9
Add custom image quality to config 7 years ago
Daniel Supernault 9a5bd9fa8e Update WebFinger, remove OStatus 7 years ago
Daniel Supernault d8b2cc7ae1 Update RestrictedNames 7 years ago
Daniel Supernault 56b18f3e08 Update ImageOptimizePipeline, do not optimize gifs 7 years ago
Daniel Supernault 7bb1f10d19 Add new entity lexers 7 years ago
daniel 16f4d52476
Merge pull request #137 from Skehmatics/fix/apostrophe-bug
(Lazily) fix #131 by ignoring hashtags that begin with a ampersand in lexer
7 years ago
Daniel Supernault c53e963537 Add supported file types and max caption length to new post form.
Closes #121 and #136
7 years ago
Daniel Supernault b437b62780 Update Image class, remove PNG -> JPEG conversion and use orientate() method to detect proper orientation in Exif 7 years ago
Derek Schmidt 41683db2b4
Ignore hashtags that begin with a ampersand
Fixes #131

This is usually a marker of an HTML entity code.
It is possible for a user to do this on purpose,
but not horribly likely.

i hope
7 years ago