aboutsummaryrefslogtreecommitdiff
path: root/src/services/backend_interactor_service
Commit message (Collapse)AuthorAge
* Add new user-settings component/route, add options to change name, bio, ↵Shpuld Shpuldson2017-08-02
| | | | avatar, banner and bg. Add those options to api service and backend interactor service.
* Update branch and fix conflicts.Shpuld Shpuldson2017-06-19
|\
| * Start fetching user timelines.Roger Braun2017-06-12
| |
| * Add user finder.Roger Braun2017-05-12
| |
* | Add basic avatar changing.Roger Braun2017-04-16
| |
* | Add a registration form.Roger Braun2017-04-15
|/
* Remove unused fetchMentions()wakarimasen2017-03-09
|
* Grab mutes from server on patched servers.Roger Braun2017-02-20
|
* Fetch Public and TWKN timelines when viewed.Roger Braun2017-02-16
|
* Add all_following endpoint.Roger Braun2017-02-13
|
* Add unfollowing.Roger Braun2016-12-23
|
* Very basic user following.Roger Braun2016-12-08
|
* Add friend list fetching.Roger Braun2016-11-30
|
* Basic mention support.Roger Braun2016-11-26
| | | | I still have to think about how to integrate them in the state system...
* remove apiService from users moduleRoger Braun2016-11-26
|
* Move some interactions to the backendInteractorRoger Braun2016-11-26
The idea is that all interactions should move there, so components don't have to pass around credentials all the time.