Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-07 | - Actually use preloaded bookmarks in views | rinpatch | |
- Preload bookmarks in bookmark timeline - Rework bookmark preload tests | |||
2019-05-07 | Merge branch 'conversations_three' into 'develop' | lambda | |
Conversations once more. See merge request pleroma/pleroma!1119 | |||
2019-05-03 | MastoAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merge remote-tracking branch 'origin/develop' into conversations_three | lain | |
2019-04-29 | Merge branch 'fix/add-default-scope-mastoapi' into 'develop' | rinpatch | |
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100 | |||
2019-04-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-27 | Fix bookmarks depending on embeded object and move checking if the | rinpatch | |
status is bookmarked to SQL | |||
2019-04-26 | Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop' | lambda | |
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059 | |||
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-25 | fixes for tests | Alex S | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-21 | Add accounts and last_status to conversation read response | Roman Chvanikov | |
2019-04-21 | Set correct values in the MastoAPI reblog status view | eugenijm | |
2019-04-20 | Handle `reblogs` on the first follow request in MastoAPI | eugenijm | |
2019-04-18 | Fix my incorrect search test fix | rinpatch | |
2019-04-17 | Refactor all tests that acessed the embeded object | rinpatch | |
2019-04-17 | Make credo happy | rinpatch | |
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Added some more normalization calls all in mastodon api controller | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-16 | Merge branch 'feature/788-separate-email-addresses' into 'develop' | kaniini | |
Feature/788 separate email addresses Closes #788 See merge request pleroma/pleroma!1040 | |||
2019-04-15 | Conversation: Add accounts to output. | lain | |
2019-04-15 | Conversation: Return full status object, id is a string. | lain | |
2019-04-15 | Merge branch 'fix/status-reblogged' into 'develop' | lambda | |
Assign reblogged in the Mastodon reblog status view Closes #812 See merge request pleroma/pleroma!1057 | |||
2019-04-15 | Merge branch 'unfollow-oneself' into 'develop' | lambda | |
Consistent response for self follow/unfollow Closes #819 See merge request pleroma/pleroma!1061 | |||
2019-04-15 | Use User.get_cached_by* | eugenijm | |
2019-04-15 | Remove inReplyToStatusId | rinpatch | |
2019-04-15 | Handle follow/unfollow directed to themselves | eugenijm | |
2019-04-14 | Assign reblogged in the Mastodon reblog status view | eugenijm | |
2019-04-13 | Merge develop to 788-separate-email-addresses | Alex S | |
Merge conflicts: test/web/twitter_api/twitter_api_test.exs test/web/twitter_api/twitter_api_controller_test.exs test/web/admin_api/admin_api_controller_test.exs | |||
2019-04-12 | Merge branch 'features/mastoapi/2.6.0-min_id-pagination' into 'develop' | lambda | |
Features: mastoapi-2.6.0 `min_id` pagination Closes #351 See merge request pleroma/pleroma!976 | |||
2019-04-12 | adding destroy multiple for mastofe | Alexander Strizhakov | |
2019-04-12 | in_reply_to_id - null | Alexander Strizhakov | |
2019-04-10 | Conversations: Make tests run. | lain | |
2019-04-10 | Merge branch 'develop' into feature/788-separate-email-addresses | Alex S | |
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-10 | Conversations: Fix specs. | lain | |
2019-04-10 | Merge branch 'notification-pleroma-settings' into 'develop' | kaniini | |
Notification controls Closes #738 See merge request pleroma/pleroma!988 | |||
2019-04-08 | Merge remote-tracking branch 'origin/develop' into ↵ | lain | |
features/mastoapi/2.6.0-conversations | |||
2019-04-08 | Merge branch 'feature/770-add-emoji-tags' into 'develop' | lambda | |
Feature/770 add emoji tags See merge request pleroma/pleroma!998 | |||
2019-04-06 | Add scheduler for sending scheduled activities to the queue | eugenijm | |
2019-04-06 | Added limits and media attachments for scheduled activities. | eugenijm | |
2019-04-06 | Handle `scheduled_at` on status creation. | eugenijm | |
2019-04-06 | Add scheduled activities | eugenijm | |
2019-04-06 | Merge develop to 770-add-emoji-tags | Alex S | |
Merge conflict in test/web/mastodon_api/mastodon_api_controller_test.exs | |||
2019-04-05 | Redirect to the referer url after mastofe authorization | Sergey Suprunenko | |