| Age | Commit message (Collapse) | Author | 
|---|
|  | Update plug_crypto
See merge request pleroma/pleroma!2219 | 
|  |  | 
|  | .gitattributes: use native support for elixir definitions
See merge request pleroma/pleroma!2218 | 
|  | see https://github.com/elixir-lang/elixir/pull/9823 | 
|  | MastodonAPI.StatusView: Do not use site_name
See merge request pleroma/pleroma!2216 | 
|  | site_name allow to spoof the origin of the domain and so hacks like:
<!-- served on https://hacktivis.me/tmp/joinmastodon.org.html -->
<meta property="og:image" content="https://hacktivis.me/datalove/img/meme/pleroma/mastodon%2C%20forbidden%20amuse%20yourself.jpeg" />
<meta property="og:title" content="Mastodon: Forbidden Amuse Yourself" />
<meta property="og:site_name" content="joinmastodon.org" />
<meta http-equiv="refresh" content="0; url=http://joinmastodon.org/"> | 
|  | Move ex_syslogger & recon to hexpm, update dependencies
See merge request pleroma/pleroma!2213 | 
|  | Upgraded:
  db_connection 2.2.0 => 2.2.1
  earmark 1.4.2 => 1.4.3
  ecto 3.3.1 => 3.3.3
  ecto_sql 3.3.2 => 3.3.4
  esshd 0.1.0 => 0.1.1
  ex_doc 0.21.2 => 0.21.3
  excoveralls 0.12.1 => 0.12.2
  gettext 0.17.1 => 0.17.4
  html_entities 0.5.0 => 0.5.1
  httpoison 1.6.1 => 1.6.2
  joken 2.1.0 => 2.2.0
  jose 1.9.0 => 1.10.1
  nimble_parsec 0.5.1 => 0.5.3
  phoenix 1.4.10 => 1.4.13
  phoenix_ecto 4.0.0 => 4.1.0
  phoenix_html 2.13.3 => 2.14.0
  plug_cowboy 2.1.0 => 2.1.2
  plug_crypto 1.1.0 => 1.1.1
  prometheus 4.4.1 => 4.5.0
  tesla 1.3.0 => 1.3.2 | 
|  |  | 
|  | Update ferd/recon
See merge request pleroma/pleroma!2211 | 
|  | integrating with an MRF.
Upstream changelog:
2.5.0
- Optional formatting of records in traces (thanks to @bartekgorny)
- Basic support for OTP-22 in recon_alloc (base handling of foreign_blocks type) | 
|  | NodeInfo: Fix federating status not being reported when MRF transparency is disabled
Closes #1568
See merge request pleroma/pleroma!2206 | 
|  | Fix the confusingly named and inverted logic of "no_attachment_links"
See merge request pleroma/pleroma!2202 | 
|  | deps: update back fast sanitize
See merge request pleroma/pleroma!2205 | 
|  | transparency is disabled
Closes #1568 | 
|  | it was downgraded to a somewhat ancient version due to an incorrect
merge conflict resolution | 
|  | # Conflicts:
#   config/description.exs | 
|  | Improve config descriptions
See merge request pleroma/pleroma!2201 | 
|  | Fix `status.expires_in` validation
See merge request pleroma/pleroma!2203 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | The setting is now simply "attachment_links" and the boolean value does
what you expect. A double negative is never possible and describing the
functionality is no longer a philospher's worst nightmare. | 
|  |  | 
|  | Restore TwitterAPI tests
Closes #1257
See merge request pleroma/pleroma!2200 | 
|  |  | 
|  | Update AdminFE build
See merge request pleroma/pleroma!2198 | 
|  | Revert "Merge branch 'feat/floki-fasthtml' into 'develop'"
See merge request pleroma/pleroma!2199 | 
|  | This reverts merge request !2194 | 
|  | update/admin-fe-20200211 | 
|  |  | 
|  | Make Floki use fast_html
See merge request pleroma/pleroma!2194 | 
|  |  | 
|  | needed to get new fast_html version since 1.0.1 had an attribute parsing
bug | 
|  | needed to make it use fast_html | 
|  | EmojiReactions: Align API endpoints
See merge request pleroma/pleroma!2183 | 
|  |  | 
|  |  | 
|  | differences_in_mastoapi_responses.md: Add note about unlisted results
Closes #1164
See merge request pleroma/pleroma!2195 | 
|  | Set oban crontab to false in tests
See merge request pleroma/pleroma!2197 | 
|  |  | 
|  | clients.md: Add Kyclos
See merge request pleroma/pleroma!2196 | 
|  |  | 
|  | Closes: https://git.pleroma.social/pleroma/pleroma/issues/1164 | 
|  | [#1383] Switch periodic jobs from quantum to oban
See merge request pleroma/pleroma!2015 | 
|  | DOCS Backup/Restore/Migrate your instance
See merge request pleroma/pleroma!2107 | 
|  | * Added "Migrate" to the title because these steps can also be used to migrate the instance to another server
* Added an optional step to reinstall pleroma (esp. for migrating servers)
* Currently the steps threw an error 'could not execute query: ERROR: function "activity_visibility already exists with the same argument types'
   * I added a new step to drop and recreate an empty pleroma-database
   * I played around with the `-c` and `-C` options of pg_restore, but dropping and recreating seemd to be the only way I got it working
   * This was tested on Debian Stretch, psql (PostgreSQL) 9.6.15 | 
|  | Fix a compilation error under certain circumstances
See merge request pleroma/pleroma!2193 |