Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | queue and poller testing | Mario | 2023-04-21 | 1 | -8/+4 |
| | |||||
* | mark items as fetched in other places | Mario | 2023-03-11 | 1 | -0/+1 |
| | |||||
* | if a feed fails, do not update connected timestamp. attempt to poll feeds ↵ | Mario | 2022-11-17 | 1 | -2/+11 |
| | | | | only once a day if we could not fetch it last time we tried | ||||
* | fix warnings and regressions | Mario | 2022-09-15 | 1 | -1/+2 |
| | |||||
* | make sure we do not select removed channels as importer in onepoll | Mario | 2021-10-10 | 1 | -6/+2 |
| | |||||
* | bring back externals (slightly different approach), rename zotfeed to outbox ↵ | Mario | 2021-09-25 | 1 | -1/+1 |
| | | | | for consistency wit AP naming. warning: this commit requires update of addons! | ||||
* | add zot6 specific handling to onepoll | Mario | 2021-09-23 | 1 | -1/+16 |
| | |||||
* | omit deleted hublocs in get_actor_hublocs() and use ↵ | Mario | 2021-09-05 | 1 | -1/+4 |
| | | | | Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet. | ||||
* | remove reply_message_request(), implement force_refresh and minor fixes | Mario | 2021-05-27 | 1 | -9/+10 |
| | |||||
* | missing includes | Mario | 2021-05-27 | 1 | -0/+1 |
| | |||||
* | typo | Mario | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | remove most legacy zot quirks | Mario | 2021-05-26 | 1 | -7/+3 |
| | |||||
* | cleanup | Mario | 2021-03-14 | 1 | -44/+0 |
| | |||||
* | get dev | Hilmar R | 2021-03-01 | 1 | -87/+118 |
| | |||||
* | missing lib include | Mario | 2020-05-02 | 1 | -0/+2 |
| | |||||
* | fix onepoll | Mario | 2020-04-21 | 1 | -1/+5 |
| | |||||
* | onepoll: do not update dead feeds | Mario | 2019-11-15 | 1 | -5/+7 |
| | |||||
* | more z6 compatibility fixes | zotlabs | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | use hostname, not url | zotlabs | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵ | zotlabs | 2017-04-30 | 1 | -4/+20 |
| | | | | local server bypass the network access and invoke zotfeed directly. | ||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | optimise Onepoll so it doesn't try and fetch posts for a channel that we've ↵ | redmatrix | 2016-08-10 | 1 | -0/+9 |
| | | | | not given permission to send us their stream and posts. Currently the posts are fetched, processed, and ultimately discarded. Since we know they are going to be discarded, there's not much point fetching them in the first place. | ||||
* | more work on perms | redmatrix | 2016-07-09 | 1 | -1/+3 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | first phase of daemon refactoring | redmatrix | 2016-05-19 | 1 | -0/+152 |