Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -6/+7 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 1 | -7/+12 |
| | |||||
* | more deprecate $a | Mario | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | an attempt to cache seen item mids for the purpose that we can hide seen ↵ | Mario | 2023-09-10 | 1 | -3/+0 |
| | | | | pubstream items from the notifications - might revert if it turns out that it does not scale | ||||
* | fix php warning | Mario | 2023-08-27 | 1 | -1/+1 |
| | |||||
* | pubstream: when going to conv from unthreaded mode stay in the module | Mario | 2023-01-05 | 1 | -4/+3 |
| | |||||
* | fix issues with pubstream tagcloud | Mario | 2023-01-02 | 1 | -5/+16 |
| | |||||
* | change the logic of building the site only public stream. we will now fetch ↵ | Mario Vavti | 2023-01-01 | 1 | -13/+16 |
| | | | | sys channel items but restrict them to authors of this site only. this fixes a comment permission issue. | ||||
* | fix issue where site_firehose setting was always false | Mario | 2022-11-29 | 1 | -6/+5 |
| | |||||
* | fix php warnings | Mario | 2022-10-26 | 1 | -3/+4 |
| | |||||
* | fix php warnings | Mario Vavti | 2022-10-13 | 1 | -11/+9 |
| | |||||
* | resolve some vsprintf issues | Mario | 2021-09-07 | 1 | -6/+5 |
| | |||||
* | more unpack_link_id() | Mario | 2021-09-04 | 1 | -12/+8 |
| | |||||
* | more app descriptions | Mario | 2021-08-26 | 1 | -34/+32 |
| | |||||
* | Make pubstream ordering configurable | Max Kostikov | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | make simple update more simple again | Mario | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | fix regression in relation to pustream notifications | Mario | 2020-11-18 | 1 | -0/+3 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -30/+12 |
| | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488 | ||||
* | adapt notifications and mark item seen handling to play well with client ↵ | Mario | 2020-10-22 | 1 | -1/+0 |
| | | | | side page caching | ||||
* | reduce result sets and work around a regression in justifiedGallery | Mario | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | pubstream: use search mode for tag filter view and add a title | Mario | 2019-12-28 | 1 | -2/+7 |
| | |||||
* | some more xss prevention | Mario Vavti | 2019-03-18 | 1 | -3/+3 |
| | |||||
* | pubstream app | Mario Vavti | 2018-10-06 | 1 | -0/+14 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | apply changes to slider defaults across all modules that use buildQuery for ↵ | zotlabs | 2018-06-15 | 1 | -2/+2 |
| | | | | updates | ||||
* | missing permission description | Mario Vavti | 2018-05-21 | 1 | -2/+1 |
| | |||||
* | bring jot reset to some more places | Mario Vavti | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | add alt_pager to mod_moderate, remove legacy $a parameter from all ↵ | zotlabs | 2018-04-17 | 1 | -1/+1 |
| | | | | occurrences of alt_pager | ||||
* | public stream tag enhancements | zotlabs | 2018-04-17 | 1 | -1/+7 |
| | |||||
* | remove some more distinct in queries and observe any regressions. this is ↵ | Mario Vavti | 2018-04-16 | 1 | -1/+1 |
| | | | | related to issue #1079 and commit d47ea20aa8bb8219f7a0760e81ba3db542392390 | ||||
* | open_pubstream logic was messy and wrong | zotlabs | 2018-02-23 | 1 | -1/+7 |
| | |||||
* | some more DB tuning. | Mario Vavti | 2018-02-15 | 1 | -5/+5 |
| | |||||
* | provide option to block the public stream unless authenticated, since there ↵ | zotlabs | 2018-02-14 | 1 | -4/+3 |
| | | | | could be legal issues with unmoderated content | ||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -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). | zotlabs | 2018-01-17 | 1 | -4/+11 |
| | |||||
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -8/+7 |
| | |||||
* | This should sort out hubzilla issue #826 but requires a bit more testing. It ↵ | zotlabs | 2017-11-15 | 1 | -1/+4 |
| | | | | may also sort out some reported issues with commenting and liking items in the public stream. | ||||
* | hubzilla issue #896 | zotlabs | 2017-11-02 | 1 | -0/+42 |
| | |||||
* | support for netselect query | zotlabs | 2017-11-01 | 1 | -5/+15 |
| | |||||
* | pubstream single view fixes | Mario Vavti | 2017-10-07 | 1 | -3/+15 |
| | |||||
* | provide single post view for pubstream and rewrite llink to point to ↵ | Mario Vavti | 2017-10-07 | 1 | -24/+44 |
| | | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications | ||||
* | nav_set_selected() and minor whitespace for mod pubstream | Mario Vavti | 2017-09-21 | 1 | -1/+3 |
| | |||||
* | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 1 | -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-marijus | 2017-08-06 | 1 | -2/+2 |
| | | | | 0 in DB | ||||
* | provide public stream notification also for not authenticated viewers | git-marijus | 2017-07-29 | 1 | -1/+0 |
| | |||||
* | initial notifications support for new shared files and new (since initial ↵ | git-marijus | 2017-07-28 | 1 | -1/+4 |
| | | | | site load) pubstream activity | ||||
* | 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 | -1/+1 |
| | |||||
* | 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. |