aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Some reducer changes for statuses.Roger Braun2016-11-15
|
* Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe into ↵Roger Braun2016-11-14
|\ | | | | | | feature/retweet
| * Merge branch 'feature/image-upload-improvements' into 'master' lambadalambda2016-11-14
| |\ | | | | | | | | | | | | Feature/image upload improvements See merge request !2
| | * Show spinner while uploading fileAlexander Gitter2016-11-13
| | |
| | * Add animate.css from Fontello to index.htmlAlexander Gitter2016-11-13
| | |
| | * Add spinner/reload glyphsAlexander Gitter2016-11-13
| | |
| * | Merge branch 'feature/retweet' into 'master' lambadalambda2016-11-14
| |\ \ | | |/ | |/| | | | | | | Feature/retweet See merge request !1
| | * Refactor cssJiayi Zheng2016-11-13
| | | | | | | | | | | | Apply different styles to reply, retweet and favorite buttons
* | | prepareStatus: created_at_parsed.Roger Braun2016-11-13
| | |
* | | prepareStatus: nsfw tag parsing.Roger Braun2016-11-13
| | |
* | | Better maxId calculation.Roger Braun2016-11-13
| | |
* | | Add RT status adding specs.Roger Braun2016-11-13
| |/ |/|
* | Implement retweet actionJiayi Zheng2016-11-13
| |
* | Add retweet button componentJiayi Zheng2016-11-13
|/ | | | Expand API service for retweet
* Don't break status parsing when link class is missing.Roger Braun2016-11-13
|
* Fix compilation error.Roger Braun2016-11-12
|
* Remove attachment links, as we are already showing them.Roger Braun2016-11-12
|
* Login form, post status form, status css fixes.Roger Braun2016-11-12
|
* CSS fixes for attachments in status posts.Roger Braun2016-11-12
|
* Some CSS fixes.Roger Braun2016-11-12
|
* Don't put statuses we received from retweets into timelines.Roger Braun2016-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 Braun2016-11-07
|
* Better retweet handling.Roger Braun2016-11-07
| | | | Fixes problems with liking + likes count.
* Add specs for statuses module.Roger Braun2016-11-07
|
* Don't do coverage (errord).Roger Braun2016-11-07
|
* Restructure status module for easier testing.Roger Braun2016-11-07
|
* Remove example spec.Roger Braun2016-11-07
|
* Unify App.vue.Roger Braun2016-11-07
|
* Add user links.Roger Braun2016-11-07
|
* Force recreation of img node.Roger Braun2016-11-07
|
* Attachment styling fixes.Roger Braun2016-11-07
|
* Linting fixes.Roger Braun2016-11-07
|
* Fix poststatusform attachment markup.Roger Braun2016-11-07
|
* Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-feRoger Braun2016-11-07
|\
| * Add TWKN timeline.Roger Braun2016-11-06
| |
| * Don't show actions when not logged in.Roger Braun2016-11-06
| |
| * Use history routing.Roger Braun2016-11-06
| |
| * Add NavPanel to app.Roger Braun2016-11-06
| |
| * Load timeline once on creation.Roger Braun2016-11-06
| |
| * Return empty auth header when we don't have a user.Roger Braun2016-11-06
| |
| * Remove fake public statuses.Roger Braun2016-11-06
| |
| * Add NavPanel.Roger Braun2016-11-06
| |
| * Add media upload to PostStatusForm.Roger Braun2016-11-06
| |
| * Add media upload to StatusPosterService.Roger Braun2016-11-06
| |
| * Add media upload to API Service.Roger Braun2016-11-06
| |
| * Remove superfluous css.Roger Braun2016-11-06
| |
| * Add MediaUpload component.Roger Braun2016-11-06
| |
| * Add upload image to icon font.Roger Braun2016-11-06
| |
| * Remove temp data.Roger Braun2016-11-06
| |
| * Add fetching of older statuses.Roger Braun2016-11-06
| |