aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/develop' into mastoapi/followersHenry Jameson2019-03-27
|\ | | | | | | | | | | | | | | * upstream/develop: #442 - update placeholder linebreak #442 - clean up Bio placeholder text undo this change since BE returns empty object for relationship, add in a separate MR updates normalizer for proper user handling and adds support for friends tl via mastoapi
| * Merge branch 'develop' into 'mastoapi/friends-tl'HJ2019-03-25
| |\ | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * \ Merge remote-tracking branch 'upstream/develop' into mastoapi/friends-tlHenry 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 ...
| * | | undo this change since BE returns empty object for relationship, add in aHenry Jameson2019-03-07
| | | | | | | | | | | | | | | | separate MR
| * | | updates normalizer for proper user handling and adds support for friends tl ↵Henry Jameson2019-03-07
| | | | | | | | | | | | | | | | via mastoapi
* | | | reviewHenry Jameson2019-03-27
| | | |
* | | | correctly paginate on MastoAPIHenry Jameson2019-03-25
| | | |
* | | | Merge remote-tracking branch 'upstream/develop' into mastoapi/followersHenry Jameson2019-03-25
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (87 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 ...
| | * | | Update attachment normalizertaehoon2019-03-25
| | | | |
| | * | | Add fallback for attachments uploaded via the other platformstaehoon2019-03-24
| | | | |
| | * | | Get correct mimetype through entity_normalizertaehoon2019-03-24
| | | | |
| | * | | Set default parametertaehoon2019-03-24
| | | | |
| | * | | Switch to mastoapi for posting status and uploading mediataehoon2019-03-24
| | | | |
| | * | | Merge branch '227-manage-blocks-mutes' into 'develop'HJ2019-03-24
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Transition to MastoAPI: Mute & Block and Add Mutes management tab See merge request pleroma/pleroma-fe!611
| | | * | | 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
| | | | |/ | | | |/|
| | * | | Merge branch 'issue-448-status-text-null' into 'develop'Shpuld Shpludson2019-03-23
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #448 - fix timeline fetch error when status text is null Closes #448 See merge request pleroma/pleroma-fe!700
| | | * | | #448 - fix timeline fetch error when status text is nulldave2019-03-22
| | | |/ /
| | * | | Merge branch '438-mastoapi-user-search' into 'develop'lambda2019-03-22
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Transition to MastoAPI: user search Closes #438 See merge request pleroma/pleroma-fe!677
| | | * | Switch to mastoapi for user searchtaehoon2019-03-15
| | | | |
| * | | | 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 ...
| | * | | Merge branch 'issue-449-auto-token-fetch' into 'develop'Shpuld Shpludson2019-03-21
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #449 - fix auth token fetch issue Closes #449 See merge request pleroma/pleroma-fe!696
| | | * | | #449 - fix auth token fetch issuedave2019-03-21
| | | | | |
| | * | | | Merge branch 'feature/version-info' into 'develop'Shpuld Shpludson2019-03-21
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671
| | | * | | Version links to BE/FEEdijs2019-03-10
| | | | | |
| | | * | | Added new tab to display versions of BE/FEEdijs2019-03-10
| | | | |/ | | | |/|
| | * | | post-merge fixesHenry Jameson2019-03-17
| | | | |
| | * | | Merge remote-tracking branch 'upstream/develop' into mastoapi/emojisHenry Jameson2019-03-17
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (34 commits) 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 actually use embedded relationship if it's present instead of filtering nulls, let's just not have them in the first place #434 - fix plain text issue Add floating post-status button on mobile Update user settings icon to pencil I18n: Update Czech translation user_card.vue: Copy over .status-content img styling ...
| | | * | レインせんぱいにサンキューHenry Jameson2019-03-12
| | | | |
| | | * | fix embedded relationship card parsingHenry Jameson2019-03-12
| | | | |
| | | * | actually use embedded relationship if it's presentHenry Jameson2019-03-11
| | | | |
| | | * | instead of filtering nulls, let's just not have them in the first placeHenry Jameson2019-03-11
| | | | |
| | | * | 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
| | * | Added some testsHenry Jameson2019-03-11
| | | |
| | * | emoji adderHenry Jameson2019-03-09
| | |/
| * / Fetching convos via MastoAPI. Had to change conversation component a bit forHenry Jameson2019-03-09
| |/ | | | | | | better support, since MastoAPI doesn't have coversation ids
* / wip support for follower/following, a bit broken and with regressionHenry Jameson2019-03-10
|/
* Merge branch 'fix/fetch-activities-by-last-id' into 'develop'Shpuld Shpludson2019-03-07
|\ | | | | | | | | #406 Fetch activities by last id See merge request pleroma/pleroma-fe!621
| * Fetch activites by last idjasper2019-02-27
| |
* | Merge branch 'fix/fetching-error-by-tag' into 'develop'Shpuld Shpludson2019-03-02
|\ \ | | | | | | | | | | | | #402 Fix fetching error by tag See merge request pleroma/pleroma-fe!622