| Commit message (Expand) | Author | Age | Files | Lines |
* | minor re-arrange | zotlabs | 2016-11-28 | 1 | -4/+4 |
* | Merge pull request #602 from anaqreon/doco | git-marijus | 2016-11-28 | 2 | -2/+44 |
|\ |
|
| * | 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. Upd... | Andrew Manning | 2016-11-27 | 1 | -1/+1 |
* | | 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 |
| * | 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 th... | Andrew Manning | 2016-11-18 | 1 | -0/+1 |
* | Wiki pages display in tab to the left of the edit pane tab. Home is always fi... | Andrew Manning | 2016-11-18 | 1 | -1/+4 |
* | 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 fr... | Andrew Manning | 2016-11-17 | 1 | -1/+13 |
* | 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 chann... | zotlabs | 2016-11-15 | 1 | -13/+15 |
* | 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 ch... | zotlabs | 2016-11-15 | 1 | -2/+10 |
* | 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 |
* | provide 'per-page' caching for is_matrix_url() results to reduce duplicate qu... | zotlabs | 2016-11-13 | 1 | -2/+12 |
* | zidify wiki content | zotlabs | 2016-11-13 | 1 | -0/+31 |
* | attach_rename: flaw in duplicate filename detection resulted in filename(1)(1... | zotlabs | 2016-11-10 | 1 | -0/+4 |
* | Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ... | zotlabs | 2016-11-10 | 1 | -2/+2 |
* | deprecate/remove get_channel_by_nick() which is just a less generalised varia... | zotlabs | 2016-11-08 | 2 | -9/+2 |
* | more api work | zotlabs | 2016-11-08 | 1 | -166/+1 |
* | more api re-org | zotlabs | 2016-11-08 | 1 | -36/+40 |
* | move twitter api to addon; there's still a bit of cleanup remaining, mostly d... | zotlabs | 2016-11-08 | 1 | -1590/+29 |
* | fix a fatal error with incorrect DB object access | zottel | 2016-11-07 | 1 | -2/+2 |
* | reorganise emoticons | zotlabs | 2016-11-06 | 1 | -33/+33 |