Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | this is brutal | zotlabs | 2018-11-06 | 1 | -0/+44 |
| | |||||
* | move *_list_mode to features | Mario Vavti | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Status editor hook | M. Dent | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | include item.title in /network and /channel search | Mario Vavti | 2018-09-11 | 1 | -1/+2 |
| | |||||
* | missing text | Mario Vavti | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | provide a noscript_content switch for mod channel and display | Mario Vavti | 2018-09-07 | 1 | -3/+12 |
| | |||||
* | more code optimisation | zotlabs | 2018-08-20 | 1 | -6/+8 |
| | |||||
* | channel page performance improvement: don't use "checkjs" with an associated ↵ | zotlabs | 2018-08-20 | 1 | -42/+44 |
| | | | | page reload. Wrap a static copy of the content in noscript tags instead. | ||||
* | apply changes to slider defaults across all modules that use buildQuery for ↵ | zotlabs | 2018-06-15 | 1 | -2/+2 |
| | | | | updates | ||||
* | distinct is needed or it can heavily impact pagination in certain situations ↵ | Mario Vavti | 2018-06-03 | 1 | -3/+3 |
| | | | | (5 per page instead of 20). Add ordering to the select clause to mitigate errors in postgres and add item_thread_top = 1 for slightly better performance. | ||||
* | merge groups and filed posts into activity filters | Mario Vavti | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | strpos does not work with arrays :( | Mario Vavti | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | restrict the network/channel navbar search to content and hashtags | Mario Vavti | 2018-05-30 | 1 | -0/+3 |
| | |||||
* | make navbar search use the module search function in /network and /channel | Mario Vavti | 2018-05-30 | 1 | -13/+16 |
| | |||||
* | provide possibility of using different orderings (post, commented) on ↵ | zotlabs | 2018-05-29 | 1 | -4/+11 |
| | | | | channel page | ||||
* | bring jot reset to some more places | Mario Vavti | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | minor regression on date queries from channel page | zotlabs | 2018-05-09 | 1 | -0/+3 |
| | |||||
* | initial backend support for channel page item search | zotlabs | 2018-05-08 | 1 | -2/+18 |
| | |||||
* | add alt_pager to mod_moderate, remove legacy $a parameter from all ↵ | zotlabs | 2018-04-17 | 1 | -1/+1 |
| | | | | occurrences of alt_pager | ||||
* | we shouldn't need distinct here, since ids_to_querystr() will filter ↵ | zotlabs | 2018-04-07 | 1 | -1/+1 |
| | | | | duplicates. It might have an effect on pager totals. Need to monitor for a few days. | ||||
* | also sort by id to not make mysql change the queryplan if offset is > 0 ↵ | Mario Vavti | 2018-02-22 | 1 | -1/+1 |
| | | | | after recent index changes | ||||
* | some more DB tuning. | Mario Vavti | 2018-02-15 | 1 | -2/+2 |
| | |||||
* | finally fix channel query | Mario Vavti | 2018-02-09 | 1 | -4/+4 |
| | |||||
* | use distinct in channel item query and minor notification cache improvement | Mario Vavti | 2018-02-09 | 1 | -5/+5 |
| | |||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -3/+3 |
| | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | support for netselect query | zotlabs | 2017-11-01 | 1 | -0/+1 |
| | |||||
* | remove notifications code from nav and go live with new notifications | Mario Vavti | 2017-10-10 | 1 | -5/+2 |
| | |||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | turn common friends into a widget | zotlabs | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | remove item_thread_top from simple_update query - we're already fetching ↵ | zotlabs | 2017-09-10 | 1 | -1/+1 |
| | | | | distinct(parent) and this prevented comments from displaying after submission when remote-authed. | ||||
* | this fixes an issue where in /channel/membername?mid=some_mid updates did ↵ | Mario Vavti | 2017-09-03 | 1 | -1/+1 |
| | | | | not work when static updates were enabled. since in the current situation we always get a top-level-post mid, item_thread_top = 0 in the query will never return a result. change it to item_thread_top = 1 | ||||
* | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 1 | -3/+4 |
| | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled | ||||
* | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 1 | -1/+6 |
| | |||||
* | plugin hook for update_unseen | zotlabs | 2017-08-01 | 1 | -3/+7 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-07-21 | 1 | -1/+1 |
|\ | |||||
| * | provide a mechanism to mark apps active in the bin | git-marijus | 2017-07-21 | 1 | -1/+1 |
| | | |||||
* | | allow wildcard tag and category searches | zotlabs | 2017-07-20 | 1 | -2/+2 |
|/ | |||||
* | ability to use a portion of the message-id to display a message wasn't ↵ | zotlabs | 2017-07-18 | 1 | -2/+2 |
| | | | | honoured in all cases. | ||||
* | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #810 | zotlabs | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -0/+1 |
| | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | use head_add_link() for feed discovery | zotlabs | 2017-02-21 | 1 | -5/+13 |
| | |||||
* | convert manual page updates to a display setting instead of a feature | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | allow your own likes/comments to be updated when in static update mode | zotlabs | 2016-11-02 | 1 | -1/+7 |
| | |||||
* | 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. | ||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -27/+26 |
| | | | | | | 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 | -5/+5 |
| | |||||
* | fix with update with /channel?f=&mid=hash issue #461 | Mario Vavti | 2016-09-28 | 1 | -1/+2 |
| | |||||
* | more get rid of illegal offset in include/conversation | redmatrix | 2016-09-08 | 1 | -3/+4 |
| |