Mikael Nordfeldth
|
23a6b4595f
|
Reworked the ActivityContext->attention structure
Removing Evan's obscure attentionType solution and directly using the attention array
|
2013-10-28 22:21:14 +01:00 |
|
Mikael Nordfeldth
|
f4c0cff032
|
Only use ActivityVerb::SHARE (forwardId is deprecated)
StatusNet >= 1.0 support it.
|
2013-10-21 22:25:19 +02:00 |
|
Mikael Nordfeldth
|
8004849305
|
Removing rel='ostatus:attention' in favor of Salmon's rel='mentioned'
This was introduced in StatusNet 0.9.x, which is the oldest branch
on the web today as far as I know.
|
2013-10-21 18:42:15 +02:00 |
|
Mikael Nordfeldth
|
2e3ef4cc07
|
Use pre-defined const instead of strings
|
2013-10-21 18:28:04 +02:00 |
|
Evan Prodromou
|
540b90dbd9
|
Better verb comparison
|
2013-06-30 12:08:11 -04:00 |
|
Evan Prodromou
|
557105b86d
|
Better output for shares
|
2013-06-25 22:26:27 -04:00 |
|
Evan Prodromou
|
ce451c0018
|
Use the link property for the URL, not the ID
|
2013-06-08 19:18:28 -04:00 |
|
Evan Prodromou
|
08eca420ca
|
Add generator to JSON output
|
2013-06-07 11:35:06 -04:00 |
|
Evan Prodromou
|
7229533b0f
|
Use real attachments for JSON output
|
2013-06-05 09:39:43 -04:00 |
|
Evan Prodromou
|
15d466ebe6
|
Don't add content as title for notes
|
2013-06-04 19:53:07 -04:00 |
|
Evan Prodromou
|
879a6f9ce7
|
Slightly better ActivityStreams JSON output
|
2013-06-04 17:00:51 -04:00 |
|
Evan Prodromou
|
2ad5aece55
|
Better handling of multiple objects
|
2013-06-04 15:21:59 -04:00 |
|
Evan Prodromou
|
8e3bd04d98
|
Only a single object in activitystrea.ms JSON output
|
2013-06-03 09:11:43 -04:00 |
|
Evan Prodromou
|
71fa1d2462
|
slight improvement in location output
|
2012-01-03 11:03:18 -08:00 |
|
Evan Prodromou
|
8c9d967814
|
syntax error in position in activity streams json
|
2011-12-31 19:05:41 -08:00 |
|
Evan Prodromou
|
3d87176ece
|
Better position formatting
|
2011-12-31 10:26:07 -08:00 |
|
Evan Prodromou
|
bff89bc864
|
catch up to spec
|
2011-12-31 02:31:26 -08:00 |
|
Zach Copley
|
c585a43d6f
|
Remove activity:actor and deprecation warning from Atom Activity Streams serialization
|
2011-08-31 13:09:52 -07:00 |
|
Zach Copley
|
297d603feb
|
Update activity streams JSON to match spec
Squashed commit of the following:
commit 0722450267a1d0f4bdc2853f52a85b850329db73
Author: Zach Copley <zach@status.net>
Date: Thu Aug 25 09:58:29 2011 -0700
Updgrade activity object json
commit 882ba1dceaba8a0b3ec3513760aa09f68e41f270
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 16:30:07 2011 -0700
Update to the JSON activity serialization document
commit 121e441b314b93e184711c3dcc79ada69d429eba
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 15:08:06 2011 -0700
Output application/json instead of application/stream+json (at least for now)
commit e045e214bffe5e0ddeb0a42555d440b75ae4edde
Author: Zach Copley <zach@status.net>
Date: Wed Aug 24 15:06:40 2011 -0700
Update to use latest property names from the JSON activity spec
|
2011-08-25 10:01:20 -07:00 |
|
Evan Prodromou
|
383f14c781
|
Try to get only immediate children (again)
|
2011-07-19 16:38:58 -04:00 |
|
Evan Prodromou
|
c86f0ffa2f
|
Avoid slurping objects recursively in activity parsing
|
2011-07-19 16:18:29 -04:00 |
|
Evan Prodromou
|
22b565a937
|
special case for parsing embedded activities in SHARE verb
|
2011-07-19 16:02:28 -04:00 |
|
Evan Prodromou
|
4a6f576478
|
'type' => 'objectType' for embedded activities
|
2011-07-18 17:42:28 -04:00 |
|
Evan Prodromou
|
d277f343ca
|
Encode repeats as share activities
|
2011-07-18 17:06:03 -04:00 |
|
Brion Vibber
|
da7c54023d
|
Format timestamps as UTC in ActivityStreams output. While using local times is legit per spec, it's confusing to have it change around and confuses some clients that don't handle zones right.
|
2011-03-30 12:36:54 -07:00 |
|
Zach Copley
|
b741184d9b
|
Add provider to Activity Streams JSON
|
2011-02-18 18:10:21 -08:00 |
|
Zach Copley
|
da42d36d7f
|
Activity Streams JSON - express to and in-reply-to stuff as person objects
|
2011-02-18 10:02:41 -08:00 |
|
Zach Copley
|
20e414665d
|
Add tags to Activity Streams JSON
|
2011-02-18 09:29:49 -08:00 |
|
Zach Copley
|
60f62199a1
|
Add context to Activity Streams JSON
|
2011-02-18 00:51:08 -08:00 |
|
Zach Copley
|
97af5e1954
|
Add geopoint (GeoJSON) extension to AS JSON output
|
2011-02-17 20:12:28 -08:00 |
|
Zach Copley
|
29ce5dd19a
|
Reinstate profile_info in author/actor
|
2011-02-17 19:02:57 -08:00 |
|
Zach Copley
|
a199192ebf
|
Add avatars and notice info
|
2011-02-16 18:55:13 -08:00 |
|
Zach Copley
|
b1675ff175
|
Rudimentary support for enclosures and some fiddling
|
2011-02-16 18:14:58 -08:00 |
|
Zach Copley
|
ddda31038e
|
Use simple relative object and verb references
|
2011-02-16 16:44:02 -08:00 |
|
Zach Copley
|
e4d5c47ebf
|
Add image to JSON ActivityObject and title + links to the JSON document
|
2011-02-16 16:21:46 -08:00 |
|
Zach Copley
|
a1b436a8c6
|
First cut at some JSON Activity Streams output
|
2011-02-15 20:25:39 -08:00 |
|
Evan Prodromou
|
ff2553b9c7
|
get the subject first if you go to the feed
|
2011-02-11 03:01:24 +00:00 |
|
Zach Copley
|
df19e88323
|
Atom output - Reinstate activity:actor and activity:subject
w/deprecation warnings. Also add statusnet:profile_info back into
author/actor.
|
2011-02-09 23:18:14 -08:00 |
|
Siebrand Mazeland
|
7db24c32d6
|
* fix some i18n and L10n issues
* update/add translator documentation
* remove superfluous whitespace
|
2011-01-29 00:33:13 +01:00 |
|
Evan Prodromou
|
2a59453d4c
|
Merge branch 'testing' into moveaccount
|
2011-01-17 17:34:03 -05:00 |
|
Evan Prodromou
|
e433e559f8
|
let callers pass in an XMLOutputter to output to
|
2011-01-16 17:15:26 -05:00 |
|
Brion Vibber
|
f2a43769e7
|
Fix for atom/activity streams parsing: feed's <activity:subject> was being taken at a higher priority than entry's <atom:author>, which broke OStatus group posting since we retired <activity:actor>.
Added test case to ActivityParseTests.
|
2011-01-06 15:13:38 -08:00 |
|
Evan Prodromou
|
f5128015be
|
Use outputTo() instead of asString() for including sub-elements
|
2010-12-27 09:46:25 -08:00 |
|
Evan Prodromou
|
1188d5bab2
|
Don't output deprecated <activity:actor> element
|
2010-12-27 09:25:26 -08:00 |
|
Evan Prodromou
|
24f9a991b6
|
Let activity objects write directly to activity's own outputter
|
2010-12-20 13:30:33 -05:00 |
|
Evan Prodromou
|
94ff04e190
|
Don't cache user-specific information for Notice atom entries
|
2010-12-08 13:59:12 -05:00 |
|
Evan Prodromou
|
1fb506c27d
|
use codeKey() in activity caching
|
2010-12-06 17:28:22 -05:00 |
|
Evan Prodromou
|
8564fc51c5
|
cache generated activity info
|
2010-12-06 16:38:02 -05:00 |
|
Evan Prodromou
|
0c0418bdfb
|
correctly generate enclosure in Activity::asString()
|
2010-12-06 15:51:42 -05:00 |
|
Evan Prodromou
|
1f0949f9ac
|
remove common_debug() from Activity::asString()
|
2010-12-06 15:22:52 -05:00 |
|