Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
2010-03-12 | Scrub all atom output with common_xml_safe_str() | Zach Copley | |
2010-03-12 | Add id and updated elements to atom source | Zach Copley | |
2010-03-11 | A null mimetype is not an enclosure (more likely than not means there was an ↵ | Craig Andrews | |
error) | |||
2010-03-11 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-11 | Drop timestamp cutoff parameter from User::getCurrentNotice() and ↵ | Brion Vibber | |
Profile::getCurrentNotice(). It's not currently used, and won't be efficient when we update the notice.profile_id_idx index to optimize for our id-based sorting when pulling user post lists for profile pages, feeds etc. | |||
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | Fixup script for files w/ bogus data saved into file record ('h bug') | Brion Vibber | |
2010-03-10 | Fix for attachment "h bug": posting a shortened link to an oembed-able ↵ | Brion Vibber | |
resource that has been previously used in the system would incorrectly save "h" as the item's type and title. | |||
2010-03-08 | Fixed warning messages when auto-registering a new LDAP user. | Jeffery To | |
On my test system (without memcache), while testing the LDAP authentication plugin, when I sign in for the first time, triggering auto-registration, I get these messages in the output page: Warning: ksort() expects parameter 1 to be array, null given in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 219 Warning: Invalid argument supplied for foreach() in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 224 Warning: assert() [function.assert]: Assertion failed in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 241 (plus two "Cannot modify header information..." messages as a result of the above warnings) This change appears to fix this (although I can't really explain exactly why). | |||
2010-03-06 | Fixed problem causing 500 error on notices containing a non-existent group | Ciaran Gultnieks | |
2010-03-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-05 | A better way to safely delete Foreign_links | Zach Copley | |
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-03 | Revert "Revert "Show <activity:subject> and no activity actors for user feed"" | Zach Copley | |
This reverts commit e2578cfad68c45ca177c51997c4cc7c0abafbd9a. | |||
2010-03-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-03-03 | Avoid notice on local group creation when uri isn't passed in at create time ↵ | Brion Vibber | |
(needs to be generated) | |||
2010-03-03 | Use poster's subscribed groups to disambiguate group linking when a remote ↵ | Brion Vibber | |
group and a local group exist with the same name. (If you're a member of two groups with the same name though, there's not a defined winner.) | |||
2010-03-02 | OStatus: save file records for enclosures | Brion Vibber | |
Also stripping id from foreign HTML messages (could interfere with UI) and disabled failing attachment popup for a.attachment links that don't have a proper id, so you can click through instead of getting an error. Issues: * any other links aren't marked and saved * inconsistent behavior between local and remote attachments (local displays in lightbox, remote doesn't) * if the enclosure'd object isn't referenced in the content, you won't be offered a link to it in our UI | |||
2010-03-02 | Updated some references to the long gnone "isEnclosure" function to the new ↵ | Craig Andrews | |
"getEnclosure" | |||
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-02 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-02 | Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵ | Brion Vibber | |
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed. | |||
2010-03-02 | Revert "Show <activity:subject> and no activity actors for user feed" | Evan Prodromou | |
This reverts commit c25fc8a4b51466f13c41efc0565bf15f78f6cb4d. | |||
2010-03-02 | don't duplicate title in summary in Atom output per RFC4287 4.2.13 | Evan Prodromou | |
2010-03-02 | Show <activity:subject> and no activity actors for user feed | Evan Prodromou | |
We only need one author for user feeds: the user themselves. So, show the user as the activity:subject, and don't repeat the same activity:actor for every notice unnecessarily. | |||
2010-03-01 | Correctly handle the case when MIME/Type doesn't know what file extension a ↵ | Craig Andrews | |
mime type maps to | |||
2010-03-01 | Remove check for secret in token deletion on Subscription::cancel() | Evan Prodromou | |
2010-03-01 | Better logging on bad token in subscription | Evan Prodromou | |
2010-03-01 | drop tokens for OMB on unsubscribe | Evan Prodromou | |
2010-02-27 | Merge branch 'testing' into 0.9.x | Evan Prodromou | |
2010-02-27 | fix call of common_find_mentions() in Notice::saveReplies() | Evan Prodromou | |
2010-02-27 | Use notice for context when deciding who @nickname refers to | Evan Prodromou | |
In a federated system, "@nickname" is insufficient to uniquely identify a user. However, it's a very convenient idiom. We need to guess from context who 'nickname' refers to. Previously, we were using the sender's profile (or what we knew about them) as the only context. So, we assumed that they'd be mentioning to someone they followed, or someone who followed them, or someone on their own server. Now, we include the notice information for context. We check to see if the notice is a reply to another notice, and if the author of the original notice has the nickname 'nickname', then the mention is probably for them. Alternately, if the original notice mentions someone with nickname 'nickname', then this notice is probably referring to _them_. Doing this kind of context sleuthing means we have to render the content very late in the notice-saving process. | |||
2010-02-27 | uri -> URI in interface text | Siebrand Mazeland | |
2010-02-26 | blow cache on known replies | Evan Prodromou | |
2010-02-26 | bail out if the requested nickname is illegal | Craig Andrews | |
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-25 | Fix a few keys that got dropped from statusnet.ini by mistake | Brion Vibber | |
2010-02-25 | Add lots of fun avatars to our Atom output | Zach Copley | |
2010-02-25 | Rationalize group activity stuff | Zach Copley | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | OStatus: save categories from the Atom entry as hashtags. | Brion Vibber | |
2010-02-25 | method for getting a group's URI | Evan Prodromou | |
2010-02-25 | save mainpage element for groups | Evan Prodromou | |
2010-02-25 | Add 'mainpage' to User_group | Evan Prodromou | |
Add the mainpage attribute to user_group objects. | |||
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2010-02-24 | recover user_openid tables, which got lost in generation | Evan Prodromou | |
2010-02-24 | fixup exe bits | Evan Prodromou | |
2010-02-24 | Make user_group able to handle remote groups | Evan Prodromou | |
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files. |