| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue where a deleted channel will return 404 before returning zotinfo | Mario | 2021-06-02 | 1 | -2/+2 |
* | fix registration bug - issue #1574 | Mario | 2021-05-31 | 1 | -1/+1 |
* | remove todo since the zot6 xchan should be merely imported in this case. also... | Mario | 2021-05-21 | 1 | -2/+4 |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-05-21 | 2 | -5/+6 |
|\ |
|
| * | Merge branch 'Malend-dev-patch-02229' into 'dev' | Mario | 2021-05-21 | 1 | -3/+4 |
| |\ |
|
| | * | Remove useless test | Malendur | 2021-05-20 | 1 | -3/+4 |
| * | | Merge branch 'Malend-dev-patch-19605' into 'dev' | Mario | 2021-05-21 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Fix phpDoc | Malendur | 2021-05-20 | 1 | -2/+2 |
| | |/ |
|
* | / | introduce the direct flag for direct messages | Mario | 2021-05-21 | 1 | -9/+16 |
|/ / |
|
* / | make sure to set the correct item_private state | Mario | 2021-05-20 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2021-05-15 | 4 | -20/+25 |
|\ |
|
| * | Merge branch 'dev' into 'dev' | Mario | 2021-05-14 | 3 | -8/+13 |
| |\ |
|
| | * | Random PHP 8 fixes | Max Kostikov | 2021-05-14 | 3 | -8/+13 |
| * | | fix regression in regard to menu wrapping | Mario | 2021-05-12 | 1 | -12/+12 |
* | | | make sure we do not mess up the query string when removing single parameters | Mario Vavti | 2021-05-15 | 1 | -5/+48 |
|/ / |
|
* | | id should be intval here | Mario | 2021-05-10 | 1 | -1/+1 |
* | | register: postgres - add default values for timestamps | Mario | 2021-05-07 | 1 | -3/+3 |
* | | remove logging | Mario | 2021-05-07 | 1 | -1/+0 |
* | | register: implement remove_expired_registrations() and minor fixes | Mario | 2021-05-07 | 1 | -33/+26 |
* | | register: redirect unverified registration emails to the verification form | Mario | 2021-05-06 | 1 | -10/+16 |
* | | register: we have already checked for existing email in check_account_email() | Mario | 2021-05-06 | 1 | -0/+8 |
* | | remove duplicate singletons hublocs once a day | Mario | 2021-05-05 | 1 | -0/+3 |
* | | use hubloc_hash instead of hubloc_id_url - otherwise it will bite hublocs whi... | Mario | 2021-05-05 | 1 | -17/+10 |
|/ |
|
* | introduce function to remove duplicate singleton hublocs | Mario | 2021-05-02 | 1 | -5/+49 |
* | register: more testing and fixes | Mario | 2021-04-28 | 1 | -3/+8 |
* | register: only log to separate file if configured that way. default to standa... | Mario | 2021-04-26 | 1 | -2/+9 |
* | make sure we transform events to UTC on import before storing. Transform from... | Mario | 2021-04-22 | 1 | -5/+5 |
* | next batch of fixes | Mario | 2021-04-21 | 2 | -18/+43 |
* | start sending author id, id_sig and key fields along with author/owner and ad... | Mario | 2021-04-21 | 1 | -9/+19 |
* | Merge branch 'dev' into 'dev' | Mario | 2021-04-20 | 2 | -13/+14 |
|\ |
|
| * | more PHP 8 fixes | Max Kostikov | 2021-04-18 | 2 | -13/+14 |
* | | potential export issue when using PHP8 | Mario | 2021-04-20 | 1 | -2/+2 |
* | | if we use dbescbin on save we should use dbunescbin when retrieving (at least... | Mario | 2021-04-20 | 1 | -1/+1 |
* | | registration: reveal possibility to show all registrations in the UI | Mario | 2021-04-19 | 1 | -1/+1 |
* | | revert last part of previous commit -> see comment above the change | Mario | 2021-04-19 | 1 | -1/+1 |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-04-19 | 1 | -1/+1 |
|\| |
|
| * | PHP 8 fixes | Max Kostikov | 2021-04-18 | 1 | -1/+1 |
* | | import_items(): make sure we compare the correct revision and only call item_... | Mario | 2021-04-19 | 1 | -6/+7 |
|/ |
|
* | register: add option to show all register entries | Mario | 2021-04-16 | 1 | -3/+7 |
* | register: provide a possibility to leave a message id registration is by appr... | Mario | 2021-04-14 | 1 | -1/+1 |
* | use protect_sprintf() on query strings | Mario | 2021-04-14 | 1 | -4/+4 |
* | fix regression finding bookmarks | Mario | 2021-04-11 | 1 | -7/+0 |
* | register: more work on ui/ux | Mario | 2021-04-10 | 1 | -7/+7 |
* | feature level is deprecated | Mario | 2021-04-10 | 1 | -37/+36 |
* | register: only return verified registrations in get_pending_accounts(), more ... | Mario | 2021-04-09 | 2 | -4/+4 |
* | register: cleanup template | Mario | 2021-04-08 | 1 | -1/+5 |
* | register: default to auto-create channel and fix auto create channel if regis... | Mario | 2021-04-08 | 1 | -1/+1 |
* | bbcode: escape img and zmg tags so that it will not be messed with before req... | Mario | 2021-04-06 | 2 | -0/+25 |
* | air: more ui/ux and provide a possibility to lookup your registration id in m... | Mario | 2021-03-28 | 1 | -1/+1 |
* | Revalidate imported profile photo on each request (patch provided by Max) | Mario | 2021-03-24 | 1 | -1/+2 |