summaryrefslogtreecommitdiff
path: root/actions/postnotice.php
AgeCommit message (Expand)Author
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
2010-03-01remove strict check on OMB exception stringsEvan Prodromou
2010-03-01return correct HTTP status code for OMB errorsEvan Prodromou
2010-03-01send smaller error pages for OMB API endpointsEvan Prodromou
2010-01-10* L10n updates: consistent puctuationSiebrand Mazeland
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-21postnotice for OMB correctly checks max notice sizeEvan Prodromou
2009-08-21Update libomb, fix some omb handling stuff, improve error handling.Adrian Lang
2009-08-10Replace own OMB stack with libomb.Adrian Lang
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-03-11Make OMB work if the configured domain name does not exclusively contain lowe...Adrian Lang
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ...CiaranG
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-11-13trac31 shorten all URLs even if notice is already <millette
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-09-04fix bad args in postnotice for new noticesEvan Prodromou
2008-09-04Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567)CiaranG
2008-08-28move broadcast in OMB postnotice for bad caseEvan Prodromou
2008-08-26fix error storing uris of remote noticesEvan Prodromou
2008-08-19add remote flag to broadcast of noticesEvan Prodromou
2008-08-19broadcast remote noticesEvan Prodromou
2008-07-29refactor notice-adding code to one static method on NoticeEvan Prodromou
2008-07-20First cut at hastags support.Mike Cochrane
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-22Added is_readonly() method to all Actionszach
2008-07-22mark incoming notices as local or notEvan Prodromou
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-09store rendered content on save; display pre-rendered contentEvan Prodromou
2008-06-06was using $notice->uri instead of $notice_uriEvan Prodromou
2008-06-06push yadis requirement into omb.phpEvan Prodromou
2008-06-06call postnotice when there's a remote subscriptionEvan Prodromou
2008-05-26oauth discovery and all new actionsEvan Prodromou