Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -1/+11 |
| | | | (cherry picked from commit b6d30f67345f37dae8dfffd96b065e6139364bcd) | ||||
* | fix mod subthread for zot6 | Mario | 2021-03-13 | 1 | -3/+5 |
| | | | (cherry picked from commit 22d769ecae17c9d5d36232c543b48b0a155ca502) | ||||
* | More checks on note decode | Max Kostikov | 2021-03-08 | 1 | -8/+11 |
| | |||||
* | Check propeties existance on note decode | Max Kostikov | 2021-03-08 | 1 | -6/+6 |
| | |||||
* | Fix undefined edited and created checks | Max Kostikov | 2021-03-08 | 1 | -2/+2 |
| | |||||
* | Check if BBcode field exist | Max Kostikov | 2021-03-08 | 1 | -12/+15 |
| | |||||
* | Check if properties were provided on taxonomy decode | Max Kostikov | 2021-03-08 | 1 | -15/+17 |
| | |||||
* | Check if oStatus conversation exists | Max Kostikov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | More checks on attachments decode | Max Kostikov | 2021-03-08 | 1 | -4/+4 |
| | |||||
* | Fix missed tag warning on decode taxonomy | Max Kostikov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Fix actor store warnings on non defined properties | Max Kostikov | 2021-03-08 | 1 | -4/+4 |
| | |||||
* | Check if item have a mention | Max Kostikov | 2021-03-08 | 1 | -11/+9 |
| | |||||
* | Check for attachments in item | Max Kostikov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Check if terms are defined as array for item | Max Kostikov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Check if 'attach' and 'iconfig' array are defined | Max Kostikov | 2021-03-08 | 1 | -2/+2 |
| | |||||
* | Check if port in the site URL provided | Max Kostikov | 2021-03-08 | 1 | -1/+4 |
| | |||||
* | export compatibility from hubzilla to zap | Zot | 2021-02-24 | 1 | -5/+33 |
| | |||||
* | update site once a day | Mario | 2021-02-19 | 1 | -3/+21 |
| | |||||
* | remove logging | Mario | 2021-02-11 | 1 | -1/+0 |
| | |||||
* | make encode_item_collection() deal with extra query args | Mario | 2021-02-11 | 1 | -5/+16 |
| | |||||
* | actor will be stored in the next step decode_note() | Mario | 2021-02-11 | 1 | -3/+1 |
| | |||||
* | move key conversion to separate lib | Mario Vavti | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | remove unused/commented out code | Mario | 2021-02-01 | 1 | -101/+0 |
| | |||||
* | add fetch_provider hook | Mario | 2021-01-31 | 1 | -1/+0 |
| | |||||
* | code format only | Mario | 2021-01-29 | 1 | -35/+14 |
| | |||||
* | AS channel discovery with custom access header | Mario | 2021-01-28 | 1 | -4/+6 |
| | |||||
* | port fix from zap: catch a complex edge case where some public stream ↵ | Mario | 2021-01-26 | 1 | -4/+6 |
| | | | | comments were not being delivered and should have been | ||||
* | fix issues in Activity::encode_item_collection() after recent changes | Mario Vavti | 2021-01-26 | 1 | -4/+1 |
| | |||||
* | expose manual public item import from searchbar, set commen_policy in ↵ | Mario | 2021-01-25 | 1 | -11/+13 |
| | | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed | ||||
* | extra check for item_private in fetch_and_store_parents() | Mario | 2021-01-24 | 1 | -5/+22 |
| | |||||
* | fix encode_item_collection() | Mario | 2021-01-22 | 1 | -4/+10 |
| | |||||
* | implement externals via zot6 and zotfeed - part 1 | Mario | 2021-01-22 | 1 | -45/+369 |
| | |||||
* | looks like we get arrays or json strings here for some reason | Mario | 2021-01-20 | 1 | -1/+7 |
| | |||||
* | onepoll via zot6 to /zotfeed which implements an outbox | Mario | 2021-01-20 | 1 | -9/+51 |
| | |||||
* | lib/activity cleanup and remove unused code - requires addon update | Mario | 2021-01-18 | 1 | -963/+908 |
| | |||||
* | dismiss title in response activity | Mario | 2020-11-28 | 1 | -1/+1 |
| | | | (cherry picked from commit eb2ad3fc438544192cda95d88a4c2a54ec1e0014) | ||||
* | fix warning | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | do not use chanlink_url() at this place | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | missing include | Mario | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | store actor of fetched acivities | Mario | 2020-11-23 | 1 | -2/+6 |
| | |||||
* | better check for valid inbox | Mario | 2020-11-13 | 1 | -8/+8 |
| | |||||
* | do not store actors without an inbox - they are not valid | Mario | 2020-11-12 | 1 | -0/+6 |
| | |||||
* | log the body if fetch failed | Mario | 2020-11-11 | 1 | -0/+1 |
| | |||||
* | make sure we attach the public key | Mario | 2020-11-04 | 1 | -1/+8 |
| | |||||
* | use logger for logging | Mario | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | more logging | Mario | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | In find_best_identity() only look for zot and zot6 network types. Otherwise ↵ | Mario | 2020-10-14 | 1 | -1/+2 |
| | | | | we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging. | ||||
* | return if author or owner is missing and add more logging | Mario | 2020-10-13 | 1 | -3/+10 |
| | |||||
* | improve find_best_identity() and fix wrong variable | Mario | 2020-10-12 | 1 | -6/+11 |
| | |||||
* | find best identity | Mario | 2020-10-11 | 1 | -0/+32 |
| |