aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* feed removal issuefriendica2014-09-022-6/+8
|
* use feed title for channel name before checking author, make feed items ↵friendica2014-09-023-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 nitsfriendica2014-09-011-4/+8
|
* fix phantom attachments in feedsfriendica2014-09-012-2/+2
|
* logic invertedfriendica2014-09-011-1/+1
|
* issue #578 - this won't fix old items but should work going forward. The ↵friendica2014-09-012-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 Willingham2014-09-029-66/+276
|\
| * use feed icon as default avatar for rss connectionsfriendica2014-09-012-3/+6
| |
| * honour the feed_contacts settingfriendica2014-09-011-0/+5
| |
| * get out the sunniesfriendica2014-08-314-7/+32
| |
| * various rss fixesfriendica2014-08-312-11/+25
| |
| * service class check for feeds. Note limit is account based, not channel based.friendica2014-08-311-21/+33
| |
| * rss feed discoveryfriendica2014-08-312-25/+178
| |
| * sql error in profile_activityfriendica2014-08-312-5/+3
| |
* | Add check_upstream_directory() to check that your directory is stillThomas Willingham2014-08-312-0/+23
|/ | | | | a directory, and if it isn't, let find_upstream_directory() find you a new one.
* doc change - read it.friendica2014-08-301-0/+3
|
* insecure network filterfriendica2014-08-301-1/+40
|
* various diaspora issuesfriendica2014-08-294-22/+76
|
* more queue tweaksfriendica2014-08-282-2/+2
|
* the queue driver is universal now - we don't need to filter it.friendica2014-08-281-1/+1
|
* lots of little Diaspora issuesfriendica2014-08-284-10/+46
|
* remove noisy log statementfriendica2014-08-281-2/+0
|
* when updating the commented timestamp on the parent post (item_store) don't ↵friendica2014-08-282-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 ↵friendica2014-08-283-56/+93
| | | | emulation (and many other uses)
* let's make this "specific" since that's what it is.friendica2014-08-281-0/+2
|
* begin embeddable/shareable design elements (blocks, webpages, layouts, ↵friendica2014-08-271-1/+33
| | | | menus, etc.)
* mind numbing drudgery continued...friendica2014-08-271-83/+62
|
* and ... we've got a comment coming the other wayfriendica2014-08-261-0/+1
|
* more hard workfriendica2014-08-261-121/+99
|
* works one way sort of - now to go the other way - which will require fixing ↵friendica2014-08-264-29/+51
| | | | a whole slew of FIXMEs
* houston we have liftofffriendica2014-08-262-12/+14
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-261-0/+1
|\
| * Revert - see comments.Thomas Willingham2014-08-261-3/+3
| |
| * HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer itThomas Willingham2014-08-261-2/+3
| | | | | | | | as an option.
* | take off the kid glovesfriendica2014-08-263-51/+40
|/
* more diaspora stuff - most of the basic bits are there except queueing and ↵friendica2014-08-253-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 anomaliesfriendica2014-08-254-8/+20
|
* more diaspora heavy liftingfriendica2014-08-253-66/+248
|
* re-obscure item body if localize_item() changes it. It's already flagged as ↵friendica2014-08-251-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 ↵friendica2014-08-242-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 connectionsfriendica2014-08-241-0/+2
|
* diaspora discoveryfriendica2014-08-241-0/+113
|
* add "any connections" to can_comment_on_post() - was missingfriendica2014-08-231-0/+1
|
* switch everything over to crypto_encapsulate()friendica2014-08-231-4/+4
|
* We really can't do this without a hubloc. I was hoping we could, but ↵friendica2014-08-222-3/+4
| | | | notifier is setup to take hublocs, not xchans.
* issue #573 - this may not fix everything in that issue but should resolve ↵friendica2014-08-221-0/+3
| | | | some of it.
* "false" issuefriendica2014-08-221-4/+9
|
* issue #571 - use feed/nickname?top=1friendica2014-08-221-1/+6
|
* another round of heavy liftingfriendica2014-08-211-112/+99
|
* provide the site blacklist everywhere it is neededfriendica2014-08-213-1/+43
|