Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-10 | Merge branch 'fix/compilation-error-docs' into 'develop' | rinpatch | |
Fix a compilation error under certain circumstances See merge request pleroma/pleroma!2193 | |||
2020-02-10 | Fix a compilation error under certain circumstances | rinpatch | |
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. | |||
2020-02-09 | Merge branch 'fix/email-task-otp' into 'develop' | rinpatch | |
Fix email mix task on OTP releases Closes #1548 See merge request pleroma/pleroma!2191 | |||
2020-02-09 | Fix email mix task on OTP releases | rinpatch | |
Closes pleroma#1548 | |||
2020-02-08 | Merge branch 'fix/upload-limit-otp' into 'develop' | lain | |
Actually fix upload limit on OTP releases Closes #1109 See merge request pleroma/pleroma!2185 | |||
2020-02-07 | Actually fix upload limit on OTP releases | rinpatch | |
Closes #1109 | |||
2020-02-07 | Merge branch 'cancel-follow-request' into 'develop' | Haelwenn | |
Add support for cancellation of a follow request Closes #1522 See merge request pleroma/pleroma!2175 | |||
2020-02-07 | Merge branch 'questions-timezone' into 'develop' | rinpatch | |
Questions: Add timezone to `closed` property Closes #1552 See merge request pleroma/pleroma!2184 | |||
2020-02-07 | Questions: Add timezone to `closed` property | Lain Soykaf | |
2020-02-07 | deps: update plug to 1.9 | rinpatch | |
Includes functionality needed to fix upload limit not being changed at runtime: https://github.com/elixir-plug/plug/commit/087cd64d864696c74bf07f935e2ae31caec19a1e | |||
2020-02-07 | Add User.get_follow_state/2 | Egor Kislitsyn | |
2020-02-07 | Merge branch 'rename_emoji_reactios' into 'develop' | rinpatch | |
EmojiReactions: Rename to EmojiReacts See merge request pleroma/pleroma!2181 | |||
2020-02-07 | Merge branch 'docs-fix' into 'develop' | rinpatch | |
Fix for config.md See merge request pleroma/pleroma!2182 | |||
2020-02-07 | fix | Alexander Strizhakov | |
2020-02-06 | EmojiReactions: Rename to EmojiReacts | Lain Soykaf | |
2020-02-06 | Merge branch 'update/fe-bundle-20200206' into 'develop' | rinpatch | |
Update FE bundle See merge request pleroma/pleroma!2180 | |||
2020-02-06 | Update FE bundle | Mark Felder | |
2020-02-06 | Merge branch 'mastoapi-non-html-strings' into 'develop' | feld | |
mastodon API: do not sanitize html in non-html fields See merge request pleroma/pleroma!2167 | |||
2020-02-06 | Merge branch 'fix/dymamic-docs' into 'develop' | feld | |
Simplify in-database config docs See merge request pleroma/pleroma!2178 | |||
2020-02-06 | Merge branch 'config-changes' into 'develop' | feld | |
Config changes Closes #1547 See merge request pleroma/pleroma!2174 | |||
2020-02-06 | Update CHANGELOG | Egor Kislitsyn | |
2020-02-06 | Cancellation of a follow request for a remote user | Egor Kislitsyn | |
2020-02-06 | Merge branch 'develop' into fix/dymamic-docs | rinpatch | |
2020-02-06 | Simplify in-database config docs | rinpatch | |
Large part of it was no longer true (i.e none of the changes need recompilation anymore and you can't brick an instance by changing them, it's not necessary to manually truncate the db manually anymore) | |||
2020-02-06 | description change | Alexander Strizhakov | |
2020-02-06 | dropdown type | Alexander Strizhakov | |
2020-02-06 | removing confusing error | Alexander Strizhakov | |
2020-02-05 | Merge branch 'fix/unpinnable-polls' into 'develop' | rinpatch | |
fix not being able to pin polls See merge request pleroma/pleroma!2172 | |||
2020-02-05 | Merge branch 'removing-admin-api-endpoint' into 'develop' | rinpatch | |
Removing migrate_from_db endpoint from admin api See merge request pleroma/pleroma!2177 | |||
2020-02-05 | Merge branch 'remove-linker-scheme-option' into 'develop' | feld | |
Remove AutoLinker `scheme` option from the config See merge request pleroma/pleroma!2176 | |||
2020-02-05 | Apply suggestion to CHANGELOG.md | Alexander Strizhakov | |
2020-02-05 | removing migrate_from_db endpoint from admin api | Alexander Strizhakov | |
2020-02-05 | Remove AutoLinker `scheme` option from the config | Egor Kislitsyn | |
2020-02-05 | Merge branch 'feature/restart-pleroma-from-outside-application' into 'develop' | rinpatch | |
Restarting pleroma from outside application See merge request pleroma/pleroma!2144 | |||
2020-02-05 | Add support for cancellation of a follow request | Egor Kislitsyn | |
2020-02-04 | Merge branch 'feature/make_attachments_cleanup_optional' into 'develop' | lain | |
Make attachments cleanup optional See merge request pleroma/pleroma!2170 | |||
2020-02-04 | Add cheatsheet entry | Lain Soykaf | |
2020-02-02 | fix not being able to pin polls | rinpatch | |
2020-02-02 | mastodon API: do not sanitize html in non-html fields | rinpatch | |
2020-01-31 | Make attachments cleanup optional | Roman Chvanikov | |
2020-01-30 | Merge branch 'fix/disable-rate-limiter-for-socket-localhost' into 'develop' | rinpatch | |
Disable rate limiter for socket/localhost Closes #1380 See merge request pleroma/pleroma!2064 | |||
2020-01-30 | Merge branch 'develop' into fix/disable-rate-limiter-for-socket-localhost | rinpatch | |
2020-01-30 | Merge branch 'reenable-rate-limit-and-remote-ip' into 'develop' | lain | |
Re-enable rate limiter and enable remote ip See merge request pleroma/pleroma!2164 | |||
2020-01-30 | Apply suggestion to docs/configuration/cheatsheet.md | lain | |
2020-01-30 | Merge branch 'emoji-reaction-fixie-fixes-uwu' into 'develop' | lain | |
Emoji Reactions: Actually use the validation. See merge request pleroma/pleroma!2166 | |||
2020-01-30 | Emoji Reactions: Add fixtures | lain | |
2020-01-30 | Emoji Reactions: Actually use the validation. | lain | |
2020-01-30 | Merge branch 'emoji-api-errors' into 'develop' | feld | |
Emoji api error if emoji dir is not writable Closes admin-fe#62 See merge request pleroma/pleroma!2161 | |||
2020-01-30 | Merge branch 'http-security-warning' into 'develop' | feld | |
Warn if HTTPSecurityPlug is disabled Closes #1528 See merge request pleroma/pleroma!2155 | |||
2020-01-30 | Update emoji_api_controller.ex | feld | |