aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot/Auth.php
Commit message (Collapse)AuthorAgeFilesLines
* avoid a security patch and resultant compatibility issues; instead restrict ↵zotlabs2017-09-051-1/+0
| | | | the input characters we accept in token verification strings to hex digits. This will all be changing in the coming weeks/months anyway.
* also error if no security contextzotlabs2017-09-031-0/+8
|
* validate the security contextzotlabs2017-09-031-0/+7
|
* affinitiy slider settings were being updated on any submit of of ↵zotlabs2017-07-051-1/+1
| | | | settings/featured, plus minor non-code changes
* zot 1.2zotlabs2016-11-301-1/+5
|
* finish updating zot_finger instancesredmatrix2016-05-211-5/+3
|
* static Appredmatrix2016-03-311-4/+4
|
* some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-101-5/+6
| | | | access)
* refactor a few more redundant returnsredmatrix2015-12-091-11/+7
|
* simplify magic-auth - a lot... Would be even simpler if we didn't need to ↵redmatrix2015-12-091-151/+147
| | | | provide remote debugging, which takes up about half the code. But we need that because nobody wants to try and debug this shit by asking somebody at the other end to report what's in their logfile. We've tried this repeatedly. The only thing we can do is bring back all the debugging data so you can look at it yourself.
* add empty argredmatrix2015-12-091-4/+4
|
* remove extra debug logging and ensure we don't try to authenticate without a ↵redmatrix2015-12-081-9/+5
| | | | hubloc
* more libzot stuffredmatrix2015-12-081-0/+356