aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-19Use && insted of "and" for checking shared-files for packsEkaterina Vaartis
share-files can be nil and "and" does not like that
2019-09-19Add a way to create emoji packs via an endpointEkaterina Vaartis
2019-09-19Remove unused yaml dependency from mix.lockvaartis
2019-09-19Allow uploading new emojis to packs from URLsEkaterina Vaartis
2019-09-19Handle empty shortcode/filename/new_shortcode/new_filenameEkaterina Vaartis
2019-09-19Implememt emoji pack file updating + write testsEkaterina Vaartis
2019-09-19Update the pack fallback-src sha generation conditionEkaterina Vaartis
The old one would not regenerate sha when fallback src changed
2019-09-19Add tests for pack metadata updatingEkaterina Vaartis
2019-09-19Add an endpoint for emoji pack metadata updatingEkaterina Vaartis
2019-09-19Add tests for downloading from fallback urlEkaterina Vaartis
2019-09-19fallback can't have pack.json, reflect that in codeEkaterina Vaartis
having pacj.json and sha256 in a fallback pack would cause a circular dependency of itself
2019-09-19Change YAML to JSONEkaterina Vaartis
2019-09-19Clean out old emojis on reloadEkaterina Vaartis
2019-09-19Add an endpoint for deleting emoji packsEkaterina Vaartis
2019-09-19Fix responses for emoji pack controlllerEkaterina Vaartis
2019-09-19Send ok for emoji reloading as text, not as jsonEkaterina Vaartis
2019-09-19Add caching for emoji pack sharingEkaterina Vaartis
2019-09-19Add tests for emoji pack sharingEkaterina Vaartis
2019-09-19Only find SHA256 for packs that are sharedEkaterina Vaartis
2019-09-19Swap TOML for YAML to get YAML generation for packs from fallbacksEkaterina Vaartis
If fallback url doesn't have a pack.yml file, one from the source will be used
2019-09-19Implement API actions on packsEkaterina Vaartis
That incldues listing them and downloading them from other instances or from the remote url
2019-09-19Add pack.toml loadingEkaterina Vaartis
2019-09-18Merge 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-18Merge branch 'admin_api_invite_tokens' into 'develop'feld
POST for creating invite tokens in admin api See merge request pleroma/pleroma!1637
2019-09-18Merge branch 'restore-tests' into 'develop'feld
Restore tests for `change_password` and `delete_account` See merge request pleroma/pleroma!1658
2019-09-18Merge branch 'chore/refetch-poll-changelog-update' into 'develop'rinpatch
Add a changelog entry for poll refetching See merge request pleroma/pleroma!1696
2019-09-18Merge branch 'fix/test-upload-cleanup' into 'develop'Haelwenn
Cleanup uploads after the tests are finished See merge request pleroma/pleroma!1695
2019-09-19Add a changelog entry for poll refetchingrinpatch
2019-09-18Merge branch 'feature/poll-refresh' into 'develop'Haelwenn
Poll refetching See merge request pleroma/pleroma!1694
2019-09-18Cleanup uploads after the tests are finishedrinpatch
2019-09-18Fix credo issuesrinpatch
2019-09-18Do not refetch local objectsrinpatch
2019-09-18Preserve internal fields when reinjectingrinpatch
2019-09-18Move object internal fields to a constantrinpatch
2019-09-18Set updated_at even if the object stayed the samerinpatch
2019-09-18Fix wrong argument order when calling NaiveDateTime.diffrinpatch
2019-09-18Capture log in object refetch testsrinpatch
2019-09-18Merge branch 'bugfix/docs-formatting' into 'develop'Haelwenn
Improve generated docs formatting See merge request pleroma/pleroma!1688
2019-09-18Initial poll refresh supportrinpatch
Implement refreshing the object with an interval and call the function when getting the poll.
2019-09-18Fix responseMaxim Filippov
2019-09-18Merge branch 'develop' into feature/return-link-for-password-resetMaxim Filippov
2019-09-18Apply suggestion to lib/pleroma/plugs/oauth_scopes_plug.exIvan Tashkinov
2019-09-18Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1234-mastodon-2-4-3-oauth-scopes
2019-09-18[#1234] Added changelog entry, removed admin OAuth scopes.Ivan Tashkinov
2019-09-18Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1260-rate-limited-auth-actions
2019-09-18[#1260] Added changelog entry.Ivan Tashkinov
2019-09-18namingsAlex S
2019-09-18docs fixAlex S
2019-09-18little fixesAlex S
2019-09-18post for creating invite tokens in admin apiAlex S