]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions
only show notice form if user is logged in, looking at own page
[quix0rs-gnu-social.git] / actions /
2008-06-11 Evan Prodromouonly show notice form if user is logged in, looking...
2008-06-11 Evan Prodromoureminder about site license in avatar upload process
2008-06-11 Evan Prodromouinstructions
2008-06-11 Evan Prodromoumenu on home and profile
2008-06-11 Evan Prodromouremove notice form from showstream
2008-06-11 Evan Prodromourefresh on showstream
2008-06-11 Evan Prodromoufixup some TODOs, fix a bug in userauthorization
2008-06-10 Evan Prodromouget the profile to show it in the title
2008-06-10 Evan Prodromoufix including stream in shownotice
2008-06-10 Evan Prodromoumake shownotice a stream of one notice
2008-06-11 Evan Prodromoucanonicalization lowercases nicknames
2008-06-10 Evan Prodromounew layout for all action
2008-06-10 Evan Prodromoufixup for new theme design in public.php
2008-06-10 Evan Prodromoufirst steps towards new skin
2008-06-10 Evan Prodromougeo namespace
2008-06-10 Evan Prodromoufix getting subscribers
2008-06-10 Evan Prodromouclose parens in showstream
2008-06-10 Evan Prodromouadd link for FOAF autodiscovery
2008-06-10 Evan Prodromoumake presentation of remote subscribe nicer
2008-06-10 Evan Prodromouundo fancy URLs for omb endpoints
2008-06-10 Evan Prodromoumore specific fetchers
2008-06-10 Evan Prodromouincorrectly used , instead of
2008-06-10 Evan Prodromouexport FOAF
2008-06-06 Evan Prodromouwas using $notice->uri instead of $notice_uri
2008-06-06 Evan Prodromoupush yadis requirement into omb.php
2008-06-06 Evan Prodromoucall postnotice when there's a remote subscription
2008-06-06 Evan Prodromoustash URLs for return and check all values for profiles
2008-06-06 Evan Prodromouforgot to require libs in accesstoken
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 Prodromoudebugging stuff in accesstoken action
2008-06-06 Evan Prodromouremember to sign access token request with request...
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-06 Evan Prodromoulistenee is nickname, not URI
2008-06-06 Evan Prodromoudebugging info on finished remote subscribe
2008-06-05 Evan Prodromoushow error correctly in login
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-03 Evan Prodromoufix service discovery (I think)
2008-06-03 Evan Prodromoutypo in use of omb_service_uri()
2008-06-03 Evan Prodromoumore debugging, don't reuse variable
2008-06-02 Evan Prodromoumove debugging code for checking URIs of XRD
2008-06-02 Evan Prodromoutrying to find out why auth request is going to request...
2008-06-02 Evan Prodromoumore debug code
2008-06-02 Evan Prodromoudebugging code for userauthorization
2008-06-02 Evan Prodromouget rid of callback nonce
2008-06-02 Evan Prodromoufix consumer fetching, nonce making
2008-06-02 Evan Prodromoucorrect server error output
2008-06-02 Evan Prodromouadd some debugging output to request token request
2008-06-02 Evan Prodromoutypo in LocalID generation in xrds
2008-06-02 Evan Prodromouminor corrections for OMB discovery
2008-06-02 Evan Prodromoudebug info
2008-06-02 Evan Prodromoufix assignment of omb stuff
2008-06-02 Evan Prodromoumake a nodes variable to pass nodes by reference
2008-06-02 Evan Prodromoutrim whitespace
2008-06-02 Evan Prodromouservices() returns an array
2008-06-02 Evan Prodromouadd some debugging stuff for problems with remote subscribe
2008-06-02 Evan Prodromouuse omb_service_filter() rather than omb_match_service()
2008-06-02 Evan Prodromoumove service-matching callbacks to library
2008-06-02 Evan Prodromoubetter handling of XRDS files
2008-06-01 Evan Prodromouset proper row sizes
2008-05-30 Evan Prodromouparse the XRDS results
2008-05-30 Evan Prodromoucheck xrds object
2008-05-30 Evan Prodromoudebug message for when services returns null
2008-05-30 Evan Prodromoubetter debug messages
2008-05-30 Evan Prodromoutypo in checking for YADIS failure
2008-05-30 Evan Prodromouadd X-XRDS-Location header
2008-05-30 Evan Prodromouadd debug logging and do some from the remotesubscribe...
2008-05-30 Evan Prodromoucheck to see if XRDS discovery failed
2008-05-30 Evan Prodromoucorrect content-type on XRDS document
2008-05-30 Evan Prodromouadd a print_r for the yadis doc returned
2008-05-30 Evan Prodromoushow footer for remotesubscribe form
2008-05-30 Evan Prodromoucheck that services are null in yadis check
2008-05-30 Evan Prodromouremotesubscribe form
2008-05-30 Evan Prodromouinterim commit after pull from server
2008-05-29 Evan Prodromouchange number of subscriptions per row
2008-05-29 Evan Prodromoufix render in showstream
2008-05-29 Evan Prodromou@ messages
2008-05-29 Evan Prodromoureformat showstream
2008-05-29 Evan Prodromouuse common_render_content
2008-05-29 Evan Prodromoufix checking boolean parameters
2008-05-29 Evan Prodromoudump args to browser for debugging
2008-05-28 Evan Prodromouerror in file_exists()
2008-05-28 Evan Prodromouadd doc action
next