aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
Commit message (Collapse)AuthorAgeFilesLines
* Reduce some global state and add some docsHarald Eilertsen2024-04-183-27/+74
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-243-10/+13
|
* improved checks in HTTPSig::find_headers()Mario2024-02-141-15/+26
|
* tests: Integrate the DB in "unit" tests.Harald Eilertsen2024-01-061-1/+4
|
* case insensitive digest algoMario2023-11-221-1/+2
|
* check if we have the record in the short time cache before actually fetching itMario2023-10-201-1/+1
|
* deprecate the ancient $a variableMario2023-09-201-5/+5
|
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-161-2/+2
| | | | local items directly
* more fixes for where keyId = acct:xxx@yyy.zzMario2023-05-251-2/+5
|
* revert accidental change in sessionMario2023-01-051-1/+1
|
* fix affinity slider updates - issue #1714Mario2023-01-051-1/+1
|
* Fix Redis session PHP warningsMax Kostikov2022-12-091-5/+6
|
* fix undefined variableMario2022-11-101-1/+2
|
* fix php warningsMario Vavti2022-10-251-1/+1
|
* fix php warningsMario2022-10-201-1/+1
|
* fix php warningsMario2022-10-122-4/+4
|
* Ãfix regressionMario2022-09-261-2/+3
|
* php8: fix warningsMario2022-09-221-1/+1
|
* fix warnings and regressionsMario2022-09-152-2/+8
|
* add a hidden config for the hs2019 http sig algoMario2022-05-191-2/+5
|
* whitespaceMario2022-03-101-35/+35
|
* support for hs2019Mario2022-03-101-13/+57
|
* merge branch pdledit_gui into dev - many widgets still miss their ↵Mario2022-02-201-1/+2
| | | | description and requirements (this is work in progress)
* address deprecation warningsMario2022-02-131-2/+5
|
* fix php8.1 deprecation warningMario2022-02-091-1/+1
|
* gc() returns boolMario2022-02-091-1/+1
|
* revert: union types are only possible from php version 8 and higherMario2022-02-091-2/+2
|
* rename variableMario2022-02-081-6/+6
|
* revert deleted flag for webfinger and zotfinger keyMario2022-02-081-21/+9
|
* HTTPSig: introduce the deleted keytype. this will allow us to not fetch an ↵Mario2022-02-081-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-aidMario Vavti2022-01-311-9/+9
|
* revert commit 7e2aecd8Mario2022-01-111-1/+1
|
* lifetime->expiresMario2022-01-101-1/+1
|
* set samesite cookie flag to none - some browsers start to default the flag ↵Mario2022-01-101-19/+56
| | | | to lax (previous none)
* port httpmeta from zapMario2021-11-241-36/+73
|
* HTTPSig: do not query for hubloc_addrMario2021-10-121-6/+3
|
* Revert "httpsig: add parentheses"Mario2021-10-121-2/+2
| | | | This reverts commit e455fae334c4b5f8d5a563e099add1482749c92f.
* httpsig: add parenthesesMario2021-10-121-2/+2
|
* look for hubloc_id_url or hubloc_hash, otherwise we will always fetch the ↵Mario2021-10-111-1/+2
| | | | key from the net on platforms where those are different (e.g. mastodon).
* streamline logicMario2021-10-101-3/+4
|
* HTTPSig: cleanup, add some doco and implement missing force mechanism for ↵Mario2021-10-101-167/+202
| | | | fetching keys
* 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
|