[#210] Mastodon: actor storing for media uploads, ownership check to update_media.
[akkoma] / lib /
2018-12-06 Ivan Tashkinov[#210] Mastodon: actor storing for media uploads, owner...
2018-12-05 Ivan Tashkinov[#210] Stylistic change.
2018-12-05 Ivan Tashkinov[#210] Stylistic change.
2018-12-05 Ivan Tashkinov[#210] [TwitterAPI] Made actor be stored for uploads...
2018-12-05 Ivan Tashkinov[#210] Further refactoring.
2018-12-04 Ivan Tashkinov[#210] Refactoring.
2018-12-04 Ivan Tashkinov[#210] TwitterAPI: implemented /api/media/metadata...
2018-12-03 lambdaMerge branch 'fix/parse-user-bio' into 'develop'
2018-12-03 lambdaMerge branch 'fix-media-proxy-defaults' into 'develop'
2018-12-03 Maxim FilippovParse bio for MastodonAPI
2018-12-02 HaelwennMerge branch 'user_info_fixes_again' into 'develop'
2018-12-02 Maxim FilippovParse user's bio on register
2018-12-02 hrefFix media proxy config defaults
2018-12-02 lainAdd uuid generation extension to sample_psql.eex.
2018-12-02 lainFix background updating / handling.
2018-12-01 kaniiniMerge branch 'validate-user-info' into 'develop'
2018-12-01 lainMore fixes for Info schema.
2018-12-01 lainTwitterAPI: Fix banner and background update.
2018-12-01 lainFix masto api user updating.
2018-12-01 lainMerge branch 'develop' of git.pleroma.social:pleroma...
2018-12-01 lainFix admin api.
2018-12-01 kaniiniMerge branch 'feature/anonymize-filenames' into 'develop'
2018-11-30 hrefUpload filter: anonymize filename
2018-11-30 kaniiniMerge branch 'feature/reverse-proxy' into 'develop'
2018-11-30 hrefReverse proxy: default max read duration at 30 secs.
2018-11-30 lambdaMerge branch 'config-delete' into 'develop'
2018-11-30 lambdaMerge branch 'supervisor-order' into 'develop'
2018-11-30 hrefFix supervisor order
2018-11-30 hrefPleroma.Config.delete/1
2018-11-30 hrefMIME: video/audio ogg detection
2018-11-30 hrefConfig docs
2018-11-30 hrefUpload: bring back base_url
2018-11-30 hrefFix deprecation warnings
2018-11-30 hrefUploads fun, part. 2
2018-11-30 hrefreverse_proxy: more headers
2018-11-30 hrefParse correctly content-type & do not forward content...
2018-11-30 hrefreverse proxy / uploads
2018-11-30 lainMerge remote-tracking branch 'origin' into validate...
2018-11-30 lainFix transmogrifier test.
2018-11-30 lainFix OStatus user updates.
2018-11-30 lainAssorted fixes.
2018-11-30 lainFix TwitterApiController.
2018-11-30 lainRemove "most recent notification" endpoint.
2018-11-28 lambdaMerge branch 'fix-list-stream-privacy' into 'develop'
2018-11-27 KokaKiwiStreamer: Don't send unwanted DMs to list streams
2018-11-27 lainFix ostatus test.
2018-11-27 lainWebfinger fixes.
2018-11-27 lainMore fixes.
2018-11-27 kaniiniMerge branch 'fix/version-string-force-git-abbrev-size...
2018-11-27 kaniiniMerge branch 'ogg-theora-detection' into 'develop'
2018-11-27 lainHTTP sig fixes.
2018-11-27 rinpatch Fix lint error
2018-11-27 rinpatchAdd Theora detection to upload.ex
2018-11-27 HaelwennMerge branch 'feature/mrf-user-allowlist' into 'develop'
2018-11-26 kaniiniMerge branch 'fix/pleromafe-title' into 'develop'
2018-11-26 William Pitcocknodeinfo: add mrf_user_allowlist data
2018-11-26 William PitcockMRF: add user allowlist module
2018-11-26 Mark FelderReplace this hardcoded <title>
2018-11-26 kaniiniMerge branch 'bugfix/csp-no-https' into 'develop'
2018-11-26 Haelwenn (lanodan... Plugs.HTTPSecurityPlug: Activate upgrade-insecure-reque...
2018-11-26 HaelwennMerge branch 'add-manifest-src-to-csp' into 'develop'
2018-11-26 shibayashiAdd manifest-src to allow manifest.json
2018-11-25 kaniiniMerge branch 'bugfix/public-mastoapi-websocket' into...
2018-11-24 Haelwenn (lanodan... Web.Streamer: Get unauthenticated statuses representation
2018-11-24 Haelwenn (lanodan... Web.MastodonAPI.MastodonSocket: Put access_token at...
2018-11-24 Haelwenn (lanodan... Web.MastodonAPI.MastodonSocket: Add unauthentified...
2018-11-22 kaniiniMerge branch 'feature/admin-api' into 'develop'
2018-11-21 kaniiniMerge branch 'feature/improve-version' into 'develop'
2018-11-20 kaniiniMerge branch 'runtime-fixes' into 'develop'
2018-11-20 lainMerge branch 'validate-user-info' of git.pleroma.social...
2018-11-20 lainRaise on usage of old function.
2018-11-20 lainFix most mastodon api bugs.
2018-11-20 HaelwennMerge branch 'feature/retry-queue' into 'develop'
2018-11-20 William Pitcockmastodon api: fix up quite a few test failures
2018-11-20 William Pitcockactivitypub: fix restrict_blocked()
2018-11-20 William Pitcockmastodon api: account view: fix tests
2018-11-20 William Pitcockstreamer: fix fetching the user's block list
2018-11-20 William Pitcockoauth plug: fix deactivated check
2018-11-20 William Pitcockcommon api: fix moderator check when deleting posts
2018-11-20 William Pitcockuser: fix user.info lookup in User.locked?()
2018-11-20 lainFix Notification tests.
2018-11-20 kaniiniMerge branch 'fix/mediaproxy-empty-url' into 'develop'
2018-11-20 lainFix formatter tests.
2018-11-20 hrefImproved version string
2018-11-20 hrefmediaproxy: fix empty url & add some tests
2018-11-19 ealRetryQueue: tiny refractor, add tests
2018-11-19 hrefVarious runtime configuration fixes
2018-11-18 lainSeveral twitter api fixes.
2018-11-18 lainFix user updating from AP.
2018-11-18 lainMix format.
2018-11-18 lainFix most User tests.
2018-11-18 lainFix setting of keys.
2018-11-18 lainFix following locked users.
2018-11-18 lainFix note count update.
2018-11-18 lainFix follower count test.
2018-11-18 lainFix blocking.
2018-11-18 lainFormatting.
2018-11-18 lainFix follower count setting.
2018-11-18 lainFix note counting.
2018-11-18 lainFix User deactivation.
next