Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | make sure we transform events to UTC on import before storing. Transform ↵ | Mario | 2021-04-22 | 1 | -2/+2 | |
|/ | | | | from event timezone if available otherwise channel default | |||||
* | start sending author id, id_sig and key fields along with author/owner and ↵ | Mario | 2021-04-21 | 1 | -3/+3 | |
| | | | | adjust import_author_xchan() accordingly | |||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | registration: reveal possibility to show all registrations in the UI | Mario | 2021-04-19 | 1 | -2/+10 | |
| | ||||||
* | PHP 8 fixes | Max Kostikov | 2021-04-18 | 1 | -2/+5 | |
| | ||||||
* | PHP 8 fixes | Max Kostikov | 2021-04-17 | 1 | -3/+3 | |
| | ||||||
* | register: add option to show all register entries | Mario | 2021-04-16 | 1 | -4/+10 | |
| | ||||||
* | fix regression in mod notifications | Mario | 2021-04-16 | 1 | -10/+13 | |
| | ||||||
* | 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 | 3 | -10/+8 | |
| | ||||||
* | register: provide a possibility to leave a message id registration is by ↵ | Mario | 2021-04-14 | 3 | -8/+21 | |
| | | | | approval | |||||
* | 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 | 1 | -14/+14 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | register: change some strings and some whitespace fixes | Mario | 2021-04-11 | 1 | -13/+17 | |
|/ | ||||||
* | register: more work on ui/ux | Mario | 2021-04-10 | 2 | -42/+44 | |
| | ||||||
* | register: move some html out of the code and provide a basic template | Mario | 2021-04-10 | 2 | -27/+37 | |
| | ||||||
* | register: we use default role if auto create is configured | Mario | 2021-04-09 | 1 | -17/+0 | |
| | ||||||
* | register: if auto create is configured do some more tests against the ↵ | Mario | 2021-04-09 | 3 | -48/+58 | |
| | | | | provided name and nick so it will not fail later in create_identity(); | |||||
* | whitespace | Mario | 2021-04-09 | 1 | -3/+2 | |
| | ||||||
* | register: only return verified registrations in get_pending_accounts(), more ↵ | Mario | 2021-04-09 | 5 | -29/+25 | |
| | | | | invite handling fixes | |||||
* | minor revert | Mario | 2021-04-08 | 1 | -2/+8 | |
| | ||||||
* | rgister: fixes for registering with invitecode outside of open hours | Mario | 2021-04-08 | 2 | -27/+22 | |
| | ||||||
* | register: more ui/ux | Mario | 2021-04-08 | 2 | -26/+23 | |
| | ||||||
* | register: cleanup template | Mario | 2021-04-08 | 1 | -7/+0 | |
| | ||||||
* | register: default to auto-create channel and fix auto create channel if ↵ | Mario | 2021-04-08 | 4 | -18/+47 | |
| | | | | register approval is configured | |||||
* | cloud: instead of asking for a page reload when expiriencing a not ↵ | Mario | 2021-04-08 | 1 | -1/+2 | |
| | | | | implemnented exception just go there right away - issue #1556 | |||||
* | register: more ui/ux work | Mario | 2021-04-07 | 1 | -25/+25 | |
| | ||||||
* | registrations: minor cleanup | Mario | 2021-04-07 | 2 | -9/+5 | |
| | ||||||
* | air: more ui/ux and provide a possibility to lookup your registration id in ↵ | Mario | 2021-03-28 | 2 | -14/+36 | |
| | | | | mod regate (raw and unfinished) | |||||
* | air: fixes | Mario | 2021-03-28 | 3 | -34/+9 | |
| | ||||||
* | Merge branch 'air' of https://framagit.org/hubzilla/core into air | Mario | 2021-03-26 | 1 | -34/+34 | |
|\ | ||||||
| * | Merge branch 'air' of https://framagit.org/hubzilla/core into air | Mario | 2021-03-26 | 1 | -10/+10 | |
| |\ | ||||||
| * | | fix timezone issue in mod cal | Mario | 2021-03-26 | 1 | -34/+34 | |
| | | | ||||||
* | | | air: more work on UX during register | Mario | 2021-03-26 | 4 | -49/+67 | |
| |/ |/| | ||||||
* | | Merge branch 'air' of https://framagit.org/hubzilla/core into air | Mario | 2021-03-25 | 3 | -49/+46 | |
|\| | ||||||
| * | Merge branch 'dev' into air | Mario | 2021-03-24 | 1 | -2/+0 | |
| |\ | ||||||
| | * | cdav: fix regression - sync code was messing with caldav/carddav discovery | Mario | 2021-03-24 | 1 | -22/+23 | |
| | | | ||||||
| | * | php8: fix fatal errors | Mario | 2021-03-24 | 1 | -0/+3 | |
| | | | | | | | | | (cherry picked from commit 1a15c775f8b7b5f19ba7ba68730f31a20da402b5) | |||||
| | * | fix regression in mod display | Mario | 2021-03-23 | 1 | -29/+26 | |
| | | | | | | | | | (cherry picked from commit 43c5b723175fded3996d5bca02902a3da7eb40e8) |