Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace | Mario | 2022-03-10 | 1 | -35/+35 |
| | |||||
* | support for hs2019 | Mario | 2022-03-10 | 1 | -13/+57 |
| | |||||
* | merge branch pdledit_gui into dev - many widgets still miss their ↵ | Mario | 2022-02-20 | 1 | -1/+2 |
| | | | | description and requirements (this is work in progress) | ||||
* | address deprecation warnings | Mario | 2022-02-13 | 1 | -2/+5 |
| | |||||
* | fix php8.1 deprecation warning | Mario | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | gc() returns bool | Mario | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | revert: union types are only possible from php version 8 and higher | Mario | 2022-02-09 | 1 | -2/+2 |
| | |||||
* | rename variable | Mario | 2022-02-08 | 1 | -6/+6 |
| | |||||
* | revert deleted flag for webfinger and zotfinger key | Mario | 2022-02-08 | 1 | -21/+9 |
| | |||||
* | HTTPSig: introduce the deleted keytype. this will allow us to not fetch an ↵ | Mario | 2022-02-08 | 1 | -6/+30 |
| | | | | actor we have never seen before if we received a delete activity for this actor for some reason. this is only implemented in the activitypub inbox so far. | ||||
* | PHP 8.1 band-aid | Mario Vavti | 2022-01-31 | 1 | -9/+9 |
| | |||||
* | revert commit 7e2aecd8 | Mario | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | lifetime->expires | Mario | 2022-01-10 | 1 | -1/+1 |
| | |||||
* | set samesite cookie flag to none - some browsers start to default the flag ↵ | Mario | 2022-01-10 | 1 | -19/+56 |
| | | | | to lax (previous none) | ||||
* | port httpmeta from zap | Mario | 2021-11-24 | 1 | -36/+73 |
| | |||||
* | HTTPSig: do not query for hubloc_addr | Mario | 2021-10-12 | 1 | -6/+3 |
| | |||||
* | Revert "httpsig: add parentheses" | Mario | 2021-10-12 | 1 | -2/+2 |
| | | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f. | ||||
* | httpsig: add parentheses | Mario | 2021-10-12 | 1 | -2/+2 |
| | |||||
* | look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the ↵ | Mario | 2021-10-11 | 1 | -1/+2 |
| | | | | key from the net on platforms where those are different (e.g. mastodon). | ||||
* | streamline logic | Mario | 2021-10-10 | 1 | -3/+4 |
| | |||||
* | HTTPSig: cleanup, add some doco and implement missing force mechanism for ↵ | Mario | 2021-10-10 | 1 | -167/+202 |
| | | | | fetching keys | ||||
* | fix a regression in regard to unified session page load times intoduced in 6.0 | Mario Vavti | 2021-07-16 | 1 | -2/+0 |
| | |||||
* | New landing page HQ with separate views for direct messages, public/limited ↵ | Mario | 2021-06-17 | 1 | -0/+2 |
| | | | | messages and starred messages if the feature is enabled | ||||
* | 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 |
| |