Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-22 | migration of data in queue_item to new table | Brenda Wallace | |
2010-05-22 | fixed up comment syntax | Brenda Wallace | |
2010-05-22 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2010-05-22 | added verifier and verified_callback to postgres schema and update script | Brenda Wallace | |
2010-05-21 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | Avoid PHP notice about undefined array index when no avatar photo available ↵ | Brion Vibber | |
from Google profile | |||
2010-05-21 | Disable SSL peer/hostname verification for HTTPClient unless we've ↵ | Brion Vibber | |
configured a trusted CA bundle like this: $config['http']['ssl_cafile'] = '/usr/lib/ssl/certs/ca-certificates.crt'; The previous state was failing on all HTTPS hits due to HTTP_Request2 library turning on the validation check but not specifying a CA file. | |||
2010-05-21 | added comsumer_secret to consumer table on postgres | Brenda Wallace | |
2010-05-21 | add comsumer_secret column to consumer | Brenda Wallace | |
2010-05-20 | Added block link to subscription notification emails; block action can now ↵ | Brion Vibber | |
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc. | |||
2010-05-19 | Quick fix for creating OpenID accounts authenticating against a MediaWiki ↵ | Brion Vibber | |
site; trim the 'User:' etc from the final path segment before generating a nickname from it. Avoids ending up with nicks like 'userbrion' on your first OpenID login! | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-19 | Add config option for RequireValidatedEmail plugin to skip the check for ↵ | Brion Vibber | |
folks with a trusted OpenID association. Also added an event that other plugins or local config can use to override the checks. | |||
2010-05-19 | Hotpatch to add additional debug statements to FacebookPlugin's | Zach Copley | |
facebook posting code. | |||
2010-05-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidlogin.php | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-19 | Locale switch cleanup: use common_switch_locale() which is safer for ↵ | Brion Vibber | |
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale. | |||
2010-05-18 | Need to always emit statusnet:notice_info so it's available in profile feeds | Zach Copley | |
2010-05-18 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-18 | Allow OStatusPlugin to set the source attribution title | Zach Copley | |
2010-05-18 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-18 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-18 | Add source link attr to statusnet:notice_info element in Atom output for notices | Zach Copley | |
2010-05-18 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-18 | Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵ | Zach Copley | |
notices | |||
2010-05-18 | Redirect non-SSL hits to login & register actions to SSL if 'always' or ↵ | Brion Vibber | |
'sometimes' SSL modes are kicked in. The forms would already submit to SSL, but people are happier if they start on a secure page! Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo! | |||
2010-05-18 | typo fix in en_GB localization (also updated @ translatewiki) | Brion Vibber | |
2010-05-18 | Merge branch 'openid-teams' into testing | Brion Vibber | |
2010-05-18 | OpenID access control options: trusted provider URL, Launchpad team ↵ | Brion Vibber | |
restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. To enable the admin panel: $config['admin']['panels'][] = 'openid'; Or to set them manually: $config['openid']['trusted_provider'] = 'https://login.ubuntu.net/'; $config['openid']['required_team'] = 'my-project-cabal'; $config['site']['openidonly'] = true; OpenID-only mode can still be set from addPlugin() parameters as well for backwards compatibility. Note: if it's set there, that value will override the setting from the database or config.php. Note that team restrictions are only really meaningful if a trusted provider is set; otherwise, any OpenID server could report back that users are members of the given team. Restrictions are checked only at OpenID authentication time and will not kick off people currently with a session open; existing remembered logins may also survive these changes. Using code for Launchpad team support provided by Canonical under AGPLv3, pulled from r27 of WordPress teams integration plugin: https://code.edge.launchpad.net/~canonical-isd-hackers/wordpress-teams-integration/trunk | |||
2010-05-18 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-18 | invalid mbox_sha1sum in the case where users don't have an email address | James Walker | |
(reported by pedantic-web.org) | |||
2010-05-17 | Include notice fragment on 'in context' links in Realtime plugin family. | Brion Vibber | |
2010-05-17 | Patch from g0: fix for conversation links in Realtime updates | Brion Vibber | |
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page. | |||
2010-05-17 | added notice.location to group by | Brenda Wallace | |
2010-05-17 | fix the column modify on stuff for postgres. change serial to bigserial | Brenda Wallace | |
2010-05-17 | updated database for postgres | Patrick Georgi | |
2010-05-16 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-05-15 | added missing field to the group by. this makes postgres happy | Brenda Wallace | |
2010-05-15 | comment out the extra bit, cos there's always mysql-only stuff in therre. | Brenda Wallace | |
this isn't a very good idea | |||
2010-05-15 | caitalise the sql keywords | Brenda Wallace | |
2010-05-15 | indexes now working in postgres schemas | Brenda Wallace | |
2010-05-15 | removed sneaky debug echo that shouldn't be there | Brenda Wallace | |
2010-05-15 | sorted enums and auto_increments on postgres. | Brenda Wallace | |
Still needs inline indexes on table creation | |||
2010-05-14 | accept either salmon endpoint (until they're unified in the spec) | James Walker | |
2010-05-14 | allow hyphens in subdomains for webfinger addresses | James Walker | |
2010-05-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-13 | More direct text for registration licensing/tos checkbox for private and ↵ | Brion Vibber | |
all-rights-reserved sites. |