aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
Commit message (Collapse)AuthorAgeFilesLines
* open_pubstream logic was messy and wrongzotlabs2018-02-231-1/+7
|
* some more DB tuning.Mario Vavti2018-02-151-5/+5
|
* provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-4/+3
| | | | could be legal issues with unmoderated content
* remove some never used indices which prevented our item queries to find the ↵Mario Vavti2018-02-041-2/+2
| | | | right query execution plan in mysql and adjust some queries to optimze the result
* provide local pubstream option (content from this site only).zotlabs2018-01-171-4/+11
|
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-8/+7
|
* This should sort out hubzilla issue #826 but requires a bit more testing. It ↵zotlabs2017-11-151-1/+4
| | | | may also sort out some reported issues with commenting and liking items in the public stream.
* hubzilla issue #896zotlabs2017-11-021-0/+42
|
* support for netselect queryzotlabs2017-11-011-5/+15
|
* pubstream single view fixesMario Vavti2017-10-071-3/+15
|
* provide single post view for pubstream and rewrite llink to point to ↵Mario Vavti2017-10-071-24/+44
| | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications
* nav_set_selected() and minor whitespace for mod pubstreamMario Vavti2017-09-211-1/+3
|
* introduce item_normal_update(). the differnce to item_normal() is that we do ↵Mario Vavti2017-09-031-1/+2
| | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-2/+2
| | | | 0 in DB
* provide public stream notification also for not authenticated viewersgit-marijus2017-07-291-1/+0
|
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-281-1/+4
| | | | site load) pubstream activity
* default to static updates if not local channelgit-marijus2017-07-271-1/+1
|
* remove deprecated app parameter from conversation()zotlabs2017-06-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.
* 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-2/+8
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+3
| | | | 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.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-1/+1
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* another public -> pubstreamMario Vavti2016-05-101-1/+1
|
* try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵redmatrix2016-05-101-2/+2
| | | | present
* module updatesredmatrix2016-04-181-0/+168