aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notify.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect module imports.Harald Eilertsen13 days1-2/+2
| | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php
* missing field in queryMario2022-10-261-1/+1
|
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-181-6/+22
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-171-13/+21
| | | | messages and starred messages if the feature is enabled
* some more work on mod hqMario Vavti2017-11-181-1/+1
|
* plugin hook for update_unseenzotlabs2017-08-011-6/+10
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-2/+2
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* module updatesredmatrix2016-04-181-0/+69