summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-28Add a note about the develop branchrinpatch
2019-06-27Add a note about OS/Distro packages in the readmerinpatch
2019-06-27Add a deprecation warning to the readmerinpatch
2019-06-27Add a note on what OTP releases arerinpatch
2019-06-26Instructions on getting the flavourrinpatch
2019-06-26Do not assume ~pleroma == /opt/pleromarinpatch
2019-06-26Add all the remaining sections to Switching to OTP releasesrinpatch
2019-06-25Add a note that OTP releases don't contain revision historyrinpatch
2019-06-25Remove the useless specification of test size and make the main points boldrinpatch
2019-06-24Basic skeleton of "Switching a from-source install to OTP releases"rinpatch
2019-06-24Use supervise-daemon(8) for the alpine servicerinpatch
2019-06-24Remove the warning about alpine as the issue is now solvedrinpatch
2019-06-23Use build-base instead of individual packagesrinpatch
2019-06-23releases_en.md -> otp_en.mdrinpatch
2019-06-23Add a Further Reading section to the OTP install guiderinpatch
2019-06-23Remove sudo in the nginx config command examplerinpatch
2019-06-23Add a section on executing mix tasksrinpatch
2019-06-23Add a section about updatingrinpatch
2019-06-23Add docs about SSL certificate auto-renewrinpatch
2019-06-22Remove a note about needing to add RUM to config manually, as it is nowrinpatch
in the config generator
2019-06-22Fix the webroot method in the nginx configrinpatch
2019-06-22Add a warning about OTP releases on Alpine 3.10rinpatch
2019-06-22Add an OpenRC service for OTP releasesrinpatch
2019-06-22Merge branch 'develop' into release-docsrinpatch
2019-06-22Merge branch 'mix_sem_ver_version_fix' into 'develop'rinpatch
Fixed mix version computed for underscore-containing branches See merge request pleroma/pleroma!1314
2019-06-22Merge branch 'fix/ecto-tasks-release' into 'develop'rinpatch
Ecto tasks: Resolve relative path using the application directory instead of cwd and load the application before doing anything See merge request pleroma/pleroma!1322
2019-06-22Merge branch 'bugfix/simple-notifications-for-non-create-activities' into ↵rinpatch
'develop' notifications: fix notification generation for non-create activities See merge request pleroma/pleroma!1323
2019-06-22notifications: fix notification generation for non-create activitiesWilliam Pitcock
in 300d94c62, an Object.normalize() call was introduced. calling Object.normalize() on an activity with a non-object URI (say, a user) causes Really Bad Things to happen. so don't do that.
2019-06-22Correct dependencies for RUM on alpine and remove installcheckrinpatch
2019-06-22Correct a typo in the apk commandrinpatch
2019-06-22Do not exit on fail in the one-liner because it closes ssh connection and ↵rinpatch
fix dependencies for alpine
2019-06-22Use uname -m instead of arch for more portabilityrinpatch
2019-06-22Add a systemd service for OTP releasesrinpatch
2019-06-22Executing create is unnecessary after the postgres script is executedrinpatch
2019-06-22Load the application before executing the create taskrinpatch
2019-06-22Ecto tasks: Resolve relative path using the application directoryrinpatch
instead of cwd and load the application before doing anything In OTP releases cwd != app directory and the configuration is read only if the application is loaded
2019-06-21Merge branch 'chore/update-bbcode' into 'develop'kaniini
mix: update bbcode dependency to v0.1.1 See merge request pleroma/pleroma!1321
2019-06-21Merge branch 'fix/fallback-config' into 'develop'rinpatch
Fallback to Config if Mix.Config does not exist, even if Config does not exist either See merge request pleroma/pleroma!1320
2019-06-21mix: update bbcode dependency to v0.1.1William Pitcock
2019-06-22Fallback to Config if Mix.Config does not exist, even if Config does notrinpatch
exist either For some weird reason Code.ensure_loaded?(Config) is false on OTP releases even though `use Config` from config files works just fine.
2019-06-22Execute migration commands as the pleroma user and add a note about the need ↵rinpatch
to uncomment the RUM command
2019-06-22Correct the psql commandrinpatch
2019-06-22Remove the getting started steps from pleroma.instance gen taskrinpatch
They are not compatible with every platform, different for OTP releases and may become outdated. We are better off just telling people to refer to the installation guides for their particular platform
2019-06-22Merge branch 'develop' into release-docsrinpatch
2019-06-21Merge branch 'feature/mrf-anti-link-spam' into 'develop'kaniini
implement anti link spam MRF See merge request pleroma/pleroma!1307
2019-06-21Merge branch 'fix/use-config-when-possible' into 'develop'rinpatch
use Config in generated config when available See merge request pleroma/pleroma!1319
2019-06-21Merge branch 'oauth_secure_redirect' into 'develop'kaniini
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302
2019-06-21Merge branch 'revert-6f5a0cc1' into 'develop'kaniini
Revert "Merge branch 'fix/ogp-title' into 'develop'" See merge request pleroma/pleroma!1317
2019-06-21change the anti-link-spam MRF implementation to use old_user? instead of the ↵William Pitcock
previous name
2019-06-21Merge branch 'fix-rate-limit-test' into 'develop'kaniini
Fix rate limiter tests See merge request pleroma/pleroma!1316