Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use chanlink_hash() instead of chanlink_url() for $profile_link | Mario Vavti | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | apps improvements | Mario Vavti | 2017-02-22 | 1 | -1/+3 |
| | |||||
* | wiki page permissions issue | zotlabs | 2017-02-20 | 1 | -3/+11 |
| | |||||
* | more permissions optimisations | zotlabs | 2017-02-09 | 1 | -12/+40 |
| | |||||
* | bringer - all basic functionality is implemented | zotlabs | 2017-02-08 | 1 | -6/+16 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-08 | 1 | -0/+4 |
|\ | |||||
| * | 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 | 1 | -0/+1 |
| | | |||||
* | | fix immediate issue with multiple login forms until I can figure out an ↵ | zotlabs | 2017-02-08 | 1 | -7/+1 |
|/ | | | | 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. | ||||
* | initial permcat creation ability, in /settings/permcats; functional permcat ↵ | zotlabs | 2017-02-07 | 1 | -1/+2 |
| | | | | 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 | 1 | -4/+7 |
| | |||||
* | move permcat initialisation to zlib | zotlabs | 2017-02-07 | 1 | -1/+48 |
| | |||||
* | move permcat library functions to Zlib | zotlabs | 2017-02-07 | 1 | -0/+63 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-02-06 | 1 | -1/+1 |
|\ | |||||
| * | 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. | ||||
* | move icon stuff back to app_render() and send navapps through app_render() | Mario Vavti | 2017-02-06 | 1 | -5/+4 |
| | |||||
* | make sure we do not remove other categories on app un-feature | Mario Vavti | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | parse icons in get_system_apps() | Mario Vavti | 2017-02-06 | 1 | -0/+3 |
| | |||||
* | check for app-icons in app_list() instead of app_render() | Mario Vavti | 2017-02-03 | 1 | -3/+6 |
| | |||||
* | move opensearch to plugins | zotlabs | 2017-02-02 | 1 | -0/+2 |
| | |||||
* | tested extensible permissions by adding wiki permissions. Discovered a ↵ | zotlabs | 2017-02-01 | 1 | -1/+1 |
| | | | | couple of issues that needed attention in the process. | ||||
* | hide featured app category in the app category widget | Mario Vavti | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | provide a feature/unfeature app button | Mario Vavti | 2017-01-30 | 1 | -2/+21 |
| | |||||
* | better handling of html special chars in wiki and wikipage names | zotlabs | 2017-01-26 | 2 | -22/+18 |
| | |||||
* | missing single quote in query | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | query for item_hidden is not needed anymore | Mario Vavti | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | fix renaming of wiki pages | Mario Vavti | 2017-01-26 | 1 | -6/+10 |
| | |||||
* | resolve the linked item delete issue by declaring what types of linked items ↵ | zotlabs | 2017-01-25 | 1 | -2/+2 |
| | | | | cannot be deleted | ||||
* | fixes for wiki create/delete page | Mario Vavti | 2017-01-25 | 1 | -9/+7 |
| | |||||
* | typo | zotlabs | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | always sync parent wiki when syncing pages, just in case the original wiki ↵ | zotlabs | 2017-01-24 | 1 | -3/+7 |
| | | | | creation wasn't synced. | ||||
* | remnant code that checked for version to see if an app was installed. We do ↵ | zotlabs | 2017-01-23 | 1 | -2/+1 |
| | | | | that differently now. | ||||
* | basic support for clone syncing of wikis and wiki pages | Hubzilla | 2017-01-22 | 2 | -13/+28 |
| | |||||
* | use icons for app photos. | Hubzilla | 2017-01-22 | 1 | -2/+5 |
| | |||||
* | remove the channel introduction on the system notifications page. "Hubzilla, ↵ | Hubzilla | 2017-01-21 | 1 | -2/+0 |
| | | | | George commented on your status 20 minutes ago". We need the channel introduction (in this case "Hubzilla," in emails for situations where one person controls a lot of channels. We don't need it on the web notification summary; where you're only viewing notifications for a single given channel. | ||||
* | add bbcode language conditionals to wiki | Hubzilla | 2017-01-20 | 1 | -22/+28 |
| | |||||
* | js errors with raw message-id, string update | Hubzilla | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | Hubzilla | 2017-01-19 | 1 | -1/+1 |
|\ | |||||
| * | we need channel_id here not the whole channel | Mario Vavti | 2017-01-19 | 1 | -1/+1 |
| | | |||||
* | | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -1/+1 |
|/ | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 2 | -2/+2 |
| | |||||
* | native wiki updates | Hubzilla | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | nwiki updates | Hubzilla | 2017-01-18 | 1 | -77/+96 |
| | |||||
* | more work on native wiki - revert now works; still remaining: diff, ↵ | zotlabs | 2017-01-17 | 2 | -0/+820 |
| | | | | delete-page, rename-page and export wiki. | ||||
* | several minor app nits | zotlabs | 2017-01-13 | 1 | -4/+5 |
| | |||||
* | re-factor item_photo_menu - there is some room for future development, ↵ | zotlabs | 2016-12-18 | 1 | -0/+2 |
| | | | | currently it was made compatible with minimal template changes | ||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -22/+65 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | some preliminary work for email notification of likes - potentially ↵ | zotlabs | 2016-12-11 | 1 | -0/+79 |
| | | | | destabilising so disabled until after next release | ||||
* | move the rest of superblock out of core | zotlabs | 2016-12-11 | 1 | -1/+1 |
| |