Commit Graph

89 Commits

Author SHA1 Message Date
Roger Braun fd4cd6d687 Prepare apiService for base url. 2016-11-22 15:45:40 +01:00
Roger Braun 2147807fa0 Add image height css back in.
Without it, Chrome stretches the image...
2016-11-22 15:44:45 +01:00
Roger Braun 38749e6c4a Remove commented out old api service. 2016-11-22 15:15:43 +01:00
Roger Braun 362b6200c5 Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe 2016-11-22 11:29:52 +01:00
Roger Braun 281c71b191 Move addNewStatuses code around. 2016-11-21 16:33:08 +01:00
Roger Braun 05f9e68dab Fixes for deletion. 2016-11-19 13:08:44 +01:00
Roger Braun 47ddf8c3fb Small status reducer changes. 2016-11-19 12:39:10 +01:00
Roger Braun de25c46670 addNewStatuses: mutation -> action
This is to add the current user.
2016-11-18 22:56:20 +01:00
Roger Braun e7637e4196 Add first notification.
This adds a favorite notification.
2016-11-18 22:55:04 +01:00
Roger Braun 4cef86f2a8 Add status deletion.
Kind of wonky. Would be better if we used the AS endpoints.
2016-11-18 22:25:42 +01:00
Roger Braun 11dd084835 Merge branch 'status_reducer_rewrite' 2016-11-18 20:13:12 +01:00
Roger Braun 9171b382fe Complete rewrite of status adding code.
This now uses nearly only mutation, to take advantage
of vue's mutation tracking.
2016-11-18 19:48:02 +01:00
Roger Braun 8723c35d43 A bit more advanced status merging. 2016-11-18 16:05:04 +01:00
Roger Braun 7e17600ee9 Small css fix, don't parse html for now. 2016-11-18 00:43:36 +01:00
Roger Braun 4fcb60487c Do more mutation-y status reducing. 2016-11-17 18:31:26 +01:00
Roger Braun d10a58f26a Some reducer changes for statuses. 2016-11-15 10:35:16 +01:00
Roger Braun d4284686fa Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/retweet 2016-11-14 21:11:27 +01:00
lambadalambda a9d65a488f Merge branch 'feature/image-upload-improvements' into 'master'
Feature/image upload improvements

See merge request !2
2016-11-14 15:11:05 -05:00
Roger Braun aeb8868b82 prepareStatus: created_at_parsed. 2016-11-13 22:54:49 +01:00
Roger Braun 59647798b9 prepareStatus: nsfw tag parsing. 2016-11-13 22:40:33 +01:00
Roger Braun 5888697c0d Better maxId calculation. 2016-11-13 22:19:14 +01:00
Alexander Gitter 7d3a6e77e4 Show spinner while uploading file 2016-11-13 18:26:10 +01:00
Jiayi Zheng 53fed694df Refactor css
Apply different styles to reply, retweet and favorite buttons
2016-11-13 17:52:20 +01:00
Jiayi Zheng 11125abeeb Implement retweet action 2016-11-13 17:09:16 +01:00
Jiayi Zheng 242ae8e91b Add retweet button component
Expand API service for retweet
2016-11-13 16:42:56 +01:00
Roger Braun ee009f63dd Don't break status parsing when link class is missing. 2016-11-13 00:08:03 +01:00
Roger Braun 43eb9c022d Fix compilation error. 2016-11-12 23:18:27 +01:00
Roger Braun 05733b6bc9 Remove attachment links, as we are already showing them. 2016-11-12 22:41:43 +01:00
Roger Braun c9ab70db8e Login form, post status form, status css fixes. 2016-11-12 21:31:41 +01:00
Roger Braun f0f5d8c913 CSS fixes for attachments in status posts. 2016-11-12 21:05:01 +01:00
Roger Braun 4d6d916395 Some CSS fixes. 2016-11-12 20:57:54 +01:00
Roger Braun f8a3afc9d1 Don't put statuses we received from retweets into timelines.
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.
2016-11-07 22:09:34 +01:00
Roger Braun 79b2243f6c Simplify nsfw setting. 2016-11-07 18:47:38 +01:00
Roger Braun cc7f7a29cf Better retweet handling.
Fixes problems with liking + likes count.
2016-11-07 18:36:11 +01:00
Roger Braun 78db0db637 Restructure status module for easier testing. 2016-11-07 18:04:00 +01:00
Roger Braun 15c20e6032 Unify App.vue. 2016-11-07 18:03:36 +01:00
Roger Braun 66a936ea50 Add user links. 2016-11-07 16:42:29 +01:00
Roger Braun f529c36a9c Force recreation of img node. 2016-11-07 16:23:54 +01:00
Roger Braun d59f2985bd Attachment styling fixes. 2016-11-07 15:23:10 +01:00
Roger Braun 93eb6671c6 Linting fixes. 2016-11-07 15:04:27 +01:00
Roger Braun d65112a625 Fix poststatusform attachment markup. 2016-11-07 15:04:02 +01:00
Roger Braun cf972e968c Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe 2016-11-07 11:56:14 +01:00
Roger Braun 83e7add2c7 Add TWKN timeline. 2016-11-06 21:46:01 +01:00
Roger Braun 7fcd36e2c1 Don't show actions when not logged in. 2016-11-06 20:45:26 +01:00
Roger Braun b6ac99fdf0 Use history routing. 2016-11-06 20:26:07 +01:00
Roger Braun 1ae5223742 Add NavPanel to app. 2016-11-06 20:11:23 +01:00
Roger Braun c9e235f889 Load timeline once on creation. 2016-11-06 20:11:00 +01:00
Roger Braun 3bb2e91dbf Return empty auth header when we don't have a user. 2016-11-06 20:10:45 +01:00
Roger Braun 7c2018108d Remove fake public statuses. 2016-11-06 20:10:33 +01:00
Roger Braun 521c815251 Add NavPanel. 2016-11-06 20:10:20 +01:00