]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2016-06-19 Mikael NordfeldthErr, don't need that comment.
2016-06-19 Mikael NordfeldthMissed some phpseclib stuff in DiasporaPlugin
2016-06-17 Mikael Nordfeldthbump to beta5 since phpseclib update (which might cause...
2016-06-17 Mikael NordfeldthLet's just put the namespaced phpseclib in extlib inste...
2016-06-17 Mikael Nordfeldthextlib required by phpseclib (ParagonIE/ConstantTime)
2016-06-17 Mikael Nordfeldthrepost_of -> repeat_of, also trying with isset()
2016-06-17 Mikael NordfeldthMagicsig call for phpseclib\Math\BigInteger fixed
2016-06-17 Mikael NordfeldthOStatus Magicsig adaptations to new phpseclib
2016-06-17 Mikael NordfeldthDiaspora phpseclib update
2016-06-17 Mikael Nordfeldthbump Linkback plugin thanks to awesome singpolyma
2016-06-17 Mikael NordfeldthHandle namespaces for new phpseclib
2016-06-17 Mikael Nordfeldthphpseclib updated, some new features that we won't use
2016-06-17 mmnMerge branch 'avatar-folder-perms' into 'nightly'
2016-06-17 mmnMerge branch 'tom/noreferrer' into 'nightly'
2016-06-17 mmnMerge branch 'strict-warnings' into 'nightly'
2016-06-17 mmnMerge branch 'notice-location' into 'nightly'
2016-06-17 mmnMerge branch 'site-notice' into 'nightly'
2016-06-17 mmnMerge branch 'webmention-rocks' into 'nightly'
2016-06-17 Mikael NordfeldthApparently medium.com uses @ frequently i URLs
2016-06-10 Stephen Paul... Allow 201 as well, because spec says so
2016-06-10 Stephen Paul... Pass all but two webmention.rocks tests
2016-06-10 Stephen Paul... Set avatar where available
2016-06-10 Stephen Paul... Get avatar out of entry properly
2016-06-10 Stephen Paul... Need to strtotime before we can format the date
2016-06-10 Stephen Paul... Use strpos check properly
2016-06-10 Stephen Paul... 400 code needs ClientException
2016-06-10 Stephen Paul... When there is no useful title, class="p-name e-content"
2016-06-10 Stephen Paul... Allow getting notice title without implying one
2016-06-09 Thomas KarpiniecUse noreferrer when linkifying attachments and allow...
2016-06-04 ChimoWIP: Display error if wrong perms on 'avatar' dir
2016-06-02 ChimoRe-enable notice locations
2016-06-01 ChimoSite Notice: common_purify instead of HTMLPurifier
2016-06-01 ChimoUpdate prepare() method on Action subclasses.
2016-06-01 ChimoUpdate handle() method on Action subclasses.
2016-05-09 Mikael NordfeldthAdd /download action for attachments
2016-05-04 Mikael NordfeldthDon't warp attachment page thumbnails
2016-05-04 Mikael Nordfeldth2-frame GIF animations weren't recognised as animated
2016-05-04 Mikael NordfeldthDocumentation update in File class file
2016-05-04 Mikael NordfeldthMisplaced break/continue statements.
2016-05-04 Mikael NordfeldthUseFileAsThumbnailException uses direct File object now
2016-05-01 Mikael NordfeldthLinkback references to unset indexes + spelling error
2016-05-01 Mikael NordfeldthLink to attachment page instead of big-ass image
2016-04-26 Mikael Nordfeldthnaughty extlib fix (PHP7)
2016-04-26 Mikael Nordfeldthsplit is gone, use explode. PHP7 extlib fix
2016-04-26 Mikael NordfeldthNaughty fix for extlib XMPPHP (PHP7)
2016-04-25 Mikael NordfeldthSome PHP7 related package names
2016-04-18 Mikael NordfeldthMerge branch 'master' into mmn_fixes
2016-04-18 Mikael Nordfeldthput local id, href and such in ostatus:conversation...
2016-04-18 Mikael NordfeldthUse constant for ATTN_PUBLIC (public collection)
2016-04-18 Mikael NordfeldthOembed bugs with thumbnail generation.
2016-04-18 Mikael Nordfeldthfunction declaration to match parent
2016-04-18 Mikael Nordfeldthuse getByID (also bad variable reference)
2016-04-18 Mikael Nordfeldthstrict type comparison
2016-04-08 Mikael Nordfeldth"In conversation" text in noticelistitem
2016-04-04 Mikael NordfeldthMaybe stop deleteRelated from failing on constraint...
2016-04-01 Mikael NordfeldthSend thr:in-reply-to as well, for clarity...
2016-04-01 Mikael NordfeldthMore debugging in Salmon since we get situations which...
2016-04-01 Mikael NordfeldthDon't fail deleteRelated on NoProfileException
2016-04-01 Mikael NordfeldthFix constraint checking and only run it if not already...
2016-04-01 Mikael NordfeldthMerge branch 'constraint_check_notice_table' into mmn_fixes
2016-03-31 Mikael NordfeldthMake sure $_SERVER['HTTP_REFERER'] isset when testing...
2016-03-31 Mikael NordfeldthConstraint check Notice table, need to get foreign...
2016-03-29 Mikael Nordfeldthfix/legacy_http for WebFinger + some minor fixes
2016-03-29 Mikael NordfeldthPossibly replace weirdly capitalized htTPs: too
2016-03-29 Mikael NordfeldthUse join instead of exists in SQL
2016-03-29 Mikael NordfeldthI was too quick to save that file (File::getByUrl takes...
2016-03-29 Mikael NordfeldthWe should assume all verbs and such are their full...
2016-03-29 Mikael NordfeldthGah, bad syntax
2016-03-29 Mikael NordfeldthIndex object_type too...
2016-03-29 Mikael NordfeldthUpgrade script for Bookmark uses joins instead of exist...
2016-03-29 Mikael NordfeldthForgotten File::getByUrl conversations (performance++)
2016-03-29 Mikael NordfeldthBetter indexing for Notice (performance++)
2016-03-29 Mikael NordfeldthUpgrade info from Bookmark plugin
2016-03-28 Mikael Nordfeldtha little bit more explicit logging
2016-03-28 Mikael NordfeldthEmbarrasing copy-paste gone too fast
2016-03-28 Mikael NordfeldthDOMElement not DOMDocument
2016-03-28 Mikael NordfeldthUpdate Profile Data script fixes, might work for groups...
2016-03-28 Mikael NordfeldthOStatus update profile data script fixes
2016-03-28 Mikael NordfeldthProbably fixes issue with looping XMPP queue items
2016-03-27 Mikael Nordfeldthrename config option site/logdebug to log/debugtrace
2016-03-27 Mikael NordfeldthEmbed attachments marked up as microformats2 (I think...
2016-03-27 Mikael NordfeldthInitial (not yet working) fetch remote plugin
2016-03-27 Mikael NordfeldthMatching inherited function definition
2016-03-27 Mikael NordfeldthOutput proper remote info on WebFinger notice resources
2016-03-27 Mikael NordfeldthActually return an Ostatus_profile
2016-03-27 Mikael NordfeldthFetchRemoteNotice event call in Notice (not effective...
2016-03-24 Mikael NordfeldthUse HTTPClient instead of Yadis HTTPFetcher in Linkback...
2016-03-24 Mikael NordfeldthHTTPClient::quickGet now supports headers as argument
2016-03-24 Mikael NordfeldthCatch some exceptions in Linkback
2016-03-24 Mikael NordfeldthStrictify Notice->isPublic()
2016-03-24 Mikael NordfeldthStricter typing in Realtime plugin functions
2016-03-23 Mikael NordfeldthAttachment and file handling since we could get NULL...
2016-03-23 Mikael NordfeldthDebugging output in OStatus for easier reading+greping
2016-03-23 Mikael NordfeldthNot really necessary in practice but makes better queries
2016-03-23 Mikael NordfeldthIf upgraded from http to https, keep hubsub->topic...
2016-03-23 Mikael NordfeldthUse the new onUpdateKeys in dataobject for tasks on...
2016-03-23 Mikael NordfeldthChange config webfinger/http_alias to fix/legacy_http
2016-03-23 Mikael NordfeldthAllow actions to be performed on updateWithKeys
2016-03-22 Mikael NordfeldthForgot a microsummary route in the latest commit
2016-03-22 Mikael NordfeldthMicrosummaries had issues and were removed in Firefox...
next