aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-251-2/+5
| |\
| | * fixes for wiki create/delete pageMario Vavti2017-01-251-2/+5
| | |
| * | initialise item['postopts'] for mysql >= 5.7zotlabs2017-01-251-0/+1
| |/
| * minorzotlabs2017-01-241-3/+3
| |
| * block well-known from oembedzotlabs2017-01-241-0/+3
| |
| * put login form into the nav bar. Proof of concept - needs a bit of UI tweaks.zotlabs2017-01-232-0/+16
| |
| * synced wikis should be relocatedHubzilla2017-01-221-1/+1
| |
| * basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-223-2/+17
| |
| * some work on app_bin - just to get it goingMario Vavti2017-01-221-1/+28
| |
| * $a is deprecatedMario Vavti2017-01-221-1/+1
| |
| * whitespace cleanupMario Vavti2017-01-221-8/+5
| |
| * observer.language!={something} for completenessHubzilla2017-01-201-0/+17
| |
| * language aware contentHubzilla2017-01-201-0/+20
| |
| * js errors with raw message-id, string updateHubzilla2017-01-201-1/+2
| |
| * add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-194-5/+12
| | | | | | | | component of /display/ links for message-ids that contain troublesome characters
| * more urlencoding of message-ids which are used in linksHubzilla2017-01-184-668/+4
| |
| * urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-183-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 updatesHubzilla2017-01-181-27/+12
| |
| * more work on native wiki - revert now works; still remaining: diff, ↵zotlabs2017-01-171-3/+15
| | | | | | | | delete-page, rename-page and export wiki.
| * native wiki stuffzotlabs2017-01-172-13/+31
| |
| * Merge pull request #645 from git-marijus/devzotlabs2017-01-162-1/+7
| |\ | | | | | | do not choke if photo_factory() returns null
| | * do not choke if photo_factory() returns nullMario Vavti2017-01-152-1/+7
| | |
| * | vcard export from profilezotlabs2017-01-151-0/+4
| | |
| * | array pointer in wrong placezotlabs2017-01-151-1/+1
| | |
| * | more integration of vcard and profileszotlabs2017-01-152-1/+10
| | |
| * | Still trying to make the documentation link just a wee bit more obvious.zotlabs2017-01-151-0/+1
| | |
| * | 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