aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Channel.php
Commit message (Collapse)AuthorAgeFilesLines
* plugin hook for update_unseenzotlabs2017-08-011-3/+7
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-07-211-1/+1
|\
| * provide a mechanism to mark apps active in the bingit-marijus2017-07-211-1/+1
| |
* | allow wildcard tag and category searcheszotlabs2017-07-201-2/+2
|/
* ability to use a portion of the message-id to display a message wasn't ↵zotlabs2017-07-181-2/+2
| | | | honoured in all cases.
* remove deprecated app parameter from conversation()zotlabs2017-06-201-2/+2
|
* hubzilla issue #810zotlabs2017-06-061-2/+2
|
* move profile tabs to app-trayMario Vavti2017-03-201-1/+1
|
* activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-0/+1
| | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* use head_add_link() for feed discoveryzotlabs2017-02-211-5/+13
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-1/+1
|
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-021-1/+7
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+1
| | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-27/+26
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* more backticksredmatrix2016-10-031-5/+5
|
* fix with update with /channel?f=&mid=hash issue #461Mario Vavti2016-09-281-1/+2
|
* more get rid of illegal offset in include/conversationredmatrix2016-09-081-3/+4
|
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-1/+2
|
* multiple acl workMario Vavti2016-08-031-1/+2
|
* move permissiondescription class to zotlabs/libredmatrix2016-07-111-2/+1
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-274/+276
| | | | observer_prohibited()
* Update some modules to use new ACL dialog featureTreer2016-05-081-1/+2
|
* Unify permissions dialog for network posts, channel posts, and remote postsTreer2016-05-061-9/+1
| | | | | | * changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button. * hyperlinks the "cannot be changed" part of the warning to the help file * adds some more content to the help file
* add help to some permissions dialogsTreer2016-05-051-1/+1
|
* Refine permissions dialog UITreer2016-05-041-1/+9
|
* revert the reversal of checkjs logic, but still restrict the behaviour scope ↵redmatrix2016-04-201-1/+1
| | | | to just those urls that require it
* Convert Channel to new moduleredmatrix2016-04-151-0/+364