1
0
Fork 0
Commit Graph

67 Commits

Author SHA1 Message Date
Daniel Supernault 21107a7938
Update RestrictedNames 2019-01-31 14:00:39 -07:00
Daniel Supernault 560ac0f247
Update RestrictedNames 2019-01-21 19:59:25 -07:00
Daniel Supernault fe6f486914
Fix Follow validator 2019-01-12 01:25:21 -07:00
Daniel Supernault 12d4bd7fe4
Add Like ap validator 2019-01-12 01:24:31 -07:00
Daniel Supernault 92f2d5cf74
Add Follow ap validator 2019-01-12 01:22:12 -07:00
Daniel Supernault 3bec482722
Update RestrictedNames 2019-01-03 23:07:54 -07:00
Daniel Supernault 756d7c299b
Update AP Inbox 2019-01-03 20:04:29 -07:00
Daniel Supernault edb12964f6
Update inbox 2018-12-31 23:28:34 -07:00
Daniel Supernault c78686e355
Add Announce validator and test 2018-12-29 23:10:14 -07:00
Daniel Supernault 714e47f387
Add Accept validator/test 2018-12-29 16:56:39 -07:00
Daniel Supernault cfbd7d5a1a
Update RestrictedNames 2018-12-28 20:39:16 -07:00
Daniel Supernault 1cca479fad
Update AP Inbox 2018-12-27 22:55:21 -07:00
Daniel Supernault 03007b1754
Update AP helpers 2018-12-25 23:56:18 -07:00
Daniel Supernault e2b782466d
Update helpers 2018-12-25 22:05:47 -07:00
Daniel Supernault 55ca00ba30
Update FederationController, fixes #680 2018-12-25 17:45:29 -07:00
Daniel Supernault 3bc6ef04fe
Update Inbox 2018-12-25 00:15:06 -07:00
Daniel Supernault b396a054d1
Update inbox 2018-12-24 23:57:36 -07:00
Daniel Supernault 605774cad4
Update Api 2018-12-24 23:52:42 -07:00
Daniel Supernault 4d0fde2efa
Update inbox 2018-12-24 23:35:04 -07:00
Daniel Supernault d11c71cdec
Update AP Inbox 2018-12-24 21:42:31 -07:00
Daniel Supernault 919a6d6fd9
Update AP helpers, add missing model 2018-12-24 21:41:43 -07:00
Daniel Supernault 2147c215d2
Update AP Helpers 2018-12-24 21:29:16 -07:00
Daniel Supernault 7f88500d18
Remove AP logger from Inbox 2018-12-23 19:42:50 -07:00
Daniel Supernault e4a7aa00a5
Update AP helpers 2018-12-21 12:57:43 -07:00
Daniel Supernault 75c7fcd182
Update HttpSignature lib 2018-12-17 22:33:21 -07:00
Daniel Supernault 100f102396
Add HttpSignature handlers 2018-12-16 22:44:01 -07:00
Daniel Supernault 943ae02f0e
Update AP helpers 2018-11-23 19:32:05 -07:00
Daniel Supernault a14532e715
Fixes #578 2018-11-22 13:25:31 -07:00
Daniel Supernault 685df5f690
Update Lexer/Extractor 2018-11-20 21:05:10 -07:00
Daniel Supernault 46fdcf0718
Update Image util 2018-11-18 21:56:22 -07:00
Daniel Supernault c01dc18d04
Add HTTPSignatures 2018-11-18 20:33:10 -07:00
Daniel Supernault 801446a2ca
Update Inbox 2018-11-17 15:33:24 -07:00
Daniel Supernault 7a0375e07a
Add ap helpers 2018-10-28 19:29:44 -06:00
Daniel Supernault 84d1e3b731
Update thumbnail logic 2018-10-09 19:20:09 -06:00
Daniel Supernault 6d890aaf7f
Prepare 2FA 2018-09-15 23:15:45 -06:00
Daniel Supernault dee02d7353
Add ActivityPub BaseWriter 2018-09-11 18:33:25 -06:00
daniel b8abbdd90f Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
Daniel Supernault 24ee5b1297
Update httpsig util 2018-08-25 22:13:54 -06:00
Daniel Supernault ee19583444
Add HTTPSignature util 2018-08-25 22:12:21 -06:00
Daniel Supernault 3b4ea92d82
Update RestrictedNames 2018-08-16 03:15:13 -06:00
Daniel Supernault dcc0fb42ed
Update RestrictedNames 2018-08-10 17:29:09 -06:00
Daniel Supernault 774557e8c9
Add custom image quality to config 2018-08-09 20:31:14 -06:00
Daniel Supernault 9a5bd9fa8e Update WebFinger, remove OStatus 2018-08-05 13:30:11 -06:00
Daniel Supernault d8b2cc7ae1 Update RestrictedNames 2018-08-05 13:24:23 -06:00
Daniel Supernault 56b18f3e08 Update ImageOptimizePipeline, do not optimize gifs 2018-06-14 20:54:05 -06:00
Daniel Supernault 7bb1f10d19 Add new entity lexers 2018-06-08 21:31:42 -06:00
daniel 16f4d52476
Merge pull request #137 from Skehmatics/fix/apostrophe-bug
(Lazily) fix #131 by ignoring hashtags that begin with a ampersand in lexer
2018-06-04 22:13:40 -06:00
Daniel Supernault c53e963537 Add supported file types and max caption length to new post form.
Closes #121 and #136
2018-06-02 16:53:35 -06:00
Daniel Supernault b437b62780 Update Image class, remove PNG -> JPEG conversion and use orientate() method to detect proper orientation in Exif 2018-06-02 15:29:33 -06:00
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
2018-06-02 00:06:55 -07:00