akkoma/lib/pleroma
William Pitcock 290798b821 http: fix TLS server name indication
by default, hackney only sent TLS server name indication if TLS was locked
to TLS 1.2.

since there are many instances out there not speaking TLS 1.2, it is not
acceptable to lock SNI to TLS 1.2.

closes #261
2018-08-24 20:04:50 +00:00
..
gopher lib/pleroma/gopher/server.ex: Fix errorneous empty lines 2018-08-10 18:01:42 +02:00
http http: fix TLS server name indication 2018-08-24 20:04:50 +00:00
plugs activitypub: verify remote http signature digests by recomputing the digest and replacing the digest header 2018-07-31 23:24:30 +00:00
web Merge branch 'config/fe-collapse-subject' into 'develop' 2018-08-24 18:27:43 +00:00
activity.ex activity: add normalize() to find a complete activity given either URI or partial structure 2018-06-27 13:07:12 +00:00
application.ex Migrate to comeonin 4 and Cachex 3 2018-05-20 20:08:40 +02:00
formatter.ex formatter: adjust regexp captures to match local users with single character nicknames (closes #163) 2018-08-24 18:22:47 +00:00
list.ex MastoAPI: Add streaming for lists. 2018-05-30 16:48:59 +03:00
notification.ex do not create notification for yourself 2018-05-11 11:31:17 +02:00
object.ex object: add helper functions to handle various forms of a given object and return a normalized one 2018-06-27 13:06:52 +00:00
PasswordResetToken.ex Format the code. 2018-03-30 15:01:53 +02:00
repo.ex Phoenix skeleton 2017-03-17 17:09:58 +01:00
stats.ex Clean up unused aliases and imports 2018-05-04 21:25:31 +00:00
upload.ex Merge branch 'fix/normalize-file-extension' into 'develop' 2018-08-16 15:17:17 +00:00
user.ex user: filter out duplicate follow requests 2018-08-05 01:11:13 +00:00
user_invite_token.ex Token-generating task 2018-06-17 14:30:07 +03:00