aboutsummaryrefslogtreecommitdiff
path: root/src/services/backend_interactor_service
Commit message (Collapse)AuthorAge
* clean uptaehoon2019-05-15
|
* remove pinned timeline, instead, use simple entity of user objecttaehoon2019-05-15
|
* #468 - integrate endpointsdave2019-05-15
|
* use backendInteractortaehoon2019-05-07
|
* add api service functiontaehoon2019-05-03
|
* Merge branch 'develop' into ↵Shpuld Shpludson2019-04-30
|\ | | | | | | | | | | 'brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users' # Conflicts: # src/services/api/api.service.js
| * Merge branch '437-user-profile-settings' into 'develop'HJ2019-04-30
| |\ | | | | | | | | | | | | | | | | | | Transition to MastoAPI: user profile settings Closes #437 See merge request pleroma/pleroma-fe!682
| | * Switch to mastoapi for updating bannertaehoon2019-04-27
| | |
| | * Switch to mastoapi for updating avatartaehoon2019-04-27
| | | | | | | | | | | | | | | # Conflicts: # src/services/api/api.service.js
| * | add “block import” featuretaehoon2019-04-27
| | |
| * | change api function nametaehoon2019-04-27
| | |
| * | move formData generating logic to api.servicetaehoon2019-04-27
| |/
* | refactor showing favs and repeats logicBrenden Bice2019-04-11
| |
* | rename favourite to favoriteBrenden Bice2019-04-11
| |
* | fetch reblogged usersBrenden Bice2019-04-11
| |
* | fetch favorited usersBrenden Bice2019-04-11
|/
* Merge branch 'fix/notification-bugs' into 'develop'Shpuld Shpludson2019-04-09
|\ | | | | | | | | | | | | #474 Fix notification bugs Closes #474 See merge request pleroma/pleroma-fe!728
| * Separate timeline and notificationjasper2019-04-04
| |
| * Fix notification bugsjasper2019-04-03
| |
* | Added moderation menueugenijm2019-04-01
|/
* correctly paginate on MastoAPIHenry Jameson2019-03-25
|
* Remove old muting logictaehoon2019-03-21
|
* Add mute/unmute featrue and mutes management tabtaehoon2019-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
* 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
* 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
| |
* | Add OAuth Tokens management to settingsMaxim Filippov2019-02-28
|/
* Wire up ui to real blocks api datataehoon2019-02-20
|
* #315 - revert changesdave2019-02-07
|
* #315 - separate export and fetch follows logicdave2019-02-07
|
* #315 - export all follows as CSVdave2019-02-06
|
* initial draft for follows/following paginationshpuld2019-01-31
|
* no more "broken favorite"Henry Jameson2018-12-19
|
* Separate captcha into the backendInteractorEkaterina Vaartis2018-12-16
|
* Revert "Drop the entire thing about hidden "own" timeline since it doesn't ↵Henry Jameson2018-08-21
| | | | | | necessarily" This reverts commit 612aa56c8b2d6bae75bd47ff1846dfcfb012d525.
* Drop the entire thing about hidden "own" timeline since it doesn't necessarilyHenry Jameson2018-08-20
| | | | | | contain all of the users posts (it doesn't contain DMs) even though it's "us". Since this is a workaround anyway just fetch home timeline instead. It could end up making more queries if user doesn't post that often.
* fix post search query to have id +1 because search is exclusiveHenry Jameson2018-08-16
|
* added workaround for broken favoritesHenry Jameson2018-08-16
|
* backend interactor service: add approveUser and denyUser functionsWilliam Pitcock2018-06-07
|
* backend interactor service: implement fetchFollowRequests()William Pitcock2018-06-06
|
* Added change password to user settingsSyldexia2018-05-21
|
* Added delete account section to user settingsSyldexia2018-05-13
|
* Add follow import to user settings.eal2017-12-23
|
* Use state object for user view instead of timeline.eal2017-11-14
| | | | Also fetch user if not in the state already.
* Add blocks.eal2017-11-07
|
* Send credentials when fetching remote profile.eal2017-11-07
|
* Merge branch 'feature/follow-lists' into 'develop'Shpuld Shpuldson2017-08-23
|\ | | | | | | | | Feature/follow lists See merge request !106