]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/finishremotesubscribe.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / finishremotesubscribe.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan ProdromouTRUE
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-15 Evan Prodromoucorrectly handle remote re-subscribe
2008-12-15 Evan Prodromoubug with remote subscriptions and blocks
2008-12-11 Evan Prodromouadd User-Agent to OMB requests
2008-12-08 Evan Prodromoudon't allow remote subscribes from blocked profiles
2008-11-18 Evan Prodromouadd some extra checks to avoid remote subscriptions...
2008-09-04 CiaranGFix typo in finishremotesubscribe
2008-09-04 CiaranGResolve remote subscribe and omb problems with quotes...
2008-08-24 Evan Prodromounotify user of remote subscriptions
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-08 Mike CochraneRemove tralling whitespace on lines and a gettext repla...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-06-18 Evan Prodromouchange references from subscribed to subscribers
2008-06-06 Evan Prodromoupush yadis requirement into omb.php
2008-06-06 Evan Prodromoustash URLs for return and check all values for profiles
2008-06-06 Evan Prodromoustore URL rather than service in $omb for bounce back
2008-06-06 Evan Prodromoudebugging request for access token
2008-06-06 Evan Prodromouremember to sign access token request with request...
2008-06-06 Evan Prodromoulistenee is nickname, not URI
2008-06-06 Evan Prodromoudebugging info on finished remote subscribe
2008-06-05 Evan Prodromoumove avatar scaling and saving to Avatar and Profile
2008-06-02 Evan Prodromouget rid of callback nonce
2008-05-27 Evan Prodromouclient side of distributed subscription almost complete