Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-19 | Fix responses for emoji pack controlller | Ekaterina Vaartis | |
2019-09-19 | Send ok for emoji reloading as text, not as json | Ekaterina Vaartis | |
2019-09-19 | Add caching for emoji pack sharing | Ekaterina Vaartis | |
2019-09-19 | Only find SHA256 for packs that are shared | Ekaterina Vaartis | |
2019-09-19 | Swap TOML for YAML to get YAML generation for packs from fallbacks | Ekaterina Vaartis | |
If fallback url doesn't have a pack.yml file, one from the source will be used | |||
2019-09-19 | Implement API actions on packs | Ekaterina Vaartis | |
That incldues listing them and downloading them from other instances or from the remote url | |||
2019-09-19 | Add pack.toml loading | Ekaterina Vaartis | |
2019-09-18 | Merge branch 'hide-follower-following-count' into 'develop' | feld | |
Add a setting to hide follows/followers stats from the user profile See merge request pleroma/pleroma!1663 | |||
2019-09-18 | Merge branch 'admin_api_invite_tokens' into 'develop' | feld | |
POST for creating invite tokens in admin api See merge request pleroma/pleroma!1637 | |||
2019-09-18 | Merge branch 'feature/poll-refresh' into 'develop' | Haelwenn | |
Poll refetching See merge request pleroma/pleroma!1694 | |||
2019-09-18 | Fix credo issues | rinpatch | |
2019-09-18 | Do not refetch local objects | rinpatch | |
2019-09-18 | Preserve internal fields when reinjecting | rinpatch | |
2019-09-18 | Move object internal fields to a constant | rinpatch | |
2019-09-18 | Set updated_at even if the object stayed the same | rinpatch | |
2019-09-18 | Fix wrong argument order when calling NaiveDateTime.diff | rinpatch | |
2019-09-18 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-09-18 | Fix response | Maxim Filippov | |
2019-09-18 | Merge branch 'develop' into feature/return-link-for-password-reset | Maxim Filippov | |
2019-09-18 | Apply suggestion to lib/pleroma/plugs/oauth_scopes_plug.ex | Ivan Tashkinov | |
2019-09-18 | [#1234] Added changelog entry, removed admin OAuth scopes. | Ivan Tashkinov | |
2019-09-18 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1260-rate-limited-auth-actions | |||
2019-09-18 | namings | Alex S | |
2019-09-18 | little fixes | Alex S | |
2019-09-18 | post for creating invite tokens in admin api | Alex S | |
2019-09-17 | markdown.ex: put two-spaces before the description-newline | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: end suggestions list with a newline | Haelwenn (lanodan) Monnier | |
Otherwise we end up with suggestion on the same level as the childs Markdown is a fuck… | |||
2019-09-17 | markdown.ex: \n\n on >1 suggestions, 2-spaces on one | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: Make suggestion(s) plural only if on >1 | Haelwenn (lanodan) Monnier | |
2019-09-17 | description.exs: remove empty strings on descriptions | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: do not fail if there is no children | Haelwenn (lanodan) Monnier | |
2019-09-17 | docs/markdown.ex: do no print empty suggestions | Haelwenn (lanodan) Monnier | |
2019-09-17 | [#1234] Undone reordering-related changes in router.ex. | Ivan Tashkinov | |
2019-09-17 | Admin API: Return link alongside with token on password reset | Maxim Filippov | |
2019-09-17 | [#1234] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1234-mastodon-2-4-3-oauth-scopes # Conflicts: # lib/pleroma/web/activity_pub/activity_pub_controller.ex | |||
2019-09-17 | docs/markdown.ex: child header as "- key (type): description" | Haelwenn (lanodan) Monnier | |
2019-09-17 | Merge branch 'develop' into issue/733 | Maksim Pechnikov | |
2019-09-17 | [#1234] Defined admin OAuth scopes, refined other scopes. Added tests. | Ivan Tashkinov | |
2019-09-17 | Merge branch 'feature/return-total-for-reports' into 'develop' | rinpatch | |
Admin API: Return total for reports See merge request pleroma/pleroma!1628 | |||
2019-09-17 | Merge branch 'develop' into issue/733 | Maksim Pechnikov | |
2019-09-17 | Fix notification warnings | Steven Fuchs | |
2019-09-17 | Merge branch 'fix/upgrade_user_from_ap_id' into 'develop' | Haelwenn | |
Fix `Transmogrifier.upgrade_user_from_ap_id/1` See merge request pleroma/pleroma!1677 | |||
2019-09-17 | Merge branch 'support/tests' into 'develop' | rinpatch | |
add tests for activity_pub/utils.ex See merge request pleroma/pleroma!1627 | |||
2019-09-17 | remove remaining errors from tests | Steven Fuchs | |
2019-09-17 | Refactor SubscriptionNotificationView | Roman Chvanikov | |
2019-09-17 | Move pleroma_api controllers into controllers sub-folders | Roman Chvanikov | |
2019-09-17 | Rename SubscriptionNotificationController list and get actions to index and show | Roman Chvanikov | |
2019-09-17 | Cleanup PleromaAPIController | Roman Chvanikov | |
2019-09-17 | Apply suggestion to lib/pleroma/web/router.ex | Roman Chvanikov | |
2019-09-17 | Apply suggestion to ↵ | Roman Chvanikov | |
lib/pleroma/web/pleroma_api/subscription_notification_controller.ex |