aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | attach_delete() - remove photo resources even if the attach table row wasn't ↵zotlabs2017-01-151-12/+23
|/ | | | found.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-131-4/+11
|\
| * possibly improve the album list query and save the result in App::$dataMario Vavti2017-01-131-4/+11
| |
* | several minor app nitszotlabs2017-01-131-3/+6
|/
* default cover photo support.zotlabs2017-01-121-5/+18
|
* fix embedimage if an albumname contains quotesMario Vavti2017-01-111-0/+1
|
* btlogger trace file logging not working as desired.zotlabs2017-01-101-4/+7
|
* normalise feed idzotlabs2017-01-101-9/+16
|
* obj_type on edit activity was wrongzotlabs2017-01-091-2/+2
|
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-092-4/+17
|
* add enclosures and categories to atom feedzotlabs2017-01-071-19/+50
|
* allow the atom_entry hook to change the resultszotlabs2017-01-071-7/+14
|
* typozotlabs2017-01-071-1/+1
|
* update the atom_entry hookzotlabs2017-01-071-6/+13
|
* more feedutils cleanupzotlabs2017-01-061-5/+2
|
* add the ostatus:conversation element which is now more or less required by ↵zotlabs2017-01-061-0/+3
| | | | GNU-Social to work around some short-comings of the OStatus delivery model when it comes to conversational message grouping. If this element isn't there, message replies will not get grouped with the parent specified in thr:in-reply-to, which exists to group conversations together. The reasoning being that due to the point-to-point delivery model, a reply could arrive on one site which does not have a copy of the parent specified by thr:in-reply-to. Hence further replies arriving on this site are grouped with the first arrived comment as the parent. Since this project doesn't allow comments which don't have top-level parents, we can just set it to the parent-mid and save being forced to create a new database structure for orphan children acting as parents.
* preserve the original message-id coming from feeds - we will have to escape ↵zotlabs2017-01-061-17/+10
| | | | them properly before calling mod_display.
* Merge branch 'dev' into gnusoczotlabs2017-01-063-15/+60
|\
| * setup: check disabled functions more precisely than using a string matchzotlabs2017-01-051-0/+6
| |
| * ical import/export - provide mechanism to preserve original source ↵zotlabs2017-01-051-13/+52
| | | | | | | | formatting across zot based systems.
| * issue #639, voting setting is lost after post is edited (also the disabling ↵zotlabs2017-01-051-2/+2
| | | | | | | | of comments)
* | some gnusoc fixeszotlabs2017-01-041-3/+29
|/
* feature: allow event creation in other timezones than your own.zotlabs2017-01-011-0/+9
|
* better fix for #629 #635 based on ownership/authorship rather than message ↵zotlabs2016-12-311-11/+6
| | | | flags which could be forged
* issues #629, #635 - edited post arriving from downstream source was not ↵zotlabs2016-12-311-0/+14
| | | | being rejected
* move api version call back to corezotlabs2016-12-301-0/+18
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-12-301-0/+19
|\
| * Zot structures doco integrated into the Zot page. Added nowrap option to ↵Andrew Manning2016-12-281-0/+19
| | | | | | | | [code] BBcode tag.
* | logger typoszotlabs2016-12-301-2/+2
|/
* issue with HTML in code blocks in markdown in wikizotlabs2016-12-271-1/+27
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-12-261-5/+27
|\
| * Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵Andrew Manning2016-12-261-5/+27
| | | | | | | | parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set.
* | 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
|