Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix permalinks to children of articles and cards | zotlabs | 2018-04-05 | 1 | -3/+3 |
| | |||||
* | undo vcard on display module until we can make it accurate | zotlabs | 2018-03-31 | 1 | -1/+2 |
| | |||||
* | put vcard widget with author of top-level post on display page | zotlabs | 2018-03-27 | 1 | -1/+9 |
| | |||||
* | make list mode work in cards and articles | zotlabs | 2018-03-22 | 1 | -0/+34 |
| | |||||
* | important bugfix: if logged in locally and mod_display returns nothing owned ↵ | zotlabs | 2018-02-28 | 1 | -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 cleanup | zotlabs | 2018-02-01 | 1 | -8/+9 |
| | |||||
* | fix mod display and others that require a non-zero profile_uid for updates | zotlabs | 2017-12-04 | 1 | -4/+3 |
| | |||||
* | set $module_format to html to not break updates. it will be set to something ↵ | Mario Vavti | 2017-11-03 | 1 | -0/+2 |
| | | | | else later if appropriate | ||||
* | support for netselect query | zotlabs | 2017-11-01 | 1 | -0/+1 |
| | |||||
* | mod_display: provide alternate serialisations (starting with atom) | zotlabs | 2017-10-22 | 1 | -54/+113 |
| | |||||
* | redirect to be moderated items to /moderate and change the conv link to ↵ | Mario Vavti | 2017-10-19 | 1 | -1/+6 |
| | | | | partent mid in /modrate | ||||
* | use $target_item[mid] to make item highlighting work with shortened mids | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | use thread parent hash only for like and dislike activity. in all other ↵ | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | | | | cases use item hash. this will catch more situations. | ||||
* | typo | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | fix an issue where some encoded mids were not found in /display allthough ↵ | Mario Vavti | 2017-09-07 | 1 | -3/+10 |
| | | | | they existed | ||||
* | 32 characters are often not enough to distinguish gnu-social mids - use the ↵ | Mario Vavti | 2017-09-05 | 1 | -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 | ||||
* | whitespace | Mario Vavti | 2017-09-04 | 1 | -25/+13 |
| | |||||
* | fix the error reporting query in /display. we need item_deleted instead of ↵ | Mario Vavti | 2017-09-04 | 1 | -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 Vavti | 2017-09-03 | 1 | -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 ↵ | zotlabs | 2017-08-30 | 1 | -8/+5 |
| | | | | any browser cookies being set) | ||||
* | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 1 | -3/+6 |
| | |||||
* | remove debugging | zotlabs | 2017-08-21 | 1 | -4/+4 |
| | |||||
* | more work on oembed from /display | zotlabs | 2017-08-21 | 1 | -3/+5 |
| | |||||
* | some issues with message-ids and urlencoding (again) | zotlabs | 2017-08-20 | 1 | -2/+1 |
| | |||||
* | more work on mod_display | zotlabs | 2017-08-19 | 1 | -1/+2 |
| | |||||
* | better error reporting on mod_display | zotlabs | 2017-08-19 | 1 | -7/+5 |
| | |||||
* | default to static updates if not local channel | git-marijus | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -0/+1 |
| | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | display page not updating after comment | zotlabs | 2017-02-21 | 1 | -23/+22 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -6/+10 |
| | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 1 | -2/+6 |
| | |||||
* | feature: static page update as opposed to live update of conversations on ↵ | zotlabs | 2016-11-01 | 1 | -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 backticks | redmatrix | 2016-10-03 | 1 | -7/+7 |
| | |||||
* | move jotnets to jot and some cleanup (mostly whitespace) | Mario Vavti | 2016-08-21 | 1 | -1/+2 |
| | |||||
* | multi acl: port /display | Mario Vavti | 2016-08-05 | 1 | -0/+1 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -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 ↵ | redmatrix | 2016-05-22 | 1 | -5/+1 |
| | | | | observer_prohibited() | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -2/+2 |
| | | | | (connections.php) | ||||
* | revert the reversal of checkjs logic, but still restrict the behaviour scope ↵ | redmatrix | 2016-04-20 | 1 | -1/+1 |
| | | | | to just those urls that require it | ||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+346 |