Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get dev | Hilmar R | 2021-03-01 | 1 | -1/+5 |
| | |||||
* | fix like issue with remote channels | Mario | 2020-11-22 | 1 | -0/+3 |
| | |||||
* | Do away with auto updates except for our own actions. We might consider to ↵ | Mario | 2020-11-18 | 1 | -2/+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 | ||||
* | some work on zot6 DMs | Mario | 2020-01-15 | 1 | -0/+2 |
| | |||||
* | refine stream filter and forum notification behaviour (mostly for ↵ | Mario Vavti | 2018-10-24 | 1 | -0/+2 |
| | | | | 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. | ||||
* | hubzilla core issue #1227 - affinity slider unable to reach 0,99 when slider ↵ | zotlabs | 2018-06-15 | 1 | -2/+2 |
| | | | | saved default changes | ||||
* | rely on the pf argument to determine if we deal with a forum or not. ↵ | Mario Vavti | 2018-06-05 | 1 | -0/+2 |
| | | | | xchan_pubforum is not set for all public forums in the forum filters for some reason. | ||||
* | We only require one Update module. The rest are superfluous. | zotlabs | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | support for netselect query | zotlabs | 2017-11-01 | 1 | -0/+2 |
| | |||||
* | Revert "move theme specific files to theme dir" | zotlabs | 2017-05-02 | 1 | -0/+65 |
| | | | | This reverts commit e332d1074f1b663ec66d37b0f575df2e41d5535c. | ||||
* | move theme specific files to theme dir | zotlabs | 2017-05-01 | 1 | -65/+0 |
| | |||||
* | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -0/+2 |
| | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 1 | -0/+1 |
| | |||||
* | feature: static page update as opposed to live update of conversations on ↵ | zotlabs | 2016-11-01 | 1 | -0/+1 |
| | | | | 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. | ||||
* | hide friends broken, add parameter for item search by verb | friendica | 2015-01-13 | 1 | -0/+2 |
| | |||||
* | wall tags | friendica | 2014-12-15 | 1 | -0/+2 |
| | |||||
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵ | friendica | 2014-03-26 | 1 | -0/+2 |
| | | | | purposes only | ||||
* | preparatory work for supporting a "list view" mode for conversations. This ↵ | friendica | 2014-01-08 | 1 | -0/+2 |
| | | | | would be useful for forum-like channels and/or block-oriented themes. | ||||
* | filter by category fixes | Michael Johnston | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | issue #82, posted order not working - also doc update | friendica | 2013-08-17 | 1 | -0/+1 |
| | |||||
* | Kill autogenerated warnings, plus a typo. | Thomas Willingham | 2013-07-16 | 1 | -5/+0 |
| | |||||
* | remove "internal" templates, use "tpl/" folder for smarty3 templates, | fabrixxm | 2013-05-08 | 1 | -20/+25 |
| | | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates | ||||
* | Updated build_query for mid | Thomas Willingham | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | mod_display - no fun. Not working at all. But a bit of progress. | friendica | 2013-02-10 | 1 | -0/+2 |
| | |||||
* | fix channel page permissions for public viewing | friendica | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | add live page loading and and endless scroll to home (mod_channel) | friendica | 2012-12-16 | 1 | -0/+2 |
| | |||||
* | pass module name to build_cmd, so we can use it elsewhere | friendica | 2012-12-14 | 1 | -4/+2 |
| | |||||
* | templatise the building of page queries so we can re-use it elsewhere | friendica | 2012-12-13 | 1 | -0/+50 |