]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/OStatus
Fave::addNew now calls Notice::saveActivity
[quix0rs-gnu-social.git] / plugins / OStatus /
2015-01-27 Mikael NordfeldthDefault value false for $force on Ostatus updateAvatar
2015-01-27 Mikael NordfeldthTest in Ostatus_profile if avatar is an image before...
2015-01-27 Mikael NordfeldthHandle groups better in Ostatus_profile->updateAvatar
2015-01-27 Mikael NordfeldthOStatusSub should use inherent attributes
2015-01-26 Mikael NordfeldthOstatus_profile smarter test if avatar exists
2015-01-26 Mikael NordfeldthForce updateAvatar if desired
2015-01-26 Mikael NordfeldthDifferentiate on group and user for WebFinger data
2015-01-24 Mikael NordfeldthStore remote magicsig public keys locally
2015-01-24 Mikael NordfeldthAdded Magicsig onProfileDeleteRelated
2015-01-24 Mikael NordfeldthDocumentation update (clarifying need for php5-gmp...
2015-01-24 Mikael Nordfeldthconst'ifying bits and sigalg
2015-01-22 Mikael NordfeldthReplace file_get_contents with HTTPClient in testfeed
2015-01-18 Mikael Nordfeldthholy crap, file_put_contents got args in wrong order
2015-01-18 Mikael NordfeldthKeep the old error message on updateAvatar
2015-01-18 Mikael NordfeldthUse HTTPClient to download avatar
2015-01-18 Mikael NordfeldthLoose_Ostatusprofile::updateAvatar was identical to...
2015-01-16 Mikael NordfeldthAdd nohub config setting to allowed non-PuSH feeds
2015-01-15 Mikael NordfeldthFeedPoller plugin, for hubless feeds
2015-01-13 Mikael NordfeldthEnsuring unknown profiles in salmon slaps work again
2015-01-13 Mikael NordfeldthAbort on failure instead of return early success
2015-01-12 Mikael NordfeldthensureActivityObjectProfile is more thorough than creat...
2015-01-12 Mikael NordfeldthensureProfile already done and stored in $this->oprofile
2015-01-10 Mikael NordfeldthSupport for updated aliases
2015-01-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-31 Joshua Judson RosenOStatusPlugin: fix ensureProfile catch-22 in onCheckAct...
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-09 Joshua Judson RosenOStatus/scripts/update-profile-data.php: print updated...
2014-12-08 Mikael NordfeldthStronger typing in Ostatus_profile
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-11-27 Mikael Nordfeldthfetch conversation URI in processPost, not processShare
2014-11-27 Mikael NordfeldthUse remote conversation URI info to stitch convos together
2014-11-24 Mikael NordfeldthTry to lookup the profile if we don't know it yet
2014-11-24 Mikael NordfeldthOstatus_profile->checkAuthorship returns Profile
2014-11-24 Mikael NordfeldthBad parameter count for checkAuthorship
2014-11-24 Joshua Judson RosenFix OStatus groups by making Ostatus_profile::localProf...
2014-11-24 Joshua Judson RosenOstatus_profile::checkAuthorship(): throw ServerExcepti...
2014-11-16 Mikael Nordfeldthnormalizing acct: URI just to be sure
2014-11-07 Mikael NordfeldthWe're using URLMapper, not Net_URL_Mapper
2014-11-06 Mikael NordfeldthDiaspora public key published in WebFinger
2014-10-25 Mikael NordfeldthA little bit more debugging.
2014-07-27 Mikael NordfeldthensureWebfinger was never complete in StatusNet. Worked...
2014-07-14 Mikael NordfeldthMerge request from chimo adding getvaliddaemons to...
2014-07-14 Mikael NordfeldthMerge request from robmyers upping the PHP version...
2014-07-14 Mikael NordfeldthUnifying HTML stripping functions to common_strip_html
2014-07-05 Mikael NordfeldthFavorAction now uses Notice::saveActivity
2014-07-04 Mikael NordfeldthRemove Ostatus_profile when releted Profile is deleted
2014-07-03 Mikael NordfeldthTagprofileAction fiddled with, now doesn't require...
2014-07-03 Mikael NordfeldthConverted all ActivityObject::fromProfile to $profile...
2014-07-02 Mikael NordfeldthFavorites are now being stored from activities
2014-07-02 Mikael NordfeldthcheckAuthorship events, Ostatus_profile rewrite to...
2014-07-02 Mikael NordfeldthAdded saveActivity method to Notice class
2014-06-28 Mikael NordfeldthSalmonAction and extensions simplified
2014-06-23 Mikael NordfeldthDiscoveryHints gets microformats2 parsing abilities
2014-06-23 Mikael NordfeldthDiscoveryHints now properly returns hcard url
2014-06-05 Mikael NordfeldthMerge from chimo: Catch GeoCookie JSON parsing error
2014-06-03 Mikael NordfeldthLess verbose debugging (also don't log private keys)
2014-06-03 Mikael NordfeldthDefault of Magicsig keypair toString should be secure
2014-06-02 Mikael NordfeldthMagicsig::generate is now static
2014-06-02 Mikael NordfeldthSalmon posts can only be made for local users. More...
2014-06-02 Mikael NordfeldthQuick-return is more comprehensible than long if statements
2014-06-02 Mikael NordfeldthPrepare for WebFinger magicsig data for remote profiles
2014-06-02 Mikael NordfeldthMagicEnvelope discoverKeyPair now returns string
2014-06-02 Mikael NordfeldthOnly use a Profile in MagicEnvelope keypair retrieval
2014-06-02 Mikael NordfeldthMagicsig importKeys finetuning and getHash() use
2014-06-02 Mikael NordfeldthDon't ensureProfile before we verify signature
2014-06-02 Mikael NordfeldthClarify it's not base64, but base64url, encoding in...
2014-06-02 Mikael NordfeldthImprove debugging for Salmon slaps
2014-06-02 Mikael NordfeldthTry the whole Salmon action for AlreadyFulfilledException
2014-06-02 Mikael NordfeldthMagicsig warning message would fail to get bits
2014-06-01 Mikael NordfeldthThere could be unresolvable FeedSub entries
2014-05-31 Mikael NordfeldthMagicsig is made a bit less cumbersome
2014-05-31 Mikael NordfeldthUse locally cached Salmon keys for profiles
2014-05-31 Mikael NordfeldthLast objectification of MagicEnvelope. Smarter SalmonAction
2014-05-28 Mikael NordfeldthSalmon log message tidying up
2014-05-27 Mikael NordfeldthBad variable names (fixes last commit)
2014-05-27 Mikael NordfeldthMagicEnvelope object orientation (no passing arrays)
2014-05-27 Mikael NordfeldthMake MagicEnvelope self-reference
2014-05-26 Mikael NordfeldthRemoved MagicEnvelopeCompat, legacy from SN <0.9.7
2014-05-26 Mikael NordfeldthMinor changes in Salmon lib for Magicsig retrieval.
2014-05-26 Mikael NordfeldthShould not normalize Salmon author URIs.
2014-05-26 Mikael NordfeldthgetAuthorUri is a more appropriate function name
2014-05-26 Mikael NordfeldthcheckAuthor not used anywhere
2014-05-19 Mikael NordfeldthThere's no guarantee we have an Ostatus_profile for...
2014-05-19 Mikael NordfeldthInform and make use of NoProfileException in OStatus...
2014-05-19 Mikael NordfeldthUsersalmonAction cleanup
2014-05-19 Mikael NordfeldthOstatus_profile throws NoProfileException from localPro...
2014-05-19 Mikael NordfeldthNoUriException added and implemented in FeedSub class
2014-05-19 Mikael NordfeldthisLocal() for User_group
2014-05-07 Mikael NordfeldthToo many bird wings ({), sorry Erkan :)
2014-05-07 Mikael Nordfeldthmisplaced dollar sign, also URLs != attention URIs
2014-05-06 Mikael NordfeldthForgot 'new' before the Exception class
2014-05-06 Mikael NordfeldthGarbage collection script didn't loop through anything
2014-05-06 Mikael NordfeldthUser object didn't have getNickname() function
2014-05-06 Mikael NordfeldthMissed a $user->id to $profile->id translation
2014-05-06 Mikael NordfeldthMore Exceptions for FeedSub doSubscribe and related...
2014-05-06 Mikael NordfeldthType testing instead of just empty() in OStatusPlugin
2014-05-06 Mikael NordfeldthMagicEnvelope class now throws exception on XRD fail
next