| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Be strict about putting changes in mutations. | Roger Braun | 2017-02-16 |
| | | |||
| * | Correctly calculate the newStatusesCount. | Roger Braun | 2017-02-16 |
| | | | | | Fixes a bug when viewing an updating twkn while logged in. | ||
| * | Fetch Public and TWKN timelines when viewed. | Roger Braun | 2017-02-16 |
| | | |||
| * | Add basic configuration module, make it work for title and theme. | Roger Braun | 2017-02-14 |
| | | |||
| * | Add muting to statuses. | Roger Braun | 2017-02-14 |
| | | |||
| * | Add users muting. | Roger Braun | 2017-02-13 |
| | | |||
| * | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop | Roger Braun | 2017-01-01 |
| |\ | |||
| | * | Merge branch 'feature/follow' into 'develop' | lambadalambda | 2017-01-01 |
| | |\ | | | | | | | | | | | | | Feature/follow See merge request !11 | ||
| | | * | Also add retweeted users to user store. | Roger Braun | 2016-12-08 |
| | | | | |||
| * | | | Make minVisibleId actually dependent on visible statuses. | Roger Braun | 2017-01-01 |
| |/ / | |||
| * / | Check all statuses in timeline for old retweets. | Roger Braun | 2016-12-08 |
| |/ | | | | This will fix the problem of retweets showing up again and again. | ||
| * | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop | Roger Braun | 2016-12-05 |
| |\ | |||
| | * | Implements feature status delete | Jiayi Zheng | 2016-12-04 |
| | | | | | | | | | Fixes issue #4 | ||
| * | | Only add mentions to the mentions timeline once. | Roger Braun | 2016-12-03 |
| | | | |||
| * | | Treat mentions more like a timeline. | Roger Braun | 2016-12-03 |
| |/ | |||
| * | Reactivity fixes for attachments. | Roger Braun | 2016-12-01 |
| | | |||
| * | Add basic user profiles. | Roger Braun | 2016-11-30 |
| | | |||
| * | Add friend list fetching. | Roger Braun | 2016-11-30 |
| | | |||
| * | Add users repository in users module. | Roger Braun | 2016-11-30 |
| | | |||
| * | Add noIdUpdate option for addNewStatuses action. | Roger Braun | 2016-11-28 |
| | | | | | This fixes #11. | ||
| * | Switch from moment.js to vue-timeago. | Roger Braun | 2016-11-28 |
| | | | | | | Much smaller filesize for vendor.js, although we'll have to see if all the intervals are ok. | ||
| * | Add notification on mention. | Roger Braun | 2016-11-27 |
| | | |||
| * | Add repeat notifications. | Roger Braun | 2016-11-27 |
| | | |||
| * | Parse mastodon favorites. | Roger Braun | 2016-11-27 |
| | | |||
| * | Basic mention support. | Roger Braun | 2016-11-26 |
| | | | | | I still have to think about how to integrate them in the state system... | ||
| * | remove apiService from users module | Roger Braun | 2016-11-26 |
| | | |||
| * | Move some interactions to the backendInteractor | Roger Braun | 2016-11-26 |
| | | | | | | The idea is that all interactions should move there, so components don't have to pass around credentials all the time. | ||
| * | Better handling of favorites. | Roger Braun | 2016-11-25 |
| | | |||
| * | Make timelineless status adding possible. | Roger Braun | 2016-11-24 |
| | | |||
| * | Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe | Roger Braun | 2016-11-22 |
| |\ | |||
| | * | Fixes for deletion. | Roger Braun | 2016-11-19 |
| | | | |||
| * | | Move addNewStatuses code around. | Roger Braun | 2016-11-21 |
| |/ | |||
| * | Small status reducer changes. | Roger Braun | 2016-11-19 |
| | | |||
| * | Add first notification. | Roger Braun | 2016-11-18 |
| | | | | | This adds a favorite notification. | ||
| * | Add status deletion. | Roger Braun | 2016-11-18 |
| | | | | | Kind of wonky. Would be better if we used the AS endpoints. | ||
| * | Complete rewrite of status adding code. | Roger Braun | 2016-11-18 |
| | | | | | | This now uses nearly only mutation, to take advantage of vue's mutation tracking. | ||
| * | A bit more advanced status merging. | Roger Braun | 2016-11-18 |
| | | |||
| * | Do more mutation-y status reducing. | Roger Braun | 2016-11-17 |
| | | |||
| * | Some reducer changes for statuses. | Roger Braun | 2016-11-15 |
| | | |||
| * | prepareStatus: created_at_parsed. | Roger Braun | 2016-11-13 |
| | | |||
| * | prepareStatus: nsfw tag parsing. | Roger Braun | 2016-11-13 |
| | | |||
| * | Better maxId calculation. | Roger Braun | 2016-11-13 |
| | | |||
| * | Implement retweet action | Jiayi Zheng | 2016-11-13 |
| | | |||
| * | Remove attachment links, as we are already showing them. | Roger Braun | 2016-11-12 |
| | | |||
| * | Don't put statuses we received from retweets into timelines. | Roger Braun | 2016-11-07 |
| | | | | | | | They should be in allStatuses to keep only one reference, but they should not get into the timeline, or it will mess up old status fetching, because they have a very low id. | ||
| * | Simplify nsfw setting. | Roger Braun | 2016-11-07 |
| | | |||
| * | Better retweet handling. | Roger Braun | 2016-11-07 |
| | | | | | Fixes problems with liking + likes count. | ||
| * | Restructure status module for easier testing. | Roger Braun | 2016-11-07 |
| | | |||
| * | Add fetching of older statuses. | Roger Braun | 2016-11-06 |
| | | |||
| * | Make created_at_parsed reactive. | Roger Braun | 2016-10-31 |
| | | |||
