aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Collapse)AuthorAgeFilesLines
* fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-161-2/+0
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-0/+2
| | | | messages and starred messages if the feature is enabled
* 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
| | | (cherry picked from commit f0cce1c902d705a7c6c15e23333b36a0c0ab4bf9)
* 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
| | | | (sse)
* check if file existsMario2019-11-131-1/+1
|
* fix issue #1331Mario Vavti2019-09-191-1/+6
| | | (cherry picked from commit 394f263ddd648e25ff3967bfbe3b0e25dccf89a0)
* 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 ↵zotlabs2018-07-121-7/+25
| | | | identical construction to core modules and widgets and are registered just like hooks during addon load. Also additional Apps functions addon_app_installed() and system_app_installed() which will eventually replace feature_installed() for features which are converted to apps. The convention being used is that the module associated with the app calls the appropriate *_app_installed() function and if not present emits descriptive text about the app and exits. This allows one to click on an 'available' app and learn about it. Once installed, the app module behaves normally and may offer functionality or what once were addon settings on the settings/featured page. Refer to zap-addons in the zap repository for examples of how this is being used to eliminate the 'additional features' and 'addon settings' pages.
* as_fetch depends on the pubcrawl plugin, but is referenced in core. Ensure ↵zotlabs2018-04-221-1/+3
| | | | that it doesn't chuck a wobbly if the function isn't found. This is undergoing significant revision for zot6 so this action is considered a short-term workaround until that work work stabilises.
* 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
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* sort out the notification idszotlabs2017-10-121-1/+2
|