Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for federated forums we need to keep track of what protocols are available ↵ | zotlabs | 2017-10-10 | 1 | -0/+16 |
| | | | | to red/hubzilla channels to determine which posts need to be mangled for transport to individual networks - based on what networks the author can communicate with. We probably need this for all xchans and hublocs but at some point it becomes increasingly difficult to scrape this information and map out a compatibility matrix. It's also doubtful anybody will use this system because we basically have to forge comments between network sites involving different protocols and this is going to look like crap to anybody that isn't on red/Hubzilla. Eventually they have to fix their protocols for this to work correctly, but nobody seems to believe me that their networks are basically anti-federation, so we need something like this to highlight their walled garden specifications and the resulting federation problems in a form they can't really argue with. | ||||
* | on failed auth due to unverified email, tell the person why and remind them ↵ | zotlabs | 2017-10-10 | 1 | -2/+5 |
| | | | | to check their email. | ||||
* | re-order the navbar preferences - 1. profile_uid, 2. local_channel, 3, site, ↵ | zotlabs | 2017-10-10 | 1 | -2/+4 |
| | | | | 4 'default' | ||||
* | rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection ↵ | zotlabs | 2017-10-10 | 4 | -4/+4 |
| | | | | code is consistent | ||||
* | re-implement single delivery | zotlabs | 2017-10-10 | 2 | -3/+29 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-10 | 14 | -277/+83 |
|\ | |||||
| * | css fixes | Mario Vavti | 2017-10-10 | 3 | -4/+7 |
| | | |||||
| * | version | Mario Vavti | 2017-10-10 | 1 | -1/+1 |
| | | |||||
| * | remove notifications code from nav and go live with new notifications | Mario Vavti | 2017-10-10 | 6 | -212/+18 |
| | | |||||
| * | remove left_align mode | Mario Vavti | 2017-10-10 | 5 | -24/+3 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-10 | 6 | -55/+51 |
| |\ | |||||
| * | | new notification fixes | Mario Vavti | 2017-10-10 | 3 | -42/+60 |
| | | | |||||
* | | | pdledit usability improvements | zotlabs | 2017-10-10 | 2 | -3/+26 |
| |/ |/| | |||||
* | | more custom navbar work | zotlabs | 2017-10-09 | 3 | -53/+40 |
| | | |||||
* | | typo | zotlabs | 2017-10-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-09 | 29 | -69/+80 |
|\| | |||||
| * | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 23 | -37/+39 |
| | | | | | | | | app directly to get app details | ||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-09 | 11 | -15/+356 |
| |\ | |||||
| * | | new notification changes - use sticky_kit instead of position fixed | Mario Vavti | 2017-10-09 | 7 | -24/+37 |
| | | | |||||
| * | | more new notifications fixes | Mario Vavti | 2017-10-09 | 4 | -30/+26 |
| | | | |||||
* | | | purify user-supplied filenames in some cases. Probably not needed but it's ↵ | zotlabs | 2017-10-09 | 3 | -2/+11 |
| |/ |/| | | | | | the right thing to do. | ||||
* | | ability to pin apps to the navbar when using named navbars | zotlabs | 2017-10-08 | 4 | -2/+26 |
| | | |||||
* | | check write_storage permission in /display | zotlabs | 2017-10-08 | 1 | -1/+1 |
| | | |||||
* | | alternate navbar layouts | zotlabs | 2017-10-08 | 7 | -12/+325 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-08 | 10 | -39/+54 |
|\| | |||||
| * | more fixes | Mario Vavti | 2017-10-08 | 3 | -3/+6 |
| | | |||||
| * | new notification fixes | Mario Vavti | 2017-10-08 | 8 | -38/+50 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-08 | 57 | -60/+493 |
|\| | |||||
| * | experimental new notifications - needs pconfig experimental_notif set to 1 ↵ | Mario Vavti | 2017-10-08 | 51 | -23/+383 |
| | | | | | | | | for your channel to work. | ||||
| * | pubstream single view fixes | Mario Vavti | 2017-10-07 | 1 | -3/+15 |
| | | |||||
| * | provide single post view for pubstream and rewrite llink to point to ↵ | Mario Vavti | 2017-10-07 | 2 | -24/+45 |
| | | | | | | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications | ||||
| * | fix filestorage spinner | Mario Vavti | 2017-10-07 | 1 | -1/+1 |
| | | |||||
| * | no need to move $modrated check up | Mario Vavti | 2017-10-06 | 2 | -3/+4 |
| | | |||||
| * | to find out if a comment is to be moderated we need to look at the actual ↵ | Mario Vavti | 2017-10-06 | 1 | -2/+1 |
| | | | | | | | | comment not at its parent | ||||
| * | enable anonymous comments also in /display | Mario Vavti | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | Revert "mod display: if we have a local channel we should still be allowed ↵ | Mario Vavti | 2017-10-06 | 1 | -2/+1 |
| | | | | | | | | | | | | to see sys channel items" This reverts commit 27f83203531606f6dca99bc89f7cd31e5e296528. | ||||
| * | mod display: if we have a local channel we should still be allowed to see ↵ | Mario Vavti | 2017-10-06 | 1 | -1/+2 |
| | | | | | | | | sys channel items | ||||
| * | it is not your public stream -> just public stream | Mario Vavti | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | introduce public stream notifications | Mario Vavti | 2017-10-06 | 3 | -6/+46 |
| | | |||||
* | | navbar controls now functionally hidden with too low z-index when ↵ | zotlabs | 2017-10-07 | 1 | -0/+4 |
|/ | | | | cover_photo is showing and navbar doesn't have class fixed-top | ||||
* | changes to encryption encapsulation for zot6 (backward compatible) | zotlabs | 2017-10-05 | 1 | -0/+4 |
| | |||||
* | typo | zotlabs | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | Add JSalmon signing library for Zot6. See ↵ | zotlabs | 2017-10-05 | 1 | -0/+38 |
| | | | | https://macgirvin.com/wiki/mike/Zot%2BVI/Encryption/Signatures | ||||
* | add admin app - the site admin link probably does not belong in the ↵ | zotlabs | 2017-10-05 | 2 | -1/+7 |
| | | | | 'usermenu' and this is a first step to straigtening out that historical mistake. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-05 | 1 | -2/+2 |
|\ | |||||
| * | fix wrong logic for enable/disable pubstream notifications | Mario Vavti | 2017-10-05 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-05 | 9 | -7/+35 |
| |\ | |||||
* | | | update some old spinners which were causing js issues | zotlabs | 2017-10-05 | 5 | -14/+14 |
| | | | |||||
* | | | Experimental alternate channel_menu navigation. To use, "util/config ↵ | zotlabs | 2017-10-05 | 4 | -5/+19 |
| | | | | | | | | | | | | system.channel_menu 1" | ||||
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-04 | 12 | -101/+177 |
|\| | | |/ |/| |