Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* StatusNet core updates. | |||
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* add support for Hungarian (hu) | |||
2010-09-28 | Update core POT file. | Siebrand Mazeland | |
2010-09-28 | Update POT files. | Siebrand Mazeland | |
2010-09-27 | Enhanced 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-27 | Add 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-27 | User 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-25 | Fix PHP syntax errors introduced during localization fixups in a few files. | Brion Vibber | |
2010-09-25 | Merge remote branch 'gitorious/master' | Evan Prodromou | |
2010-09-24 | Optionally restrict Disqus comments to specific users' notices | Zach Copley | |
2010-09-24 | Merge branch '0.9.x' | Zach Copley | |
2010-09-24 | Merge remote branch 'gitorious/master' | Evan Prodromou | |
2010-09-24 | remove unnecesssary fieldset from sitemap admin panel | Evan Prodromou | |
2010-09-23 | Update OAuth actions in show application page so it will display the right ↵ | Zach Copley | |
endpoint URLs | |||
2010-09-23 | Update OAuth actions in show application page so it will display the right ↵ | Zach Copley | |
endpoint URLs | |||
2010-09-23 | Fix strings in Disqus plugin for i18n | Zach Copley | |
2010-09-23 | Add Netbeans project metadata dir to .gitignore | Zach Copley | |
2010-09-23 | Merge branch '0.9.x' | Evan Prodromou | |
2010-09-23 | Provisional versions of two new themes (plus new base). | Samantha Doherty | |
2010-09-23 | Merge branch '0.9.x' | Evan Prodromou | |
2010-09-22 | Cloudy theme fixes: show notice form only on appropriate pages; IE fix for ↵ | Samantha Doherty | |
top padding. | |||
2010-09-22 | Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the | Zach Copley | |
login page when a site is in private mode | |||
2010-09-22 | Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the | Zach Copley | |
login page when a site is in private mode | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-22 | initial script to restore a backed-up user | Evan Prodromou | |
2010-09-22 | save a URI with the user | Evan Prodromou | |
2010-09-22 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-09-22 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-09-21 | Do not allow blank passwords when authenticating against LDAP. | Craig Andrews | |
2010-09-21 | Merge branch 'master' of gitorious.org:statusnet/mainline | Zach Copley | |
2010-09-21 | License admin panel should allow empty or valid URLs for (license | Zach Copley | |
URL and license image URL) when selecting private or allrightsreserved licenses. | |||
2010-09-21 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-09-21 | Merge branch 'twitter-avatar' | Brion Vibber | |
2010-09-21 | Workaround 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-21 | change the location and title of the feeds section | Evan Prodromou | |
2010-09-21 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-09-21 | printfv and printfq functions in commandline.inc | Evan Prodromou | |
2010-09-21 | use Profile::getUri() to get a profile's URI | Evan Prodromou | |
2010-09-21 | make some static functions public for OStatus_profile | Evan Prodromou | |
2010-09-21 | throw a catchable exception in getUser() | Evan Prodromou | |
2010-09-20 | Fix #2323: typo on oauth connections page | Brion Vibber | |
2010-09-20 | Fix 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-20 | Fix error when editing OAuth app registration and only changing the icon. | Brion Vibber | |
2010-09-20 | Don't spew a notice warning to output while processing logging for PEAR DB ↵ | Brion Vibber | |
errors | |||
2010-09-20 | Fix 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-20 | Clean up notice spew from accessing member variables of null when opening ↵ | Brion Vibber | |
the add/edit oauth application form | |||
2010-09-20 | Bump 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-20 | Ticket #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-20 | Ticket #2750: fixes to HTTP caching behavior across login/logout boundaries | Brion 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. |