Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use imagick converter for large photos | zotlabs | 2017-09-30 | 1 | -2/+77 |
| | |||||
* | process activity deletes from OStatus which for whatever reason do not use ↵ | zotlabs | 2017-09-27 | 1 | -37/+58 |
| | | | | the industry standard tombstone mechanism | ||||
* | more zot6 basic stuff | zotlabs | 2017-09-25 | 1 | -9/+5 |
| | |||||
* | zot_site_info - always sign the site block with the site private key | zotlabs | 2017-09-25 | 1 | -4/+4 |
| | |||||
* | extend activity_match to work with arrays | zotlabs | 2017-09-24 | 1 | -2/+10 |
| | |||||
* | server/hub config storage for zot6 | zotlabs | 2017-09-24 | 1 | -0/+16 |
| | |||||
* | ostatus - support likes of comments | zotlabs | 2017-09-24 | 1 | -11/+19 |
| | |||||
* | tagging changes - provides ability to mention a forum by using !forumname as ↵ | zotlabs | 2017-09-24 | 4 | -27/+77 |
| | | | | well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. | ||||
* | Merge branch 'master' into tagging | zotlabs | 2017-09-24 | 8 | -22/+83 |
|\ | |||||
| * | encrypt delivery reports. This will cause a bit of consternation because ↵ | zotlabs | 2017-09-21 | 1 | -3/+20 |
| | | | | | | | | this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports. | ||||
| * | provide default photo mimetype | zotlabs | 2017-09-20 | 3 | -1/+8 |
| | | |||||
| * | use mimetype text description rather than technical name in dropdown ↵ | zotlabs | 2017-09-19 | 1 | -8/+8 |
| | | | | | | | | choices, found bug in mimetype selection option code | ||||
| * | perform caching of jsonld schemas | zotlabs | 2017-09-19 | 1 | -0/+31 |
| | | |||||
| * | turn common friends into a widget | zotlabs | 2017-09-19 | 1 | -9/+10 |
| | | |||||
| * | pubcrawl: make a good faith effort to handle multi-media content | zotlabs | 2017-09-18 | 1 | -1/+1 |
| | | |||||
| * | provide rel=alternate link if no reshare content in post | zotlabs | 2017-09-18 | 1 | -0/+5 |
| | | |||||
* | | more tag stuff | zotlabs | 2017-09-17 | 1 | -1/+1 |
| | | |||||
* | | tagging changes | zotlabs | 2017-09-17 | 1 | -4/+11 |
|/ | |||||
* | more mastodon testing | zotlabs | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | typocheck | zotlabs | 2017-09-14 | 1 | -1/+1 |
| | |||||
* | provide a hook for importing a channel photo at channel creation time | zotlabs | 2017-09-14 | 2 | -0/+42 |
| | |||||
* | make wiki page mimetype default to wiki mimetype (this was the original ↵ | zotlabs | 2017-09-13 | 1 | -1/+3 |
| | | | | intent but the wrong variable was used) | ||||
* | more zot6 | zotlabs | 2017-09-13 | 2 | -4/+12 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-09-13 | 1 | -3/+3 |
|\ | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-13 | 2 | -5/+5 |
| |\ | |||||
| * | | rename activity notifications links - one more | Mario Vavti | 2017-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | rename activity notifications links | Mario Vavti | 2017-09-12 | 1 | -2/+2 |
| | | | |||||
* | | | Zot6: some things that need to be done ahead of time so we can turbocharge ↵ | zotlabs | 2017-09-13 | 1 | -11/+35 |
| |/ |/| | | | | | the delivery engine and split off site records from channel records. | ||||
* | | add option to mimetype selector so you can change the element name in case ↵ | zotlabs | 2017-09-12 | 1 | -2/+2 |
| | | | | | | | | you end up with two of these suckers on the same page | ||||
* | | wiki mimetype selection | zotlabs | 2017-09-12 | 1 | -3/+3 |
| | | |||||
* | | drop salmon until we improve performance | zotlabs | 2017-09-12 | 1 | -1/+1 |
|/ | |||||
* | regex was still broken | zotlabs | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | fix regex | zotlabs | 2017-09-10 | 1 | -1/+1 |
| | |||||
* | owa cleanup | zotlabs | 2017-09-09 | 1 | -2/+3 |
| | |||||
* | owa: missed the set-observer stuff | zotlabs | 2017-09-08 | 1 | -1/+8 |
| | |||||
* | initial testing success with owa | zotlabs | 2017-09-07 | 1 | -1/+4 |
| | |||||
* | testing owa | zotlabs | 2017-09-07 | 3 | -4/+4 |
| | |||||
* | owa - first commit | zotlabs | 2017-09-07 | 1 | -0/+66 |
| | |||||
* | use array_key_exists() instead of x() in this case as the latter fails on an ↵ | zotlabs | 2017-09-06 | 1 | -3/+3 |
| | | | | array that's empty and we unconditionally need to encode the array even if empty | ||||
* | mastodon wraps oembed in an iframe - which we immediately purify our of ↵ | zotlabs | 2017-09-06 | 1 | -0/+11 |
| | | | | existence and what we really want to purify is the content. So strip away the iframe, fetch the content and purify that instead. | ||||
* | ignore diaspora_meta column on item import. | zotlabs | 2017-09-06 | 1 | -0/+5 |
| | |||||
* | provide sharing of cards | zotlabs | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | avoid a security patch and resultant compatibility issues; instead restrict ↵ | zotlabs | 2017-09-05 | 1 | -2/+1 |
| | | | | the input characters we accept in token verification strings to hex digits. This will all be changing in the coming weeks/months anyway. | ||||
* | remove period from characters allowed in username, as this will mess up URL ↵ | zotlabs | 2017-09-05 | 2 | -6/+6 |
| | | | | based content-type negotiation. It was previously disallowed but permitted a month or two ago after seeing Diaspora started allowing it. It's OK if they have it, but we can't; as many of our urls are based on username and theirs are primarily based on uid. | ||||
* | card embed improved | zotlabs | 2017-09-04 | 1 | -1/+6 |
| | |||||
* | validate the security context | zotlabs | 2017-09-03 | 1 | -0/+1 |
| | |||||
* | paths in xchan_addr no longer means RSS specifically but could be activitypub | zotlabs | 2017-09-03 | 1 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-09-03 | 1 | -2/+1 |
|\ | |||||
| * | Reviewed. This is OK. | zotlabs | 2017-09-03 | 1 | -2/+1 |
| | | | | | | | | | | | | Revert "may be exploitable in current form - awaiting review" This reverts commit 7bff60edacd68ef3dccf6f956e9c57092919950a. | ||||
* | | introduce item_normal_update(). the differnce to item_normal() is that we do ↵ | Mario Vavti | 2017-09-03 | 1 | -0/+6 |
| | | | | | | | | not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled |