Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log conversation fetches (also a missed / char in the string replace) | zotlabs | 2017-06-27 | 1 | -1/+3 |
| | |||||
* | (untested currently) fetch conversation for GNU-Social and Mastodon when ↵ | zotlabs | 2017-06-27 | 1 | -1/+47 |
| | | | | provided a comment with no local copy of the parent. | ||||
* | support linked media (audio/video) elements in feeds as well as images | zotlabs | 2017-06-26 | 1 | -4/+17 |
| | |||||
* | provide more comprehensible information on the admin summary page | zotlabs | 2017-06-26 | 2 | -9/+12 |
| | |||||
* | upgrade blueimp from 9.8 to 9.18 | zotlabs | 2017-06-26 | 54 | -1117/+913 |
| | |||||
* | in gnu-social reshare objects are activities, not posts or comments | zotlabs | 2017-06-26 | 1 | -1/+1 |
| | |||||
* | add ostatus attached photos (inline to the post body) even if there's a link ↵ | zotlabs | 2017-06-26 | 1 | -1/+1 |
| | | | | to the photo in the post but it isn't wrapped in an img tag. | ||||
* | better fix for dav headers already sent issue | zotlabs | 2017-06-26 | 2 | -2/+4 |
| | |||||
* | minor usability enhancements with the connections list - label the edit icon ↵ | zotlabs | 2017-06-25 | 3 | -2/+7 |
| | | | | so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs. | ||||
* | typo in chanview, remove output buffering in mod_cloud which is preventing ↵ | zotlabs | 2017-06-25 | 2 | -3/+3 |
| | | | | large files from being downloaded. IIRC this was put there to avoid a SAML warning in SabreDAV but I'm not seeing that currently. | ||||
* | chanview - if already connected, bypass the chanview intermediary page and ↵ | zotlabs | 2017-06-25 | 1 | -3/+12 |
| | | | | | | go straight to the remote profile. The chanview page is only there to present a connect link since the remote profile may not have one. | ||||
* | allow poke by xchan_hash | zotlabs | 2017-06-25 | 1 | -9/+21 |
| | |||||
* | guess_image_type - ignore scheme when checking for urls | zotlabs | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | mastodon reshares can be either posts or comments; silence warning from ↵ | zotlabs | 2017-06-25 | 2 | -2/+12 |
| | | | | guess_image_type when handed a URL to a non-existent resource. | ||||
* | remove unused page_widgets.php include and provide a general function for ↵ | zotlabs | 2017-06-22 | 5 | -64/+14 |
| | | | | loading sql from file to use in the cdav migration | ||||
* | cdav migration to core | zotlabs | 2017-06-22 | 5 | -6/+371 |
| | |||||
* | more mail issues | zotlabs | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Several things about mail storage weren't quite right. | zotlabs | 2017-06-22 | 3 | -41/+98 |
| | |||||
* | start porting cdav proper to core | zotlabs | 2017-06-21 | 2 | -0/+1377 |
| | |||||
* | oopsy | zotlabs | 2017-06-21 | 2 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-20 | 16 | -2517/+363 |
|\ | |||||
| * | more anon comment fixes | zotlabs | 2017-06-20 | 3 | -15/+16 |
| | | |||||
| * | Remove important flag | git-marijus | 2017-06-20 | 1 | -1/+1 |
| | | |||||
| * | prevent likes/dislikes/etc. from anon commenters | zotlabs | 2017-06-20 | 1 | -4/+4 |
| | | |||||
| * | make bootstrap respect our radius setting | Mario Vavti | 2017-06-20 | 1 | -5/+9 |
| | | |||||
| * | version | Mario Vavti | 2017-06-20 | 1 | -1/+1 |
| | | |||||
| * | strings | Mario Vavti | 2017-06-20 | 1 | -651/+744 |
| | | |||||
| * | update bs4-dev and use min version of popper | Mario Vavti | 2017-06-20 | 12 | -2510/+351 |
| | | |||||
| * | minor cleanup of moderated comment feature | zotlabs | 2017-06-20 | 2 | -6/+9 |
| | | |||||
| * | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-19 | 13 | -22/+222 |
| | | |||||
| * | brainstorming a comment moderation system | zotlabs | 2017-06-19 | 1 | -0/+7 |
| | | |||||
| * | testing mastodon boosts/reshares | zotlabs | 2017-06-19 | 2 | -14/+36 |
| | | |||||
| * | remove some duplicated code | zotlabs | 2017-06-15 | 1 | -13/+13 |
| | | |||||
| * | always transmit a valid uri | zotlabs | 2017-06-15 | 1 | -0/+4 |
| | | |||||
| * | use parent_mid | zotlabs | 2017-06-15 | 1 | -2/+2 |
| | | |||||
* | | explain what is happening here | zotlabs | 2017-06-20 | 1 | -0/+3 |
| | | |||||
* | | more import_author_zot fixes | zotlabs | 2017-06-20 | 1 | -2/+9 |
| | | |||||
* | | still an issue with caching import_author_zot | zotlabs | 2017-06-20 | 1 | -0/+4 |
| | | |||||
* | | remove deprecated app parameter from conversation() | zotlabs | 2017-06-20 | 8 | -11/+10 |
| | | |||||
* | | more anon comment fixes | zotlabs | 2017-06-20 | 3 | -15/+16 |
| | | |||||
* | | prevent likes/dislikes/etc. from anon commenters | zotlabs | 2017-06-20 | 1 | -4/+4 |
| | | |||||
* | | minor cleanup of moderated comment feature | zotlabs | 2017-06-18 | 2 | -6/+9 |
| | | |||||
* | | allow moderated comments like wordpress if permissions are compatible | zotlabs | 2017-06-18 | 13 | -22/+221 |
| | | |||||
* | | brainstorming a comment moderation system | zotlabs | 2017-06-17 | 1 | -0/+7 |
| | | |||||
* | | testing mastodon boosts/reshares | zotlabs | 2017-06-16 | 2 | -8/+17 |
| | | |||||
* | | some logic cleanup in feed_get_reshare | zotlabs | 2017-06-16 | 1 | -7/+14 |
| | | |||||
* | | remove some duplicated code | zotlabs | 2017-06-14 | 1 | -13/+13 |
| | | |||||
* | | always transmit a valid uri | zotlabs | 2017-06-14 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-14 | 4 | -1/+134 |
|\| | |||||
| * | sigh... x-zot prefix slipped in again | Mario Vavti | 2017-06-15 | 1 | -1/+1 |
| | |