aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* 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 ...
| * 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
| |/
* / switch direct messages to mastoapiHenry Jameson2019-03-07
|/
* 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
| * | Fix fetching error by tagjasper2019-03-01
| | |
| * | Fix fetching error by tagjasper2019-02-27
| |/
* | Merge branch 'issue-388-request-count-broken' into 'develop'Shpuld Shpludson2019-03-01
|\ \ | | | | | | | | | | | | | | | | | | #388: get follow request on a real-time basis Closes #388 See merge request pleroma/pleroma-fe!619
| * | #388: update naming properlydave2019-02-28
| | |
| * | #388: get follow request on a real-time basisdave2019-02-27
| |/
* | Fix bug to get wrapped component prop name listtaehoon2019-02-28
| |
* | 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
|/
* #380: fix false alarm for unread notificationsdave2019-02-25
|
* Remove pagination logic in fetchBlocks apitaehoon2019-02-20
|
* Set blockIds and muteIds to the currentUser state onlytaehoon2019-02-20
|
* Add mutes tabtaehoon2019-02-20
|
* Remove pagination support from block-listtaehoon2019-02-20
|
* Wire up ui to real blocks api datataehoon2019-02-20
|
* Merge branch 'follow-requests-for-locked-accounts' into 'develop'Shpuld Shpludson2019-02-19
|\ | | | | | | | | Follow Request notification count for restricted accounts See merge request pleroma/pleroma-fe!561
| * Added follow requests counter to nav bar to make it visible behorehandeugenijm2019-02-15
| |
* | Parameter name changed.lambda2019-02-16
|/
* Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop'Shpuld Shpludson2019-02-11
|\ | | | | | | | | | | | | Fix #324 Profiles sometimes not loading when there's no persisted state Closes #324 See merge request pleroma/pleroma-fe!553
| * Change the async stuff to not render app before theme is loadedshpuld2019-02-09
| |
* | Merge branch 'issue-332-update-follow-tabs' into 'develop'Shpuld Shpludson2019-02-11
|\ \ | | | | | | | | | | | | #332 - add follow/not follow button to follow list See merge request pleroma/pleroma-fe!558
| * | #332 - add follow/not follow button to follow listdave2019-02-09
| | |
* | | Merge branch 'develop' into fix/hashtag-openingEdijs2019-02-10
|\| |
| * | 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
| | | |
| | * | Add admin and moderator indicators to the user cardeugenijm2019-02-06
| | |/
| * | #315 - revert changesdave2019-02-07
| | |
| * | #315 - separate export and fetch follows logicdave2019-02-07
| | |