Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go live with wiki mimetypes - you can now choose if a wiki will contain ↵ | Mario Vavti | 2016-11-30 | 1 | -2/+1 |
| | | | | markdown or bb-code markup | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-11-30 | 1 | -0/+6 |
|\ | |||||
| * | highlight | zotlabs | 2016-11-29 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-11-29 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-29 | 1 | -31/+40 |
| |\ | |||||
| * | | missed this from the earlier checkin | zotlabs | 2016-11-29 | 1 | -1/+1 |
| | | | |||||
* | | | rename function | Mario Vavti | 2016-11-29 | 1 | -13/+13 |
| |/ |/| | |||||
* | | more work on wiki mimetypes | Mario Vavti | 2016-11-29 | 1 | -27/+30 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-11-29 | 1 | -4/+4 |
|\| | |||||
| * | minor re-arrange | zotlabs | 2016-11-28 | 1 | -4/+4 |
| | | |||||
* | | some basic work for implementing mimetypes for wikis | Mario Vavti | 2016-11-28 | 1 | -5/+11 |
|/ | |||||
* | Merge pull request #602 from anaqreon/doco | git-marijus | 2016-11-28 | 2 | -2/+44 |
|\ | | | | | Update context help content and context page element focus feature. | ||||
| * | Integrating lots of member guide content | Andrew Manning | 2016-11-27 | 1 | -0/+3 |
| | | |||||
| * | Add some identity-aware parsing to HTML content using parseIdentityAwareHTML() | Andrew Manning | 2016-11-27 | 2 | -1/+40 |
| | | |||||
| * | Add ability to include page assets in documentation pages such as images. ↵ | Andrew Manning | 2016-11-27 | 1 | -1/+1 |
| | | | | | | | | Updated Personal Channel tutorial to use local images using this new capability. | ||||
* | | wiki: move delete page functionality to the widget | Mario Vavti | 2016-11-28 | 1 | -5/+18 |
|/ | |||||
* | whitespace and minor fixes | Mario Vavti | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | missing plugins in zot-info | zotlabs | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-22 | 4 | -14/+12 |
|\ | |||||
| * | use plural since we can have more than one wiki | Mario Vavti | 2016-11-22 | 2 | -2/+2 |
| | | |||||
| * | display wiki list on wiki landing page. | 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. | ||||
| * | fix #594 | Mario Vavti | 2016-11-20 | 1 | -1/+1 |
| | | |||||
* | | db update required for Zot2 | zotlabs | 2016-11-22 | 3 | -9/+15 |
| | | |||||
* | | wrong function | zotlabs | 2016-11-21 | 1 | -3/+3 |
| | | |||||
* | | zot: specify crypto method | zotlabs | 2016-11-20 | 3 | -7/+8 |
|/ | |||||
* | Do not render maps for Diaspora destinations. | zotlabs | 2016-11-19 | 1 | -0/+6 |
| | |||||
* | Move page list back out to the side menu, but with the new page form below ↵ | Andrew Manning | 2016-11-18 | 1 | -0/+1 |
| | | | | the new page button like the new wiki form. Disable text editing if viewer lacks edit permission, and change the tab label to Source instead of Edit in that case. | ||||
* | Wiki pages display in tab to the left of the edit pane tab. Home is always ↵ | Andrew Manning | 2016-11-18 | 1 | -1/+4 |
| | | | | first in the list. | ||||
* | revert simple checkbox | Mario Vavti | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | add a simple checkbox template for use in widgets | Mario Vavti | 2016-11-18 | 1 | -2/+2 |
| | |||||
* | dba_pdo: return false on q() DB error like the old driver did | zotlabs | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | wiki list fixes | Mario Vavti | 2016-11-17 | 1 | -2/+4 |
| | |||||
* | Highlight active wiki in list in preparation for removing active wiki name ↵ | Andrew Manning | 2016-11-17 | 1 | -1/+13 |
| | | | | from content section header to make room for page list viewer | ||||
* | Move new wiki dialog directly underneath new wiki button in wiki list widget | Andrew Manning | 2016-11-16 | 1 | -25/+65 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-11-16 | 1 | -4/+15 |
|\ | |||||
| * | only turn [] and [x] into checkboxes if it is found inside a checklist | Mario Vavti | 2016-11-16 | 1 | -4/+15 |
| | | |||||
* | | use item from DB for return value | zotlabs | 2016-11-16 | 2 | -2/+1 |
| | | |||||
* | | export issue | zotlabs | 2016-11-16 | 1 | -1/+1 |
|/ | |||||
* | wiki: simplify permission model, reduce duplicate calls to get the same ↵ | zotlabs | 2016-11-15 | 1 | -13/+15 |
| | | | | channel info and permissions, return the owner permissions with the normal permission check (keeping all permission fetching in one place), rename the 'channel' variable to 'owner' in several places to identify this channel role more clearly as to the way it is being used in this module, update the deprecated call to proc_run (include/notifier) and make several notice messages translatable. | ||||
* | still a bit of wiki permission weirdness, this should catch the major ones | zotlabs | 2016-11-15 | 1 | -2/+3 |
| | |||||
* | wiki: permissions issues, untranslated strings in templates and some minor ↵ | zotlabs | 2016-11-15 | 1 | -2/+10 |
| | | | | changes to provide a consistent UI with the rest of the app. | ||||
* | xchan_fetch() returns a simplified structure | zotlabs | 2016-11-14 | 1 | -3/+3 |
| | |||||
* | update api perm_allowed to return all perms if no perm specified | zotlabs | 2016-11-14 | 1 | -5/+16 |
| | |||||
* | API: add GET /api/z/1.0/perm_allowed | zotlabs | 2016-11-14 | 1 | -0/+24 |
| | |||||
* | API: add GET /api/z/1.0/abconfig | zotlabs | 2016-11-14 | 1 | -0/+17 |
| | |||||
* | API: add GET api/z/1.0/abook | zotlabs | 2016-11-14 | 1 | -0/+19 |
| | |||||
* | show wiki controls only to owner and whitespace fixes | Mario Vavti | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | api: allow group member list to use a group name or id | zotlabs | 2016-11-13 | 1 | -14/+16 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 5 | -225/+232 |
| |