Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | Elixir 1.14 and Erlang/OTP 23 is now the minimum supported release | Mark Felder | |
2024-05-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into bump-elixir | Lain Soykaf | |
2024-03-18 | Update minimum Postgres version to 11.0; disable JIT | Mark Felder | |
This release is where JIT was introduced and it should be disabled. Pleroma's queries do not benefit from JIT, but it can increase latency of queries. | |||
2023-12-28 | Update minimum elixir version found in various docs | Mark Felder | |
2023-11-28 | Docs: Remove rust references | Lain Soykaf | |
2023-11-17 | Update docs to include dependencies on rust and vips where appropriate | Mark Felder | |
2023-07-02 | Merge branch 'tusooa/media-altdomain' into 'develop' | Haelwenn | |
Add instructions to serve media on another domain See merge request pleroma/pleroma!3892 | |||
2023-06-14 | Add "potentially outdated" notice in non-English versions | tusooa | |
2023-05-31 | installation/debian_based_jp: Elixir 1.11 means Debian 12+ and Ubuntu 22.04+ | Haelwenn (lanodan) Monnier | |
I checked for what each part of the debian&ubuntu sentences meant with the help of Jisho.org, should be safe but it did make me notice that this guide hasn't been updated in years | |||
2021-05-31 | Merge branch 'docs/goto-libera' into 'develop' | Haelwenn | |
Changing references of freenode to libera.chat See merge request pleroma/pleroma!3415 | |||
2021-05-31 | Changing references of freenode to libera.chat | Haelwenn (lanodan) Monnier | |
2021-05-16 | Docs: use `MIX_ENV=prod mix pleroma.instance gen` | Alex Gleason | |
2021-01-23 | add missing sudo prefix in install doc | 𝑓 | |
2021-01-10 | Add development section | Ilja | |
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md | |||
2020-10-09 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-09-26 | Adjusted MediaProxyControllerTest to gracefully fail on missing ↵ | Ivan Tashkinov | |
dependencies. Installation docs update. Added ffmpeg/imagemagick checks to launch checks (if media preview proxy is enabled). Added documentation on installing optional media / graphics packages (imagemagick, ffmpeg, exiftool). | |||
2020-09-24 | Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies. | Ivan Tashkinov | |
2020-09-10 | Merge branch 'develop' into feature/gen-magic | Mark Felder | |
2020-08-10 | Docs: Add cmake dependency | lain | |
2020-06-22 | Add include for the "Further reading" section | Ilja | |
* I added an include and use this include for the installation guides that already had this section * I added the "Further reading" section as well as te "Questions" section to the English guides that didn't have it yet * I added a first point "How Federation Works/Why is my Federated Timeline empty?" to link to lains blogpost about this because we still get this question a lot in the #pleroma support channel * I reordered the list a bit | |||
2020-06-16 | Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME | href | |
2020-05-28 | Update installation guides | Egor Kislitsyn | |
2020-03-03 | debian_based_*.md: Use erlang-nox metapackage | Haelwenn (lanodan) Monnier | |
2019-10-14 | Preparations for renaming `master` to `stable` | rinpatch | |
2019-10-03 | Fix references to other pages | rinpatch | |
2019-08-31 | Update Japanese document to follow English document | AkiraFukushima | |
2019-07-15 | Remove dead link from the installation docs | Eugenij | |
2019-06-28 | Update docs/installation/arch_linux_en.md, docs/installation/centos7_en.md, ↵ | Julien Wehmschulte | |
docs/installation/debian_based_en.md, docs/installation/debian_based_jp.md, docs/installation/gentoo_en.md files | |||
2019-05-30 | Formatting | feld | |
2019-05-30 | Install docs should clone from master branch | feld | |
2019-05-15 | Added package to dependency list | PolymerWitch | |
Added the erlang-ssh package to the dependency list and the installation command instructions. The project wouldn't build otherwise. | |||
2019-03-28 | Move out of Gitlab Wiki | rinpatch | |
I understand that this change is quite unreadable and hard to review, sorry for forgetting to do atomic commits. This patch does not change too much content wise, it just * Gets everything from gitlab wiki * Removes some specific gitlab hacks * Formats all documentation file names to be in snake case so they look the same way as our code does |