aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* more api work for item/store and docozotlabs2016-12-021-4/+3
|
* api function item/new renamed to item/store as that more closely reflects ↵zotlabs2016-12-021-6/+6
| | | | | | its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin. Also some work to make the install documentation agnostic to project name variations. This is not yet complete.
* fix the forum widget for forums with custom permszotlabs2016-12-022-10/+22
|
* bb_highlight: if somebody enters an unsupported language for code syntax ↵zotlabs2016-12-011-3/+3
| | | | highlighting (like fortran or cobol or whatever) use 'php' instead of returning a completely unformatted code block. This choice was somewhat arbitrary. It could be difficult to analyse the intention which could be literally anything and provide the closest match.
* sql error in fetch conversationzotlabs2016-12-011-1/+1
|
* trim both key and iv on other cipherszotlabs2016-12-011-0/+2
|
* trim iv in STD_encapsulatezotlabs2016-12-011-0/+2
|
* allow plugins to cancel item_store() and item_store_update()zotlabs2016-12-011-0/+11
|
* issue #607 parens not recognised inside urlszotlabs2016-12-011-1/+1
|
* issue #606, postgres binary data handling under PDO and HHVM when passed nullzotlabs2016-11-301-1/+1
|
* advanced crypto restricted by server rolezotlabs2016-11-302-0/+6
|
* zot 1.2zotlabs2016-11-303-162/+270
|
* go live with wiki mimetypes - you can now choose if a wiki will contain ↵Mario Vavti2016-11-301-2/+1
| | | | markdown or bb-code markup
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-301-0/+6
|\
| * highlightzotlabs2016-11-291-0/+6
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-291-1/+1
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-291-31/+40
| |\
| * | missed this from the earlier checkinzotlabs2016-11-291-1/+1
| | |
* | | rename functionMario Vavti2016-11-291-13/+13
| |/ |/|
* | more work on wiki mimetypesMario Vavti2016-11-291-27/+30
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-291-4/+4
|\|
| * minor re-arrangezotlabs2016-11-281-4/+4
| |
* | some basic work for implementing mimetypes for wikisMario Vavti2016-11-281-5/+11
|/
* Merge pull request #602 from anaqreon/docogit-marijus2016-11-282-2/+44
|\ | | | | Update context help content and context page element focus feature.
| * Integrating lots of member guide contentAndrew Manning2016-11-271-0/+3
| |
| * Add some identity-aware parsing to HTML content using parseIdentityAwareHTML()Andrew Manning2016-11-272-1/+40
| |
| * Add ability to include page assets in documentation pages such as images. ↵Andrew Manning2016-11-271-1/+1
| | | | | | | | Updated Personal Channel tutorial to use local images using this new capability.
* | wiki: move delete page functionality to the widgetMario Vavti2016-11-281-5/+18
|/
* whitespace and minor fixesMario Vavti2016-11-231-1/+1
|
* missing plugins in zot-infozotlabs2016-11-221-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-224-14/+12
|\
| * use plural since we can have more than one wikiMario Vavti2016-11-222-2/+2
| |
| * display wiki list on wiki landing page.Mario Vavti2016-11-221-1/+1
| |
| * move the remote user homebutton to the user menu. this way everything remote ↵Mario Vavti2016-11-201-10/+8
| | | | | | | | user related is in one place.
| * fix #594Mario Vavti2016-11-201-1/+1
| |
* | db update required for Zot2zotlabs2016-11-223-9/+15
| |
* | wrong functionzotlabs2016-11-211-3/+3
| |
* | zot: specify crypto methodzotlabs2016-11-203-7/+8
|/
* Do not render maps for Diaspora destinations.zotlabs2016-11-191-0/+6
|
* Move page list back out to the side menu, but with the new page form below ↵Andrew Manning2016-11-181-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 Manning2016-11-181-1/+4
| | | | first in the list.
* revert simple checkboxMario Vavti2016-11-181-1/+1
|
* add a simple checkbox template for use in widgetsMario Vavti2016-11-181-2/+2
|
* dba_pdo: return false on q() DB error like the old driver didzotlabs2016-11-171-1/+1
|
* wiki list fixesMario Vavti2016-11-171-2/+4
|
* Highlight active wiki in list in preparation for removing active wiki name ↵Andrew Manning2016-11-171-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 widgetAndrew Manning2016-11-161-25/+65
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-161-4/+15
|\
| * only turn [] and [x] into checkboxes if it is found inside a checklistMario Vavti2016-11-161-4/+15
| |
* | use item from DB for return valuezotlabs2016-11-162-2/+1
| |