Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-19 | Use && insted of "and" for checking shared-files for packs | Ekaterina Vaartis | |
share-files can be nil and "and" does not like that | |||
2019-09-19 | Add a way to create emoji packs via an endpoint | Ekaterina Vaartis | |
2019-09-19 | Remove unused yaml dependency from mix.lock | vaartis | |
2019-09-19 | Allow uploading new emojis to packs from URLs | Ekaterina Vaartis | |
2019-09-19 | Handle empty shortcode/filename/new_shortcode/new_filename | Ekaterina Vaartis | |
2019-09-19 | Implememt emoji pack file updating + write tests | Ekaterina Vaartis | |
2019-09-19 | Update the pack fallback-src sha generation condition | Ekaterina Vaartis | |
The old one would not regenerate sha when fallback src changed | |||
2019-09-19 | Add tests for pack metadata updating | Ekaterina Vaartis | |
2019-09-19 | Add an endpoint for emoji pack metadata updating | Ekaterina Vaartis | |
2019-09-19 | Add tests for downloading from fallback url | Ekaterina Vaartis | |
2019-09-19 | fallback can't have pack.json, reflect that in code | Ekaterina Vaartis | |
having pacj.json and sha256 in a fallback pack would cause a circular dependency of itself | |||
2019-09-19 | Change YAML to JSON | Ekaterina Vaartis | |
2019-09-19 | Clean out old emojis on reload | Ekaterina Vaartis | |
2019-09-19 | Add an endpoint for deleting emoji packs | Ekaterina Vaartis | |
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 | Add tests 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 'restore-tests' into 'develop' | feld | |
Restore tests for `change_password` and `delete_account` See merge request pleroma/pleroma!1658 | |||
2019-09-18 | Merge branch 'chore/refetch-poll-changelog-update' into 'develop' | rinpatch | |
Add a changelog entry for poll refetching See merge request pleroma/pleroma!1696 | |||
2019-09-18 | Merge branch 'fix/test-upload-cleanup' into 'develop' | Haelwenn | |
Cleanup uploads after the tests are finished See merge request pleroma/pleroma!1695 | |||
2019-09-19 | Add a changelog entry for poll refetching | rinpatch | |
2019-09-18 | Merge branch 'feature/poll-refresh' into 'develop' | Haelwenn | |
Poll refetching See merge request pleroma/pleroma!1694 | |||
2019-09-18 | Cleanup uploads after the tests are finished | rinpatch | |
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 | Capture log in object refetch tests | rinpatch | |
2019-09-18 | Merge branch 'bugfix/docs-formatting' into 'develop' | Haelwenn | |
Improve generated docs formatting See merge request pleroma/pleroma!1688 | |||
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 | Merge 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-18 | Merge 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-18 | namings | Alex S | |
2019-09-18 | docs fix | Alex S | |
2019-09-18 | little fixes | Alex S | |
2019-09-18 | post for creating invite tokens in admin api | Alex S | |