Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storing info and notice messages in the session has some disadvantages if ↵ | Mario | 2024-07-28 | 1 | -48/+15 |
| | | | | the functions are called via ajax. revert to storing them in xconfig. | ||||
* | Revert "Revert "sse: reset session after connection aborted"" | Mario | 2024-07-20 | 1 | -2/+9 |
| | | | This reverts commit c71eb401c04c5ae2e5388f988825b072f3c113df | ||||
* | Revert "Revert "more work on sse sys messages"" | Mario | 2024-07-20 | 1 | -19/+59 |
| | | | This reverts commit c22f633ae0d42b5a0076a11dd08952817a613342 | ||||
* | Revert "sse: more work on notifications" | Mario | 2024-07-20 | 1 | -3/+10 |
| | | | This reverts commit 82f69018a6acc2b97a1b8871c2cddd625db6798a | ||||
* | sse: more work on notifications | Mario | 2024-07-20 | 1 | -10/+3 |
| | |||||
* | Revert "more work on sse sys messages" | Mario | 2024-07-20 | 1 | -59/+19 |
| | | | This reverts commit 983fc84f283f34783b281ab047dc47c581cb937c | ||||
* | Revert "sse: reset session after connection aborted" | Mario | 2024-07-20 | 1 | -9/+2 |
| | | | This reverts commit 3d03c24f060994c98011a5d87b1f498325a605fe | ||||
* | sse: reset session after connection aborted | Mario | 2024-07-19 | 1 | -2/+9 |
| | |||||
* | more work on sse sys messages | Mario | 2024-07-19 | 1 | -19/+59 |
| | |||||
* | always use ob_end_flush() and reduce code duplication | Mario | 2024-07-15 | 1 | -6/+5 |
| | |||||
* | more work on making sure system notifications appear on page reload | Mario | 2024-07-10 | 1 | -2/+3 |
| | |||||
* | improve handling of sse especially in relation with page reloads | Mario | 2024-07-08 | 1 | -23/+28 |
| | |||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -2/+3 |
| | |||||
* | improve sse loop | Mario | 2023-01-02 | 1 | -8/+24 |
| | |||||
* | do not always trigger a sse event if pubs notification are off or the app is ↵ | Mario Vavti | 2022-11-24 | 1 | -3/+3 |
| | | | | not installed for the channel | ||||
* | also check for vnotify | Mario Vavti | 2021-10-01 | 1 | -2/+5 |
| | |||||
* | only show sse pubs if the app is installed | Mario Vavti | 2021-10-01 | 1 | -0/+8 |
| | |||||
* | Random PHP 8 fixes | Max Kostikov | 2021-05-14 | 1 | -1/+2 |
| | |||||
* | sse: make sure to also bootstrap info and notice | Mario | 2021-03-22 | 1 | -1/+0 |
| | |||||
* | Polling fallback to server sent events. Polling is the default. SSE must be ↵ | Mario | 2020-11-14 | 1 | -28/+79 |
| | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired. | ||||
* | sse: improve caching fix an issue with removing notifications and move ↵ | Mario | 2019-11-28 | 1 | -19/+7 |
| | | | | chatpresence expiration to cron | ||||
* | sse: implement notifications for anonymous visitors (info, notice and pubs) ↵ | Mario | 2019-11-15 | 1 | -6/+25 |
| | | | | and fix a potential memory leak | ||||
* | sse: make sure we have an observer | Mario | 2019-11-13 | 1 | -0/+3 |
| | |||||
* | sse: revert to reset to array | Mario | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | sse: reset to empty string instead of empty array | Mario | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | sse: do not delete xconfig - reset it | Mario | 2019-11-12 | 1 | -2/+3 |
| | |||||
* | better detection for who to send sys notifications (needs addons update) | Mario | 2019-11-12 | 1 | -0/+2 |
| | |||||
* | sse notifications | Mario | 2019-11-11 | 1 | -0/+108 |