aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* was unable to make the modal login dialog work on the channel page with a ↵zotlabs2017-10-143-11/+44
| | | | cover photo. So for mod_channel, send login to the login page instead of the modal popup.
* template not hiddenzotlabs2017-10-131-1/+1
|
* create an actual logout module instead of relying on internal variableszotlabs2017-10-122-5/+16
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-121-3/+19
|\
| * remove redundant classesMario Vavti2017-10-121-2/+2
| |
| * missing login and register linksMario Vavti2017-10-121-1/+17
| |
* | sort out the notification idszotlabs2017-10-124-15/+22
| |
* | typozotlabs2017-10-111-1/+2
| |
* | add local_channel as a comanche condition variablezotlabs2017-10-111-0/+4
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-1111-46/+76
|\|
| * z-index issue and some icons. rename notifications-btn-1 to notifications-btnMario Vavti2017-10-114-6/+10
| |
| * only show pubs notifications if discovery_tab != disabledMario Vavti2017-10-112-15/+19
| |
| * move affinity slider lower on screens < 767px to not collide with the page ↵Mario Vavti2017-10-112-3/+13
| | | | | | | | menu button
| * remove region nav entry in network.pdl - it is not neededMario Vavti2017-10-111-2/+0
| |
| * nav_set_selected() for apps and apporder. restrict apporder to ↵Mario Vavti2017-10-112-19/+26
| | | | | | | | local_channel() and whitespace
| * bring nav pinned apps to navbar_defaultMario Vavti2017-10-112-1/+8
| |
* | the template is needed for the old-style notificationszotlabs2017-10-111-0/+3
|/
* bring back some nav stuff (notifications) for alternate navbars; still some ↵zotlabs2017-10-111-0/+40
| | | | things missing as the notification dropdowns aren't fully functional.
* for federated forums we need to keep track of what protocols are available ↵zotlabs2017-10-101-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 ↵zotlabs2017-10-101-2/+5
| | | | to check their email.
* re-order the navbar preferences - 1. profile_uid, 2. local_channel, 3, site, ↵zotlabs2017-10-101-2/+4
| | | | 4 'default'
* rename view/tpl/nav.tpl to navbar_default.tpl so that all navbar selection ↵zotlabs2017-10-104-4/+4
| | | | code is consistent
* re-implement single deliveryzotlabs2017-10-102-3/+29
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-1014-277/+83
|\
| * css fixesMario Vavti2017-10-103-4/+7
| |
| * versionMario Vavti2017-10-101-1/+1
| |
| * remove notifications code from nav and go live with new notificationsMario Vavti2017-10-106-212/+18
| |
| * remove left_align modeMario Vavti2017-10-105-24/+3
| |
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-106-55/+51
| |\
| * | new notification fixesMario Vavti2017-10-103-42/+60
| | |
* | | pdledit usability improvementszotlabs2017-10-102-3/+26
| |/ |/|
* | more custom navbar workzotlabs2017-10-093-53/+40
| |
* | typozotlabs2017-10-091-1/+1
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-0929-69/+80
|\|
| * feed untranslated appnames to nav_set_selected() and query for the active ↵Mario Vavti2017-10-0923-37/+39
| | | | | | | | app directly to get app details
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-0911-15/+356
| |\
| * | new notification changes - use sticky_kit instead of position fixedMario Vavti2017-10-097-24/+37
| | |
| * | more new notifications fixesMario Vavti2017-10-094-30/+26
| | |
* | | purify user-supplied filenames in some cases. Probably not needed but it's ↵zotlabs2017-10-093-2/+11
| |/ |/| | | | | the right thing to do.
* | ability to pin apps to the navbar when using named navbarszotlabs2017-10-084-2/+26
| |
* | check write_storage permission in /displayzotlabs2017-10-081-1/+1
| |
* | alternate navbar layoutszotlabs2017-10-087-12/+325
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-0810-39/+54
|\|
| * more fixesMario Vavti2017-10-083-3/+6
| |
| * new notification fixesMario Vavti2017-10-088-38/+50
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-10-0857-60/+493
|\|
| * experimental new notifications - needs pconfig experimental_notif set to 1 ↵Mario Vavti2017-10-0851-23/+383
| | | | | | | | for your channel to work.
| * pubstream single view fixesMario Vavti2017-10-071-3/+15
| |
| * provide single post view for pubstream and rewrite llink to point to ↵Mario Vavti2017-10-072-24/+45
| | | | | | | | /pubstream/?f=&mid=some_mid instead of /display/some_mid for pubs notifications
| * fix filestorage spinnerMario Vavti2017-10-071-1/+1
| |