| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Write a unit test for fileSizeFormatService | Rinpatch | 2018-12-12 | |
| | | | ||||
| * | | Add local profile test | Maxim Filippov | 2018-12-17 | |
| | | | ||||
| * | | Implement user_profile.spec.js | Maxim Filippov | 2018-12-15 | |
| | | | ||||
| * | | Use 'userProfileLink' to generate user-profile link | Maxim Filippov | 2018-12-13 | |
| | | | ||||
| * | | Add generateProfileLink | Maxim Filippov | 2018-12-13 | |
| | | | ||||
| * | | Use "~" as a route namespace symbol | Maxim Filippov | 2018-12-10 | |
| | | | ||||
| * | | Typo in tests | Maxim Filippov | 2018-12-06 | |
| | | | ||||
| * | | Move old routes to /p, use /nickname for user profiles | Maxim Filippov | 2018-12-06 | |
| | | | ||||
| * | | Remove dummy component | Maxim Filippov | 2018-12-06 | |
| |/ | ||||
| * | fixup! fixup! Added logic to process reply to favorite request and update ↵ | Henry Jameson | 2018-08-30 | |
| | | | | | likes counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing. | |||
| * | fixup! Added logic to process reply to favorite request and update likes ↵ | Henry Jameson | 2018-08-30 | |
| | | | | | counter accordingly. Should fix some of cases of doubled likes and likes counter not decrementing. | |||
| * | changed the only surviving and important test to accommodate for new ↵ | Henry Jameson | 2018-08-16 | |
| | | | | | notifications flow. | |||
| * | removed notification-relevant test because the functionality they are testing do | Henry Jameson | 2018-08-16 | |
| | | | | | not exist anymore. Gotta write more tho... | |||
| * | Added support for qvitter api fetching of notifications | Henry Jameson | 2018-08-12 | |
| | | ||||
| * | Fix specs. | Roger Braun | 2018-04-26 | |
| | | ||||
| * | Add tests for follow notifications. | eal | 2017-08-25 | |
| | | ||||
| * | update branch and fix merge conflicts | Shpuld Shpuldson | 2017-06-15 | |
| |\ | ||||
| | * | Fix notification deletion. | Roger Braun | 2017-06-13 | |
| | | | ||||
| | * | Remove notifications for deleted messages. | Roger Braun | 2017-06-06 | |
| | | | ||||
| * | | Basic word position and completion service. | Roger Braun | 2017-03-15 | |
| |/ | ||||
| * | eslint fixes. | Roger Braun | 2017-03-08 | |
| | | ||||
| * | Correctly calculate the newStatusesCount. | Roger Braun | 2017-02-16 | |
| | | | | | Fixes a bug when viewing an updating twkn while logged in. | |||
| * | Add users muting. | Roger Braun | 2017-02-13 | |
| | | ||||
| * | Make minVisibleId actually dependent on visible statuses. | Roger Braun | 2017-01-01 | |
| | | ||||
| * | Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop | Roger Braun | 2016-12-05 | |
| |\ | ||||
| | * | Implements feature status delete | Jiayi Zheng | 2016-12-04 | |
| | | | | | | | | | Fixes issue #4 | |||
| * | | Treat mentions more like a timeline. | Roger Braun | 2016-12-03 | |
| |/ | ||||
| * | Add users repository in users module. | Roger Braun | 2016-11-30 | |
| | | ||||
| * | Add noIdUpdate option for addNewStatuses action. | Roger Braun | 2016-11-28 | |
| | | | | | This fixes #11. | |||
| * | Fix specs. | Roger Braun | 2016-11-28 | |
| | | ||||
| * | Move specs around. | Roger Braun | 2016-11-28 | |
| | | ||||
| * | Add notification on mention. | Roger Braun | 2016-11-27 | |
| | | ||||
| * | Add repeat notifications. | Roger Braun | 2016-11-27 | |
| | | ||||
| * | Parse mastodon favorites. | Roger Braun | 2016-11-27 | |
| | | ||||
| * | Better handling of favorites. | Roger Braun | 2016-11-25 | |
| | | ||||
| * | Make timelineless status adding possible. | Roger Braun | 2016-11-24 | |
| | | ||||
| * | Fixes for deletion. | Roger Braun | 2016-11-19 | |
| | | ||||
| * | 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. | |||
| * | 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 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | Add RT status adding specs. | Roger Braun | 2016-11-13 | |
| | | ||||
| * | Don't break status parsing when link class is missing. | Roger Braun | 2016-11-13 | |
| | | ||||
| * | Remove attachment links, as we are already showing them. | 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. | |||
| * | Better retweet handling. | Roger Braun | 2016-11-07 | |
| | | | | | Fixes problems with liking + likes count. | |||
