Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-23 | Update adminFE to latest build | Mark Felder | |
2019-06-23 | Merge branch 'bind-to-localhost' into 'develop' | kaniini | |
Bind to 127.0.0.1 instead of 0.0.0.0 by default See merge request pleroma/pleroma!1329 | |||
2019-06-23 | Bind to 127.0.0.1 instead of 0.0.0.0 by default | rinpatch | |
2019-06-23 | Merge branch 'rich_media_titles_two' into 'develop' | kaniini | |
Rich media titles two See merge request pleroma/pleroma!1325 | |||
2019-06-23 | Merge branch 'admin-config' into 'develop' | kaniini | |
Admin config See merge request pleroma/pleroma!1328 | |||
2019-06-23 | log capturing | Alex S | |
2019-06-23 | support for config groups | Alex S | |
2019-06-22 | Merge branch 'docs/remove-tootdon' into 'develop' | Haelwenn | |
docs/clients.md: Remove tootdon See merge request pleroma/pleroma!1326 | |||
2019-06-22 | Merge branch 'feature/rum-config-generator' into 'develop' | Haelwenn | |
Support RUM indexes in the config generator See merge request pleroma/pleroma!1324 | |||
2019-06-22 | docs/clients.md: Remove tootdon | Haelwenn (lanodan) Monnier | |
Of course a proprietary client would send the messages home :D | |||
2019-06-22 | support for tuples with more than 2 values | Alex S | |
2019-06-22 | Rich Media Parser: Do not return just a title if nothing else is there. | lain | |
2019-06-22 | Revert "Revert "Merge branch 'fix/ogp-title' into 'develop'"" | lain | |
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a. | |||
2019-06-22 | Support RUM indexes in the config generator | rinpatch | |
2019-06-22 | Merge 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-22 | Merge 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-22 | Merge 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-22 | notifications: fix notification generation for non-create activities | William 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-22 | fix for int and modules | Alex S | |
2019-06-22 | Load the application before executing the create task | rinpatch | |
2019-06-22 | Ecto tasks: Resolve relative path using the application directory | rinpatch | |
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-21 | Merge branch 'chore/update-bbcode' into 'develop' | kaniini | |
mix: update bbcode dependency to v0.1.1 See merge request pleroma/pleroma!1321 | |||
2019-06-21 | Merge 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-21 | mix: update bbcode dependency to v0.1.1 | William Pitcock | |
2019-06-22 | Fallback to Config if Mix.Config does not exist, even if Config does not | rinpatch | |
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-21 | Merge branch 'feature/mrf-anti-link-spam' into 'develop' | kaniini | |
implement anti link spam MRF See merge request pleroma/pleroma!1307 | |||
2019-06-21 | Merge branch 'fix/use-config-when-possible' into 'develop' | rinpatch | |
use Config in generated config when available See merge request pleroma/pleroma!1319 | |||
2019-06-21 | Merge branch 'oauth_secure_redirect' into 'develop' | kaniini | |
OAuth security improvements (`redirect_uri` listing enforcement) See merge request pleroma/pleroma!1302 | |||
2019-06-21 | Merge branch 'revert-6f5a0cc1' into 'develop' | kaniini | |
Revert "Merge branch 'fix/ogp-title' into 'develop'" See merge request pleroma/pleroma!1317 | |||
2019-06-21 | change the anti-link-spam MRF implementation to use old_user? instead of the ↵ | William Pitcock | |
previous name | |||
2019-06-21 | Merge branch 'fix-rate-limit-test' into 'develop' | kaniini | |
Fix rate limiter tests See merge request pleroma/pleroma!1316 | |||
2019-06-21 | use Config in generated config when available | rinpatch | |
Mix.Config is deprecated and does not work on OTP releases. However we can't fully switch to Config because it is not present in Elixir < 1.9. I tried to evaluate if Config is available at runtime, but for some weird reason OTP releases crash if I do that. | |||
2019-06-21 | Merge branch 'move-sample-configs' into 'develop' | rinpatch | |
Move config templates to priv so they can be found in releases See merge request pleroma/pleroma!1318 | |||
2019-06-21 | Move config templates to priv so they can be found in releases | rinpatch | |
2019-06-21 | Fixed branch name substitutions for mix version (to comply to SemVer format). | Ivan Tashkinov | |
2019-06-21 | Revert "Merge branch 'fix/ogp-title' into 'develop'" | feld | |
This reverts merge request !1277 | |||
2019-06-21 | Fix rate limiter tests | Egor Kislitsyn | |
2019-06-20 | Merge branch 'fix/config-gen-releases' into 'develop' | rinpatch | |
Refactor mix tasks a bit and make config generator work with releases See merge request pleroma/pleroma!1312 | |||
2019-06-20 | Merge branch 'fix/dynamic-configuration' into 'develop' | lain | |
Fixes for dynamic configuration See merge request pleroma/pleroma!1313 | |||
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-20 | Disable rpc for instance gen | rinpatch | |
2019-06-20 | Fixed mix version computed for underscore-containing branches to be of ↵ | Ivan Tashkinov | |
SemVer format. | |||
2019-06-20 | Merge branch 'develop' into fix/config-gen-releases | rinpatch | |
2019-06-20 | Merge branch 'feature/release-update-script' into 'develop' | rinpatch | |
pleroma_ctl: add an update command Closes #1004 and #988 See merge request pleroma/pleroma!1305 | |||
2019-06-20 | Apply suggestion to rel/files/bin/pleroma_ctl | rinpatch | |
2019-06-20 | Export PLEROMA_BUILD_BRANCH | rinpatch | |
2019-06-20 | docs: better description for mrf anti link spam | William Pitcock | |
2019-06-20 | Allow setting upload/static directories in the config generator | rinpatch | |
2019-06-20 | Remove deprecated dedupe_media from the config template | rinpatch | |
2019-06-20 | Remove a useless binding from config template call | rinpatch | |