| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-03 | MastoAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
| 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 | 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 | 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 | 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 | Merge branch 'notification-pleroma-settings' into 'develop' | kaniini | |
| Notification controls Closes #738 See merge request pleroma/pleroma!988 | |||
| 2019-04-05 | Change relationship direction of subscriptions | Sadposter | |
| 2019-04-02 | Merge branch 'feature/fake-statuses' into 'develop' | lambda | |
| Add fake status submit See merge request pleroma/pleroma!995 | |||
| 2019-04-02 | Merge branch 'get_by_id' into 'develop' | lambda | |
| Replace `Repo.get_by` with existing functions See merge request pleroma/pleroma!1010 | |||
| 2019-04-02 | Rename fake param to preview and make the tests check that the object was ↵ | rinpatch | |
| not inserted to the db | |||
| 2019-04-02 | Merge branch 'get_by_id' into 'develop' | lambda | |
| Replace `Repo.get(Module, id)` with `Module.get_by_id(id)` where possible See merge request pleroma/pleroma!1009 | |||
| 2019-04-02 | Fix account lookup for nicknames beginning with numbers | cascode | |
| 2019-04-02 | replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)` | Egor Kislitsyn | |
| 2019-04-02 | change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests | Egor Kislitsyn | |
| 2019-04-02 | change `Repo.get(User, id)` => `User.get_by_id(id)` | Egor Kislitsyn | |
| 2019-03-29 | Implement fake status submit | rinpatch | |
| 2019-03-28 | mastodon_api_controller.ex: Use min_id in link header instead of since_id | Haelwenn (lanodan) Monnier | |
| 2019-03-28 | Add PUT /api/pleroma/notification_settings endpoint | eugenijm | |
| 2019-03-26 | Add vapid_key to the `POST /api/v1/apps` response | eugenijm | |
| 2019-03-26 | Add GET /api/v1/apps/verify_credentials | eugenijm | |
| 2019-03-26 | Test for MastoAPI /api/v1/instance response structure (formatting fix). | Ivan Tashkinov | |
| 2019-03-26 | Test for MastoAPI /api/v1/instance response structure. | Ivan Tashkinov | |
