Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2018-06-05 | 8 | -0/+659 |
|\ | |||||
| * | Merge pull request #1210 from mjfriaza/dev | git-marijus | 2018-06-04 | 8 | -0/+659 |
| |\ | | | | | | | Initial Spanish translations in doc/es-es | ||||
| | * | Initial translations in doc/es-es | Manuel Jiménez Friaza | 2018-06-03 | 8 | -0/+659 |
| | | | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-06-05 | 2 | -13/+28 |
|\ \ \ | |/ / |/| | | |||||
| * | | photos not syncing properly if destination is a postgres site | zotlabs | 2018-06-04 | 2 | -13/+28 |
| | | | |||||
* | | | be specific about the term type and do not sort the results | Mario Vavti | 2018-06-04 | 1 | -2/+5 |
|/ / | |||||
* | | sort out some mismatched hovertips on the activity filter | zotlabs | 2018-06-03 | 1 | -5/+5 |
| | | |||||
* | | wrong level | zotlabs | 2018-06-03 | 1 | -2/+2 |
| | | |||||
* | | fix submenunavigation on activity filters | zotlabs | 2018-06-03 | 1 | -0/+2 |
| | | |||||
* | | improve network cid query | Mario Vavti | 2018-06-03 | 2 | -26/+24 |
| | | |||||
* | | 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. | ||||
* | | missing $perm_sql | Mario Vavti | 2018-06-03 | 2 | -3/+4 |
| | | |||||
* | | the pf argument is required here for some functionality in /network | Mario Vavti | 2018-06-03 | 1 | -3/+3 |
| | | |||||
* | | add the archived flag | Mario Vavti | 2018-06-02 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-06-02 | 3 | -4/+9 |
|\ \ | |||||
| * \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-06-02 | 12 | -25/+109 |
| |\ \ | |||||
| * \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-06-01 | 5 | -35/+94 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-31 | 1 | -0/+20 |
| |\ \ \ \ | |||||
| * | | | | | proper pronoun | zotlabs | 2018-05-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | don't show forums in forum widget if archived flag is set | zotlabs | 2018-05-31 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | when removing a connection, use the same rules as expire: don't remove items ↵ | zotlabs | 2018-05-31 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | that are starred, filed, or that you replied to. | ||||
* | | | | | | respect the privacy group feature setting in nav | Mario Vavti | 2018-06-02 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 12 | -93/+152 |
| | | | | | | |||||
* | | | | | | some more work on forum notifications | Mario Vavti | 2018-06-02 | 5 | -10/+53 |
| |_|_|/ / |/| | | | | |||||
* | | | | | unread forum notifications - wip/unfinished | Mario Vavti | 2018-06-01 | 4 | -3/+77 |
| | | | | | |||||
* | | | | | add manage privacy groups entry to the panel channel menu dropdown for now | Mario Vavti | 2018-06-01 | 3 | -15/+8 |
| | | | | | |||||
* | | | | | fixes for css fix | Mario Vavti | 2018-06-01 | 5 | -5/+12 |
| | | | | | |||||
* | | | | | css fix | Mario Vavti | 2018-06-01 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | add hover effect to dropdown caret | Mario Vavti | 2018-06-01 | 3 | -2/+13 |
| |_|/ / |/| | | | |||||
* | | | | move file and groups filter to submenu | Mario Vavti | 2018-06-01 | 5 | -35/+94 |
| |/ / |/| | | |||||
* | | | implement reset button for filters | Mario Vavti | 2018-05-31 | 1 | -0/+20 |
|/ / | |||||
* | | change some strings | Mario Vavti | 2018-05-31 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-31 | 2 | -3/+2 |
|\ \ | |||||
| * | | typo in unused function | zotlabs | 2018-05-30 | 1 | -1/+1 |
| | | | |||||
| * | | autocomplete private mail addresses based on substring in either the name or ↵ | zotlabs | 2018-05-30 | 1 | -2/+1 |
| | | | | | | | | | | | | webbie (prevously required an '@' to trigger a webbie search) | ||||
* | | | merge groups and filed posts into activity filters | Mario Vavti | 2018-05-31 | 6 | -26/+72 |
| | | | |||||
* | | | strpos does not work with arrays :( | Mario Vavti | 2018-05-30 | 2 | -2/+2 |
| | | | |||||
* | | | restrict the network/channel navbar search to content and hashtags | Mario Vavti | 2018-05-30 | 2 | -0/+6 |
| | | | |||||
* | | | make navbar search use the module search function in /network and /channel | Mario Vavti | 2018-05-30 | 5 | -15/+41 |
| | | | |||||
* | | | remove redundant css from default.css | Mario Vavti | 2018-05-30 | 1 | -8/+0 |
| | | | |||||
* | | | remove redundant reference for order | Mario Vavti | 2018-05-30 | 1 | -5/+0 |
| | | | |||||
* | | | just query for data we actually need | Mario Vavti | 2018-05-30 | 1 | -2/+6 |
| | | | |||||
* | | | add widget files and templates | Mario Vavti | 2018-05-30 | 3 | -0/+185 |
| | | | |||||
* | | | first cut on restructuring the previously called network tabs | Mario Vavti | 2018-05-30 | 5 | -16/+51 |
|/ / | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-05-29 | 5 | -5/+27 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-29 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge pull request #1202 from aninf-wo/dev | git-marijus | 2018-05-29 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | include photos.php | ||||
| | * | | | include photos.php | Herbert Thielen | 2018-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | required for photo_calculate_scale() | ||||
| * | | | | Merge pull request #1198 from mjfriaza/dev | git-marijus | 2018-05-29 | 2 | -0/+21 |
| |\ \ \ \ | | | |_|/ | | |/| | | Some stuff of the Spanish Hubzilla | ||||
| | * | | | Some stuff of the Spanish Hubzilla | Manuel Jiménez Friaza | 2018-05-26 | 2 | -0/+21 |
| | | | | |