Commit graph

62 commits

Author SHA1 Message Date
nobody
2c7616ade7 upgrade acl_selectors 2022-01-26 07:51:37 +11:00
nobody
25f7dc5f1e Merge branch 'dev' of ../unfediverse.com into dev 2022-01-24 20:17:01 -08:00
nobody
908cc572d6 upgrade navbar 2022-01-24 20:16:38 -08:00
nobody
1d4b1ee370 update navbar 2022-01-24 20:15:58 -08:00
nobody
ad52373312 move account and channel to zlib 2022-01-24 17:26:12 -08:00
nobody
d46dd6aeb8 psr12 rewrites, continued 2021-12-03 14:01:39 +11:00
nobody
f602a393a5 psr12 updates 2021-12-03 10:02:31 +11:00
nobody
d7c6c4feb9 found the issue... Revert "Revert "use a different mechanism for passing state from Update module to conversational modules""
This reverts commit 32d1bfb282.
2021-10-15 14:19:20 -07:00
nobody
32d1bfb282 Revert "use a different mechanism for passing state from Update module to conversational modules"
This reverts commit f6744da509.
2021-10-15 14:15:35 -07:00
nobody
f6744da509 use a different mechanism for passing state from Update module to conversational modules 2021-10-14 22:43:17 -07:00
nobody
766730c55c change default value of system.open_pubstream to closed 2021-10-14 16:49:30 -07:00
nobody
5f158a5cdc consolidate public stream source configuration 2021-10-14 04:50:40 -07:00
nobody
d12e4ef092 be extra paranoid about pubstream content 2021-09-23 16:33:31 -07:00
nobody
1c70859010 remove a number of sys channel prohibitions since it is now an active and fully functional channel 2021-09-23 15:47:58 -07:00
nobody
a81a70c107 new function unpack_link_id to complement gen_link_id 2021-09-03 15:14:39 -07:00
nobody
adc69d8393 notification regression 2021-05-27 17:34:28 -07:00
nobody
da6d8d8179 notification usability work 2021-05-27 04:04:16 -07:00
nobody
82eabd114b per module loadtime 2021-05-20 18:47:10 -07:00
nobody
aec0003de8 use personal setting (if available) for number of threads to fetch on pubstream page 2021-04-19 17:29:12 -07:00
nobody
d69589e17e scripted replace of 'array()' with '[]' 2021-03-14 22:10:44 -07:00
nobody
2415b55567 php8 cont. 2021-03-10 19:46:10 -08:00
nobody
f1a1aafbcb more php8 2021-03-10 19:30:25 -08:00
nobody
b80cf301d0 need to update all liveupdate modules when a new parameter is added 2020-11-29 17:33:22 -08:00
zotlabs
54623e5cc0 double posts in mod_pubstream 2020-07-14 17:24:34 -07:00
zotlabs
6a501fa8ea pubstream not picking up all local content when network pubstream enabled 2020-06-09 17:45:22 -07:00
zotlabs
5831c83844 deprecate public stream uids calculations 2019-10-06 13:07:41 -07:00
zotlabs
17599db5c9 cleanup - filter "unsafe" entries from driectory tag cloud 2019-06-20 23:17:04 -07:00
zotlabs
5e189cb14e some early dev work for dm support 2019-06-18 19:21:31 -07:00
zotlabs
7169bd1ebc xss issue from upstream, messagefilter enhancements 2019-03-18 19:19:04 -07:00
zotlabs
7e736c5359 apply changes to slider defaults across all modules that use buildQuery for updates 2018-06-15 15:21:19 -07:00
Mario Vavti
a8274bbfb3 missing permission description 2018-05-21 09:25:57 +02:00
Mario Vavti
7dadbbbac7 bring jot reset to some more places 2018-05-21 09:13:14 +02:00
zotlabs
c53f788cc8 add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager 2018-04-17 23:36:35 -07:00
zotlabs
393cd46a82 public stream tag enhancements 2018-04-17 20:08:14 -07:00
Mario Vavti
bef5be827d remove some more distinct in queries and observe any regressions. this is related to issue #1079 and commit d47ea20aa8 2018-04-16 11:42:13 +02:00
zotlabs
e6f9f284bf open_pubstream logic was messy and wrong 2018-02-23 22:12:29 -08:00
Mario Vavti
9e251a1abc some more DB tuning. 2018-02-15 19:24:15 +01:00
zotlabs
465d89129c provide option to block the public stream unless authenticated, since there could be legal issues with unmoderated content 2018-02-14 15:32:33 -08:00
Mario Vavti
3cc756f302 remove some never used indices which prevented our item queries to find the right query execution plan in mysql and adjust some queries to optimze the result 2018-02-04 20:42:40 +01:00
zotlabs
eb86ffefbf provide local pubstream option (content from this site only). 2018-01-17 21:30:19 -08:00
zotlabs
0e91810ed6 pubstream comments and a few other bugfixes that were discovered along the way 2017-11-26 18:29:24 -08:00
zotlabs
67b6d41d57 This should sort out hubzilla issue #826 but requires a bit more testing. It may also sort out some reported issues with commenting and liking items in the public stream. 2017-11-15 11:26:14 -08:00
zotlabs
e70bd0054c hubzilla issue #896 2017-11-02 18:25:34 -07:00
zotlabs
22d45a8d1e support for netselect query 2017-11-01 02:53:12 -07:00
Mario Vavti
71c206fdb9 pubstream single view fixes 2017-10-07 16:40:43 +02:00
Mario Vavti
4c0e8a61ae provide single post view for pubstream and rewrite llink to point to /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications 2017-10-07 15:40:34 +02:00
Mario Vavti
a7d339be5a nav_set_selected() and minor whitespace for mod pubstream 2017-09-21 23:11:15 +02:00
Mario Vavti
dc18440c18 introduce item_normal_update(). the differnce to item_normal() is that we do 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 2017-09-03 21:33:07 +02:00
git-marijus
68b32cd8f4 consolidate disable_discover_tab config if it was not yet set to either 1 or 0 in DB 2017-08-06 21:40:39 +02:00
git-marijus
5a1b850dd6 provide public stream notification also for not authenticated viewers 2017-07-29 12:24:03 +02:00