aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add some cheap transition anymation.Roger Braun2016-11-28
|
* Fetch conversation again on route change.Roger Braun2016-11-28
| | | | This might happen when you visit other convos via the notifications bar.
* The heading is already bold.Roger Braun2016-11-27
|
* Add some icons to notifications.Roger Braun2016-11-27
|
* Add basic notification support.Roger Braun2016-11-27
|
* Add notification on mention.Roger Braun2016-11-27
|
* Add repeat notifications.Roger Braun2016-11-27
|
* Parse mastodon favorites.Roger Braun2016-11-27
|
* Open external status links in new window.Roger Braun2016-11-27
|
* Basic mention support.Roger Braun2016-11-26
| | | | I still have to think about how to integrate them in the state system...
* Hide timeline if user isn't logged in.Roger Braun2016-11-26
|
* 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.
* Move submitDisable into data.Roger Braun2016-11-26
| | | | It's not a prop, these are only for passing data, not for local data.
* Merge branch 'develop' into 'feature/attachment-form-improvements'dtluna2016-11-25
|\ | | | | | | # Conflicts: # src/components/attachment/attachment.js
| * Greentext.Roger Braun2016-11-25
| |
| * Show link to status source url.Roger Braun2016-11-25
| |
| * Re-indent style.Roger Braun2016-11-25
| |
| * Better handling of favorites.Roger Braun2016-11-25
| |
| * Fix word wrapping on Firefox.Roger Braun2016-11-25
| | | | | | | | | | | | | | Also, move some css around. See https://bugzilla.mozilla.org/show_bug.cgi?id=1136818 for the word wrapping stuff.
| * Image CSS fix for Firefox.Roger Braun2016-11-24
| |
| * Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into developRoger Braun2016-11-24
| |\
| | * Add audio playerdtluna2016-11-22
| | |
| * | Timeline status adding fixes.Roger Braun2016-11-24
| | | | | | | | | | | | Don't show new statuses immediately if we already have something in there.
| * | Remember positions on scroll.Roger Braun2016-11-24
| | |
| * | Add link to conversation in status.Roger Braun2016-11-24
| | |
| * | Add status / conversation component.Roger Braun2016-11-24
| | | | | | | | | | | | And wire it up.
| * | Add status and conversation fetching to apiService.Roger Braun2016-11-24
| | |
| * | Make timelineless status adding possible.Roger Braun2016-11-24
| | |
| * | Remove example component.Roger Braun2016-11-24
| |/
* | Add remove attachment buttondtluna2016-11-26
| |
* | Added previews for videos and audiosdtluna2016-11-26
| |
* | Add fileTypeServicedtluna2016-11-25
| |
* | Disable the submit button while uploading attachmentdtluna2016-11-25
| |
* | Set cursor to hand when hovering over buttonsdtluna2016-11-23
|/
* Prepare apiService for base url.Roger Braun2016-11-22
|
* Add image height css back in.Roger Braun2016-11-22
| | | | Without it, Chrome stretches the image...
* Remove commented out old api service.Roger Braun2016-11-22
|
* Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-feRoger Braun2016-11-22
|\
| * Fixes for deletion.Roger Braun2016-11-19
| |
* | Move addNewStatuses code around.Roger Braun2016-11-21
|/
* Small status reducer changes.Roger Braun2016-11-19
|
* addNewStatuses: mutation -> actionRoger Braun2016-11-18
| | | | This is to add the current user.
* Add first notification.Roger Braun2016-11-18
| | | | This adds a favorite notification.
* Add status deletion.Roger Braun2016-11-18
| | | | Kind of wonky. Would be better if we used the AS endpoints.
* Merge branch 'status_reducer_rewrite'Roger Braun2016-11-18
|\
| * Complete rewrite of status adding code.Roger Braun2016-11-18
| | | | | | | | | | This now uses nearly only mutation, to take advantage of vue's mutation tracking.
| * A bit more advanced status merging.Roger Braun2016-11-18
| |
| * Do more mutation-y status reducing.Roger Braun2016-11-17
| |
| * Some reducer changes for statuses.Roger Braun2016-11-15
| |