Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-01 | Tweak message per suggestion of The Evil IP Address[1]. | Siebrand Mazeland | |
[1] http://translatewiki.net/w/i.php?title=Thread:Translating_talk:StatusNet/to_their_attention%3F&oldid=2220913 | |||
2010-07-29 | Fix for issue ID 2290: make sure errors are returned in the right | Zach Copley | |
format, and use callback for errors when the request is JSONP | |||
2010-07-29 | Return HTTP 403 instead of 400 when silenced users try to post via API | Zach Copley | |
2010-07-19 | Make some messages gender neutral. | Eric Helgeson | |
2010-06-28 | - Fix bugs with block and friendship API methods | Zach Copley | |
- Friendship API methods now use a Profile instead of User for target | |||
2010-06-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php (cleaned up mismatched comment) | |||
2010-06-26 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-24 | Have API methods for search subclass ApiPrivateAuthAction | Zach Copley | |
2010-06-18 | Catch a couple of missing XML namespace declarations on API XML output. ↵ | Brion Vibber | |
Missing NS declarations were breaking XML parsing for some clients since beaecb18d5b92b913473dfffd545dc436f50cf66 | |||
2010-06-16 | - More useful group info from api/statusnet/group/show | Zach Copley | |
- Add statusnet:group_info tag to group Atom feeds | |||
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-10 | Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are ↵ | Brion Vibber | |
followed by, but don't themselves follow the user whose FOAF we're displaying. | |||
2010-06-08 | added missing author | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
2010-06-08 | added missing authors | Brenda Wallace | |
2010-06-07 | Basic custom CSS and theme uploading features. 'local' subdir can now be ↵ | Brion Vibber | |
customized to a distinct directory and URL path to make it easier to separate custom themes for a multi-site farm running a common code base. Currently only one custom theme may be uploaded per site, saved with the name 'custom' and stored into the local/themes subdirectory. Administrators can upload a .ZIP archive containing a theme through the design admin panel; its contents are validated to ensure that only legit files are saved, and a 5M size quota is enforced. Theme upload requires the zip extension for PHP; if not present, theme uploading is disabled by default. Uploading and the custom CSS can be controlled via $config['theme_upload']['enabled'] and $config['custom_css']['enabled']. Configurable directory/path/server for 'local' subdirectory (currently only as used for themes; local plugins not yet switched over) Can set $config['local']['dir'] etc; not currently exposed in the admin panels. Per-site directories on a separate themes server could be set up such as: $config['local']['dir'] = '/path/to/themes/local/' . $_nickname; $config['local']['server'] = 'themes.example.com'; $config['local']['path'] = '/local/' . $_nickname; $config['local']['ssl'] = 'never'; | |||
2010-06-07 | break up the giant form function in design admin panel into individual ↵ | Brion Vibber | |
sections to make it a little more manageable | |||
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-03 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-03 | - Fix bad argument being passed (error code) when invalid format specified | Zach Copley | |
- Reformat whitespace | |||
2010-06-01 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-05-28 | Merge branch 'master' into testing | Brion Vibber | |
2010-05-28 | Bugfix: api/statuses/destroy.:format was outputting deleted notice | Zach Copley | |
twice, causing parsers to fail. | |||
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-05-27 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: lib/language.php plugins/OpenID/finishaddopenid.php | |||
2010-05-27 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-27 | Pass auth user into Atom feed generators (needed for outputting favorited ↵ | Zach Copley | |
status in statusnet:notice_info tag) | |||
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
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-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 | 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-18 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-18 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-18 | Refactor and centralize notice source link calculation | Zach Copley | |
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 | invalid mbox_sha1sum in the case where users don't have an email address | James Walker | |
(reported by pedantic-web.org) | |||
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. | |||
2010-05-08 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-07 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-06 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-06 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-06 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-05 | Implement since_id and max_id param handling for /api/favorites | Zach Copley | |
2010-04-30 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-04-22 | Add docs for public_timeline | Zach Copley | |