aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Zot
Commit message (Collapse)AuthorAgeFilesLines
* move dreport from zot to libzotlabs2018-02-211-55/+0
|
* move Zotlabs\Zot\Verify to Zotlabs\Lib\Verify as part of the z6 re-orgzotlabs2018-02-211-63/+0
|
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-4/+9
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* initial testing success with owazotlabs2017-09-072-2/+2
|
* owa - first commitzotlabs2017-09-071-0/+16
|
* typozotlabs2017-09-051-1/+1
|
* 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.
* some more prep work for Zot VI - some of this will need to be undone or at ↵zotlabs2017-09-041-2/+3
| | | | least re-arranged later but we need to bootstrap a test environment.
* some preliminary work on Zot VIzotlabs2017-09-041-5/+17
|
* also error if no security contextzotlabs2017-09-031-0/+8
|
* validate the security contextzotlabs2017-09-031-0/+7
|
* provide a keychange operation to rebase an identity on a new keypairzotlabs2017-07-243-0/+10
|
* affinitiy slider settings were being updated on any submit of of ↵zotlabs2017-07-051-1/+1
| | | | settings/featured, plus minor non-code changes
* use correct data typezotlabs2017-05-091-1/+1
|
* zot protocol doco updateszotlabs2017-05-091-2/+2
|
* We've passed the deadline for allowing unsigned zot finger tokens. It is now ↵zotlabs2017-02-241-3/+1
| | | | a protocol requirement.
* zot 1.2zotlabs2016-11-301-1/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-10-131-15/+18
|\
| * [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-18/+22
| | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* | try to filter any path information from leaking through to zot_finger; and ↵zotlabs2016-10-131-1/+3
|/ | | | log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
* fix /mail wsod issue reported by giac hellvecioMario Vavti2016-07-201-2/+2
|
* more removal of reserved words from DB schemasredmatrix2016-05-311-3/+3
|
* track down some issues from the application logsredmatrix2016-05-261-2/+2
|
* change the signed token format. We don't folks to be able to submit random ↵redmatrix2016-05-221-1/+1
| | | | text for signing by us, as they could then use these to generate known signatures.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* include new finger backendredmatrix2016-05-211-0/+130
|
* finish updating zot_finger instancesredmatrix2016-05-211-5/+3
|
* provide general purpose verification class, remove include/session.php (no ↵redmatrix2016-04-141-0/+42
| | | | longer used)
* static Appredmatrix2016-03-311-4/+4
|
* backtrace openssl_verify errors so that we can find bad keys - as there is ↵redmatrix2016-02-251-3/+4
| | | | very little relevant context available at this level.
* move dreport to zotlabs\zot namespaceredmatrix2016-02-191-0/+55
|
* move storage assets to zotlabs/storageredmatrix2016-02-191-3/+0
|
* 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-082-0/+523
|
* extra paren removedredmatrix2015-12-071-1/+1
|
* abstract the message handlersredmatrix2015-12-073-8/+71
|
* remove duplicated coderedmatrix2015-12-061-1/+1
|
* whitespaceredmatrix2015-12-061-2/+0
|
* comment orderredmatrix2015-12-061-2/+1
|
* start of v4redmatrix2015-12-061-0/+129