aboutsummaryrefslogtreecommitdiff
path: root/src/modules/users.js
Commit message (Collapse)AuthorAge
* Move chat to own module.Roger Braun2017-12-05
|
* Basic frontend changes for chat.Roger Braun2017-12-04
|
* Use state object for user view instead of timeline.eal2017-11-14
| | | | Also fetch user if not in the state already.
* moved notification asking from page load to login event. Added image inHenry Jameson2017-11-13
| | | | notifications support (doesn't work for native KDE notifications for me tho)
* Try logging in with the existing cookie.Roger Braun2017-09-02
|
* Add logout button.Roger Braun2017-07-02
|
* Update existing currentusers if there is one.Roger Braun2017-04-16
|
* Merge branch 'feature/failed-login-error' into 'develop' Shpuld Shpuldson2017-03-08
|\ | | | | | | | | Visual feedback on failed login See merge request !49
| * Fix typowakarimasen2017-03-08
| |
| * Give more specific reason for failed loginwakarimasen2017-03-08
| |
| * Show visual feedback on login error, redirect on successwakarimasen2017-03-08
| |
* | Use user cache in users module.Roger Braun2017-03-08
| |
* | Use cache to quickly access users.Roger Braun2017-03-08
|/
* Grab mutes from server on patched servers.Roger Braun2017-02-20
|
* Be strict about putting changes in mutations.Roger Braun2017-02-16
|
* Fetch Public and TWKN timelines when viewed.Roger Braun2017-02-16
|
* Add muting to statuses.Roger Braun2017-02-14
|
* Add users muting.Roger Braun2017-02-13
|
* Also add retweeted users to user store.Roger Braun2016-12-08
|
* Add basic user profiles.Roger Braun2016-11-30
|
* Add friend list fetching.Roger Braun2016-11-30
|
* Add users repository in users module.Roger Braun2016-11-30
|
* 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.
* Add favorite-button.Roger Braun2016-10-30
|
* Go to friends timeline on login.Roger Braun2016-10-30
|
* Start fetching.Roger Braun2016-10-28
|
* Update modules.Roger Braun2016-10-27