aboutsummaryrefslogtreecommitdiffstats
path: root/mod/magic.php
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-181-167/+0
|
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-141-7/+3
| | | | longer used)
* static Appredmatrix2016-03-311-2/+2
|
* remote delegation issue when already logged in with different account on ↵redmatrix2016-01-241-0/+2
| | | | same site.
* magic auth issues on dreamhostredmatrix2015-06-071-2/+0
|
* channel delegationfriendica2015-03-101-2/+27
|
* local_user => local_channelfriendica2015-01-281-2/+2
|
* Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-151-15/+22
| | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
* mod_authtest --- magic-auth diagnostic for those that are too freaking ↵friendica2013-12-051-7/+41
| | | | important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.
* more work on magic-authfriendica2013-12-021-2/+2
|
* magic-auth re-factorfriendica2013-12-021-61/+17
|
* refactor magic-authfriendica2013-12-021-25/+5
|
* magic auth issuesfriendica2013-11-171-1/+1
|
* more work on redmtx.com magic-auth situationfriendica2013-11-171-4/+22
|
* baby steps tring to get magix auth working for redmtxfriendica2013-11-141-4/+15
|
* acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-141-0/+2
| | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* some minor documentation updates and correctionsfriendica2013-11-131-0/+2
|
* 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