aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* more work on notificationsMario2021-06-251-108/+109
|
* some work on streamlining mod photosMario2021-06-231-5/+5
|
* streamline jot popup for mod hqMario2021-06-211-5/+1
|
* Merge branch 'dev' into 'dev'Mario2021-06-211-12/+11
|\ | | | | | | | | Clean up Search.php & Enotify.php code See merge request hubzilla/core!1972
| * Clean up Search.php & Enotify.php codeXanthor2021-06-211-12/+11
| |
* | calendar: emit a warning if the calendar for the created event is disabledMario2021-06-211-0/+1
|/
* fix issues with browser back button and minor cleanupMario2021-06-171-3/+2
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-176-49/+59
| | | | messages and starred messages if the feature is enabled
* remove redundant argMario Vavti2021-06-091-68/+68
|
* more work on directory syncMario2021-06-051-19/+1
|
* Merge branch 'dev' into sixMario2021-06-051-0/+46
|\
| * Merge branch 'dev' into 'dev'Mario2021-06-051-0/+46
| |\ | | | | | | | | | | | | Changed behavior in the user interaction of the languages selection. Now works... See merge request hubzilla/core!1952
| | * Changed behavior in the user interaction of the languages selection. Now ↵Hilmar Runge2021-06-051-0/+46
| | | | | | | | | | | | works...
* | | Merge branch 'dev' into sixMario2021-06-051-1/+1
|\| |
| * | fix issue where a deleted channel will return 404 before returning zotinfoMario2021-06-022-26/+39
| | | | | | | | | (cherry picked from commit 33463152e844f98b933401c394cc0e111893a077)
| * | Merge branch 'dev' into 'dev'Mario2021-06-021-1/+1
| |\ \ | | | | | | | | | | | | | | | | Make pubstream ordering configurable See merge request hubzilla/core!1964
| | * | Make pubstream ordering configurableMax Kostikov2021-06-021-1/+1
| | | |
| * | | fix article summary duplicated when editing - issue #1577Mario2021-06-021-2/+1
| |/ / | | | | | | (cherry picked from commit 50c14d353b30d0dcd7c761884d797dc0fe90f777)
| * | fix admin button state not displayed correctlyMario2021-05-311-2/+2
| | | | | | | | | (cherry picked from commit baabb3a8730708634385abdb366a45c6e234e154)
| * | notifications: if we have to return early, make sure to set offset to -1 to ↵Mario2021-05-281-7/+23
| | | | | | | | | | | | | | | prevent looping (cherry picked from commit f72b8ce30fbbcd672f09eaf9de41e8881ec622ad)
* | | Merge branch 'six' of https://framagit.org/hubzilla/core into sixMario Vavti2021-06-033-28/+40
|\ \ \
| * | | fix issue where a deleted channel will return 404 before returning zotinfoMario2021-06-022-26/+39
| | | |
| * | | fix article summary duplicated when editing - issue #1577Mario2021-06-021-2/+1
| | | |
* | | | directory improvementsMario Vavti2021-06-031-53/+32
|/ / /
* | | fix admin button state not displayed correctlyMario2021-05-311-2/+2
| | |
* | | remove mod pingMario2021-05-281-707/+0
| | |
* | | notifications: if we have to return early, make sure to set offset to -1 to ↵Mario2021-05-281-7/+23
| | | | | | | | | | | | prevent looping
* | | move mark notifications read code to mod notificationsMario2021-05-281-1/+49
| | |
* | | remove unobscure()Mario2021-05-282-101/+98
| | |
* | | remove deprecated mail codeMario2021-05-283-48/+0
| | |
* | | remove mod postMario2021-05-271-36/+0
| | |
* | | fix typoMario2021-05-271-1/+1
| | |
* | | fix typoMario2021-05-271-1/+1
| | |
* | | remove mod messageMario2021-05-271-108/+0
| | |
* | | mising use statementMario2021-05-271-3/+3
| | |
* | | remove zot includesMario2021-05-279-84/+72
| | |
* | | Ãremove queue_fn includesMario2021-05-271-1/+0
| | |
* | | remove dir_fns includesMario2021-05-274-104/+97
| | |
* | | deprecate remove_queue_by_posturl()Mario2021-05-271-13/+13
| | |
* | | deprecate get_rpost_path()Mario2021-05-271-1/+3
| | |
* | | remove mod eventsMario2021-05-271-750/+0
| | |
* | | deprecate import_xchan()Mario2021-05-271-60/+0
| | |
* | | remove zpingMario2021-05-271-33/+0
| | |
* | | remove zfingerMario2021-05-272-65/+14
| | |
* | | remove deprecated rating codeMario2021-05-275-471/+0
| | |
* | | remove more legacy zot quirksMario2021-05-263-36/+32
| | |
* | | remove most legacy zot quirksMario2021-05-263-83/+4
| | |
* | | handle_tag(): only use xchans with xhchan_deleted = 0Mario2021-05-261-0/+2
| | |
* | | disable mod post for nowMario2021-05-251-0/+2
|/ /
* | AccessList::is_private() does not return info about the private state (1 or ↵Mario Vavti2021-05-231-4/+4
| | | | | | | | 2). Use the info from the parent item until this will be sorted out