aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Network.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix context help link for permissionsHarald Eilertsen2025-07-131-1/+1
| | | | The target was changed when the new docs was merged.
* new version of items_by_parent_ids() and item_reaction_sql() with much ↵Mario2025-05-271-5/+1
| | | | better performance, streamline rsvp naming convention and some preparatory work for comment lazy loading (unfinshed)
* revert to previous iteration of the parents query function until performance ↵Mario2025-05-251-3/+5
| | | | issues will be resolved and adapt the modules accordingly
* exclude Add/Remove from network nouveau queryMario2025-05-131-0/+1
|
* mod network fixesMario Vavti2025-05-041-1/+3
|
* handle blog_mode in conv templateMario2025-05-041-1/+7
|
* implement blog_modeMario2025-05-031-6/+2
|
* default ordering to createdMario2025-05-031-13/+6
|
* default to threadedMario2025-04-301-1/+1
|
* lazy load - initial commitMario2025-04-251-7/+4
|
* define variableMario2025-04-211-1/+3
|
* cleanup deprecated forum queries and possibly improved performanceMario2025-03-281-11/+2
|
* minor cleanupMario2025-03-271-13/+2
|
* AS2Mario2024-02-251-1/+1
|
* more deprecate $aMario2023-09-211-1/+1
|
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-231-0/+2
| | | | some more work on ocap
* fix issue #1694Mario2022-09-301-2/+2
|
* php8: warning fixesMario2022-09-141-0/+4
|
* this was required for old style forum posts only and should not be needed ↵Mario2022-02-211-9/+11
| | | | anymore
* merge branch perms_ng into devMario2021-12-151-4/+3
|
* resolve some vsprintf issuesMario2021-09-071-12/+9
|
* mod network clean-upXanthor2021-06-291-65/+65
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-0/+4
| | | | messages and starred messages if the feature is enabled
* php8: fix some undefined variablesMario2021-03-141-0/+2
|
* php8: daily warning fixes (deriving from mod network)Mario2021-03-111-4/+6
|
* php8: random fixes deriving from mod networkMario2021-03-101-3/+5
|
* a possible fix for issue #1529Mario Vavti2021-03-091-2/+2
|
* expose manual public item import from searchbar, set commen_policy in ↵Mario2021-01-251-1/+1
| | | | Activity::store() to what we get if we get something otherwise default to authenticated, comments by the owner have the relay flag set and therefor $perm will be not be set to post_comments - always check if we own the parent in lib/libzot (not only if $perm = send_stream) if otherwise not allowed
* some work to fix r_preview in list modeMario2021-01-141-122/+123
|
* make simple update more simple againMario2020-11-211-1/+1
|
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-20/+5
| | | | 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 ↵Mario2020-10-221-33/+0
| | | | side page caching
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-11/+14
|
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
|
* implement optional events and polls filterMario2020-02-211-5/+19
|
* some work on zot6 DMsMario2020-01-151-0/+6
|
* some more xss preventionMario Vavti2019-03-181-9/+9
|
* affinity slider as appphani002019-02-141-3/+5
|
* Fix syntax errorDM42.Net (Matt Dent)2018-12-141-1/+1
|
* Make Affinity Slider (optionally) 'sticky' across page loads. (default is ↵DM42.Net (Matt Dent)2018-12-141-0/+7
| | | | current behavior: reset slider with each page load)
* more fixes for forum notifications handling: do not count likes/dislikes if ↵Mario Vavti2018-11-031-1/+5
| | | | likes notifications are disabled and also do not show like activities when clicking a forum notification and like notifications are disabled
* fix issues with forum handling in mod network and ping. also some code cleanup.Mario Vavti2018-10-271-4/+13
|
* refine stream filter and forum notification behaviour (mostly for ↵Mario Vavti2018-10-241-20/+30
| | | | performance). personal posts will be displayed in unthreaded mode and clicking a forum notification will show only the unseen items of the forum in unthreaded mode. group the filters in the widget - threaded at the top, unthreaded beneath.
* rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-061-1/+1
| | | | osada) because it makes much more sense.
* move *_list_mode to featuresMario Vavti2018-10-041-1/+1
|
* Status editor hookM. Dent2018-09-291-1/+1
|
* do not unset $_GET[search] and adjust activity_order widgetMario Vavti2018-09-291-1/+1
|
* improve network searchMario Vavti2018-09-291-15/+4
|
* Update Network.phpMax Kostikov2018-09-281-1/+1
|
* remove network_tabs() which has been deprecated and replaced by ↵Mario Vavti2018-09-131-8/+4
| | | | activity_{order, filters} widgets