Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | Merge remote branch 'statusnet/0.9.x' into 1.0.x | Craig Andrews | |
2010-10-14 | let users set their SSL logo through the admin panel | Evan Prodromou | |
2010-10-12 | Add a doc page that links to the StatusNet wiki API page | Craig Andrews | |
Add a redirect action that merely redirects to another action Redirect /api to /doc/api so users don't get the "lame" "No such user" error message | |||
2010-10-12 | Merge branch 'oauth-1.0a' into 0.9.x | Zach Copley | |
2010-10-12 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-10-12 | Print a proper error message | Zach Copley | |
2010-10-12 | Add a basic group deletion for moderator users. | Brion Vibber | |
2010-10-12 | Output a log message when issuing a request token | Zach Copley | |
2010-10-08 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-10-08 | Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, ↵ | Brion Vibber | |
but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage | |||
2010-10-07 | Update ApiOauthAccessTokenAction to OAuth 1.0a | Zach Copley | |
2010-10-07 | Added a comment about an open question: Should we allow pin-based | Zach Copley | |
workflow for clients registered as web applications? | |||
2010-10-07 | Make the verifier pin display a little nicer | Zach Copley | |
2010-10-06 | - Update ApiOauthAuthorizeAction to 1.0a | Zach Copley | |
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work) | |||
2010-10-06 | Update ApiOauthRequestTokenAction to support OAuth 1.0a | Zach Copley | |
2010-10-04 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php | |||
2010-10-01 | Bugfix in FB-sharing header for empty profile avatar | Brion Vibber | |
2010-10-01 | Throw in a quick event hook to override the profile list type on showstream ↵ | Brion Vibber | |
(should be made more general in future). Replace with a NoticeList to have output include avatar and username -- but CSS still hides them in default theme. Event::addHandler('ShowStreamNoticeList', 'awesome'); function awesome($notice, $action, &$pnl) { $pnl = new NoticeList($notice, $action); return false; } | |||
2010-09-30 | Add helper metadata on individual notice pages to aid sharing to Facebook ↵ | Brion Vibber | |
(use poster's avatar as image, indicate the text content) | |||
2010-09-29 | Add Start/EndShowNoticeItem event hooks to single notice page | Zach Copley | |
2010-09-25 | Fix PHP syntax errors introduced during localization fixups in a few files. | Brion Vibber | |
2010-09-23 | Update OAuth actions in show application page so it will display the right ↵ | Zach Copley | |
endpoint URLs | |||
2010-09-23 | Merge branch '0.9.x' | Evan Prodromou | |
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-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-20 | Fix #2323: typo on oauth connections page | Brion Vibber | |
2010-09-20 | Fix error when editing OAuth app registration and only changing the icon. | Brion Vibber | |
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 | 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. | |||
2010-09-17 | Basic license admin panel (maybe we can make it fancier later) | Zach Copley | |
2010-09-17 | Removed periods from instructions on some admin panels for consistency | Zach Copley | |
2010-09-17 | Fixed typo, and updated copyright dates while I was there | Zach Copley | |
2010-09-13 | Ticket #2701: old color settings now get reset when changing themes, so you ↵ | Brion Vibber | |
don't end up with the previous theme's colors. | |||
2010-09-12 | Update translator documentation. | Siebrand Mazeland | |
2010-09-12 | Update/add translator documentation. | Siebrand Mazeland | |
2010-09-12 | Add translator hint. | Siebrand Mazeland | |
2010-09-09 | Merge branch '0.9.x' into 1.0.x | Evan Prodromou | |
Conflicts: EVENTS.txt plugins/TwitterBridge/daemons/twitterstatusfetcher.php plugins/TwitterBridge/twitterbasicauthclient.php | |||
2010-09-08 | add a hook for when someone deletes their own notice | Evan Prodromou | |
2010-09-07 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-09-07 | Remove CSRF protection from username/password login and from OpenID login. | Craig Andrews | |
2010-09-06 | common_cache_key() -> Cache::key() | Evan Prodromou | |
2010-09-06 | common_memcache() => Cache::instance() | Evan Prodromou | |
2010-09-03 | daemon_screenname -> daemonScreenname | Craig Andrews | |
2010-08-16 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-08-14 | Merge branch 'noticetitle' into 0.9.x | Evan Prodromou | |
2010-08-13 | Merge branch '0.9.x' into 1.0.x | Evan Prodromou | |
2010-08-13 | add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices | Evan Prodromou | |