Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | language aware content | Hubzilla | 2017-01-20 | 1 | -0/+20 |
| | |||||
* | js errors with raw message-id, string update | Hubzilla | 2017-01-20 | 1 | -1/+2 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 4 | -5/+12 |
| | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 4 | -668/+4 |
| | |||||
* | urlencode the message-id component of generated /display/ links; in most ↵ | Hubzilla | 2017-01-18 | 3 | -5/+5 |
| | | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider. | ||||
* | native wiki updates | Hubzilla | 2017-01-18 | 1 | -27/+12 |
| | |||||
* | more work on native wiki - revert now works; still remaining: diff, ↵ | zotlabs | 2017-01-17 | 1 | -3/+15 |
| | | | | delete-page, rename-page and export wiki. | ||||
* | native wiki stuff | zotlabs | 2017-01-17 | 2 | -13/+31 |
| | |||||
* | Merge pull request #645 from git-marijus/dev | zotlabs | 2017-01-16 | 2 | -1/+7 |
|\ | | | | | do not choke if photo_factory() returns null | ||||
| * | do not choke if photo_factory() returns null | Mario Vavti | 2017-01-15 | 2 | -1/+7 |
| | | |||||
* | | vcard export from profile | zotlabs | 2017-01-15 | 1 | -0/+4 |
| | | |||||
* | | array pointer in wrong place | zotlabs | 2017-01-15 | 1 | -1/+1 |
| | | |||||
* | | more integration of vcard and profiles | zotlabs | 2017-01-15 | 2 | -1/+10 |
| | | |||||
* | | Still trying to make the documentation link just a wee bit more obvious. | zotlabs | 2017-01-15 | 1 | -0/+1 |
| | | |||||
* | | attach_delete() - remove photo resources even if the attach table row wasn't ↵ | zotlabs | 2017-01-15 | 1 | -12/+23 |
|/ | | | | found. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-01-13 | 1 | -4/+11 |
|\ | |||||
| * | possibly improve the album list query and save the result in App::$data | Mario Vavti | 2017-01-13 | 1 | -4/+11 |
| | | |||||
* | | several minor app nits | zotlabs | 2017-01-13 | 1 | -3/+6 |
|/ | |||||
* | default cover photo support. | zotlabs | 2017-01-12 | 1 | -5/+18 |
| | |||||
* | fix embedimage if an albumname contains quotes | Mario Vavti | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | btlogger trace file logging not working as desired. | zotlabs | 2017-01-10 | 1 | -4/+7 |
| | |||||
* | normalise feed id | zotlabs | 2017-01-10 | 1 | -9/+16 |
| | |||||
* | obj_type on edit activity was wrong | zotlabs | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | channel move stuff (disabled currently because not yet complete) | zotlabs | 2017-01-09 | 2 | -4/+17 |
| | |||||
* | add enclosures and categories to atom feed | zotlabs | 2017-01-07 | 1 | -19/+50 |
| | |||||
* | allow the atom_entry hook to change the results | zotlabs | 2017-01-07 | 1 | -7/+14 |
| | |||||
* | typo | zotlabs | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | update the atom_entry hook | zotlabs | 2017-01-07 | 1 | -6/+13 |
| | |||||
* | more feedutils cleanup | zotlabs | 2017-01-06 | 1 | -5/+2 |
| | |||||
* | add the ostatus:conversation element which is now more or less required by ↵ | zotlabs | 2017-01-06 | 1 | -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 ↵ | zotlabs | 2017-01-06 | 1 | -17/+10 |
| | | | | them properly before calling mod_display. | ||||
* | Merge branch 'dev' into gnusoc | zotlabs | 2017-01-06 | 3 | -15/+60 |
|\ | |||||
| * | setup: check disabled functions more precisely than using a string match | zotlabs | 2017-01-05 | 1 | -0/+6 |
| | | |||||
| * | ical import/export - provide mechanism to preserve original source ↵ | zotlabs | 2017-01-05 | 1 | -13/+52 |
| | | | | | | | | formatting across zot based systems. | ||||
| * | issue #639, voting setting is lost after post is edited (also the disabling ↵ | zotlabs | 2017-01-05 | 1 | -2/+2 |
| | | | | | | | | of comments) | ||||
* | | some gnusoc fixes | zotlabs | 2017-01-04 | 1 | -3/+29 |
|/ | |||||
* | feature: allow event creation in other timezones than your own. | zotlabs | 2017-01-01 | 1 | -0/+9 |
| | |||||
* | better fix for #629 #635 based on ownership/authorship rather than message ↵ | zotlabs | 2016-12-31 | 1 | -11/+6 |
| | | | | flags which could be forged | ||||
* | issues #629, #635 - edited post arriving from downstream source was not ↵ | zotlabs | 2016-12-31 | 1 | -0/+14 |
| | | | | being rejected | ||||
* | move api version call back to core | zotlabs | 2016-12-30 | 1 | -0/+18 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-12-30 | 1 | -0/+19 |
|\ | |||||
| * | Zot structures doco integrated into the Zot page. Added nowrap option to ↵ | Andrew Manning | 2016-12-28 | 1 | -0/+19 |
| | | | | | | | | [code] BBcode tag. | ||||
* | | logger typos | zotlabs | 2016-12-30 | 1 | -2/+2 |
|/ | |||||
* | issue with HTML in code blocks in markdown in wiki | zotlabs | 2016-12-27 | 1 | -1/+27 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-12-26 | 1 | -5/+27 |
|\ | |||||
| * | Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵ | Andrew Manning | 2016-12-26 | 1 | -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 ↵ | zotlabs | 2016-12-26 | 2 | -2/+10 |
|/ | | | | xchan api endpoint. | ||||
* | show webpages link to visitors if a 'home' page exists. This means the nav ↵ | zotlabs | 2016-12-25 | 1 | -4/+19 |
| | | | | menu must be used to edit pages. | ||||
* | issue with post signatures if posted from api and logged in locally with a ↵ | zotlabs | 2016-12-24 | 1 | -2/+2 |
| | | | | different identity. | ||||
* | provide separate logging (if configured) for btlogger which is used to catch ↵ | zotlabs | 2016-12-21 | 3 | -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. |