Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce some global state and add some docs | Harald Eilertsen | 2024-04-18 | 3 | -27/+74 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 3 | -10/+13 |
| | |||||
* | improved checks in HTTPSig::find_headers() | Mario | 2024-02-14 | 1 | -15/+26 |
| | |||||
* | tests: Integrate the DB in "unit" tests. | Harald Eilertsen | 2024-01-06 | 1 | -1/+4 |
| | |||||
* | case insensitive digest algo | Mario | 2023-11-22 | 1 | -1/+2 |
| | |||||
* | check if we have the record in the short time cache before actually fetching it | Mario | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | deprecate the ancient $a variable | Mario | 2023-09-20 | 1 | -5/+5 |
| | |||||
* | deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵ | Mario | 2023-06-16 | 1 | -2/+2 |
| | | | | local items directly | ||||
* | more fixes for where keyId = acct:xxx@yyy.zz | Mario | 2023-05-25 | 1 | -2/+5 |
| | |||||
* | revert accidental change in session | Mario | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | fix affinity slider updates - issue #1714 | Mario | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | Fix Redis session PHP warnings | Max Kostikov | 2022-12-09 | 1 | -5/+6 |
| | |||||
* | fix undefined variable | Mario | 2022-11-10 | 1 | -1/+2 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | fix php warnings | Mario | 2022-10-12 | 2 | -4/+4 |
| | |||||
* | Ãfix regression | Mario | 2022-09-26 | 1 | -2/+3 |
| | |||||
* | php8: fix warnings | Mario | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | fix warnings and regressions | Mario | 2022-09-15 | 2 | -2/+8 |
| | |||||
* | add a hidden config for the hs2019 http sig algo | Mario | 2022-05-19 | 1 | -2/+5 |
| | |||||
* | 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 |
| |