aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-04-291-3/+1
| |\ \
| | * | fix manual fetching of non-ascii domainsMario2021-04-281-3/+1
| | | |
| * | | really fix manual fetching of non-ascii domainsMario2021-04-291-1/+1
| |/ /
| * | cleanupMario2021-04-281-20/+16
| | |
| * | do not attempt to translate twiceMario2021-04-281-1/+1
| | |
| * | register: more testing and fixesMario2021-04-285-94/+109
| | |
| * | register: new install testing fixesMario2021-04-272-34/+49
| | |
| * | register: remove single quotes in advanced examples - they might be misleadingMario2021-04-271-1/+1
| | |
| * | more strings changesMario2021-04-261-1/+1
| | |
| * | register: remove debug messages from UI and streamline some stringsMario2021-04-261-82/+63
| | |
| * | register: only log to separate file if configured that way. default to ↵Mario2021-04-261-2/+9
| | | | | | | | | | | | standard logging via logger()
| * | check perms for comments since in AP they can be different from the top ↵Mario2021-04-261-1/+1
| |/ | | | | | | level post
| * Support new parse_str() syntaxMax Kostikov2021-04-241-123/+123
| |
| * fix variable mixupMario2021-04-221-6/+6
| |
| * Merge branch 'dev' into 'dev'Mario2021-04-223-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 deletionMax Kostikov2021-04-223-52/+97
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-04-221-8/+8
| |\|
| | * invite: fix javascript issueMario Vavti2021-04-221-8/+8
| | |
| * | make sure we transform events to UTC on import before storing. Transform ↵Mario2021-04-222-7/+7
| |/ | | | | | | from event timezone if available otherwise channel default
| * bump versionMario2021-04-211-1/+1
| |
| * next batch of fixesMario2021-04-212-18/+43
| |
| * start sending author id, id_sig and key fields along with author/owner and ↵Mario2021-04-212-12/+22
| | | | | | | | adjust import_author_xchan() accordingly
| * changelogMario2021-04-201-0/+10
| |
| * Merge branch 'dev' into 'dev'Mario2021-04-202-13/+14
| |\ | | | | | | | | | | | | more PHP 8 fixes See merge request hubzilla/core!1943
| | * more PHP 8 fixesMax Kostikov2021-04-182-13/+14
| | |
| * | potential export issue when using PHP8Mario2021-04-201-2/+2
| | |
| * | if we use dbescbin on save we should use dbunescbin when retrieving (at ↵Mario2021-04-201-1/+1
| | | | | | | | | | | | least that is true for postgres)
| * | when importing a channel, make sure we import the xchan before the hubloc - ↵Mario2021-04-201-9/+10
| | | | | | | | | | | | otherwise we can not verify the hubloc hash
| * | register: minor strings changes and whitespaceMario2021-04-192-45/+46
| | |
| * | registration: reveal possibility to show all registrations in the UIMario2021-04-193-13/+20
| | |
| * | revert last part of previous commit -> see comment above the changeMario2021-04-191-1/+1
| | |
| * | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-04-1913-116/+411
| |\ \
| | * | Merge branch 'dev' into 'dev'Max Kostikov2021-04-183-6/+9
| | |\| | | | | | | | | | | | | | | | | PHP 8 fixes See merge request hubzilla/core!1942
| | | * PHP 8 fixesMax Kostikov2021-04-181-1/+1
| | | |
| | | * PHP 8 fixesMax Kostikov2021-04-181-2/+5
| | | |
| | | * PHP 8 fixesMax Kostikov2021-04-171-3/+3
| | | |
| | | * Merge branch 'dev' of https://framagit.org/kostikov/core into devMax Kostikov2021-04-1734-548/+956
| | | |\ | | | |/ | | |/|
| | * | Merge branch 'translation-pl' into 'dev'Max Kostikov2021-04-1610-110/+402
| | |\ \ | | | | | | | | | | | | | | | | | | | | Next fixes and typos, and new docs translations See merge request hubzilla/core!1941
| | | * | Next fixes and typos, and new docs translatonsAndrzej Budziński2021-04-1610-110/+402
| | | | |
| | | | * Merge branch 'dev' into 'dev'Max Kostikov2021-04-0812-97/+158
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Dev sync See merge request kostikov/core!1
| * | | | | import_items(): make sure we compare the correct revision and only call ↵Mario2021-04-191-6/+7
| |/ / / / | | | | | | | | | | | | | | | item_store_update() if edited timestamp of the received item > stored item timestamp
| * / / / register: add option to show all register entriesMario2021-04-164-17/+33
| |/ / /
| * | | fix regression in mod notificationsMario2021-04-161-10/+13
| | | |
| * | | floc off googleMario2021-04-161-0/+8
| | | |
| * | | prepare Activity::follow() for pubcrawlMario2021-04-161-13/+15
| | | |
| * | | register: add help text to the message fieldMario2021-04-151-2/+2
| | | |
| * | | register: minor fixes and template cleanupMario2021-04-157-32/+24
| | | |
| * | | register: provide a possibility to leave a message id registration is by ↵Mario2021-04-146-37/+44
| | | | | | | | | | | | | | | | approval
| * | | use protect_sprintf() on query stringsMario2021-04-141-4/+4
| | | |
| * | | most AP projects do not handle an array for person object URL - provide a ↵Mario2021-04-141-12/+1
| | | | | | | | | | | | | | | | string