Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+4 |
| | |||||
* | hide nav search behind a button, css fixes and cleanup | Mario Vavti | 2017-03-14 | 1 | -45/+18 |
| | |||||
* | Take me home instead of get me home | Andrew Manning | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | change text back to 'add apps' | zotlabs | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Change Add Apps to Manage Apps and support translation. | Andrew Manning | 2017-02-21 | 1 | -1/+2 |
| | |||||
* | css fixes and rename link to full docs to help since its app is also called help | Mario Vavti | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | sort the apps | Mario Vavti | 2017-02-07 | 1 | -0/+2 |
| | |||||
* | bring back view links for all notification types (esp: network, channel) for ↵ | zotlabs | 2017-02-06 | 1 | -3/+5 |
| | | | | easy access | ||||
* | move icon stuff back to app_render() and send navapps through app_render() | Mario Vavti | 2017-02-06 | 1 | -4/+3 |
| | |||||
* | import system apps on initial load | Mario Vavti | 2017-02-06 | 1 | -1/+5 |
| | |||||
* | merge dev | Mario Vavti | 2017-02-06 | 1 | -11/+21 |
|\ | |||||
| * | more work on nav-modal | zotlabs | 2017-02-03 | 1 | -11/+21 |
| | | |||||
* | | check for app-icons in app_list() instead of app_render() | Mario Vavti | 2017-02-03 | 1 | -1/+0 |
| | | |||||
* | | remove apps from usermenu | Mario Vavti | 2017-02-02 | 1 | -14/+14 |
| | | |||||
* | | resolve merge conflict | Mario Vavti | 2017-02-02 | 1 | -1/+1 |
|\| | |||||
| * | fix a few style issues with nav login panel | zotlabs | 2017-02-01 | 1 | -1/+1 |
| | | |||||
* | | remove experimental_app_bin config conditional | Mario Vavti | 2017-02-01 | 1 | -19/+17 |
|/ | |||||
* | hide featured app category in the app category widget | Mario Vavti | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | more work on app-bin | Mario Vavti | 2017-01-27 | 1 | -2/+3 |
| | |||||
* | put login form into the nav bar. Proof of concept - needs a bit of UI tweaks. | zotlabs | 2017-01-23 | 1 | -0/+2 |
| | |||||
* | some work on app_bin - just to get it going | Mario Vavti | 2017-01-22 | 1 | -1/+28 |
| | |||||
* | $a is deprecated | Mario Vavti | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | whitespace cleanup | Mario Vavti | 2017-01-22 | 1 | -8/+5 |
| | |||||
* | Still trying to make the documentation link just a wee bit more obvious. | zotlabs | 2017-01-15 | 1 | -0/+1 |
| | |||||
* | use plural since we can have more than one wiki | Mario Vavti | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | move the remote user homebutton to the user menu. this way everything remote ↵ | Mario Vavti | 2016-11-20 | 1 | -10/+8 |
| | | | | user related is in one place. | ||||
* | incutio xmlrpc library uses old-style (php4) constructors which have been ↵ | redmatrix | 2016-09-04 | 1 | -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 in | Mario Vavti | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | show home icon in first position in nav, provide register link also if ↵ | Mario Vavti | 2016-09-02 | 1 | -2/+2 |
| | | | | register policy is set to approve and whitespace cleanup | ||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -0/+1 |
| | | | | other roles. | ||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -9/+11 |
| | |||||
* | force immediate avatar update | Treer | 2016-07-03 | 1 | -0/+13 |
| | |||||
* | provide wiki as a feature (default is on so there aren't any surprises) and ↵ | redmatrix | 2016-06-29 | 1 | -0/+2 |
| | | | | add to channel menu and profile tabs | ||||
* | add letsencrypt x3 intermediate cert and new cert file, improve UX of new ↵ | redmatrix | 2016-06-27 | 1 | -2/+2 |
| | | | | registrations | ||||
* | simplify context help js and move it to main.js where all the nav related js ↵ | Mario Vavti | 2016-04-23 | 1 | -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 Vavti | 2016-04-21 | 1 | -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 Manning | 2016-04-21 | 1 | -0/+6 |
| | | | | original help menu button behavior is restored. | ||||
* | Merge branch 'dev' into toggle-context-help | Andrew Manning | 2016-04-20 | 1 | -1/+1 |
|\ | |||||
| * | module updates | redmatrix | 2016-04-18 | 1 | -1/+1 |
| | | |||||
* | | Try toggling context help using onclick attribute | Andrew Manning | 2016-04-19 | 1 | -2/+3 |
|/ | |||||
* | issue #340 | redmatrix | 2016-04-06 | 1 | -9/+1 |
| | |||||
* | fix contextual help | Mario Vavti | 2016-04-05 | 1 | -3/+2 |
| | |||||
* | Merge pull request #338 from anaqreon/contextual-help | redmatrix | 2016-04-05 | 1 | -3/+13 |
|\ | | | | | Contextual help | ||||
| * | Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵ | Andrew Manning | 2016-04-03 | 1 | -23/+21 |
| |\ | | | | | | | | | | contextual-help | ||||
| * | | Search docs/context/ hierarchically for help.html files to reduce redundancy | Andrew Manning | 2016-03-26 | 1 | -2/+7 |
| | | | |||||
| * | | Override navbar help button to open contextual help panel. Contextual help ↵ | Andrew Manning | 2016-03-21 | 1 | -3/+8 |
| | | | | | | | | | | | | for mail written. | ||||
* | | | issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵ | redmatrix | 2016-04-03 | 1 | -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 App | redmatrix | 2016-03-31 | 1 | -17/+17 |
| | | |||||
* | | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -3/+3 |
| | | |||||
* | | some work on mod chat | Mario Vavti | 2016-03-30 | 1 | -3/+1 |
|/ |