]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/userauthorization.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / userauthorization.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-03 Evan Prodromouwhitespace fixup in userauthorization
2008-12-03 Evan Prodromoucheck for license compatibility
2008-11-18 Evan Prodromouadd some extra checks to avoid remote subscriptions...
2008-09-26 Evan Prodromoutry to clean up user-without-profile errors
2008-09-09 CiaranGFix remote sub when redirected via login (Ticket #618)
2008-09-04 CiaranGResolve remote subscribe and omb problems with quotes...
2008-08-29 Evan Prodromousession token in userauthorization form
2008-08-29 Evan Prodromoucsrf protection in userauthorization
2008-08-22 Evan Prodromoubetter error reporting in user authorization action
2008-08-16 Evan Prodromouname omb_listener param so we can refer to it in error msg
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 CochraneConvert _t() to _() for gettext.
2008-07-02 Evan Prodromoumethod
2008-06-11 Evan Prodromoufixup some TODOs, fix a bug in userauthorization
2008-06-06 Evan Prodromouchecks for user and sub in validate and better error...
2008-06-06 Evan Prodromoudebug info for authorizing token
2008-06-06 Evan Prodromouhandle errors in authorizing and saving remote profile
2008-06-06 Evan Prodromouuse $_GET, not $args
2008-06-06 Evan Prodromoudon't clone arrays!
2008-06-06 Evan Prodromoufix args in returnto
2008-06-05 Evan Prodromoumove avatar scaling and saving to Avatar and Profile
2008-06-05 Evan Prodromoua
2008-06-05 Evan Prodromoubad validation of callback URL
2008-06-05 Evan Prodromoudecided to validate tag uris rather than not validating...
2008-06-05 Evan Prodromoudon't validate listenee URI
2008-06-05 Evan Prodromouclear request doesn't need an argument
2008-06-05 Evan Prodromoucorrect order of params in get_token
2008-06-05 Evan Prodromouautomatically prepend filename to debug output
2008-06-04 Evan Prodromouadd some debugging code
2008-06-04 Evan Prodromoufix passing request around
2008-06-04 Evan Prodromoufull interface for userauthorization
2008-06-03 Evan Prodromouremove call to private get-version() method
2008-06-03 Evan Prodromouclear out lots of debugging code, add require to userau...
2008-06-02 Evan Prodromoumore debug code
2008-06-02 Evan Prodromoudebugging code for userauthorization
2008-05-30 Evan Prodromouinterim commit after pull from server
2008-05-27 Evan Prodromouclient side of distributed subscription almost complete
2008-05-26 Evan Prodromouoauth discovery and all new actions