aboutsummaryrefslogtreecommitdiffstats
path: root/mod/magic.php
Commit message (Collapse)AuthorAgeFilesLines
* log any attempt to call mod_magicfriendica2013-09-291-0/+2
|
* make sure we get the correct URL. Also redirect back again (essentially ↵friendica2013-05-281-9/+10
| | | | perform a no-op) when using reverse magic auth and we can't find a channel.
* let's make this failsafefriendica2013-05-281-6/+9
|
* more modmagic trackingfriendica2013-05-281-0/+1
|
* add logging to mod/magic when channel not found so we can trace it.friendica2013-05-281-0/+1
|
* fix magic auth against orphaned duplicated hublocsfriendica2013-05-191-4/+4
|
* magic auth docofriendica2013-04-101-1/+1
|
* document the ability to provide a selective magic-auth filter as a plugin pluginfriendica2013-04-081-1/+3
|
* give plugins control over magic auth so one could create plugins with policy ↵friendica2013-02-201-0/+12
| | | | controls (like friends only, etc.) or block lists to prevent automatic authentication.
* debug rmagicfriendica2013-02-081-0/+2
|
* this might make zot-id work as originally conceived complete with reverse ↵friendica2013-02-061-0/+11
| | | | magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-011-1/+2
| | | | move on to something else
* plug potential hole in magic auth, add link to chanview to view in dedicated ↵friendica2013-01-231-1/+1
| | | | window
* magic auth - it's mostly done or at least all the code bits are written and ↵friendica2013-01-211-58/+61
| | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated.
* oopsiefriendica2013-01-211-1/+2
|
* re-arrange the order a bitfriendica2013-01-211-1/+3
|
* more work on magic authfriendica2013-01-211-1/+5
|
* Include zot for magicOlaf Conradi2012-12-261-0/+2
|
* converging on a workable crypto auth handshakefriendica2012-12-141-2/+20
|
* start of a framework for forward magic auth, need a lot more coffee to write ↵friendica2012-12-131-57/+15
| | | | the other side and even more to write the reverse direction.
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-131-3/+51
|
* making magicfriendica2012-09-221-27/+14
|
* more work on magic authfriendica2012-09-201-0/+77