Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 |
| | | | | invite handling fixes | ||||
* | register: cleanup template | Mario | 2021-04-08 | 1 | -1/+5 |
| | |||||
* | register: default to auto-create channel and fix auto create channel if ↵ | Mario | 2021-04-08 | 1 | -1/+1 |
| | | | | register approval is configured | ||||
* | bbcode: escape img and zmg tags so that it will not be messed with before ↵ | Mario | 2021-04-06 | 2 | -0/+25 |
| | | | | required (e.g. URL in image description) - issue #1554 | ||||
* | air: more ui/ux and provide a possibility to lookup your registration id in ↵ | Mario | 2021-03-28 | 1 | -1/+1 |
| | | | | mod regate (raw and unfinished) | ||||
* | Revalidate imported profile photo on each request (patch provided by Max) | Mario | 2021-03-24 | 1 | -1/+2 |
| | |||||
* | php8: fix fatal errors | Mario | 2021-03-24 | 1 | -0/+3 |
| | |||||
* | air security: saving the password as hex string is not acceptable | Mario | 2021-03-22 | 1 | -2/+3 |
| | |||||
* | air: revert min_livetime of the form security token - it has had its issues ↵ | Mario | 2021-03-18 | 1 | -2/+1 |
| | | | | and air can be configured for delayed registration verification | ||||
* | air: deal with timezones when displaying open/close time - this should ↵ | Mario | 2021-03-18 | 2 | -11/+16 |
| | | | | finally fix issue #1544 | ||||
* | air: make sure we always save date_time in UTC - issue #1544 | Mario | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | use html2plain for summary | Mario | 2021-03-17 | 1 | -3/+2 |
| | |||||
* | simplify get_pending_accounts query so that it will work in postgres. this ↵ | Mario | 2021-03-16 | 1 | -5/+12 |
| | | | | will introduce a regression in rendering the table background color. | ||||
* | air: fix register notifications | Mario | 2021-03-15 | 1 | -37/+49 |
| | |||||
* | air: fix calculate_adue() to return false if the value is zero and do not ↵ | Mario | 2021-03-15 | 1 | -4/+8 |
| | | | | hardcode regexpire - adding the max setting (99 years) should be fine. | ||||
* | php8: fix some undefined variables | Mario | 2021-03-14 | 2 | -19/+16 |
| | |||||
* | mod subthread issue continued | Mario | 2021-03-14 | 1 | -2/+8 |
| | |||||
* | revert default profile image | Mario | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' into air | Mario | 2021-03-12 | 16 | -147/+211 |
|\ | |||||
| * | Merge branch 'php8fixes' into 'dev' | Mario | 2021-03-11 | 1 | -19/+19 |
| |\ | | | | | | | | | | | | | Stricter item array checks See merge request hubzilla/core!1925 | ||||
| | * | Stricter item array checks | Max Kostikov | 2021-03-11 | 1 | -19/+19 |
| | | | |||||
| * | | php8: daily warning fixes (deriving from mod network) | Mario | 2021-03-11 | 2 | -5/+6 |
| |/ | |||||
| * | save the rewritten llink | Mario | 2021-03-11 | 1 | -1/+2 |
| | | |||||
| * | if rewriting the mid also rewrite the llink | Mario | 2021-03-10 | 1 | -0/+1 |
| | | |||||
| * | Check for HTTP port use | Max Kostikov | 2021-03-10 | 1 | -1/+1 |
| | | |||||
| * | Check for HTTP port use | Max Kostikov | 2021-03-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-03-10 | 2 | -18/+41 |
| |\ | |||||
| | * | Merge branch 'php8fixes' into 'dev' | Mario | 2021-03-10 | 2 | -18/+41 |
| | |\ | | | | | | | | | | | | | | | | | More PHP 8 fixes See merge request hubzilla/core!1923 | ||||
| | | * | More PHP 8 fixes | Max Kostikov | 2021-03-10 | 2 | -18/+41 |
| | | | |