| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix notifications | Henry Jameson | 2019-02-14 |
| | | |||
| * | Merge branch 'fix/profile-not-loading-without-persisted-state' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ | | | | | | | | | | | | | Fix #324 Profiles sometimes not loading when there's no persisted state Closes #324 See merge request pleroma/pleroma-fe!553 | ||
| | * | Change the async stuff to not render app before theme is loaded | shpuld | 2019-02-09 |
| | | | |||
| * | | Merge branch 'fix/js-error-in-tag-page' into 'develop' | Shpuld Shpludson | 2019-02-09 |
| |\ \ | | | | | | | | | | | | | Fixed JS error in tag page See merge request pleroma/pleroma-fe!543 | ||
| | * | | Code refactoring | Edijs | 2019-02-07 |
| | | | | |||
| | * | | Fix issue while fetching timelines for tag page | Edijs | 2019-02-06 |
| | |/ | |||
| * | | Merge branch 'fix/add-option-to-hide-filtered-statues' into 'develop' | Shpuld Shpludson | 2019-02-09 |
| |\ \ | | | | | | | | | | | | | #254 Add option to hide filtered statuses See merge request pleroma/pleroma-fe!539 | ||
| | * | | Add option to hide filtered statuses | jasper | 2019-02-06 |
| | |/ | |||
| * | | fixing conflicts | jasper | 2019-02-08 |
| | | | |||
| * | | fixing conflicts | jasper | 2019-02-08 |
| | | | |||
| * | | Fxing conflicts | jasper | 2019-02-08 |
| |\ \ | |||
| | * | | #301 - add an option for default formatting | Xiaofeng An | 2019-02-06 |
| | |/ | |||
| * / | Fix showFeaturesPanel option as instance | jasper | 2019-02-08 |
| |/ | |||
| * | Add option to hide features panel | dev92341 | 2019-02-05 |
| | | |||
| * | follows/followers pagination ready for review | shpuld | 2019-02-02 |
| | | |||
| * | initial draft for follows/following pagination | shpuld | 2019-01-31 |
| | | |||
| * | Merge branch 'develop' into feat/media-modal | shpuld | 2019-01-30 |
| |\ | |||
| | * | Add loading indicator for notifications, make timelines indicate bottoming ↵ | shpuld | 2019-01-29 |
| | | | | | | | | | out when no more statuses | ||
| | * | Merge branch 'fix/dont-connect-ws-when-chat-disabled' into 'develop' | lambda | 2019-01-29 |
| | |\ | | | | | | | | | | | | | | | | | | | fix #288 - Don't connect WS when chat is disabled Closes #288 See merge request pleroma/pleroma-fe!492 | ||
| | | * | Connect only after-store instead of when user gets token | shpuld | 2019-01-29 |
| | | | | |||
| | * | | Fix TypeError crash when using url of an invalid user | shpuld | 2019-01-29 |
| | |/ | |||
| | * | 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 |
| | |/ | |||
| * | | Merge branch 'develop' into feat/media-modal | shpuld | 2019-01-28 |
| |\| | |||
| | * | user profile: add media timeline | William Pitcock | 2019-01-26 |
| | | | |||
| * | | Merge develop and fix conflict | shpuld | 2019-01-26 |
| |\| | |||
| | * | quickfix | Henry Jameson | 2019-01-25 |
| | | | |||
| | * | this attempts converting id to number to sort them numerically, since "99" > | Henry Jameson | 2019-01-25 |
| | | | | | | | | | "100" while 99 < 100 | ||
| | * | removing unnecessary conversions since it should already be converted in ↵ | Henry Jameson | 2019-01-17 |
| | | | | | | | | | normalizer | ||
| | * | some consistency | Henry Jameson | 2019-01-17 |
| | | | |||
| | * | fix login and favorites tab... | Henry Jameson | 2019-01-17 |
| | | | |||
| | * | Revert "some initial work to make it possible to use "unregistered" ↵ | Henry Jameson | 2019-01-17 |
| | | | | | | | | | | | | | | | | | timelines, i.e. not" and some stuff to make favorites still work This reverts commit 039a4074006fb91ac9031b41b4e9af4a15766dfa. | ||
| | * | 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 | ||
| | | * | fixx????? | Henry Jameson | 2019-01-16 |
| | | | | |||
| | | * | fix notifications? | Henry Jameson | 2019-01-16 |
| | | | | |||
| | | * | fix lint | Henry Jameson | 2019-01-11 |
| | | | | |||
| | | * | fix tests, removed one unused function, fix real problem that tests helped to | Henry Jameson | 2019-01-11 |
| | | | | | | | | | | | | | surface | ||
| | | * | added some more explicit to string conversion since BE seem to be sending | Henry Jameson | 2019-01-11 |
| | | | | | | | | | | | | | numbers and it could cause an issue. | ||
| | | * | Remove all explicit and implicit conversions of statusId to number, changed | Henry Jameson | 2019-01-11 |
| | | | | | | | | | | | | | explicit ones so that they convert them to string | ||
| | * | | 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. | ||
| | * | | cleanup | Henry Jameson | 2019-01-14 |
| | | | | |||
| | * | | fixes, guards | Henry Jameson | 2019-01-14 |
| | | | | |||
| | * | | notifications now also undergo some parsing, hypothetically could use MastoAPI | Henry Jameson | 2019-01-14 |
| | | | | | | | | | | | | | notifications, maybe. | ||
| | * | | post-merge fix | Henry Jameson | 2019-01-13 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/develop' into favorites | Henry Jameson | 2019-01-13 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: Add Korean translation Change emptlyTl to take userId better fix fixes #265 and also that thin line below gradient on chrome (UGH) fix #262 part of user profiles not being able to load previous posts Retain userId on clearing user timeline, don't flush when empty timeline | ||
| | * | | | moved some stuff from statuses to api service. added initial adapter (currently | Henry Jameson | 2019-01-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mastoapi status -> qvitter status, would change some naming in the future) favorites timeline works somewhat, notifications are broken because they are fetched using same code to fetch usual timeline/using old architechture | ||
| | * | | | some initial work to make it possible to use "unregistered" timelines, i.e. not | Henry Jameson | 2019-01-12 |
| | | |/ | |/| | | | | | | | reserving a timeline by name, instead just passing timeline object itself. | ||
| * | | | Add escape button support | shpuld | 2019-01-16 |
| | | | | |||
| * | | | Add media viewer module and media module component, modify attachment behavior | shpuld | 2019-01-14 |
| | |/ |/| | |||
