aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'dev' into 'dev'Mario2021-06-212-74/+62
| |\ | | | | | | | | | | | | Clean up Search.php & Enotify.php code See merge request hubzilla/core!1972
| | * Clean up Search.php & Enotify.php codeXanthor2021-06-212-74/+62
| | |
| * | calendar: emit a warning if the calendar for the created event is disabledMario2021-06-211-0/+1
| |/
| * one more place to drop mediaMario2021-06-181-1/+1
| |
| * bbcode: add option to drop media contentMario2021-06-181-1/+1
| |
| * css fixesMario2021-06-181-3/+4
| |
| * allow to add a wrapper class to the hq_controls widgetMario2021-06-171-2/+3
| |
* | libzotdir: make sure we have the relevant data before string into updatesMario Vavti2021-06-231-6/+11
|/
* fix issues with browser back button and minor cleanupMario2021-06-171-3/+2
|
* just use ... as preview if we could not wind anything usefulMario2021-06-171-1/+1
|
* consolidate notifications stringsMario2021-06-171-18/+18
|
* only show notes if the app is enabledMario2021-06-172-10/+17
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-1714-80/+285
| | | | messages and starred messages if the feature is enabled
* remove redundant argMario Vavti2021-06-091-68/+68
|
* more work on directory syncMario2021-06-053-21/+3
|
* 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-023-28/+41
| | | | | | | | | (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 regression where authors from non zot6, activitypub networks got ↵Mario Vavti2021-06-021-2/+3
| |/ / | | | | | | | | | | | | dismissed (e.g. relayed diaspora comments) (cherry picked from commit b3df15a3c6e017ce3858ee484c6d2d70a5f18a17)
| * | 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)
* | | use uuid for hashMario2021-06-041-1/+1
| | |
* | | Revert "fix login name label for the case when system.verify_email is disabled"Mario2021-06-041-1/+1
| | | | | | | | | | | | This reverts commit d882bad706542eb1e64c24567b8bf112f6cebb89.
* | | fix login name label for the case when system.verify_email is disabledMario2021-06-041-1/+1
| | |
* | | 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-023-28/+41
| | | |
| * | | fix article summary duplicated when editing - issue #1577Mario2021-06-021-2/+1
| | | |
* | | | directory improvementsMario Vavti2021-06-033-58/+44
|/ / /
* | | Merge branch 'six' of https://framagit.org/hubzilla/core into sixMario Vavti2021-06-022-6/+2
|\ \ \
| * | | fix admin button state not displayed correctlyMario2021-05-311-2/+2
| | | |
| * | | do not overwrite the original rawmsg iconfig that came with the itemMario2021-05-311-4/+0
| | | |
* | | | fix regression where authors from non zot6, activitypub networks got ↵Mario Vavti2021-06-021-2/+3
|/ / / | | | | | | | | | dismissed (e.g. relayed diaspora comments)
* | | notifier fixesMario2021-05-291-4/+4
| | |
* | | fix notifier for non-zot hublocsMario2021-05-281-1/+1
| | |
* | | remove masto hack - it does not make sense in threaded viewMario2021-05-281-24/+7
| | |
* | | 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-283-103/+98
| | |
* | | remove deprecated mail codeMario2021-05-286-153/+1
| | |
* | | missing includeMario2021-05-281-0/+1
| | |
* | | add check for typeMario2021-05-281-1/+1
| | |
* | | remove zotMario2021-05-275-885/+0
| | |
* | | remove mod postMario2021-05-271-36/+0
| | |
* | | update mail widgets to not require include message and minor fixesMario2021-05-272-45/+134
| | |