aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* perform input validation on xchan_store and re-enable the post method of the ↵zotlabs2016-12-262-2/+10
| | | | xchan api endpoint.
* show webpages link to visitors if a 'home' page exists. This means the nav ↵zotlabs2016-12-251-4/+19
| | | | menu must be used to edit pages.
* issue with post signatures if posted from api and logged in locally with a ↵zotlabs2016-12-241-2/+2
| | | | different identity.
* provide separate logging (if configured) for btlogger which is used to catch ↵zotlabs2016-12-213-1/+31
| | | | really subtle issues which don't always leave an audit trail. Similar to dbfail.out, the file btlogger.out (if it exists and is write-able) will only log these unusual situations with backtraces so we can find the culprits.
* fix a glitch in sticky-kit and comment out alt_pager() in ↵Mario Vavti2016-12-211-1/+1
| | | | widget_conversations since it will not work there
* provide call button on connections list if mobile|tablet and a phone number ↵zotlabs2016-12-201-0/+30
| | | | exists
* allow update of fn and initial setting from channel namezotlabs2016-12-201-0/+5
|
* progress on abook_vcardzotlabs2016-12-201-1/+2
|
* abook_vcard first commitzotlabs2016-12-201-0/+222
|
* allow tel: links on mobile deviceszotlabs2016-12-191-2/+2
|
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-195-12/+12
|
* improve oembed cache securityzotlabs2016-12-191-10/+5
|
* zidify private mailzotlabs2016-12-191-1/+0
|
* deprecate bb_iframezotlabs2016-12-181-9/+9
|
* re-factor item_photo_menu - there is some room for future development, ↵zotlabs2016-12-181-1/+165
| | | | currently it was made compatible with minimal template changes
* use array_shift - it's cleanerzotlabs2016-12-151-1/+1
|
* z_fetch_url incorrect variablezotlabs2016-12-151-5/+5
|
* html2plain warningszotlabs2016-12-151-1/+1
|
* postgres is picky about this stuffzotlabs2016-12-141-2/+2
|
* markdown regexzotlabs2016-12-141-2/+3
|
* fix regexMario Vavti2016-12-141-1/+1
|
* wiki: do not show revert buttons if we do not have write perms and minor cleanupMario Vavti2016-12-141-1/+2
|
* use absolute namespace in case this gets movedzotlabs2016-12-131-1/+1
|
* tag and mention handling in private mail (which required refactoring the ↵zotlabs2016-12-132-33/+69
| | | | bbcode cleanup stuff in mod_item)
* add plugin hook to zot_best_algorithm()zotlabs2016-12-131-0/+5
|
* restructuring include/message for mail previewzotlabs2016-12-131-32/+44
|
* bring lockview to wikilistMario Vavti2016-12-131-1/+2
|
* simplify wikilist widgetMario Vavti2016-12-131-82/+11
|
* move the rest of superblock out of corezotlabs2016-12-111-47/+13
|
* clone sync missing for some item delete operationszotlabs2016-12-111-28/+28
|
* fix embed-image for fullscreen mode and some adjustments for /helpMario Vavti2016-12-101-1/+1
|
* superblock issue + string updatezotlabs2016-12-091-2/+2
|
* don't alter received/changed timestamps when editingzotlabs2016-12-081-14/+2
|
* only update the 'changed' timestamp for recent item_store eventszotlabs2016-12-081-10/+14
|
* always check api_userzotlabs2016-12-071-8/+19
|
* document the api filedata callzotlabs2016-12-071-2/+2
|
* attach_list_files bugfixzotlabs2016-12-062-2/+8
|
* api files improvements/fixes and documentationzotlabs2016-12-062-3/+9
|
* Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-12-057-34/+78
|\
| * minor changes to config api and markdown_to_bbzotlabs2016-12-052-14/+16
| |
| * typozotlabs2016-12-041-1/+1
| |
| * minor optimisation to reduce code duplicationzotlabs2016-12-041-11/+7
| |
| * api_zot: implement /api/z/1.0/network/stream and fix /api/z/1.0/channel/streamzotlabs2016-12-042-3/+49
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-12-042-5/+7
| |\
| | * implement content type in wiki listMario Vavti2016-12-041-1/+1
| | |
| | * leave toc title for the authorMario Vavti2016-12-041-2/+2
| | |
| * | bugfix for api group_memberszotlabs2016-12-041-2/+2
| | |
* | | Merge remote-tracking branch 'upstream/dev' into docoAndrew Manning2016-12-044-9/+12
|\ \ \ | | |/ | |/|
| * | fixes for toc bbcode and bbcode wiki tocMario Vavti2016-12-041-4/+6
| |/
| * item_store: parent wasn't being returned in api callzotlabs2016-12-031-0/+1
| |