Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix issue where a deleted channel will return 404 before returning zotinfo | Mario | 2021-06-02 | 2 | -26/+39 | |
| | | | | | | | | | (cherry picked from commit 33463152e844f98b933401c394cc0e111893a077) | |||||
| * | | Merge branch 'dev' into 'dev' | Mario | 2021-06-02 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | | | | | Make pubstream ordering configurable See merge request hubzilla/core!1964 | |||||
| | * | | Make pubstream ordering configurable | Max Kostikov | 2021-06-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix article summary duplicated when editing - issue #1577 | Mario | 2021-06-02 | 1 | -2/+1 | |
| |/ / | | | | | | | (cherry picked from commit 50c14d353b30d0dcd7c761884d797dc0fe90f777) | |||||
| * | | fix admin button state not displayed correctly | Mario | 2021-05-31 | 1 | -2/+2 | |
| | | | | | | | | | (cherry picked from commit baabb3a8730708634385abdb366a45c6e234e154) | |||||
| * | | notifications: if we have to return early, make sure to set offset to -1 to ↵ | Mario | 2021-05-28 | 1 | -7/+23 | |
| | | | | | | | | | | | | | | | prevent looping (cherry picked from commit f72b8ce30fbbcd672f09eaf9de41e8881ec622ad) | |||||
* | | | Merge branch 'six' of https://framagit.org/hubzilla/core into six | Mario Vavti | 2021-06-03 | 3 | -28/+40 | |
|\ \ \ | ||||||
| * | | | fix issue where a deleted channel will return 404 before returning zotinfo | Mario | 2021-06-02 | 2 | -26/+39 | |
| | | | | ||||||
| * | | | fix article summary duplicated when editing - issue #1577 | Mario | 2021-06-02 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | directory improvements | Mario Vavti | 2021-06-03 | 1 | -53/+32 | |
|/ / / | ||||||
* | | | fix admin button state not displayed correctly | Mario | 2021-05-31 | 1 | -2/+2 | |
| | | | ||||||
* | | | remove mod ping | Mario | 2021-05-28 | 1 | -707/+0 | |
| | | | ||||||
* | | | notifications: if we have to return early, make sure to set offset to -1 to ↵ | Mario | 2021-05-28 | 1 | -7/+23 | |
| | | | | | | | | | | | | prevent looping | |||||
* | | | move mark notifications read code to mod notifications | Mario | 2021-05-28 | 1 | -1/+49 | |
| | | | ||||||
* | | | remove unobscure() | Mario | 2021-05-28 | 2 | -101/+98 | |
| | | | ||||||
* | | | remove deprecated mail code | Mario | 2021-05-28 | 3 | -48/+0 | |
| | | | ||||||
* | | | remove mod post | Mario | 2021-05-27 | 1 | -36/+0 | |
| | | | ||||||
* | | | fix typo | Mario | 2021-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix typo | Mario | 2021-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | remove mod message | Mario | 2021-05-27 | 1 | -108/+0 | |
| | | | ||||||
* | | | mising use statement | Mario | 2021-05-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | remove zot includes | Mario | 2021-05-27 | 9 | -84/+72 | |
| | | | ||||||
* | | | Ãremove queue_fn includes | Mario | 2021-05-27 | 1 | -1/+0 | |
| | | | ||||||
* | | | remove dir_fns includes | Mario | 2021-05-27 | 4 | -104/+97 | |
| | | | ||||||
* | | | deprecate remove_queue_by_posturl() | Mario | 2021-05-27 | 1 | -13/+13 | |
| | | | ||||||
* | | | deprecate get_rpost_path() | Mario | 2021-05-27 | 1 | -1/+3 | |
| | | | ||||||
* | | | remove mod events | Mario | 2021-05-27 | 1 | -750/+0 | |
| | | | ||||||
* | | | deprecate import_xchan() | Mario | 2021-05-27 | 1 | -60/+0 | |
| | | | ||||||
* | | | remove zping | Mario | 2021-05-27 | 1 | -33/+0 | |
| | | | ||||||
* | | | remove zfinger | Mario | 2021-05-27 | 2 | -65/+14 | |
| | | | ||||||
* | | | remove deprecated rating code | Mario | 2021-05-27 | 5 | -471/+0 | |
| | | | ||||||
* | | | remove more legacy zot quirks | Mario | 2021-05-26 | 3 | -36/+32 | |
| | | | ||||||
* | | | remove most legacy zot quirks | Mario | 2021-05-26 | 3 | -83/+4 | |
| | | | ||||||
* | | | handle_tag(): only use xchans with xhchan_deleted = 0 | Mario | 2021-05-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | disable mod post for now | Mario | 2021-05-25 | 1 | -0/+2 | |
|/ / | ||||||
* | | AccessList::is_private() does not return info about the private state (1 or ↵ | Mario Vavti | 2021-05-23 | 1 | -4/+4 | |
| | | | | | | | | 2). Use the info from the parent item until this will be sorted out | |||||
* | | add zid and delegate parameters to the bdest string so that we will be ↵ | Mario | 2021-05-15 | 1 | -34/+34 | |
| | | | | | | | | authenticated when being redirected offsite | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2021-05-14 | 3 | -6/+8 | |
|\ \ | |/ |/| | | | | | Random PHP 8 fixes See merge request hubzilla/core!1951 | |||||
| * | Random PHP 8 fixes | Max Kostikov | 2021-05-14 | 3 | -6/+8 | |
| | | ||||||
* | | register: implement remove_expired_registrations() and minor fixes | Mario | 2021-05-07 | 2 | -3/+4 | |
| | | ||||||
* | | register: fix minor string issue | Mario | 2021-05-07 | 1 | -0/+1 | |
| | | ||||||
* | | register: fix language issue and add additional info to the infobox if email ↵ | Mario | 2021-05-07 | 2 | -4/+8 | |
| | | | | | | | | verification is configured | |||||
* | | register: redirect unverified registration emails to the verification form | Mario | 2021-05-06 | 1 | -2/+5 | |
| | | ||||||
* | | register: we have already checked for existing email in check_account_email() | Mario | 2021-05-06 | 1 | -33/+6 | |
| | | ||||||
* | | possible minor performance improvement | Mario | 2021-05-05 | 4 | -154/+154 | |
|/ | ||||||
* | Fix missprint | Max Kostikov | 2021-04-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |