aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
Commit message (Collapse)AuthorAgeFilesLines
* Add ITEM_TYPE_CUSTOM support to Zotlabs/Module/Display.phpDM42.Net (Matt Dent)2019-03-241-0/+5
|
* some more xss preventionMario Vavti2019-03-181-1/+1
|
* if local_channel() and updating the page do not query for another item if ↵Mario Vavti2019-02-181-3/+2
| | | | the first query returned no results. we will most probably find an item from another channel (e.g. after liking a comment) and end up with multiple items with the same mid from different channels after the page update
* reset page title if article has no title.zotlabs2018-12-051-2/+1
|
* hubzilla core issue #1278 - page update always reloads if noscript content ↵zotlabs2018-10-071-3/+2
| | | | is enabled
* Status editor hookM. Dent2018-09-291-1/+1
|
* provide a noscript_content switch for mod channel and displayMario Vavti2018-09-071-4/+10
|
* remove checkjs reloader from mod_display alsozotlabs2018-08-201-48/+42
|
* apply changes to slider defaults across all modules that use buildQuery for ↵zotlabs2018-06-151-2/+2
| | | | updates
* missing permission descriptionMario Vavti2018-05-211-2/+1
|
* bring jot reset to some more placesMario Vavti2018-05-211-1/+2
|
* fix permalinks to children of articles and cardszotlabs2018-04-051-3/+3
|
* undo vcard on display module until we can make it accuratezotlabs2018-03-311-1/+2
|
* put vcard widget with author of top-level post on display pagezotlabs2018-03-271-1/+9
|
* make list mode work in cards and articleszotlabs2018-03-221-0/+34
|
* important bugfix: if logged in locally and mod_display returns nothing owned ↵zotlabs2018-02-281-2/+3
| | | | by your uid, retry with known public uids rather than issue 'permission denied'. Affects the ability to view search results for otherwise public posts 'in context'.
* some feed cleanupzotlabs2018-02-011-8/+9
|
* fix mod display and others that require a non-zero profile_uid for updateszotlabs2017-12-041-4/+3
|
* set $module_format to html to not break updates. it will be set to something ↵Mario Vavti2017-11-031-0/+2
| | | | else later if appropriate
* support for netselect queryzotlabs2017-11-011-0/+1
|
* mod_display: provide alternate serialisations (starting with atom)zotlabs2017-10-221-54/+113
|
* redirect to be moderated items to /moderate and change the conv link to ↵Mario Vavti2017-10-191-1/+6
| | | | partent mid in /modrate
* use $target_item[mid] to make item highlighting work with shortened midsMario Vavti2017-09-071-1/+1
|
* use thread parent hash only for like and dislike activity. in all other ↵Mario Vavti2017-09-071-1/+1
| | | | cases use item hash. this will catch more situations.
* typoMario Vavti2017-09-071-1/+1
|
* fix an issue where some encoded mids were not found in /display allthough ↵Mario Vavti2017-09-071-3/+10
| | | | they existed
* 32 characters are often not enough to distinguish gnu-social mids - use the ↵Mario Vavti2017-09-051-2/+3
| | | | entire mid. in /display if we are not dealing with posts (eg likes) provide the thr_parent mid as bParam_mid so we can still adress the right post in javascript
* whitespaceMario Vavti2017-09-041-25/+13
|
* fix the error reporting query in /display. we need item_deleted instead of ↵Mario Vavti2017-09-041-2/+1
| | | | item_flags and remove id = $item_hash from the query since we always provide the mid and never the id iirc
* introduce item_normal_update(). the differnce to item_normal() is that we do ↵Mario Vavti2017-09-031-2/+3
| | | | 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
* some issues with mod_display on very first anonymous page visit (prior to ↵zotlabs2017-08-301-8/+5
| | | | any browser cookies being set)
* oembed provider cleanup, add oembed to cardszotlabs2017-08-231-3/+6
|
* remove debuggingzotlabs2017-08-211-4/+4
|
* more work on oembed from /displayzotlabs2017-08-211-3/+5
|
* some issues with message-ids and urlencoding (again)zotlabs2017-08-201-2/+1
|
* more work on mod_displayzotlabs2017-08-191-1/+2
|
* better error reporting on mod_displayzotlabs2017-08-191-7/+5
|
* default to static updates if not local channelgit-marijus2017-07-271-1/+1
|
* remove deprecated app parameter from conversation()zotlabs2017-06-201-2/+2
|
* 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.
* display page not updating after commentzotlabs2017-02-211-23/+22
|
* add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-191-6/+10
| | | | component of /display/ links for message-ids that contain troublesome characters
* 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/+6
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+2
| | | | 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.
* more backticksredmatrix2016-10-031-7/+7
|
* move jotnets to jot and some cleanup (mostly whitespace)Mario Vavti2016-08-211-1/+2
|
* multi acl: port /displayMario Vavti2016-08-051-0/+1
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-2/+3
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-5/+1
| | | | observer_prohibited()