Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | store diaspora meta info in the item table. It has to go there or it will ↵ | friendica | 2014-09-03 | 3 | -44/+50 |
| | | | | kill us with complex joins. We can phase out the sign table once this all checks out. | ||||
* | outbound feed issue | friendica | 2014-09-03 | 2 | -4/+4 |
| | |||||
* | fix diaspora_handle_from_contact() | friendica | 2014-09-02 | 1 | -2/+2 |
| | |||||
* | if we don't have a stored diaspora author signature which has been passed ↵ | friendica | 2014-09-02 | 1 | -0/+1 |
| | | | | the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway. | ||||
* | try to proceed with a diaspora relayable even if we don't have the original ↵ | friendica | 2014-09-02 | 1 | -7/+9 |
| | | | | author's signature. | ||||
* | provide a config option to prevent wall uploads (photos and files) from ↵ | friendica | 2014-09-02 | 1 | -30/+0 |
| | | | | being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media. | ||||
* | feed removal issue | friendica | 2014-09-02 | 2 | -6/+8 |
| | |||||
* | use feed title for channel name before checking author, make feed items ↵ | friendica | 2014-09-02 | 3 | -8/+37 |
| | | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!) | ||||
* | minor nits | friendica | 2014-09-01 | 1 | -4/+8 |
| | |||||
* | fix phantom attachments in feeds | friendica | 2014-09-01 | 2 | -2/+2 |
| | |||||
* | logic inverted | friendica | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | issue #578 - this won't fix old items but should work going forward. The ↵ | friendica | 2014-09-01 | 2 | -2/+2 |
| | | | | extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy. | ||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2014-09-02 | 9 | -66/+276 |
|\ | |||||
| * | use feed icon as default avatar for rss connections | friendica | 2014-09-01 | 2 | -3/+6 |
| | | |||||
| * | honour the feed_contacts setting | friendica | 2014-09-01 | 1 | -0/+5 |
| | | |||||
| * | get out the sunnies | friendica | 2014-08-31 | 4 | -7/+32 |
| | | |||||
| * | various rss fixes | friendica | 2014-08-31 | 2 | -11/+25 |
| | | |||||
| * | service class check for feeds. Note limit is account based, not channel based. | friendica | 2014-08-31 | 1 | -21/+33 |
| | | |||||
| * | rss feed discovery | friendica | 2014-08-31 | 2 | -25/+178 |
| | | |||||
| * | sql error in profile_activity | friendica | 2014-08-31 | 2 | -5/+3 |
| | | |||||
* | | Add check_upstream_directory() to check that your directory is still | Thomas Willingham | 2014-08-31 | 2 | -0/+23 |
|/ | | | | | a directory, and if it isn't, let find_upstream_directory() find you a new one. | ||||
* | doc change - read it. | friendica | 2014-08-30 | 1 | -0/+3 |
| | |||||
* | insecure network filter | friendica | 2014-08-30 | 1 | -1/+40 |
| | |||||
* | various diaspora issues | friendica | 2014-08-29 | 4 | -22/+76 |
| | |||||
* | more queue tweaks | friendica | 2014-08-28 | 2 | -2/+2 |
| | |||||
* | the queue driver is universal now - we don't need to filter it. | friendica | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | lots of little Diaspora issues | friendica | 2014-08-28 | 4 | -10/+46 |
| | |||||
* | remove noisy log statement | friendica | 2014-08-28 | 1 | -2/+0 |
| | |||||
* | when updating the commented timestamp on the parent post (item_store) don't ↵ | friendica | 2014-08-28 | 2 | -2/+5 |
| | | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published. | ||||
* | Ability to close comments at a certain date/time - needed for loom.io ↵ | friendica | 2014-08-28 | 3 | -56/+93 |
| | | | | emulation (and many other uses) | ||||
* | let's make this "specific" since that's what it is. | friendica | 2014-08-28 | 1 | -0/+2 |
| | |||||
* | begin embeddable/shareable design elements (blocks, webpages, layouts, ↵ | friendica | 2014-08-27 | 1 | -1/+33 |
| | | | | menus, etc.) | ||||
* | mind numbing drudgery continued... | friendica | 2014-08-27 | 1 | -83/+62 |
| | |||||
* | and ... we've got a comment coming the other way | friendica | 2014-08-26 | 1 | -0/+1 |
| | |||||
* | more hard work | friendica | 2014-08-26 | 1 | -121/+99 |
| | |||||
* | works one way sort of - now to go the other way - which will require fixing ↵ | friendica | 2014-08-26 | 4 | -29/+51 |
| | | | | a whole slew of FIXMEs | ||||
* | houston we have liftoff | friendica | 2014-08-26 | 2 | -12/+14 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-26 | 1 | -0/+1 |
|\ | |||||
| * | Revert - see comments. | Thomas Willingham | 2014-08-26 | 1 | -3/+3 |
| | | |||||
| * | HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer it | Thomas Willingham | 2014-08-26 | 1 | -2/+3 |
| | | | | | | | | as an option. | ||||
* | | take off the kid gloves | friendica | 2014-08-26 | 3 | -51/+40 |
|/ | |||||
* | more diaspora stuff - most of the basic bits are there except queueing and ↵ | friendica | 2014-08-25 | 3 | -12/+38 |
| | | | | physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs | ||||
* | sort out some anomalies | friendica | 2014-08-25 | 4 | -8/+20 |
| | |||||
* | more diaspora heavy lifting | friendica | 2014-08-25 | 3 | -66/+248 |
| | |||||
* | re-obscure item body if localize_item() changes it. It's already flagged as ↵ | friendica | 2014-08-25 | 1 | -0/+13 |
| | | | | obscured so we need it to actually be obscured. | ||||
* | Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE ↵ | friendica | 2014-08-24 | 2 | -295/+378 |
| | | | | FRUCK ALONE until the feature is stable. I won't help you if you try this and end up with a borked site. You are completely on your own. | ||||
* | onepoll: don't poll archived, blocked, or ignored connections | friendica | 2014-08-24 | 1 | -0/+2 |
| | |||||
* | diaspora discovery | friendica | 2014-08-24 | 1 | -0/+113 |
| | |||||
* | add "any connections" to can_comment_on_post() - was missing | friendica | 2014-08-23 | 1 | -0/+1 |
| | |||||
* | switch everything over to crypto_encapsulate() | friendica | 2014-08-23 | 1 | -4/+4 |
| |