aboutsummaryrefslogtreecommitdiff
path: root/src/services/api/api.service.js
Commit message (Collapse)AuthorAge
* Merge branch 'develop' into 'masto-api/direct'HJ2019-03-27
|\ | | | | | | # Conflicts: # src/services/api/api.service.js
| * Revert "Merge branch 'revert-987b5162' into 'develop'"Henry Jameson2019-03-27
| | | | | | | | | | This reverts commit 96753e6a5febff60e0c2cb6fac13d5e7865f0a94, reversing changes made to 987b5162a7530979e9fa887a24311eb1cd480fc5.
| * Merge branch 'develop' into 'mastoapi/public-tl'HJ2019-03-25
| |\ | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | switch public and TWKN to MastoAPIHenry Jameson2019-03-07
| | |
* | | Merge remote-tracking branch 'upstream/develop' into masto-api/directHenry Jameson2019-03-25
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (40 commits) review Update attachment normalizer Add fallback for attachments uploaded via the other platforms Get correct mimetype through entity_normalizer Set default parameter Switch to mastoapi for posting status and uploading media Revert changes prevent text pasting if image is pasted remove border radius of suggested emojis #450 - dispatch login after saved state is loaded #448 - fix timeline fetch error when status text is null #451 - add class to username span No need to fetch mutes on load anymore 🙌 switch to mastoapi switch to mastoapi masto api sends muted property now No need to fetch user data using old api anymore 🎉 Switch to mastoapi reactivity fixes less hackery, more direct usage of mastoapi ...
| * | Merge remote-tracking branch 'upstream/develop' into mastoapi/convosHenry Jameson2019-03-25
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (34 commits) Update attachment normalizer Add fallback for attachments uploaded via the other platforms Get correct mimetype through entity_normalizer Set default parameter Switch to mastoapi for posting status and uploading media Revert changes prevent text pasting if image is pasted remove border radius of suggested emojis #450 - dispatch login after saved state is loaded #448 - fix timeline fetch error when status text is null #451 - add class to username span No need to fetch mutes on load anymore 🙌 switch to mastoapi switch to mastoapi masto api sends muted property now No need to fetch user data using old api anymore 🎉 Switch to mastoapi Add comment Reset statusnet_blocking of all fetched users first while refreshing block list Add hideMutedPosts setting and wire up to post-returning endpoints ...
| | * | Set default parametertaehoon2019-03-24
| | | |
| | * | Switch to mastoapi for posting status and uploading mediataehoon2019-03-24
| | | |
| | * | switch to mastoapitaehoon2019-03-21
| | | |
| | * | switch to mastoapitaehoon2019-03-21
| | | |
| | * | Switch to mastoapitaehoon2019-03-21
| | | |
| | * | Add hideMutedPosts setting and wire up to post-returning endpointstaehoon2019-03-21
| | | |
| | * | Minor code refactoringtaehoon2019-03-21
| | | |
| | * | Improve fetch error handling using a utiltaehoon2019-03-21
| | | |
| | * | Remove old muting logictaehoon2019-03-21
| | | |
| | * | Add mute/unmute featrue and mutes management tabtaehoon2019-03-21
| | | |
| * | | less hackery, more direct usage of mastoapiHenry Jameson2019-03-21
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into mastoapi/convosHenry Jameson2019-03-21
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (47 commits) #449 - fix auth token fetch issue Make select tag use --inputText as text color #444 - remote follow clean up #444 - show `remote follow` button when logged out Add button to save without cropping post-merge fixes [i18n] Update oc.json after store: fix setting postFormats field fix user-card avatar falling into permament failed state fix flake id users not fetching correctly fix console error afterStoreSetup: Move log in and theme load to afterStoreSetup. afterStoreSetup: Handle 404 cases. afterStoreSetup: Emoji and nodeinfo refactor. afterStoreSetup: refactor TOS and panel fetching, handle 404s. afterStoreSetup: refactor. Load persistedStated with async/await. whoops レインせんぱいにサンキュー fix embedded relationship card parsing ...
| * | | Fetching convos via MastoAPI. Had to change conversation component a bit forHenry Jameson2019-03-09
| | |/ | |/| | | | | | | better support, since MastoAPI doesn't have coversation ids
* | | Merge remote-tracking branch 'upstream/develop' into masto-api/directHenry Jameson2019-03-21
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (47 commits) #449 - fix auth token fetch issue Make select tag use --inputText as text color #444 - remote follow clean up #444 - show `remote follow` button when logged out Add button to save without cropping post-merge fixes [i18n] Update oc.json after store: fix setting postFormats field fix user-card avatar falling into permament failed state fix flake id users not fetching correctly fix console error afterStoreSetup: Move log in and theme load to afterStoreSetup. afterStoreSetup: Handle 404 cases. afterStoreSetup: Emoji and nodeinfo refactor. afterStoreSetup: refactor TOS and panel fetching, handle 404s. afterStoreSetup: refactor. Load persistedStated with async/await. whoops レインせんぱいにサンキュー fix embedded relationship card parsing ...
| * | #449 - fix auth token fetch issuedave2019-03-21
| | |
| * | レインせんぱいにサンキューHenry Jameson2019-03-12
| | |
| * | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonnaHenry Jameson2019-03-08
| | | | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD
| * | switch to mastoapi for user timelineHenry Jameson2019-03-08
| | |
| * | Partially transitioned user data to MastoAPI. Added support for fetchingHenry Jameson2019-03-08
| |/ | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs
* / switch direct messages to mastoapiHenry Jameson2019-03-07
|/
* Merge branch '386-display-invalid-user-profile' into 'develop'Shpuld Shpludson2019-02-28
|\ | | | | | | | | | | | | Show error message when visit profile page of invalid user Closes #386 See merge request pleroma/pleroma-fe!606
| * Better error handlingtaehoon2019-02-26
| |
| * Show error message when visit profile page of invalid usertaehoon2019-02-26
| |
* | Add OAuth Tokens management to settingsMaxim Filippov2019-02-28
|/
* Remove pagination logic in fetchBlocks apitaehoon2019-02-20
|
* Wire up ui to real blocks api datataehoon2019-02-20
|
* Parameter name changed.lambda2019-02-16
|
* Merge branch 'add-admin-and-moderator-fields-to-user-card-view' into 'develop'HJ2019-02-07
|\ | | | | | | | | Add admin and moderator indicators to the user profile See merge request pleroma/pleroma-fe!519
| * Allow to configure visibility for admin and moderator badgeseugenijm2019-02-06
| |
* | #315 - separate export and fetch follows logicdave2019-02-07
| |
* | #315 - clean up the requestdave2019-02-06
| |
* | #315 - export all follows as CSVdave2019-02-06
|/
* Rename "hide_following" to "hide_follows"Maxim Filippov2019-02-06
|
* Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-02-06
|
* merge develop and fix conflicts AGAINshpuld2019-02-04
|\
| * Revert "Merge branch 'feature/split-hide-network' into 'develop'"Shpuld Shpludson2019-02-03
| | | | | | This reverts merge request !497
* | initial draft for follows/following paginationshpuld2019-01-31
|/
* Split hide_network into hide_followers & hide_followingsMaxim Filippov2019-01-30
|
* api service: add the ability to fetch a media-only timelineWilliam Pitcock2019-01-26
|
* Always send "hide_network" when updating user profileMaxim Filippov2019-01-23
|
* support for CW/Subject. fix replies.Henry Jameson2019-01-17
|
* some consistencyHenry Jameson2019-01-17
|
* fix login and favorites tab...Henry Jameson2019-01-17
|
* Revert "some initial work to make it possible to use "unregistered" ↵Henry Jameson2019-01-17
| | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa.