Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the pf argument to the forum notification links | Mario Vavti | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | missing $perm_sql | Mario Vavti | 2018-06-03 | 1 | -1/+4 |
| | |||||
* | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 1 | -66/+43 |
| | |||||
* | some more work on forum notifications | Mario Vavti | 2018-06-02 | 1 | -0/+13 |
| | |||||
* | unread forum notifications - wip/unfinished | Mario Vavti | 2018-06-01 | 1 | -0/+61 |
| | |||||
* | we must now provide the full path to the profile image for the cavatar ↵ | Mario Vavti | 2018-05-15 | 1 | -1/+1 |
| | | | | plugin to work | ||||
* | possible fix for issue #1101 | Mario Vavti | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | fix closing parenthesis in wrong spot | Mario Vavti | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 1 | -1/+12 |
| | |||||
* | hubzilla issue #1050 pubstream notifications visible when pubstream is not | zotlabs | 2018-04-08 | 1 | -1/+2 |
| | |||||
* | since we only save the parent mid in notify we must look for thr_parent when ↵ | Mario Vavti | 2018-02-13 | 1 | -1/+12 |
| | | | | dealing with likes | ||||
* | more db and queries finetuning | Mario Vavti | 2018-02-08 | 1 | -13/+13 |
| | |||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -11/+8 |
| | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | query optimisations for notifications - use a specific index only | Mario Vavti | 2018-01-28 | 1 | -2/+6 |
| | |||||
* | notifications: only handle item otype notify_ids | Mario Vavti | 2017-12-18 | 1 | -2/+2 |
| | |||||
* | fix some pubstream on/off weirdness | Mario | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | cloud tiles: use folder-o for folders and set the icon colour to something a ↵ | zotlabs | 2017-11-19 | 1 | -1/+2 |
| | | | | bit less harsh than the link colour for system icons. Dark solid blue folders are a bit overwhelming, as is the default text_colour (black) | ||||
* | only provide notify id if otype == item | Mario Vavti | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | do not double encode already encoded mid | Mario Vavti | 2017-11-19 | 1 | -1/+6 |
| | |||||
* | some more work on mod hq | Mario Vavti | 2017-11-18 | 1 | -0/+2 |
| | |||||
* | use substr() instead of str_replace() | Mario Vavti | 2017-11-17 | 1 | -2/+1 |
| | |||||
* | inroduce the HQ module - a module with the potential to become a nice ↵ | Mario Vavti | 2017-11-17 | 1 | -1/+0 |
| | | | | landing page for hubzilla. It is nothing more than a downgraded mod display atm. | ||||
* | strip author name from notify messages in notifications - fix issue #911 | Mario Vavti | 2017-11-17 | 1 | -1/+8 |
| | |||||
* | fix unable to mark all messages read | Mario Vavti | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 1 | -10/+4 |
| | |||||
* | do not show seen notifys in notifications - show them in mod notifications ↵ | Mario Vavti | 2017-10-22 | 1 | -27/+10 |
| | | | | instead. Update notifications count also on notifications updates | ||||
* | new notification fixes | Mario Vavti | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | provide single post view for pubstream and rewrite llink to point to ↵ | Mario Vavti | 2017-10-07 | 1 | -0/+1 |
| | | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications | ||||
* | introduce public stream notifications | Mario Vavti | 2017-10-06 | 1 | -2/+36 |
| | |||||
* | introduce shared files notifications | Mario Vavti | 2017-10-04 | 1 | -1/+34 |
| | |||||
* | bring back notifications for account approvals | Mario Vavti | 2017-10-04 | 1 | -0/+24 |
| | |||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 1 | -1/+2 |
| | | | | 0 in DB | ||||
* | do not show pubs notifications for items with ACTIVITY_OBJ_FILE obj_type | git-marijus | 2017-08-01 | 1 | -1/+3 |
| | |||||
* | do not include ACTIVITY_OBJ_FILE obj_type in the ping/something query | git-marijus | 2017-07-30 | 1 | -2/+5 |
| | |||||
* | provide public stream notification also for not authenticated viewers | git-marijus | 2017-07-29 | 1 | -2/+8 |
| | |||||
* | fix notifications - item_notshown is set for likes, etc. | zotlabs | 2017-07-29 | 1 | -2/+3 |
| | |||||
* | filter by item_notshown instead of obj_type | git-marijus | 2017-07-28 | 1 | -3/+2 |
| | |||||
* | do not show obj_type ACTIVITY_OBJ_FILE under activity notifications and do ↵ | git-marijus | 2017-07-28 | 1 | -2/+4 |
| | | | | not mark those read in /network | ||||
* | initial notifications support for new shared files and new (since initial ↵ | git-marijus | 2017-07-28 | 1 | -7/+45 |
| | | | | site load) pubstream activity | ||||
* | provide /locs link on settings page if there is more than one hubloc for ↵ | zotlabs | 2016-11-05 | 1 | -4/+0 |
| | | | | this channnel *that isn't deleted*. | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -112/+95 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | more backticks | redmatrix | 2016-10-03 | 1 | -6/+6 |
| | |||||
* | issue #466, sql typo | redmatrix | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -19/+19 |
| | | | | 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. | ||||
* | typo | Mario Vavti | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -2/+3 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+497 |