Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide a fallback channel to probe for magic-auth when we have no prior ↵ | friendica | 2013-12-15 | 1 | -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 ↵ | friendica | 2013-12-05 | 1 | -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-auth | friendica | 2013-12-02 | 1 | -2/+2 |
| | |||||
* | magic-auth re-factor | friendica | 2013-12-02 | 1 | -61/+17 |
| | |||||
* | refactor magic-auth | friendica | 2013-12-02 | 1 | -25/+5 |
| | |||||
* | magic auth issues | friendica | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | more work on redmtx.com magic-auth situation | friendica | 2013-11-17 | 1 | -4/+22 |
| | |||||
* | baby steps tring to get magix auth working for redmtx | friendica | 2013-11-14 | 1 | -4/+15 |
| | |||||
* | acl in webpages and a couple of other little bits related to webpages - sort ↵ | friendica | 2013-11-14 | 1 | -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 corrections | friendica | 2013-11-13 | 1 | -0/+2 |
| | |||||
* | log any attempt to call mod_magic | friendica | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | make sure we get the correct URL. Also redirect back again (essentially ↵ | friendica | 2013-05-28 | 1 | -9/+10 |
| | | | | perform a no-op) when using reverse magic auth and we can't find a channel. | ||||
* | let's make this failsafe | friendica | 2013-05-28 | 1 | -6/+9 |
| | |||||
* | more modmagic tracking | friendica | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | add logging to mod/magic when channel not found so we can trace it. | friendica | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | fix magic auth against orphaned duplicated hublocs | friendica | 2013-05-19 | 1 | -4/+4 |
| | |||||
* | magic auth doco | friendica | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | document the ability to provide a selective magic-auth filter as a plugin plugin | friendica | 2013-04-08 | 1 | -1/+3 |
| | |||||
* | give plugins control over magic auth so one could create plugins with policy ↵ | friendica | 2013-02-20 | 1 | -0/+12 |
| | | | | controls (like friends only, etc.) or block lists to prevent automatic authentication. | ||||
* | debug rmagic | friendica | 2013-02-08 | 1 | -0/+2 |
| | |||||
* | this might make zot-id work as originally conceived complete with reverse ↵ | friendica | 2013-02-06 | 1 | -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 ↵ | friendica | 2013-02-01 | 1 | -1/+2 |
| | | | | move on to something else | ||||
* | plug potential hole in magic auth, add link to chanview to view in dedicated ↵ | friendica | 2013-01-23 | 1 | -1/+1 |
| | | | | window | ||||
* | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 1 | -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. | ||||
* | oopsie | friendica | 2013-01-21 | 1 | -1/+2 |
| | |||||
* | re-arrange the order a bit | friendica | 2013-01-21 | 1 | -1/+3 |
| | |||||
* | more work on magic auth | friendica | 2013-01-21 | 1 | -1/+5 |
| | |||||
* | Include zot for magic | Olaf Conradi | 2012-12-26 | 1 | -0/+2 |
| | |||||
* | converging on a workable crypto auth handshake | friendica | 2012-12-14 | 1 | -2/+20 |
| | |||||
* | start of a framework for forward magic auth, need a lot more coffee to write ↵ | friendica | 2012-12-13 | 1 | -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. | friendica | 2012-12-13 | 1 | -3/+51 |
| | |||||
* | making magic | friendica | 2012-09-22 | 1 | -27/+14 |
| | |||||
* | more work on magic auth | friendica | 2012-09-20 | 1 | -0/+77 |