Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | cleanup | Mario | 2021-04-28 | 1 | -20/+16 | |
| | | | ||||||
| * | | do not attempt to translate twice | Mario | 2021-04-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | register: more testing and fixes | Mario | 2021-04-28 | 5 | -94/+109 | |
| | | | ||||||
| * | | register: new install testing fixes | Mario | 2021-04-27 | 2 | -34/+49 | |
| | | | ||||||
| * | | register: remove single quotes in advanced examples - they might be misleading | Mario | 2021-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | more strings changes | Mario | 2021-04-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | register: remove debug messages from UI and streamline some strings | Mario | 2021-04-26 | 1 | -82/+63 | |
| | | | ||||||
| * | | register: only log to separate file if configured that way. default to ↵ | Mario | 2021-04-26 | 1 | -2/+9 | |
| | | | | | | | | | | | | standard logging via logger() | |||||
| * | | check perms for comments since in AP they can be different from the top ↵ | Mario | 2021-04-26 | 1 | -1/+1 | |
| |/ | | | | | | | level post | |||||
| * | Support new parse_str() syntax | Max Kostikov | 2021-04-24 | 1 | -123/+123 | |
| | | ||||||
| * | fix variable mixup | Mario | 2021-04-22 | 1 | -6/+6 | |
| | | ||||||
| * | Merge branch 'dev' into 'dev' | Mario | 2021-04-22 | 3 | -52/+97 | |
| |\ | | | | | | | | | | | | | Fix clones sync when wiki or single wiki page deletion See merge request hubzilla/core!1945 | |||||
| | * | Fix clones sync when wiki or single wiki page deletion | Max Kostikov | 2021-04-22 | 3 | -52/+97 | |
| | | | ||||||
| * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-04-22 | 1 | -8/+8 | |
| |\| | ||||||
| | * | invite: fix javascript issue | Mario Vavti | 2021-04-22 | 1 | -8/+8 | |
| | | | ||||||
| * | | make sure we transform events to UTC on import before storing. Transform ↵ | Mario | 2021-04-22 | 2 | -7/+7 | |
| |/ | | | | | | | from event timezone if available otherwise channel default | |||||
| * | bump version | Mario | 2021-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 2 | -12/+22 | |
| | | | | | | | | adjust import_author_xchan() accordingly | |||||
| * | changelog | Mario | 2021-04-20 | 1 | -0/+10 | |
| | | ||||||
| * | 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) | |||||
| * | | when importing a channel, make sure we import the xchan before the hubloc - ↵ | Mario | 2021-04-20 | 1 | -9/+10 | |
| | | | | | | | | | | | | otherwise we can not verify the hubloc hash | |||||
| * | | register: minor strings changes and whitespace | Mario | 2021-04-19 | 2 | -45/+46 | |
| | | | ||||||
| * | | registration: reveal possibility to show all registrations in the UI | Mario | 2021-04-19 | 3 | -13/+20 | |
| | | | ||||||
| * | | 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 | 13 | -116/+411 | |
| |\ \ | ||||||
| | * | | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-04-18 | 3 | -6/+9 | |
| | |\| | | | | | | | | | | | | | | | | | PHP 8 fixes See merge request hubzilla/core!1942 | |||||
| | | * | PHP 8 fixes | Max Kostikov | 2021-04-18 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | PHP 8 fixes | Max Kostikov | 2021-04-18 | 1 | -2/+5 | |
| | | | | ||||||
| | | * | PHP 8 fixes | Max Kostikov | 2021-04-17 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | Merge branch 'dev' of https://framagit.org/kostikov/core into dev | Max Kostikov | 2021-04-17 | 34 | -548/+956 | |
| | | |\ | | | |/ | | |/| | ||||||
| | * | | Merge branch 'translation-pl' into 'dev' | Max Kostikov | 2021-04-16 | 10 | -110/+402 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Next fixes and typos, and new docs translations See merge request hubzilla/core!1941 | |||||
| | | * | | Next fixes and typos, and new docs translatons | Andrzej Budziński | 2021-04-16 | 10 | -110/+402 | |
| | | | | | ||||||
| | | | * | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-04-08 | 12 | -97/+158 | |
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Dev sync See merge request kostikov/core!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 | 4 | -17/+33 | |
| |/ / / | ||||||
| * | | | fix regression in mod notifications | Mario | 2021-04-16 | 1 | -10/+13 | |
| | | | | ||||||
| * | | | floc off google | Mario | 2021-04-16 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | prepare Activity::follow() for pubcrawl | Mario | 2021-04-16 | 1 | -13/+15 | |
| | | | | ||||||
| * | | | register: add help text to the message field | Mario | 2021-04-15 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | register: minor fixes and template cleanup | Mario | 2021-04-15 | 7 | -32/+24 | |
| | | | | ||||||
| * | | | register: provide a possibility to leave a message id registration is by ↵ | Mario | 2021-04-14 | 6 | -37/+44 | |
| | | | | | | | | | | | | | | | | approval | |||||
| * | | | use protect_sprintf() on query strings | Mario | 2021-04-14 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | most AP projects do not handle an array for person object URL - provide a ↵ | Mario | 2021-04-14 | 1 | -12/+1 | |
| | | | | | | | | | | | | | | | | string | |||||
| * | | | register: change some strings and add new template | Mario | 2021-04-13 | 3 | -15/+40 | |
| | | | | ||||||
| * | | | Merge branch 'dev' into 'dev' | Mario | 2021-04-12 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Wfinger - check https from http_x_forwarded_proto See merge request hubzilla/core!1940 | |||||
| | * | | | Wfinger - check https from http_x_forwarded_proto | Miłosz Kłosowicz | 2021-04-12 | 1 | -0/+2 | |
| | | | | |