Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missprint | Max Kostikov | 2021-04-29 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2021-04-29 | 13 | -1357/+1755 |
|\ | | | | | | | | | Dev Sync See merge request kostikov/core!1 | ||||
| * | bump version | Mario | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | composer dump autoload | Mario | 2021-04-29 | 3 | -2/+10 |
| | | |||||
| * | version and strings | Mario | 2021-04-29 | 2 | -1126/+1506 |
| | | |||||
| * | fix typos in Activity::follow() | Mario | 2021-04-29 | 1 | -5/+3 |
| | | |||||
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario | 2021-04-29 | 1 | -3/+1 |
| |\ | |||||
| | * | fix manual fetching of non-ascii domains | Mario | 2021-04-28 | 1 | -3/+1 |
| | | | |||||
| * | | really fix manual fetching of non-ascii domains | Mario | 2021-04-29 | 1 | -1/+1 |
| |/ | |||||
| * | 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 |
| | | |