aboutsummaryrefslogtreecommitdiff
path: root/src/services/api/api.service.js
Commit message (Collapse)AuthorAge
* fix merge conflictsShpuld Shpuldson2020-01-13
|\
| * Merge remote-tracking branch 'upstream/develop' into streamingHenry Jameson2019-12-26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (51 commits) toggle_activation api is also deprecated use vuex action refactor toggleActivationStatus replace setActivationStatus api with new one use flex for stickers i18n/update-ja_easy Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled Add fallback in case BE does not report federating status in nodeinfo The value we are looking for is federationPolicy.enabled, not federationPolicy.federating Logic should be to hide TWKN if not federating OR if instance is not public Finally trust eslint More lint More lint Lint mfa: removed unused code increase icon width a little bit in the nav panel add icons to nav panel Revert "Merge branch 'revert-96cab6d8' into 'develop'" Support "native" captcha Revert "Merge branch 'oauth-extra-scopes' into 'develop'" ...
| | * toggle_activation api is also deprecatedtaehoon2019-12-15
| | |
| | * refactor toggleActivationStatustaehoon2019-12-15
| | |
| | * replace setActivationStatus api with new onetaehoon2019-12-15
| | |
| | * Merge branch 'issue_124' into 'develop'feld2019-12-13
| | |\ | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020
| | | * Set error dataWyatt Benno2019-12-09
| | | |
| | | * Change naming, make more generalWyatt Benno2019-12-09
| | | |
| | | * Change 403 messagingWyatt Benno2019-12-05
| | | |
| | * | fixed typoMaksim Pechnikov2019-12-11
| | |/
| * | fix deletes causing errorsHenry Jameson2019-12-11
| | |
| * | Option to enable streamingHenry Jameson2019-12-10
| | |
| * | better wrapper for websocketHenry Jameson2019-12-08
| | |
| * | initial streaming workHenry Jameson2019-11-24
| |/
* | usable-but-buggy: picker, adding/removing reaction on click, search, stylesShpuld Shpuldson2020-01-13
| |
* | add fetching for emoji reactions, draft designShpuld Shpuldson2019-11-15
|/
* '/api/pleroma/profile/mfa' -> '/api/pleroma/accounts/mfa'Maksim2019-11-08
|
* Add ability to change user's emailSergey Suprunenko2019-11-08
|
* updated user_cardMaksim Pechnikov2019-10-08
|
* added support hide\show reblogs from a specific userMaksim Pechnikov2019-09-21
|
* Replace `/api/externalprofile/show.json` with a MastoAPI equialentrinpatch2019-09-03
| | | | `/api/v1/accounts/:id` supports remote nicknames since pleroma!1622
* Use mastodon api in follow requestsrinpatch2019-09-03
|
* Merge branch 'feat/conversation-muting' into 'develop'Shpuld Shpludson2019-08-08
|\ | | | | | | | | Add Conversation/Thread Muting See merge request pleroma/pleroma-fe!876
| * Merge branch 'develop' into 'feat/conversation-muting'Shpuld Shpludson2019-07-26
| |\ | | | | | | | | | | | | # Conflicts: # src/components/extra_buttons/extra_buttons.js # src/components/extra_buttons/extra_buttons.vue
| * \ Merge branch 'develop' into 'feat/conversation-muting'Shpuld Shpludson2019-07-15
| |\ \ | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | | Add thread muting to context menu of statusshpuld2019-07-07
| | | |
* | | | Handle JSONified errors while registeringLee Starnes2019-08-06
| |_|/ |/| | | | | | | | Closes #617
* | | fix issues caused by merges in usersearch on @shpuld2019-07-18
| |/ |/|
* | New searchEugenij2019-07-15
| |
* | #482 - add new endpoints to subscribe to the userjared2019-07-10
| |
* | Refactor user search api, better api error response handlingTae Hoon2019-07-10
|/
* npm eslint --fix .Henry Jameson2019-07-05
|
* Feature/polls attempt 2lain2019-06-18
|
* Apply suggestion to src/services/api/api.service.jsHJ2019-06-17
|
* getting and setting user background via MastoAPIHenry Jameson2019-06-16
|
* Merge remote-tracking branch 'upstream/develop' into masto-register-app-secretHenry Jameson2019-06-13
|\ | | | | | | | | * upstream/develop: fix user banner
| * fix user bannerHenry Jameson2019-06-13
| |
* | Merge remote-tracking branch 'upstream/develop' into masto-register-app-secretHenry Jameson2019-06-13
|\| | | | | | | | | * upstream/develop: Revert "add TOTP/Recovery Form for mobile version"
| * Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| | | | | | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* | AMERICAHenry Jameson2019-06-13
| |
* | Merge remote-tracking branch 'upstream/develop' into masto-register-app-secretHenry Jameson2019-06-13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.js i18n/Update Japanese translation render modal at the root level using portal install portal vue Small improve of the who to follow panel layout Fix/Small fix in the who to follow page remove console spam i18n wire up user.description with masto api data i18n/Add Japanese with kanji (2) move drowdown menu to popper notification controls: redesign entirely entity normalizer: collapse data.pleroma if blocks wire up notification settings do not miss statusnet_profile_url of mentions Translation to Hebrew of everything other than theme_helpers and style. Translate up to settings. mastoapi login works
| * Merge branch 'masto-login-fixes' into 'develop'HJ2019-06-12
| |\ | | | | | | | | | | | | MastoAPI login See merge request pleroma/pleroma-fe!805
| | * mastoapi login worksHenry Jameson2019-05-21
| | |
| * | wire up notification settingsWilliam Pitcock2019-05-25
| |/
* / Proper clientId/secret/token caching, MastoAPI registrationHenry Jameson2019-05-22
|/
* Merge branch 'masto-remains' into 'develop'HJ2019-05-20
|\ | | | | | | | | Interactions 2.0, removing last bits of qvitter api. Only login/register and change background remains after that See merge request pleroma/pleroma-fe!792
| * removed unused masto api, added initial version of interactions timelineHenry Jameson2019-05-14
| |
* | rename for consistency's saketaehoon2019-05-16
| |
* | update admin api urls in accordance with new docstaehoon2019-05-16
| |
* | update api service functionstaehoon2019-05-15
| |