Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-09 | 1 | -4/+6 | |
| |\ | ||||||
| | * | wrap resizing in document ready function | Mario Vavti | 2017-02-09 | 1 | -4/+6 | |
| | | | ||||||
| * | | more work on permcats and consolidating calls that try to discover connect ↵ | zotlabs | 2017-02-09 | 7 | -116/+232 | |
| |/ | | | | | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode. | |||||
| * | minor theming and whitespace | zotlabs | 2017-02-08 | 4 | -1/+7 | |
| | | ||||||
| * | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 8 | -24/+107 | |
| | | ||||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-08 | 3 | -5/+11 | |
| |\ | ||||||
| | * | better detection of when to show the feature button and document nav mode ↵ | Mario Vavti | 2017-02-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | for app_render() | |||||
| | * | do not show feature button if the app is shared. css fixes | Mario Vavti | 2017-02-08 | 3 | -5/+8 | |
| | | | ||||||
| * | | fix immediate issue with multiple login forms until I can figure out an ↵ | zotlabs | 2017-02-08 | 3 | -10/+4 | |
| |/ | | | | | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked. | |||||
| * | open permission tab by default - when you're creating permission categories | zotlabs | 2017-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | initial permcat creation ability, in /settings/permcats; functional permcat ↵ | zotlabs | 2017-02-07 | 3 | -1/+164 | |
| | | | | | | | | creation for testing but still needs a lot of UX work before promoting the ability | |||||
| * | atokens - we only need one permission column | zotlabs | 2017-02-07 | 3 | -6/+10 | |
| | | ||||||
| * | move permcat initialisation to zlib | zotlabs | 2017-02-07 | 2 | -45/+48 | |
| | | ||||||
| * | provide a few system defined permcats; will require a permission editor page ↵ | zotlabs | 2017-02-07 | 3 | -0/+23 | |
| | | | | | | | | to define new (personal) ones. | |||||
| * | move permcat library functions to Zlib | zotlabs | 2017-02-07 | 2 | -44/+71 | |
| | | ||||||
| * | Merge branch 'abroles' into dev | zotlabs | 2017-02-07 | 5 | -8/+100 | |
| |\ | ||||||
| | * | more background work for permcat support | zotlabs | 2017-02-07 | 5 | -8/+100 | |
| | | | ||||||
| * | | nits | zotlabs | 2017-02-07 | 1 | -2/+2 | |
| |/ | ||||||
| * | sort the apps | Mario Vavti | 2017-02-07 | 1 | -0/+2 | |
| | | ||||||
| * | default to manual conversation updates | Mario Vavti | 2017-02-07 | 2 | -2/+4 | |
| | | ||||||
| * | update readme; probably not finished with this yet so feel free to make ↵ | zotlabs | 2017-02-06 | 2 | -67/+29 | |
| | | | | | | | | suggestions | |||||
| * | bring back view links for all notification types (esp: network, channel) for ↵ | zotlabs | 2017-02-06 | 3 | -12/+7 | |
| | | | | | | | | easy access | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-06 | 2 | -2/+8 | |
| |\ | ||||||
| | * | also take care of the collapsed state apps | Mario Vavti | 2017-02-06 | 1 | -1/+7 | |
| | | | ||||||
| | * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-02-06 | 2 | -284/+231 | |
| | |\ | ||||||
| | * | | only check for mode | Mario Vavti | 2017-02-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | don't add zid to app links if they're on this system and we're logged in ↵ | zotlabs | 2017-02-06 | 1 | -4/+10 | |
| | |/ | |/| | | | | | | | already. This messes up the null arg detection in mod_network. | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-06 | 44 | -413/+403 | |
| |\| | ||||||
| | * | move icon stuff back to app_render() and send navapps through app_render() | Mario Vavti | 2017-02-06 | 8 | -22/+22 | |
| | | | ||||||
| | * | fix wiki and chat .apd | Mario Vavti | 2017-02-06 | 2 | -2/+2 | |
| | | | ||||||
| | * | make sure we do not remove other categories on app un-feature | Mario Vavti | 2017-02-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | minor fixes | Mario Vavti | 2017-02-06 | 2 | -6/+6 | |
| | | | ||||||
| | * | import system apps on initial load | Mario Vavti | 2017-02-06 | 2 | -9/+7 | |
| | | | ||||||
| | * | update templates | Mario Vavti | 2017-02-06 | 3 | -44/+51 | |
| | | | ||||||
| | * | add profile app | Mario Vavti | 2017-02-06 | 1 | -0/+6 | |
| | | | ||||||
| | * | remove profile app | Mario Vavti | 2017-02-06 | 1 | -6/+0 | |
| | | | ||||||
| | * | update apps | Mario Vavti | 2017-02-06 | 1 | -0/+6 | |
| | | | ||||||
| | * | update apps | Mario Vavti | 2017-02-06 | 24 | -31/+56 | |
| | | | ||||||
| | * | parse icons in get_system_apps() | Mario Vavti | 2017-02-06 | 1 | -0/+3 | |
| | | | ||||||
| | * | merge dev | Mario Vavti | 2017-02-06 | 10 | -59/+101 | |
| | |\ | ||||||
| | * | | allow featuring of apps in /apps and update some more apd files | Mario Vavti | 2017-02-04 | 7 | -18/+13 | |
| | | | | ||||||
| | * | | merge dev | Mario Vavti | 2017-02-04 | 1 | -1996/+1965 | |
| | |\ \ | ||||||
| | * | | | update some apps and refine navapps.tpl | Mario Vavti | 2017-02-03 | 12 | -19/+45 | |
| | | | | | ||||||
| | * | | | check for app-icons in app_list() instead of app_render() | Mario Vavti | 2017-02-03 | 4 | -6/+8 | |
| | | | | | ||||||
| | * | | | do not hide button - just gray it out | Mario Vavti | 2017-02-03 | 2 | -3/+3 | |
| | | | | | ||||||
| | * | | | hide notifications button if there are none | Mario Vavti | 2017-02-03 | 2 | -1/+9 | |
| | | | | | ||||||
| | * | | | use openClose() for nav-login | Mario Vavti | 2017-02-03 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge branch 'dev' into wip-app-bin | Mario Vavti | 2017-02-03 | 18 | -240/+75 | |
| | |\ \ \ | ||||||
| | * | | | | whitespace cleanup | Mario Vavti | 2017-02-02 | 1 | -172/+161 | |
| | | | | | | ||||||
| | * | | | | provide separate collased menus for apps and notifications | Mario Vavti | 2017-02-02 | 3 | -11/+26 | |
| | | | | | |