| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | remove unused mutation and test for it | Shpuld Shpuldson | 2020-04-23 |
| | | |||
| * | Emoji Reactions - fixes and improvements | Shpuld Shpludson | 2020-02-11 |
| | | |||
| * | change emoji reactions to use new format | Shpuld Shpuldson | 2020-01-26 |
| | | |||
| * | Merge branch 'develop' into 'eslint-fix' | HJ | 2019-07-06 |
| |\ | | | | | | | # Conflicts: # src/components/post_status_form/post_status_form.vue | ||
| | * | update test for clearTimeline action | taehoon | 2019-07-02 |
| | | | |||
| * | | npm eslint --fix . | Henry Jameson | 2019-07-05 |
| |/ | |||
| * | Merge branch 'mastoapi/user-stuff' into 'develop' | HJ | 2019-03-15 |
| |\ | | | | | | | | | Transition to MastoAPI: user data See merge request pleroma/pleroma-fe!655 | ||
| | * | fixed tests, review fixes, now storing local users with downcase screen name for | Henry Jameson | 2019-03-11 |
| | | | | | | | | | better compatibility | ||
| | * | some test fixes, disabled one test for now since logic now is even more ↵ | Henry Jameson | 2019-03-09 |
| | | | | | | | | | async in general | ||
| | * | Since BE doesn't support fetching user by screen name over MastoAPI we'll gonna | Henry Jameson | 2019-03-08 |
| | | | | | | | | | just fetching it over QvitterAPI real quick :DDDDDDDDD | ||
| * | | Make minId reset with minVisibleId to prevent gaps when showing new | shpuld | 2019-03-10 |
| |/ | |||
| * | #392: update defaultState into a function | dave | 2019-02-28 |
| | | |||
| * | Merge branch 'fix/make-user-by-name-case-insensitive' into 'develop' | lambda | 2019-01-28 |
| |\ | | | | | | | | | Make userByName case-insensitive See merge request pleroma/pleroma-fe!489 | ||
| | * | Make userByName case-insensitive | shpuld | 2019-01-28 |
| | | | |||
| * | | fix user tl clearing and give it a test | shpuld | 2019-01-28 |
| |/ | |||
| * | consistency in tests too | Henry Jameson | 2019-01-17 |
| | | |||
| * | Merge branch 'switch-to-string-ids' into favorites | Henry Jameson | 2019-01-17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | with some changes/merge conflicts resolution * switch-to-string-ids: fixx????? fix notifications? fix lint fix tests, removed one unused function, fix real problem that tests helped to surface added some more explicit to string conversion since BE seem to be sending numbers and it could cause an issue. Remove all explicit and implicit conversions of statusId to number, changed explicit ones so that they convert them to string | ||
| | * | fix tests, removed one unused function, fix real problem that tests helped to | Henry Jameson | 2019-01-11 |
| | | | | | | | | | surface | ||
| * | | migrated some tests to normalizer, fixed some potential bug, fixed tests to use | Henry Jameson | 2019-01-15 |
| |/ | | | | normalized naming instead of raw qvitter api objects. needs more tests tho. | ||
| * | Fix profiles without statuses not loading | Shpuld Shpludson | 2018-12-31 |
| | | |||
| * | 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 |
| | | |||
| * | Fix notification deletion. | Roger Braun | 2017-06-13 |
| | | |||
| * | Remove notifications for deleted messages. | Roger Braun | 2017-06-06 |
| | | |||
| * | 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 |
| | | |||
