aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Expand)AuthorAgeFilesLines
* Support new parse_str() syntaxMax Kostikov2021-04-241-123/+123
* Implement custom Redis session backendMax Kostikov2021-03-192-13/+146
* use lib/keyutils rsatopem()Mario2021-03-181-1/+1
* php8 warningsMario2021-02-182-46/+47
* port Lib/Crypto from zapMario2021-02-091-5/+6
* move key conversion to separate libMario Vavti2021-02-041-2/+2
* fix php8 issuesMario Vavti2021-02-021-4/+6
* HTTPSig::get_zotfinger_key() only takes the id argMario2021-01-151-1/+1
* fix issue where an array was passed to get_key() instead of a stringMario2020-12-211-9/+11
* add loggingMario2020-11-231-0/+3
* less hubloc confusionMario2020-11-081-20/+46
* only call zid_init() if session is not yet authenticatedMario2020-10-091-1/+2
* use zot_record_preferred() when fetching keysMario2020-05-151-9/+16
* remove sysmsg and sysmsg_info from session - those are now stored in xconfig ...Mario2019-11-251-8/+0
* check if file existsMario2019-11-131-1/+1
* fix issue #1331Mario Vavti2019-09-191-1/+6
* http signature consolidationzotlabs2019-06-261-118/+244
* clean up whitespace and remove superfluous semicolonMario Vavti2019-01-291-18/+20
* Custom sessionhandler support, as requestedMark Nowiasz2019-01-291-15/+35
* remove checkjs and nojszotlabs2018-11-151-50/+0
* encrypted header issuezotlabs2018-11-141-1/+1
* extra loggingzotlabs2018-11-141-0/+4
* verify some edge case http signatureszotlabs2018-10-111-4/+2
* SECURITY: signature issuezotlabs2018-10-091-0/+15
* Page meta propertiesM. Dent2018-09-221-2/+13
* prepare submodule to interact with routeMario Vavti2018-09-171-0/+17
* checkjs fix ($page not bin-hex in all cases)zotlabs2018-07-191-2/+2
* mangled urls on redirectszotlabs2018-07-181-1/+1
* functions to support module and widget registration by plugins. These have id...zotlabs2018-07-121-7/+25
* as_fetch depends on the pubcrawl plugin, but is referenced in core. Ensure th...zotlabs2018-04-221-1/+3
* draft-cavage issueszotlabs2018-04-151-3/+9
* accept system_language through either get or postzotlabs2018-04-121-3/+3
* :white_check_mark: Unit Test for HTTPSig.Klaus Weidenbach2018-02-281-30/+87
* zot6 testingzotlabs2018-02-081-6/+1
* missing quotezotlabs2018-02-081-1/+1
* loggingzotlabs2018-02-081-1/+3
* z6 testingzotlabs2018-02-081-1/+1
* debug the crypto functionzotlabs2018-02-071-0/+3
* Merge branch 'master' into z6zotlabs2018-02-052-34/+47
|\
| * simplify webserver logic flow, remove obsolete $a from routerzotlabs2018-01-182-34/+47
* | z6 deliverzotlabs2018-01-161-0/+15
|/
* cleanup of last fixzotlabs2018-01-131-1/+1
* unexpected openssl resultzotlabs2018-01-131-1/+1
* Fix whitespace formattingMatthew Dent2017-12-231-14/+14
* fix dupe bug in content hooksM.Dent2017-12-231-15/+15
* fix typo in HTTPSigMario Vavti2017-12-041-1/+1
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-15/+25
* sort out the notification idszotlabs2017-10-121-1/+2
* experimental new notifications - needs pconfig experimental_notif set to 1 fo...Mario Vavti2017-10-081-1/+1
* Merge pull request #862 from waitman/patch-4git-marijus2017-09-281-1/+5
|\