aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
Commit message (Collapse)AuthorAgeFilesLines
* more work on nav-modalzotlabs2017-02-031-11/+21
|
* fix a few style issues with nav login panelzotlabs2017-02-011-1/+1
|
* hide featured app category in the app category widgetMario Vavti2017-01-311-1/+1
|
* more work on app-binMario Vavti2017-01-271-2/+3
|
* put login form into the nav bar. Proof of concept - needs a bit of UI tweaks.zotlabs2017-01-231-0/+2
|
* some work on app_bin - just to get it goingMario Vavti2017-01-221-1/+28
|
* $a is deprecatedMario Vavti2017-01-221-1/+1
|
* whitespace cleanupMario Vavti2017-01-221-8/+5
|
* Still trying to make the documentation link just a wee bit more obvious.zotlabs2017-01-151-0/+1
|
* use plural since we can have more than one wikiMario Vavti2016-11-221-1/+1
|
* move the remote user homebutton to the user menu. this way everything remote ↵Mario Vavti2016-11-201-10/+8
| | | | user related is in one place.
* incutio xmlrpc library uses old-style (php4) constructors which have been ↵redmatrix2016-09-041-1/+1
| | | | deprecated for some time. They should still work on 7.0, but it's only a matter of time before they go away.
* fix register link if logged inMario Vavti2016-09-041-1/+1
|
* show home icon in first position in nav, provide register link also if ↵Mario Vavti2016-09-021-2/+2
| | | | register policy is set to approve and whitespace cleanup
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-0/+1
| | | | other roles.
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-9/+11
|
* force immediate avatar updateTreer2016-07-031-0/+13
|
* provide wiki as a feature (default is on so there aren't any surprises) and ↵redmatrix2016-06-291-0/+2
| | | | add to channel menu and profile tabs
* add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵redmatrix2016-06-271-2/+2
| | | | registrations
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-231-13/+4
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* some fixes for contextual help and disable transition animation for now - it ↵Mario Vavti2016-04-211-6/+11
| | | | looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now.
* Added admin/site setting that toggles context help panel. If disabled, ↵Andrew Manning2016-04-211-0/+6
| | | | original help menu button behavior is restored.
* Merge branch 'dev' into toggle-context-helpAndrew Manning2016-04-201-1/+1
|\
| * module updatesredmatrix2016-04-181-1/+1
| |
* | Try toggling context help using onclick attributeAndrew Manning2016-04-191-2/+3
|/
* issue #340redmatrix2016-04-061-9/+1
|
* fix contextual helpMario Vavti2016-04-051-3/+2
|
* Merge pull request #338 from anaqreon/contextual-helpredmatrix2016-04-051-3/+13
|\ | | | | Contextual help
| * Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-04-031-23/+21
| |\ | | | | | | | | | contextual-help
| * | Search docs/context/ hierarchically for help.html files to reduce redundancyAndrew Manning2016-03-261-2/+7
| | |
| * | Override navbar help button to open contextual help panel. Contextual help ↵Andrew Manning2016-03-211-3/+8
| | | | | | | | | | | | for mail written.
* | | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-1/+1
| |/ |/| | | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* | static Appredmatrix2016-03-311-17/+17
| |
* | deprecate $a->get_baseurl()redmatrix2016-03-301-3/+3
| |
* | some work on mod chatMario Vavti2016-03-301-3/+1
|/
* uno stuffredmatrix2016-02-051-8/+11
|
* some heavy private mail restructuring - work in progressMario Vavti2015-09-241-4/+4
|
* looks like chat has been neglected a bit recentlyredmatrix2015-09-201-3/+2
|
* change matrix to grid, begin webfinger optimisationredmatrix2015-09-161-2/+2
|
* more work on db storage of docoredmatrix2015-07-051-2/+2
|
* DB changes for some channel flagsredmatrix2015-06-151-7/+2
|
* adjust icon sizeMario Vavti2015-05-071-1/+1
|
* whitespacefriendica2015-03-091-2/+1
|
* make network page default options work more or less universally instead of ↵friendica2015-03-091-2/+1
| | | | just from the navbar, and fix some saved-search weirdness related to the delete-term icon
* remote_user => remote_channelfriendica2015-01-281-2/+2
|
* local_user => local_channelfriendica2015-01-281-11/+11
|
* Make nav search use textcompleteStefan Parviainen2015-01-071-9/+1
|
* Add hint on how to use search boxStefan Parviainen2014-12-141-0/+1
|
* Add some ids to nav elementsStefan Parviainen2014-12-121-27/+27
|
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: boot.php include/dba/dba_driver.php include/diaspora.php include/follow.php include/session.php include/zot.php mod/photos.php mod/ping.php