Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | remove zot includes | Mario | 2021-05-27 | 2 | -2/+0 | |
| | | ||||||
* | | remove dir_fns includes | Mario | 2021-05-27 | 1 | -2/+0 | |
| | | ||||||
* | | deprecate find_upstream_directory() | Mario | 2021-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | deprecate get_rpost_path() | Mario | 2021-05-27 | 1 | -2/+3 | |
| | | ||||||
* | | deprecate import_xchan() | Mario | 2021-05-27 | 2 | -349/+1 | |
| | | ||||||
* | | deprecate make_xchan_hash() | Mario | 2021-05-27 | 1 | -4/+0 | |
| | | ||||||
* | | remove more legacy zot quirks | Mario | 2021-05-26 | 3 | -16/+9 | |
| | | ||||||
* | | remove most legacy zot quirks | Mario | 2021-05-26 | 12 | -124/+26 | |
| | | ||||||
* | | import_author_xchan(): do not import legacy zot | Mario | 2021-05-26 | 1 | -53/+19 | |
| | | ||||||
* | | handle_tag(): only use xchans with xhchan_deleted = 0 | Mario | 2021-05-26 | 1 | -12/+12 | |
| | | ||||||
* | | remove request command from notifier | Mario | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | some cleanup | Mario | 2021-05-23 | 1 | -40/+11 | |
|/ | ||||||
* | remove todo since the zot6 xchan should be merely imported in this case. ↵ | Mario | 2021-05-21 | 1 | -2/+4 | |
| | | | | also only return if we already have a result. | |||||
* | 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 See merge request hubzilla/core!1957 | |||||
| | * | 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 See merge request hubzilla/core!1958 | |||||
| | * | | 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 See merge request hubzilla/core!1951 | |||||
| | * | 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 ↵ | Mario | 2021-05-05 | 1 | -17/+10 | |
|/ | | | | which use more than one protocol | |||||
* | 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 ↵ | Mario | 2021-04-26 | 1 | -2/+9 | |
| | | | | standard logging via logger() | |||||
* | make sure we transform events to UTC on import before storing. Transform ↵ | Mario | 2021-04-22 | 1 | -5/+5 | |
| | | | | from event timezone if available otherwise channel default | |||||
* | 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 ↵ | Mario | 2021-04-21 | 1 | -9/+19 | |
| | | | | adjust import_author_xchan() accordingly | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2021-04-20 | 2 | -13/+14 | |
|\ | | | | | | | | | more PHP 8 fixes See merge request hubzilla/core!1943 | |||||
| * | 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 ↵ | Mario | 2021-04-20 | 1 | -1/+1 | |
| | | | | | | | | least that is true for postgres) | |||||
* | | 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 ↵ | Mario | 2021-04-19 | 1 | -6/+7 | |
|/ | | | | item_store_update() if edited timestamp of the received item > stored item timestamp | |||||
* | 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 ↵ | Mario | 2021-04-14 | 1 | -1/+1 | |
| | | | | approval |