]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Qvitter API changes (thanks hannes2peer)
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Oct 2013 19:30:29 +0000 (21:30 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Oct 2013 19:51:50 +0000 (21:51 +0200)
commit34a6624452e8b7f60b40181441c6ea2c8158379a
tree83d6f16f6349f489904f91032ba2c9a2be5f771a
parent753019baf27281370e91084d3766e59fa80b66f1
Qvitter API changes (thanks hannes2peer)

I implemented changes from quitter.se's new API that their front-end qvitter
uses, https://github.com/hannesmannerheim/qvitter/blob/master/api-changes-1.1.1/CHANGES

However I left out the URL shortening commens, since I believe whatever behaviour
they experienced that caused them to implement this was a bug (or many) and should
be fixed in their proper areas and that shortening should not be entirely left
out in API calls.
38 files changed:
actions/apiaccountregister.php [new file with mode: 0644]
actions/apiaccountupdatebackgroundcolor.php [new file with mode: 0644]
actions/apiaccountupdatelinkcolor.php [new file with mode: 0644]
actions/apiattachment.php [new file with mode: 0644]
actions/apicheckhub.php [new file with mode: 0644]
actions/apichecknickname.php [new file with mode: 0644]
actions/apiconversation.php
actions/apiexternalprofileshow.php [new file with mode: 0644]
actions/apifriendshipsexists.php
actions/apigroupadmins.php [new file with mode: 0644]
actions/apigrouplistall.php
actions/apigroupmembership.php
actions/apigroupshow.php
actions/apihelptest.php
actions/apisearchatom.php
actions/apisearchjson.php
actions/apistatusesfavs.php [new file with mode: 0644]
actions/apistatusesshow.php
actions/apistatusnetversion.php
actions/apitimelinegroup.php
actions/apitimelinelist.php
actions/apitimelinepublic.php
actions/apitimelinetag.php
actions/apitimelineuser.php
actions/apitrends.php
actions/apiuserprofileimage.php
actions/apiusershow.php
classes/Notice.php
classes/Profile.php
classes/User_group.php
lib/action.php
lib/apiaction.php
lib/apiprivateauth.php [deleted file]
lib/apiprivateauthaction.php [new file with mode: 0644]
lib/jsonsearchresultslist.php
lib/noticelistitem.php
lib/router.php
plugins/SubMirror/classes/SubMirror.php