Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Merge branch 'mastoapi/add-in-reply-to-screen-name' into 'develop' | kaniini | |
Add `in_reply_to_account_acct` to MastoAPI status entity See merge request pleroma/pleroma!1086 | |||
2019-04-23 | Merge branch 'fix/normalize-activities' into 'develop' | kaniini | |
Normalize acitvities instead of objects inside them See merge request pleroma/pleroma!1085 | |||
2019-04-23 | Merge branch 'develop' into 'develop' | kaniini | |
Add shortcode_globs setting to documentation See merge request pleroma/pleroma!1087 | |||
2019-04-22 | Merge branch 'add-healthcheck-setting-to-config' into 'develop' | kaniini | |
added healthcheck setting to instance config See merge request pleroma/pleroma!1088 | |||
2019-04-22 | Add :emoji settings to config.md | ilja | |
2019-04-22 | added healthcheck setting to instance config | Alex S | |
2019-04-22 | Add shortcode_globs setting to documentation | ilja | |
2019-04-22 | Add a changelog entry for `pleroma.in_reply_to_account_acct` | rinpatch | |
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-22 | Replace Object.normalize(activity.data[object] with ↵ | rinpatch | |
Object.normalize(acitivty) to benefit from preloading | |||
2019-04-22 | Merge branch 'fix/emoji-task-docs' into 'develop' | rinpatch | |
Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix task docs See merge request pleroma/pleroma!1084 | |||
2019-04-22 | Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix | rinpatch | |
task docs | |||
2019-04-22 | Merge branch 'get-cached-everywhere' into 'develop' | kaniini | |
Use `User.get_cached*` everywhere See merge request pleroma/pleroma!1021 | |||
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-22 | Merge branch 'feature/826-healthcheck-endpoint' into 'develop' | kaniini | |
Feature/826 healthcheck endpoint Closes #826 See merge request pleroma/pleroma!1083 | |||
2019-04-22 | Feature/826 healthcheck endpoint | Alexander Strizhakov | |
2019-04-22 | Merge branch 'rework-emoji-management' into 'develop' | kaniini | |
Remove finmoji and add a way to download emojis in packs Closes #817 and #821 See merge request pleroma/pleroma!1073 | |||
2019-04-21 | Fix emoji.txt / custom_emoji.txt / shortcode_globs handling | Ekaterina Vaartis | |
2019-04-21 | Merge branch 'docs/posting_formatted' into 'develop' | rinpatch | |
differences_in_mastoapi_responses.md: `content_type` parameter of post submission See merge request pleroma/pleroma!1081 | |||
2019-04-21 | Formatting | Ekaterina Vaartis | |
2019-04-21 | Change the default manifest to pleroma's namespace | Ekaterina Vaartis | |
2019-04-21 | Replace MD5 with SHA256 for emoji pack verification | Ekaterina Vaartis | |
2019-04-21 | Wrap the docstrings to 70 characters | Ekaterina Vaartis | |
2019-04-21 | Merge branch '923_oauth_controller_refactoring_p2' into 'develop' | lambda | |
[#923] Refactored OAuthController#authorize See merge request pleroma/pleroma!1080 | |||
2019-04-21 | differences_in_mastoapi_responses.md: `content_type` parameter of post ↵ | Haelwenn (lanodan) Monnier | |
submission | |||
2019-04-21 | [#923] Refactored OAuthController#authorize definitions, added test. | Ivan Tashkinov | |
2019-04-21 | Merge branch 'fix/mastoapi-status-view' into 'develop' | kaniini | |
MastoAPI reblog status view See merge request pleroma/pleroma!1065 | |||
2019-04-21 | Set correct values in the MastoAPI reblog status view | eugenijm | |
2019-04-21 | Merge branch 'fix/follow-with-reblogs' into 'develop' | kaniini | |
Handle `reblogs` on the first follow request See merge request pleroma/pleroma!1076 | |||
2019-04-21 | Merge branch 'patch-1' into 'develop' | kaniini | |
Mention Mastodon 2.8+ follow import fix in changelog See merge request pleroma/pleroma!1079 | |||
2019-04-20 | Mention Mastodon 2.8+ follow import fix in changelog | Francis Dinh | |
2019-04-20 | Remove most finmoji mentions where appropriate | Ekaterina Vaartis | |
2019-04-20 | Add the emoji packs & finmoji removal to the changelog | Ekaterina Vaartis | |
2019-04-20 | Fix priv/static/instance/static to be just instance/static | Ekaterina Vaartis | |
It was a misunderstanding | |||
2019-04-20 | Document the pleroma.emoji task | Ekaterina Vaartis | |
2019-04-20 | Add a newline at the end of pack in ls-packs | Ekaterina Vaartis | |
2019-04-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-20 | Fix incorrect multiple emoji tag handling introduced in initial impl | Ekaterina Vaartis | |
2019-04-20 | Make emoji default_manifest a config option | Ekaterina Vaartis | |
2019-04-20 | Treat the manifest path as a file if it doesn't start with http | Ekaterina Vaartis | |
2019-04-20 | mix format | Ekaterina Vaartis | |
2019-04-20 | Assume packs without emoji.txt only have emoji pictures, unhardcode | Ekaterina Vaartis | |
unhardcode: remove hardcoded /instance/static and actually use the config option as it is used in other places. packs without emoji.txt: these are now assumed to have .png files that are all emojis, their names are used as shortcodes | |||
2019-04-20 | Add a task to generate emoji packs | Ekaterina Vaartis | |
2019-04-20 | Remove useless comment | Ekaterina Vaartis | |
2019-04-20 | Move helper functions of emoji manager task down in the file | Ekaterina Vaartis | |
2019-04-20 | Add MD5 verification for emoji pack source | Ekaterina Vaartis | |
2019-04-20 | Separate emoji pack file lists in a different file | Ekaterina Vaartis | |
The file should be in the same directory as the manifest file | |||
2019-04-20 | Allow using a custom manfest and getting multiple packs at once | Ekaterina Vaartis | |
A custom manifest can be provided as a command-line options --manifest/-m | |||
2019-04-20 | Remove finmoji and add a way to download emojis in packs | Ekaterina Vaartis | |
These packs are stored in a git repo on pleroma gitlab | |||
2019-04-20 | Merge branch 'patch-2' into 'develop' | Haelwenn | |
Gentoo English Installation Guide See merge request pleroma/pleroma!1050 |