aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove wrong rights check.Roger Braun2016-12-05
|
* Merge branch 'feature/delete_status' into 'develop' lambadalambda2016-12-05
|\ | | | | | | | | | | | | Implements feature status delete Fixes issue #4 See merge request !6
| * Implements feature status deleteJiayi Zheng2016-12-04
| | | | | | | | Fixes issue #4
* | Merge branch 'fix/retweet_icon_style' into 'develop' lambadalambda2016-12-05
|\ \ | | | | | | | | | | | | Fixes issue #2 See merge request !7
| * | Fixes issue #2Jiayi Zheng2016-12-04
| |/
* | Rename nsfw image.Roger Braun2016-12-02
| |
* | CSS fixes.Roger Braun2016-12-02
| |
* | Add re-hiding of nsfw images.Roger Braun2016-12-02
|/
* Fix long word breaking in notifications.Roger Braun2016-12-02
|
* Reactivity fixes for attachments.Roger Braun2016-12-01
|
* Add link to replied to users in status.Roger Braun2016-12-01
|
* Add basic user profiles.Roger Braun2016-11-30
|
* Extract user card from user content.Roger Braun2016-11-30
|
* Add friend list fetching.Roger Braun2016-11-30
|
* Get mentioning names from central state store.Roger Braun2016-11-30
|
* Add users repository in users module.Roger Braun2016-11-30
|
* Search through both name and screen_name.Roger Braun2016-11-30
|
* Add basic username completion.Roger Braun2016-11-30
| | | | We need to get users into the store, though.
* Add noIdUpdate option for addNewStatuses action.Roger Braun2016-11-28
| | | | This fixes #11.
* Remove Angular vestiges.Roger Braun2016-11-28
|
* Throw out retweets from conversations.Roger Braun2016-11-28
|
* Switch from moment.js to vue-timeago.Roger Braun2016-11-28
| | | | | Much smaller filesize for vendor.js, although we'll have to see if all the intervals are ok.
* Always show action buttons below user content.Roger Braun2016-11-28
|
* 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.