- 17 Feb, 2020 1 commit
-
-
Alexander Strizhakov authored
-
- 14 Feb, 2020 1 commit
-
-
Haelwenn authored
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/">
-
- 13 Feb, 2020 1 commit
-
-
rinpatch authored
transparency is disabled Closes #1568
-
- 12 Feb, 2020 1 commit
-
-
minibikini authored
-
- 11 Feb, 2020 3 commits
- 10 Feb, 2020 1 commit
-
-
rinpatch authored
I've noticed that sometimes when switching from develop to stable and back, develop fails to compile and rm -r ing the _build and deps dirs doesn't help at all. This is due to Admin API controller needing to generate JSON description of the config at compile time. Evaluating `config/description.exs` calls `Generator.list_modules_in_dir/2`, which in turn predicts the module names of files in the directory and tries to convert the predicted name to *existing* atoms. Sometimes the compiler will call that function before compiling the modules in the said directory, so the conversion will of course fail. This fixes it by removing the requirement of the atoms being existent. The function is not subjected to any untrusted user input so this should be safe. An ideal fix would be to block the compilation of docs before all modules are compiled and then get a list of compiled elixir modules under the namespace we want instead of directory hacks, but I have not been able to figure out how to do that.
-
- 09 Feb, 2020 1 commit
-
-
rinpatch authored
Closes pleroma#1548
-
- 07 Feb, 2020 5 commits
-
-
rinpatch authored
Closes #1109
-
lain authored
-
lain authored
-
lain authored
-
minibikini authored
-
- 06 Feb, 2020 3 commits
-
-
lain authored
-
minibikini authored
-
Alexander Strizhakov authored
-
- 05 Feb, 2020 3 commits
-
-
Alexander Strizhakov authored
-
minibikini authored
-
minibikini authored
-
- 02 Feb, 2020 2 commits
- 30 Jan, 2020 4 commits
-
-
Roman Chvanikov authored
-
lain authored
-
feld authored
-
feld authored
-
- 29 Jan, 2020 7 commits
-
-
rinpatch authored
Our nginx config will happily pass `Forwarded`/`X-Real-IP` from the client. Caddy, Apache and Varnish pass `X-Forwarded-For` as well anyway.
-
minibikini authored
-
minibikini authored
-
Alexander Strizhakov authored
-
lain authored
-
lain authored
-
Alexander Strizhakov authored
-
- 28 Jan, 2020 7 commits
-
-
Alexander Strizhakov authored
-
Haelwenn authored
Closes: pleroma/pleroma#1061
-
lain authored
-
minibikini authored
-
Roman Chvanikov authored
-
Roman Chvanikov authored
-
Roman Chvanikov authored
-