summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-28Localisation updates from http://translatewiki.netSiebrand Mazeland
* add support for Hungarian (hu)
2010-09-28Update core POT file.Siebrand Mazeland
2010-09-28Update POT files.Siebrand Mazeland
2010-09-27Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches ↵Brion Vibber
against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure. Could use some more thorough testing in practice!
2010-09-27Add a comment in UserxrdAction warning future maintainers not to break ↵Brion Vibber
domain migrations if adding domain checking to the webfinger lookup in future.
2010-09-27User user_group.uri to look up local groups for OStatus addressing checks ↵Brion Vibber
when available. Will still fall back to the URL-scheme-checking code if there's no matching user_group record. Should help with keeping remote groups working when renaming sites -- as long as user_group.uri has been filled out on the site changing its domain and other issues with POST handling are resolved.
2010-09-25Fix PHP syntax errors introduced during localization fixups in a few files.Brion Vibber
2010-09-25Merge remote branch 'gitorious/master'Evan Prodromou
2010-09-24Optionally restrict Disqus comments to specific users' noticesZach Copley
2010-09-24Merge branch '0.9.x'Zach Copley
2010-09-24Merge remote branch 'gitorious/master'Evan Prodromou
2010-09-24remove unnecesssary fieldset from sitemap admin panelEvan Prodromou
2010-09-23Update OAuth actions in show application page so it will display the right ↵Zach Copley
endpoint URLs
2010-09-23Update OAuth actions in show application page so it will display the right ↵Zach Copley
endpoint URLs
2010-09-23Fix strings in Disqus plugin for i18nZach Copley
2010-09-23Add Netbeans project metadata dir to .gitignoreZach Copley
2010-09-23Merge branch '0.9.x'Evan Prodromou
2010-09-23Provisional versions of two new themes (plus new base).Samantha Doherty
2010-09-23Merge branch '0.9.x'Evan Prodromou
2010-09-22Cloudy theme fixes: show notice form only on appropriate pages; IE fix for ↵Samantha Doherty
top padding.
2010-09-22Fix for ticket 2756 - Calls to OAuth endpoints are redirected to theZach Copley
login page when a site is in private mode
2010-09-22Fix for ticket 2756 - Calls to OAuth endpoints are redirected to theZach Copley
login page when a site is in private mode
2010-09-23Update POT files for plugins.Siebrand Mazeland
2010-09-22initial script to restore a backed-up userEvan Prodromou
2010-09-22save a URI with the userEvan Prodromou
2010-09-22Merge branch '0.9.x' into activityexportEvan Prodromou
Conflicts: plugins/OStatus/OStatusPlugin.php
2010-09-22Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-21Do not allow blank passwords when authenticating against LDAP.Craig Andrews
2010-09-21Merge branch 'master' of gitorious.org:statusnet/mainlineZach Copley
2010-09-21License admin panel should allow empty or valid URLs for (licenseZach Copley
URL and license image URL) when selecting private or allrightsreserved licenses.
2010-09-21Merge branch 'master' into 0.9.xBrion Vibber
2010-09-21Merge branch 'twitter-avatar'Brion Vibber
2010-09-21Workaround for #2485: in profile output on feeds, fall back to the Twitter ↵Brion Vibber
73x73 avatar instead of going straight to the 96x96 default image on twitter-import profiles.
2010-09-21change the location and title of the feeds sectionEvan Prodromou
2010-09-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-21printfv and printfq functions in commandline.incEvan Prodromou
2010-09-21use Profile::getUri() to get a profile's URIEvan Prodromou
2010-09-21make some static functions public for OStatus_profileEvan Prodromou
2010-09-21throw a catchable exception in getUser()Evan Prodromou
2010-09-20Fix #2323: typo on oauth connections pageBrion Vibber
2010-09-20Fix for #2227: 'view profile designs' and other default-on options are ↵Brion Vibber
initially mis-set to off due to caching at account creation
2010-09-20Fix error when editing OAuth app registration and only changing the icon.Brion Vibber
2010-09-20Don't spew a notice warning to output while processing logging for PEAR DB ↵Brion Vibber
errors
2010-09-20Fix for #2419: There is no function maxDescription in Oauth_application ↵Brion Vibber
class (broke the 'description too long' error message when editing oauth app registrations)
2010-09-20Clean up notice spew from accessing member variables of null when opening ↵Brion Vibber
the add/edit oauth application form
2010-09-20Bump up HTTP timeout for OStatus remote-tests.php to 60 seconds; when ↵Brion Vibber
running without queues and with only bcmath, salmon key generation is absurdly slow.
2010-09-20Ticket #2327: fixing block to remove the blocking user's subscription to the ↵Brion Vibber
blockee if present; also cleaning up inbox delivery to apply the block checks more consistently, instead of just to group posts.
2010-09-20Ticket #2750: fixes to HTTP caching behavior across login/logout boundariesBrion Vibber
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably.
2010-09-20Fix bug in db queue manager: when receiving an invalid or deleted notice, we ↵Brion Vibber
were running it through the 'temporary fail, release it to try again' path instead of the 'done, discard item' path. Should fix some infinite-loop-of-doom-in-queue cases.
2010-09-20Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland