| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix typo | shpuld | 2019-03-28 |
| | | |||
| * | Add tests for gesture service, fix bug with perpendicular directions | shpuld | 2019-03-26 |
| | | |||
| * | somewhat functioning gesture service | shpuld | 2019-03-25 |
| | | |||
| * | start creating gesture service | shpuld | 2019-03-25 |
| | | |||
| * | Update attachment normalizer | taehoon | 2019-03-25 |
| | | |||
| * | Add fallback for attachments uploaded via the other platforms | taehoon | 2019-03-24 |
| | | |||
| * | Get correct mimetype through entity_normalizer | taehoon | 2019-03-24 |
| | | |||
| * | Set default parameter | taehoon | 2019-03-24 |
| | | |||
| * | Switch to mastoapi for posting status and uploading media | taehoon | 2019-03-24 |
| | | |||
| * | Merge branch '227-manage-blocks-mutes' into 'develop' | HJ | 2019-03-24 |
| |\ | | | | | | | | | Transition to MastoAPI: Mute & Block and Add Mutes management tab See merge request pleroma/pleroma-fe!611 | ||
| | * | switch to mastoapi | taehoon | 2019-03-21 |
| | | | |||
| | * | switch to mastoapi | taehoon | 2019-03-21 |
| | | | |||
| | * | Switch to mastoapi | taehoon | 2019-03-21 |
| | | | |||
| | * | Add hideMutedPosts setting and wire up to post-returning endpoints | taehoon | 2019-03-21 |
| | | | |||
| | * | Minor code refactoring | taehoon | 2019-03-21 |
| | | | |||
| | * | Improve fetch error handling using a util | taehoon | 2019-03-21 |
| | | | |||
| | * | Remove old muting logic | taehoon | 2019-03-21 |
| | | | |||
| | * | Add mute/unmute featrue and mutes management tab | taehoon | 2019-03-21 |
| | | | |||
| * | | Merge branch 'issue-448-status-text-null' into 'develop' | Shpuld Shpludson | 2019-03-23 |
| |\ \ | | | | | | | | | | | | | | | | | | | #448 - fix timeline fetch error when status text is null Closes #448 See merge request pleroma/pleroma-fe!700 | ||
| | * | | #448 - fix timeline fetch error when status text is null | dave | 2019-03-22 |
| | |/ | |||
| * | | Merge branch '438-mastoapi-user-search' into 'develop' | lambda | 2019-03-22 |
| |\ \ | |/ |/| | | | | | | | | | Transition to MastoAPI: user search Closes #438 See merge request pleroma/pleroma-fe!677 | ||
| | * | Switch to mastoapi for user search | taehoon | 2019-03-15 |
| | | | |||
| * | | Merge branch 'issue-449-auto-token-fetch' into 'develop' | Shpuld Shpludson | 2019-03-21 |
| |\ \ | | | | | | | | | | | | | | | | | | | #449 - fix auth token fetch issue Closes #449 See merge request pleroma/pleroma-fe!696 | ||
| | * | | #449 - fix auth token fetch issue | dave | 2019-03-21 |
| | | | | |||
| * | | | Merge branch 'feature/version-info' into 'develop' | Shpuld Shpludson | 2019-03-21 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | Added new tab to display versions of BE/FE Closes #397 See merge request pleroma/pleroma-fe!671 | ||
| | * | | Version links to BE/FE | Edijs | 2019-03-10 |
| | | | | |||
| | * | | Added new tab to display versions of BE/FE | Edijs | 2019-03-10 |
| | | | | |||
| * | | | post-merge fixes | Henry Jameson | 2019-03-17 |
| | | | | |||
| * | | | Merge remote-tracking branch 'upstream/develop' into mastoapi/emojis | Henry Jameson | 2019-03-17 |
| |\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (34 commits) after store: fix setting postFormats field fix user-card avatar falling into permament failed state fix flake id users not fetching correctly fix console error afterStoreSetup: Move log in and theme load to afterStoreSetup. afterStoreSetup: Handle 404 cases. afterStoreSetup: Emoji and nodeinfo refactor. afterStoreSetup: refactor TOS and panel fetching, handle 404s. afterStoreSetup: refactor. Load persistedStated with async/await. whoops レインせんぱいにサンキュー fix embedded relationship card parsing actually use embedded relationship if it's present instead of filtering nulls, let's just not have them in the first place #434 - fix plain text issue Add floating post-status button on mobile Update user settings icon to pencil I18n: Update Czech translation user_card.vue: Copy over .status-content img styling ... | ||
| | * | | レインせんぱいにサンキュー | Henry Jameson | 2019-03-12 |
| | | | | |||
| | * | | fix embedded relationship card parsing | Henry Jameson | 2019-03-12 |
| | | | | |||
| | * | | actually use embedded relationship if it's present | Henry Jameson | 2019-03-11 |
| | | | | |||
| | * | | instead of filtering nulls, let's just not have them in the first place | Henry Jameson | 2019-03-11 |
| | | | | |||
| | * | | 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 | ||
| | * | | switch to mastoapi for user timeline | Henry Jameson | 2019-03-08 |
| | | | | |||
| | * | | Partially transitioned user data to MastoAPI. Added support for fetching | Henry Jameson | 2019-03-08 |
| | |/ | | | | | | | | | relationship data. Upgraded code to be more resilient to nulls caused by missing data in either APIs | ||
| * | | Added some tests | Henry Jameson | 2019-03-11 |
| | | | |||
| * | | emoji adder | Henry Jameson | 2019-03-09 |
| |/ | |||
| * | Merge branch 'fix/fetch-activities-by-last-id' into 'develop' | Shpuld Shpludson | 2019-03-07 |
| |\ | | | | | | | | | #406 Fetch activities by last id See merge request pleroma/pleroma-fe!621 | ||
| | * | Fetch activites by last id | jasper | 2019-02-27 |
| | | | |||
| * | | Merge branch 'fix/fetching-error-by-tag' into 'develop' | Shpuld Shpludson | 2019-03-02 |
| |\ \ | | | | | | | | | | | | | #402 Fix fetching error by tag See merge request pleroma/pleroma-fe!622 | ||
| | * | | Fix fetching error by tag | jasper | 2019-03-01 |
| | | | | |||
| | * | | Fix fetching error by tag | jasper | 2019-02-27 |
| | |/ | |||
| * | | Merge branch 'issue-388-request-count-broken' into 'develop' | Shpuld Shpludson | 2019-03-01 |
| |\ \ | | | | | | | | | | | | | | | | | | | #388: get follow request on a real-time basis Closes #388 See merge request pleroma/pleroma-fe!619 | ||
| | * | | #388: update naming properly | dave | 2019-02-28 |
| | | | | |||
| | * | | #388: get follow request on a real-time basis | dave | 2019-02-27 |
| | |/ | |||
| * | | Fix bug to get wrapped component prop name list | taehoon | 2019-02-28 |
| | | | |||
| * | | Merge branch '386-display-invalid-user-profile' into 'develop' | Shpuld Shpludson | 2019-02-28 |
| |\ \ | | | | | | | | | | | | | | | | | | | Show error message when visit profile page of invalid user Closes #386 See merge request pleroma/pleroma-fe!606 | ||
| | * | | Better error handling | taehoon | 2019-02-26 |
| | | | | |||
| | * | | Show error message when visit profile page of invalid user | taehoon | 2019-02-26 |
| | |/ | |||
