| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Prepare apiService for base url. | Roger Braun | 2016-11-22 |
| | | |||
| * | Add image height css back in. | Roger Braun | 2016-11-22 |
| | | | | | Without it, Chrome stretches the image... | ||
| * | Remove commented out old api service. | Roger Braun | 2016-11-22 |
| | | |||
| * | 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 |
| | | |||
| * | addNewStatuses: mutation -> action | Roger Braun | 2016-11-18 |
| | | | | | This is to add the current user. | ||
| * | 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. | ||
| * | Merge branch 'status_reducer_rewrite' | Roger Braun | 2016-11-18 |
| |\ | |||
| | * | 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 |
| | | | |||
| | * | Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵ | Roger Braun | 2016-11-14 |
| | |\ | | | | | | | | | | feature/retweet | ||
| | * | | 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 |
| | | | | |||
| * | | | Small css fix, don't parse html for now. | Roger Braun | 2016-11-18 |
| | |/ |/| | |||
| * | | Merge branch 'feature/image-upload-improvements' into 'master' | lambadalambda | 2016-11-14 |
| |\ \ | | | | | | | | | | | | | Feature/image upload improvements See merge request !2 | ||
| | * | | Show spinner while uploading file | Alexander Gitter | 2016-11-13 |
| | | | | |||
| * | | | Refactor css | Jiayi Zheng | 2016-11-13 |
| | |/ |/| | | | | | Apply different styles to reply, retweet and favorite buttons | ||
| * | | Implement retweet action | Jiayi Zheng | 2016-11-13 |
| | | | |||
| * | | Add retweet button component | Jiayi Zheng | 2016-11-13 |
| |/ | | | | Expand API service for retweet | ||
| * | Don't break status parsing when link class is missing. | Roger Braun | 2016-11-13 |
| | | |||
| * | Fix compilation error. | Roger Braun | 2016-11-12 |
| | | |||
| * | Remove attachment links, as we are already showing them. | Roger Braun | 2016-11-12 |
| | | |||
| * | Login form, post status form, status css fixes. | Roger Braun | 2016-11-12 |
| | | |||
| * | CSS fixes for attachments in status posts. | Roger Braun | 2016-11-12 |
| | | |||
| * | Some CSS fixes. | 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 |
| | | |||
| * | Unify App.vue. | Roger Braun | 2016-11-07 |
| | | |||
| * | Add user links. | Roger Braun | 2016-11-07 |
| | | |||
| * | Force recreation of img node. | Roger Braun | 2016-11-07 |
| | | |||
| * | Attachment styling fixes. | Roger Braun | 2016-11-07 |
| | | |||
| * | Linting fixes. | Roger Braun | 2016-11-07 |
| | | |||
| * | Fix poststatusform attachment markup. | Roger Braun | 2016-11-07 |
| | | |||
| * | Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe | Roger Braun | 2016-11-07 |
| |\ | |||
| | * | Add TWKN timeline. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Don't show actions when not logged in. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Use history routing. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Add NavPanel to app. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Load timeline once on creation. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Return empty auth header when we don't have a user. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Remove fake public statuses. | Roger Braun | 2016-11-06 |
| | | | |||
| | * | Add NavPanel. | Roger Braun | 2016-11-06 |
| | | | |||
