aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Search.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* add uuid to dreport for internal use and and fix issues with conversation ↵Mario2024-02-071-4/+4
| | | | fetches
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-2/+2
|
* check for uuid so that will be also catch items that were posted from ↵Mario2023-04-231-1/+1
| | | | alternate locations
* add the conversation endpoint and implement paginated fetch for zot requests ↵Mario2023-04-231-1/+1
| | | | in mod item
* fix php warningsMario2022-10-201-10/+5
|
* fix php warningsMario2022-10-201-1/+1
|
* Activity: check for other forms of as:Public, Search: make sure to run ↵Mario2022-08-211-6/+9
| | | | htmlspecialchars_decode on the AP url so that previously encoded chars will be decoded again
* do not stringify integer valueMario2022-05-111-1/+1
|
* update queries in mod search - fixes #1677Mario2022-05-111-27/+23
|
* whitespaceMario2022-02-041-2/+2
|
* clean the url from parametersMario2022-02-041-0/+5
|
* unpack encoded mid and make sure to goaway to the right messageMario2022-02-031-1/+13
|
* use Libzot::fetch_conversation to fetch conversations from search and add an ↵Mario2021-10-091-17/+7
| | | | optional force argument to process_delivery
* resolve some vsprintf issuesMario2021-09-071-1/+1
|
* some work on streamlining mod photosMario2021-06-231-5/+5
|
* Clean up Search.php & Enotify.php codeXanthor2021-06-211-12/+11
|
* really fix manual fetching of non-ascii domainsMario2021-04-291-1/+1
|
* do not treat an URL including an @ like a webbieMario2021-03-221-1/+1
|
* a possible fix for issue #1529Mario Vavti2021-03-091-3/+2
|
* add fetch_provider hookMario2021-01-311-4/+10
|
* expose manual public item import from searchbar, set commen_policy in ↵Mario2021-01-251-131/+154
| | | | 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
* Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-181-9/+0
| | | | 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
* reduce result sets and work around a regression in justifiedGalleryMario2020-07-141-1/+1
|
* some work on zot6 DMsMario2020-01-151-0/+1
|
* live-update not triggering on mod_searchzotlabs2019-05-291-2/+2
|
* Fix double escaping after xss fixDM42.Net (Matt Dent)2018-11-131-2/+2
|
* xss in searchzotlabs2018-11-131-3/+3
|
* apply changes to slider defaults across all modules that use buildQuery for ↵zotlabs2018-06-151-2/+2
| | | | updates
* yet another postgres/"group by" issuezotlabs2018-05-071-2/+2
|
* extend ACzotlabs2018-04-081-0/+4
|
* hubzilla issue #975 (searching for title as well as body could present a ↵zotlabs2018-02-091-1/+1
| | | | performance issue, so perhaps the tradeoffs should be debated)
* preserve reverse date sort in mod_search after changeszotlabs2018-01-211-1/+1
|
* mod_search: fix the group by messzotlabs2018-01-211-11/+12
|
* more search workzotlabs2017-11-031-2/+1
|
* support for netselect queryzotlabs2017-11-011-0/+1
|
* feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-091-1/+1
| | | | app directly to get app details
* Merge remote-tracking branch 'mike/master' into devgit-marijus2017-07-221-2/+3
|\
| * allow wildcard tag searches in search module alsozotlabs2017-07-201-2/+3
| |
* | more nav_set_selectedgit-marijus2017-07-221-1/+1
|/
* remove deprecated app parameter from conversation()zotlabs2017-06-201-1/+1
|
* provide ability to search webpages (either public or which contain the ↵zotlabs2017-05-301-2/+2
| | | | observer in the acl) in addition to conversations
* activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-0/+1
| | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-1/+1
|
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-021-1/+1
|
* allow your own likes/comments to be updated when in static update modezotlabs2016-11-021-1/+5
|
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+3
| | | | 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 backticksredmatrix2016-10-031-6/+6
|
* more db column renamesredmatrix2016-05-311-1/+1
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)