Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php | |||
2010-03-01 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-01 | Localization tweak: include doc comments marked as 'TRANS' in .po file ↵ | Brion Vibber | |
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. | |||
2010-03-01 | Fix forgotten "m" in 8e102da76cc7466bffb67cb591927f123ed74c12 | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | Add contextual documentation to allow better localisation. | Siebrand Mazeland | |
2010-03-01 | Add index on group_index.notice_id, needed to pull list of target groups for ↵ | Brion Vibber | |
inbox delivery. Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx | |||
2010-03-01 | Add index on post_id for file_to_post, needed for efficient lookups of ↵ | Brion Vibber | |
files/urls attached to a given post. | |||
2010-03-01 | Change 'Home' to 'Personal' in the header. | Craig Andrews | |
csarven indicated he accepted this change. | |||
2010-03-01 | Use common_nicknamize() in better places. | Craig Andrews | |
2010-03-01 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | Add content for all 3 Send buttons (2 are the same as far as I can tell) | Siebrand Mazeland | |
2010-03-01 | Add context for Send button on invite.php | Siebrand Mazeland | |
2010-03-01 | Also extract _m() used in core. | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | Update pot file. | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | Update pot file | Siebrand Mazeland | |
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 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-27 | Plugin to restrict too many registrations from one IP | Evan Prodromou | |
We throttle registrations by IP. We record IP address of each registration, and if too many registrations have been done by the same IP address in the time interval, we reject the registration. | |||
2010-02-27 | uri -> URI in interface text | Siebrand Mazeland | |
2010-02-27 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-02-27 | add bugfix to version number. | Evan Prodromou | |
2010-02-27 | Fixes entity_tags alignment | Sarven Capadisli | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Revert "change function name" | Evan Prodromou | |
This reverts commit 21edb98a32cf67b9f754c9a74414f113cb71cb37. | |||
2010-02-26 | renaming sha256 to prevent conflict | James Walker | |
2010-02-26 | change function name | Evan Prodromou | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: better return check in Magicsig::staticGet() blow cache on known replies | |||
2010-02-26 | better return check in Magicsig::staticGet() | James Walker | |
2010-02-26 | blow cache on known replies | Evan Prodromou | |
2010-02-26 | Pull conversation URL from Conversation instead of assuming it's local | Zach Copley | |
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | add a flag to impede adding sessions to URLs (for permanent stuff) | Evan Prodromou | |
2010-02-26 | MagicEnvelope::parse shouldn't be called statically | James Walker | |
2010-02-26 | should be sequenceKey (singular) | James Walker | |
2010-02-26 | adding sequenceKeys() to magicsig | James Walker | |
2010-02-26 | nicknamize the requested nickname during autoregistration | Craig Andrews | |
2010-02-26 | removing some extraneous debug logging | James Walker | |
2010-02-26 | Check for conversation with unique conversation ID | Zach Copley | |
2010-02-26 | Show messaging on the login and registration forms informing users that they ↵ | Craig Andrews | |
may use their LDAP credentials | |||
2010-02-26 | bail out if the requested nickname is illegal | Craig Andrews | |
2010-02-26 | move salmon posting to send application/magic-envelope+xml per ↵ | James Walker | |
http://salmon-protocol.googlecode.com/svn/trunk/draft-panzer-salmon-00.html#RPF | |||
2010-02-26 | Discovery::lookup now throws an exception | James Walker | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-26 | Updated ShowGroup to Resolve Aliases Again. | Christopher Vollick | |
The way we find groups changed with this new Local_group table. I had to update this too. | |||
2010-02-26 | move signing to take a local actor profile and use local keys | James Walker | |
2010-02-26 | only put public keys in XRD | James Walker | |