streams/Zotlabs/Web
nobody 470aa951e8 refactor Zotlabs\Lib\Activity::fetch() to ignore fragments and remove the corresponding fragment ignoring
code from the HTTPSig key fetching functions. This primarily affects funkwhale/django but has shown up
occasionally in other HTTP/CGI server platforms which don't pass fragments to the application, resulting in
signature failures on those platforms. It isn't our fault because we're just fetching and signing the URL
we were given; but it also isn't theirs because they're just verifying the request-uri their webserver
provided. It just isn't the same one we fetched.
2021-08-03 15:28:53 -07:00
..
Controller.php rewrites - also remove legacy procedural module interface 2019-09-29 22:36:52 -07:00
HTTPHeaders.php minor tweaks (php8 cont.) 2021-03-12 14:26:56 -08:00
HttpMeta.php php8 cont. 2021-03-10 21:31:13 -08:00
HTTPSig.php refactor Zotlabs\Lib\Activity::fetch() to ignore fragments and remove the corresponding fragment ignoring 2021-08-03 15:28:53 -07:00
Router.php more php8 2021-03-10 19:30:25 -08:00
Session.php cleanup 2019-07-25 17:12:48 -07:00
SessionHandler.php issues syncing liked photos 2019-06-15 18:30:10 -07:00
SubModule.php oauth work 2019-10-09 17:34:18 -07:00
WebServer.php refactor/simplify WebServer 2021-07-22 03:16:58 -07:00