Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support new parse_str() syntax | Max Kostikov | 2021-04-24 | 1 | -123/+123 |
| | |||||
* | Implement custom Redis session backend | Max Kostikov | 2021-03-19 | 2 | -13/+146 |
| | |||||
* | use lib/keyutils rsatopem() | Mario | 2021-03-18 | 1 | -1/+1 |
| | | | (cherry picked from commit f0cce1c902d705a7c6c15e23333b36a0c0ab4bf9) | ||||
* | php8 warnings | Mario | 2021-02-18 | 2 | -46/+47 |
| | |||||
* | port Lib/Crypto from zap | Mario | 2021-02-09 | 1 | -5/+6 |
| | |||||
* | move key conversion to separate lib | Mario Vavti | 2021-02-04 | 1 | -2/+2 |
| | |||||
* | fix php8 issues | Mario Vavti | 2021-02-02 | 1 | -4/+6 |
| | |||||
* | HTTPSig::get_zotfinger_key() only takes the id arg | Mario | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | fix issue where an array was passed to get_key() instead of a string | Mario | 2020-12-21 | 1 | -9/+11 |
| | |||||
* | add logging | Mario | 2020-11-23 | 1 | -0/+3 |
| | |||||
* | less hubloc confusion | Mario | 2020-11-08 | 1 | -20/+46 |
| | |||||
* | only call zid_init() if session is not yet authenticated | Mario | 2020-10-09 | 1 | -1/+2 |
| | |||||
* | use zot_record_preferred() when fetching keys | Mario | 2020-05-15 | 1 | -9/+16 |
| | |||||
* | remove sysmsg and sysmsg_info from session - those are now stored in xconfig ↵ | Mario | 2019-11-25 | 1 | -8/+0 |
| | | | | (sse) | ||||
* | check if file exists | Mario | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | fix issue #1331 | Mario Vavti | 2019-09-19 | 1 | -1/+6 |
| | | | (cherry picked from commit 394f263ddd648e25ff3967bfbe3b0e25dccf89a0) | ||||
* | http signature consolidation | zotlabs | 2019-06-26 | 1 | -118/+244 |
| | |||||
* | clean up whitespace and remove superfluous semicolon | Mario Vavti | 2019-01-29 | 1 | -18/+20 |
| | |||||
* | Custom sessionhandler support, as requested | Mark Nowiasz | 2019-01-29 | 1 | -15/+35 |
| | |||||
* | remove checkjs and nojs | zotlabs | 2018-11-15 | 1 | -50/+0 |
| | |||||
* | encrypted header issue | zotlabs | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | extra logging | zotlabs | 2018-11-14 | 1 | -0/+4 |
| | |||||
* | verify some edge case http signatures | zotlabs | 2018-10-11 | 1 | -4/+2 |
| | |||||
* | SECURITY: signature issue | zotlabs | 2018-10-09 | 1 | -0/+15 |
| | |||||
* | Page meta properties | M. Dent | 2018-09-22 | 1 | -2/+13 |
| | |||||
* | prepare submodule to interact with route | Mario Vavti | 2018-09-17 | 1 | -0/+17 |
| | |||||
* | checkjs fix ($page not bin-hex in all cases) | zotlabs | 2018-07-19 | 1 | -2/+2 |
| | |||||
* | mangled urls on redirects | zotlabs | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | functions to support module and widget registration by plugins. These have ↵ | zotlabs | 2018-07-12 | 1 | -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 ↵ | zotlabs | 2018-04-22 | 1 | -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 issues | zotlabs | 2018-04-15 | 1 | -3/+9 |
| | |||||
* | accept system_language through either get or post | zotlabs | 2018-04-12 | 1 | -3/+3 |
| | |||||
* | :white_check_mark: Unit Test for HTTPSig. | Klaus Weidenbach | 2018-02-28 | 1 | -30/+87 |
| | |||||
* | zot6 testing | zotlabs | 2018-02-08 | 1 | -6/+1 |
| | |||||
* | missing quote | zotlabs | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | logging | zotlabs | 2018-02-08 | 1 | -1/+3 |
| | |||||
* | z6 testing | zotlabs | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | debug the crypto function | zotlabs | 2018-02-07 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into z6 | zotlabs | 2018-02-05 | 2 | -34/+47 |
|\ | |||||
| * | simplify webserver logic flow, remove obsolete $a from router | zotlabs | 2018-01-18 | 2 | -34/+47 |
| | | |||||
* | | z6 deliver | zotlabs | 2018-01-16 | 1 | -0/+15 |
|/ | |||||
* | cleanup of last fix | zotlabs | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | unexpected openssl result | zotlabs | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Fix whitespace formatting | Matthew Dent | 2017-12-23 | 1 | -14/+14 |
| | |||||
* | fix dupe bug in content hooks | M.Dent | 2017-12-23 | 1 | -15/+15 |
| | |||||
* | fix typo in HTTPSig | Mario Vavti | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -15/+25 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | sort out the notification ids | zotlabs | 2017-10-12 | 1 | -1/+2 |
| | |||||
* | experimental new notifications - needs pconfig experimental_notif set to 1 ↵ | Mario Vavti | 2017-10-08 | 1 | -1/+1 |
| | | | | for your channel to work. | ||||
* | Merge pull request #862 from waitman/patch-4 | git-marijus | 2017-09-28 | 1 | -1/+5 |
|\ | | | | | prevent 'my_address' being set with bogus info |