| Commit message (Expand) | Author | Age | Files | Lines |
* | more work on directory sync | Mario | 2021-06-05 | 1 | -1/+1 |
* | directory improvements | Mario Vavti | 2021-06-03 | 1 | -2/+9 |
* | Merge branch 'six' of https://framagit.org/hubzilla/core into six | Mario Vavti | 2021-06-02 | 1 | -4/+0 |
|\ |
|
| * | do not overwrite the original rawmsg iconfig that came with the item | Mario | 2021-05-31 | 1 | -4/+0 |
* | | fix regression where authors from non zot6, activitypub networks got dismisse... | Mario Vavti | 2021-06-02 | 1 | -2/+3 |
|/ |
|
* | remove masto hack - it does not make sense in threaded view | Mario | 2021-05-28 | 1 | -24/+7 |
* | remove unobscure() | Mario | 2021-05-28 | 1 | -2/+0 |
* | remove deprecated mail code | Mario | 2021-05-28 | 2 | -89/+0 |
* | add check for type | Mario | 2021-05-28 | 1 | -1/+1 |
* | missing includes | Mario | 2021-05-27 | 1 | -0/+1 |
* | deprecate queue_deliver() | Mario | 2021-05-27 | 1 | -68/+24 |
* | remove more legacy zot quirks | Mario | 2021-05-26 | 2 | -13/+8 |
* | remove most legacy zot quirks | Mario | 2021-05-26 | 3 | -3/+3 |
* | remove legacy zot from supported protocols | Mario | 2021-05-26 | 1 | -6/+1 |
* | import_author_xchan(): do not import legacy zot | Mario | 2021-05-26 | 1 | -3/+3 |
* | bring back the channel_protocols hook | Mario | 2021-05-19 | 1 | -1/+13 |
* | Ãmake sure we do not deal with diaspora hublocs here | Mario | 2021-05-17 | 1 | -1/+1 |
* | remove redundant placeholder in query | Mario | 2021-05-08 | 1 | -2/+2 |
* | register: implement remove_expired_registrations() and minor fixes | Mario | 2021-05-07 | 1 | -1/+1 |
* | fix typos in Activity::follow() | Mario | 2021-04-29 | 1 | -5/+3 |
* | Fix clones sync when wiki or single wiki page deletion | Max Kostikov | 2021-04-22 | 2 | -19/+45 |
* | start sending author id, id_sig and key fields along with author/owner and ad... | Mario | 2021-04-21 | 1 | -3/+3 |
* | prepare Activity::follow() for pubcrawl | Mario | 2021-04-16 | 1 | -13/+15 |
* | register: minor fixes and template cleanup | Mario | 2021-04-15 | 1 | -1/+1 |
* | most AP projects do not handle an array for person object URL - provide a st... | Mario | 2021-04-14 | 1 | -12/+1 |
* | register: only return verified registrations in get_pending_accounts(), more ... | Mario | 2021-04-09 | 1 | -7/+1 |
* | php8: fix fatal errors | Mario | 2021-03-24 | 1 | -0/+3 |
* | libsync fix from zap: look for hubloc_updated instead of hubloc_connected whi... | Mario | 2021-03-22 | 1 | -1/+1 |
* | air: display the verification status in the notifications | Mario | 2021-03-18 | 1 | -1/+3 |
* | air: convert utc to local in browser (we do not have a client timezone otherv... | Mario | 2021-03-17 | 1 | -1/+5 |
* | simplify get_pending_accounts query so that it will work in postgres. this wi... | Mario | 2021-03-16 | 1 | -1/+1 |
* | air: fix register notifications | Mario | 2021-03-15 | 1 | -4/+4 |
* | php8: fix some undefined variables | Mario | 2021-03-14 | 1 | -1/+0 |
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -1/+11 |
* | fix mod subthread for zot6 | Mario | 2021-03-13 | 1 | -3/+5 |
* | introduce the follow_failover hook | Mario | 2021-03-11 | 1 | -3/+3 |
* | Check for HTTP port use | Max Kostikov | 2021-03-10 | 1 | -1/+1 |
* | php8: isset() returns true if the array key exists but is empty. We need to c... | Mario | 2021-03-10 | 1 | -18/+18 |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-03-10 | 1 | -1/+1 |
|\ |
|
| * | More PHP 8 fixes | Max Kostikov | 2021-03-10 | 1 | -1/+1 |
* | | php8: random fixes deriving from mod network | Mario | 2021-03-10 | 2 | -22/+22 |
|/ |
|
* | 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 |