| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix console error - maximum call stack size exceeded | jasper | 2019-02-15 |
| | | |||
| * | Merge branch 'fix-notifs' into 'develop' | HJ | 2019-02-14 |
| |\ | | | | | | | | | | | | | unfuck notifications Closes #356 See merge request pleroma/pleroma-fe!583 | ||
| | * | fix notifications | Henry Jameson | 2019-02-14 |
| |/ | |||
| * | Merge branch 'revert-2bc1cc9f' into 'develop' | HJ | 2019-02-14 |
| |\ | | | | | | | | | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'" See merge request pleroma/pleroma-fe!582 | ||
| | * | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'" | HJ | 2019-02-14 |
| |/ | | | This reverts merge request !551 | ||
| * | Merge branch 'revert-d6f9f34a' into 'develop' | HJ | 2019-02-14 |
| |\ | | | | | | | | | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'" See merge request pleroma/pleroma-fe!581 | ||
| | * | Revert "Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop'" | HJ | 2019-02-14 |
| |/ | | | This reverts merge request !573 | ||
| * | Merge branch 'revert-295becd6' into 'develop' | HJ | 2019-02-14 |
| |\ | | | | | | | | | Revert "Merge branch 'hotfix/issues-in-autocomplete' into 'develop'" See merge request pleroma/pleroma-fe!580 | ||
| | * | Revert "Merge branch 'hotfix/issues-in-autocomplete' into 'develop'" | HJ | 2019-02-14 |
| |/ | | | This reverts merge request !574 | ||
| * | Merge branch 'hotfix/issues-in-autocomplete' into 'develop' | Shpuld Shpludson | 2019-02-14 |
| |\ | | | | | | | | | | | | | #355 hotfix/issues in autocomplete Closes #355 See merge request pleroma/pleroma-fe!574 | ||
| | * | resolve focus issue in the auto-complete for name field | Xiaofeng An | 2019-02-13 |
| | | | |||
| | * | resolve issue related to event handler | Xiaofeng An | 2019-02-13 |
| | | | |||
| | * | resolve issue in prop binding | Xiaofeng An | 2019-02-13 |
| | | | |||
| * | | Merge branch 'fix-convos' into 'develop' | Shpuld Shpludson | 2019-02-14 |
| |\ \ | |/ |/| | | | | | | | | | fix convos Closes #357 See merge request pleroma/pleroma-fe!575 | ||
| | * | fix convos | Henry Jameson | 2019-02-14 |
| |/ | |||
| * | Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop' | Shpuld Shpludson | 2019-02-13 |
| |\ | | | | | | | | | | | | | hotfix/this fixes #350 - v-model binding issue Closes #350 See merge request pleroma/pleroma-fe!573 | ||
| | * | this fixes #350 - v-model binding issue | Xiaofeng An | 2019-02-12 |
| |/ | |||
| * | Merge branch 'issue-341-repeat-auto-scroll' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ | | | | | | | | | #341 - automatic scroll with repeats/reports See merge request pleroma/pleroma-fe!568 | ||
| | * | #341 - fix naming | dave | 2019-02-12 |
| | | | |||
| | * | #341 - automatic scroll with repeats/reports | dave | 2019-02-12 |
| | | | |||
| * | | Merge branch 'patch-2' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ | | | | | | | | | | | | | Update spanish translate - es.json See merge request pleroma/pleroma-fe!564 | ||
| | * | | Update spanish translate - es.json | tarteka | 2019-02-11 |
| | |/ | |||
| * | | Merge branch '300-fixed-background-issue' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ | | | | | | | | | | | | | | | | | | | Fix fixed background issue Closes #300 See merge request pleroma/pleroma-fe!518 | ||
| | * | | Revert a change which can break the theme preview | taehoon | 2019-02-03 |
| | | | | |||
| | * | | Fix fixed background issue | taehoon | 2019-02-03 |
| | | | | |||
| * | | | Merge branch 'fix/profile-banner-preview-width' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ \ | | | | | | | | | | | | | | | | | #333 Fix max-width of profile banner in setting See merge request pleroma/pleroma-fe!560 | ||
| | * | | | Fix max-width of profile banner in setting | jasper | 2019-02-11 |
| | | | | | |||
| * | | | | Merge branch 'fix/no-autocomplete-in-non-post-forms' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | #255 - implement autocomplete in non post forms See merge request pleroma/pleroma-fe!551 | ||
| | * | | | | fix auto-complete field not taking the whole parent width in flex | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | fix naming | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | select either textarea or input | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | remove rows attribute from input | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | move styles for AutoCompleteInput | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | add id & placeholder props to AutoCompleteInput component | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | make name field auto-complete | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | make bio field auto-complete | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| | * | | | | #255 - make AutoCompleteInput component | Xiaofeng An | 2019-02-08 |
| | | | | | | |||
| * | | | | | Merge branch '345-long-username' into 'develop' | Shpuld Shpludson | 2019-02-12 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 345 - fix long username issue in repeat status Closes #345 See merge request pleroma/pleroma-fe!567 | ||
| | * | | | | 345 - fix long username issue in repeat status | jared | 2019-02-11 |
| |/ / / / | |||
| * | | | | Merge branch 'hotfix/open-link' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix clicking link - open new tab unless tag or mention See merge request pleroma/pleroma-fe!562 | ||
| | * | | | | Fix return | Edijs | 2019-02-11 |
| | | | | | | |||
| | * | | | | Fix clicking link - open new tab unless tag or mention | Edijs | 2019-02-11 |
| |/ / / / | |||
| * | | | | 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 'issue-332-update-follow-tabs' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | #332 - add follow/not follow button to follow list See merge request pleroma/pleroma-fe!558 | ||
| | * | | | | #332 - add follow/not follow button to follow list | dave | 2019-02-09 |
| | | | | | | |||
| * | | | | | Merge branch 'fix/hashtag-opening' into 'develop' | Shpuld Shpludson | 2019-02-11 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Open hashtag in same tab See merge request pleroma/pleroma-fe!540 | ||
| | * | | | | Fix unit test | Edijs | 2019-02-10 |
| | | | | | | |||
| | * | | | | Typo | Edijs | 2019-02-10 |
| | | | | | | |||
| | * | | | | Merge branch 'develop' into fix/hashtag-opening | Edijs | 2019-02-10 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||
