Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | provide 'per-page' caching for is_matrix_url() results to reduce duplicate ↵ | zotlabs | 2016-11-13 | 1 | -2/+12 |
| | | | | queries | ||||
* | zidify wiki content | zotlabs | 2016-11-13 | 1 | -0/+31 |
| | |||||
* | attach_rename: flaw in duplicate filename detection resulted in ↵ | zotlabs | 2016-11-10 | 1 | -0/+4 |
| | | | | filename(1)(1)(1).ext | ||||
* | Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵ | zotlabs | 2016-11-10 | 1 | -2/+2 |
| | | | | on the first hop since we no longer provide the twitter api by default | ||||
* | deprecate/remove get_channel_by_nick() which is just a less generalised ↵ | zotlabs | 2016-11-08 | 2 | -9/+2 |
| | | | | variant of channelx_by_nick() | ||||
* | 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 ↵ | zotlabs | 2016-11-08 | 1 | -1590/+29 |
| | | | | dealing with abstracting the authentication calls and separating out the twitter authentication structure from the zot api. | ||||
* | 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 |
| | |||||
* | provide /locs link on settings page if there is more than one hubloc for ↵ | zotlabs | 2016-11-05 | 2 | -3/+3 |
| | | | | this channnel *that isn't deleted*. | ||||
* | ignore flags to dns_get_record() and look for anything | zotlabs | 2016-11-02 | 1 | -4/+7 |
| | |||||
* | issue #409 - use item_notshown for file activities to prevent display but ↵ | zotlabs | 2016-11-02 | 1 | -1/+1 |
| | | | | allow transmitting to other sites. We currently allow file acitivies with item_hidden to be transmitted as a special case but eventually we want to remove the special case and disallow items with item_hidden from being propagated. |