summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-08-28add the behaviour, work on actually making it work.Thurloat
2018-08-28Explicitly set 'http_only' to trueshibayashi
2018-08-28Implement uploader behaviourThurloat
run formatter <#
2018-08-28Set SameSite flag to 'Strict'shibayashi
2018-08-28use media proxy for suggestions apiHakaba Hitoyo
2018-08-27cleaning up a bit.Thurloat
2018-08-27example of flexible storage backendsThurloat
2018-08-28upload: formattingWilliam Pitcock
2018-08-28upload: add the S3 support itselfWilliam Pitcock
2018-08-28sample config: add S3 public endpoint optionWilliam Pitcock
2018-08-27upload: strip exif data before finalizing the file pathWilliam Pitcock
2018-08-27sample config: show how amazon s3 support is activated, including ↵William Pitcock
third-party clones like wasabi
2018-08-28Fix formattingshibayashi
2018-08-28Add Secure and SameSite cookie flagsshibayashi
2018-08-27better solution, added test.Henry Jameson
2018-08-27[Pleroma.Web.MastodonAPI.FilterView] fix expires_at being a unsafe variableHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.FilterView]: expires_at should be null when N/AHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to ↵Haelwenn (lanodan) Monnier
2.4.3
2018-08-27[MastodonAPI] Add filtersHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add fields supportHaelwenn (lanodan) Monnier
2018-08-27[Pleroma.Web.MastodonAPI.AccountView]: Add bot fieldHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] the tag field isn’t fixed to a static type in pleromaHaelwenn (lanodan) Monnier
2018-08-27[MastodonAPI] Add streaming of hashtagsHaelwenn (lanodan) Monnier
2018-08-27formattingWilliam Pitcock
2018-08-27user: fix up notification last calculation [NOT related to upstream]William Pitcock
2018-08-27Merge branch 'feature/relay' into 'develop'lambda
message relay Closes #144 See merge request pleroma/pleroma!264
2018-08-27Merge branch 'bugfix/announce-timeline-flooding' into 'develop'lambda
activitypub: filter destination list for announce activities differently than normal (closes #164) Closes #164 See merge request pleroma/pleroma!227
2018-08-26Merge branch 'feature/emoji-in-local-users' into 'develop'kaniini
Add emoji to local user profiles. Closes #202 See merge request pleroma/pleroma!271
2018-08-26fix formattingWilliam Pitcock
2018-08-26Merge branch 'bugfix/common-api-visibility-orphan' into 'develop'kaniini
common api: properly handle replying to orphaned threads See merge request pleroma/pleroma!299
2018-08-26common api: handle replying to orphaned threadsWilliam Pitcock
2018-08-26Merge branch 'login-with-email' into 'develop'kaniini
When logging in, try treating the login as an email Closes #245 See merge request pleroma/pleroma!295
2018-08-26Merge branch 'develop' into 'feature/relay'kaniini
# Conflicts: # lib/pleroma/web/activity_pub/utils.ex
2018-08-26remove unused settings from /api/statusnet/confighakabahitoyo
2018-08-25When logging in, try treating the login as an emailEkaterina Vaartis
Closes #245
2018-08-25Merge branch 'feature/twitterapi-object-description' into 'develop'kaniini
twitter api: provide object descriptions as attachment description field See merge request pleroma/pleroma!293
2018-08-25twitter api: provide object descriptions as attachment description fieldWilliam Pitcock
2018-08-24http: fix TLS server name indicationWilliam Pitcock
by default, hackney only sent TLS server name indication if TLS was locked to TLS 1.2. since there are many instances out there not speaking TLS 1.2, it is not acceptable to lock SNI to TLS 1.2. closes #261
2018-08-24Merge branch 'bugfix/formatter-single-char-nicks' into 'develop'kaniini
formatter: fix single char local nicknames Closes #163 See merge request pleroma/pleroma!290
2018-08-24Merge branch 'config/fe-collapse-subject' into 'develop'kaniini
fe config: add collapse_message_with_subject fe option See merge request pleroma/pleroma!289
2018-08-24formatter: adjust regexp captures to match local users with single character ↵William Pitcock
nicknames (closes #163)
2018-08-24fe config: add collapse_message_with_subject fe optionWilliam Pitcock
2018-08-23Move invite task to pleroma namespaceJorty
Some other minor changes were made to make it consistent with the behavior of other tasks both within Pleroma and the conventions set by dependencies such as Phoenix. Namely, the task is named `gen.invite` and `IO.puts` has been replaced with references to `Mix.shell()` where appropriate.
2018-08-23Refactor Mix tasksJorty
1. Move Mix tasks into a `pleroma` namespace, to avoid collisions with dependent packages. 2. Rename and condense tasks into two `pleroma.user` and `pleroma.gen.instance` tasks for consistency with Hex and Phoenix. 3. Add additional functionality to the tasks to make them more user-friendly. Arguments with sensible defaults were demoted to flags and in the interactive `generate_config` (renamed to `pleroma.gen.instance`), flags were added to allow non-interactive use, though interactive use remains the primary interface. That task also now prompts the user for database parameters. 4. Documentation has been added to both tasks such that `mix help` now shows useful information. 5. Finally, use of IO.puts in tasks has been replaced with Mix.shell() equivalents to make the behavior more consistent with Mix tasks in other packages, and such that variables like MIX_QUIET are respected. The only exception is in `mix pleroma.user reset_password`, wherein the URL must always be printed regardless of the value of MIX_QUIET since that's its entire purpose.
2018-08-23debughakabahitoyo
2018-08-23formattingWilliam Pitcock
2018-08-23transmogrifier: reject activities lacking a valid IDWilliam Pitcock
2018-08-22fixed notifications API completely breaking if there's a like forHenry Jameson
missing (deleted) post.
2018-08-22[Pleroma.Web.TwitterAPI.UserView]: Do not fail if user.bio is nilHaelwenn (lanodan) Monnier
2018-08-22[Pleroma.Web.MastodonAPI.StatusView] Fix rendering peertube videosHaelwenn (lanodan) Monnier