| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'focus-on-search-input' into 'develop' | Shpuld Shpludson | 2019-07-31 |
| |\ | | | | | | | | | Focus on the search input when the search icon is clicked See merge request pleroma/pleroma-fe!896 | ||
| | * | Focus on the search input when the search icon is clicked | Eugenij | 2019-07-31 |
| |/ | |||
| * | Merge branch '626' into 'develop' | Shpuld Shpludson | 2019-07-31 |
| |\ | | | | | | | | | | | | | Prevent scrolling top when click search input Closes #626 See merge request pleroma/pleroma-fe!898 | ||
| | * | prevent scrolling top when click search input | taehoon | 2019-07-31 |
| |/ | |||
| * | Merge branch '549' into 'develop' | HJ | 2019-07-28 |
| |\ | | | | | | | | | | | | | Prevent showing pinned statuses twice Closes #549 See merge request pleroma/pleroma-fe!812 | ||
| | * | update unit test | taehoon | 2019-07-28 |
| | | | |||
| | * | rewrite unit tests | taehoon | 2019-07-25 |
| | | | |||
| | * | add more unit tests for elimination logic | taehoon | 2019-07-25 |
| | | | |||
| | * | add unit test for elimination logic | taehoon | 2019-07-25 |
| | | | |||
| | * | use array.includes instead of array.indexOf | taehoon | 2019-07-24 |
| | | | |||
| | * | update status eliminating logic | taehoon | 2019-07-24 |
| | | | |||
| | * | fix typos | taehoon | 2019-07-24 |
| | | | |||
| | * | update prop syntax | taehoon | 2019-07-24 |
| | | | |||
| | * | put two loops in one parent | taehoon | 2019-07-24 |
| | | | |||
| | * | move pinned statuses showing logic in timeline | taehoon | 2019-07-24 |
| | | | |||
| | * | update prop name | taehoon | 2019-07-24 |
| | | | |||
| | * | prevent showing pinned statuses twice | taehoon | 2019-07-24 |
| |/ | |||
| * | Merge branch 'feature/add-sticker-picker' into 'develop' | HJ | 2019-07-24 |
| |\ | | | | | | | | | Feature/add sticker picker See merge request pleroma/pleroma-fe!885 | ||
| | * | Feature/add sticker picker | absturztaube | 2019-07-24 |
| |/ | | | | Squash to avoid storing commits with stickers in it to avoid possible copyright problems and excess storage space. --hj | ||
| * | Merge branch '587' into 'develop' | Shpuld Shpludson | 2019-07-24 |
| |\ | | | | | | | | | | | | | Protect secure routes which require auth Closes #587 See merge request pleroma/pleroma-fe!892 | ||
| | * | guard more secure routes | taehoon | 2019-07-24 |
| | | | |||
| | * | guard secure routes by redirecting to root | taehoon | 2019-07-24 |
| |/ | |||
| * | Merge branch 'patch-2' into 'develop' | Shpuld Shpludson | 2019-07-24 |
| |\ | | | | | | | | | Update es.json See merge request pleroma/pleroma-fe!889 | ||
| | * | Update es.json | tarteka | 2019-07-23 |
| | | | |||
| * | | Merge branch '592' into 'develop' | Shpuld Shpludson | 2019-07-24 |
| |\ \ | |/ |/| | | | | | | | | | Allow to click hyperlink inside markdown/html content Closes #592 See merge request pleroma/pleroma-fe!891 | ||
| | * | closest can returns itself as well | taehoon | 2019-07-23 |
| | | | |||
| | * | find inside status-content div only | taehoon | 2019-07-23 |
| | | | |||
| | * | try to use the closest a tag as target | taehoon | 2019-07-23 |
| |/ | |||
| * | Merge branch 'fix/keyword-filter' into 'develop' | kaniini | 2019-07-22 |
| |\ | | | | | | | | | Also apply keyword filter to subjects See merge request pleroma/pleroma-fe!887 | ||
| | * | Also apply keyword filter to subjects | Toromino | 2019-07-20 |
| |/ | |||
| * | Remove files I accidentally pushed in | shpuld | 2019-07-18 |
| | | |||
| * | fix issues caused by merges in usersearch on @ | shpuld | 2019-07-18 |
| | | |||
| * | Merge branch 'add-user-search-at' into 'develop' | Shpuld Shpludson | 2019-07-18 |
| |\ | | | | | | | | | Add user search at See merge request pleroma/pleroma-fe!852 | ||
| | * | Add user search at | Wyatt Benno | 2019-07-18 |
| |/ | |||
| * | Merge branch '609' into 'develop' | HJ | 2019-07-16 |
| |\ | | | | | | | | | | | | | Fix popper issues using another popper library Closes #612 and #609 See merge request pleroma/pleroma-fe!881 | ||
| | * | fix eslint warnings | taehoon | 2019-07-15 |
| | | | |||
| | * | remove vue-popperjs | taehoon | 2019-07-15 |
| | | | |||
| | * | fix moderation menu partially hidden by usercard boundary | taehoon | 2019-07-15 |
| | | | |||
| | * | migrate popper css | taehoon | 2019-07-15 |
| | | | |||
| | * | rewrite ModerationTools using v-tooltip | taehoon | 2019-07-15 |
| | | | |||
| | * | make popover position for status action dropdow relative to parent node | taehoon | 2019-07-15 |
| | | | |||
| | * | rewrite ExtraButtons using v-tooltip | taehoon | 2019-07-15 |
| | | | |||
| | * | install v-tooltip | taehoon | 2019-07-15 |
| |/ | |||
| * | Merge branch 'fix/respect-hide-post-stats' into 'develop' | HJ | 2019-07-15 |
| |\ | | | | | | | | | Hide favs/rts properly when hide post stats is enabled See merge request pleroma/pleroma-fe!877 | ||
| | * | Hide favs/rts properly when hide post stats is enabled | shpuld | 2019-07-09 |
| | | | |||
| * | | Merge branch 'patch-2' into 'develop' | Shpuld Shpludson | 2019-07-15 |
| |\ \ | | | | | | | | | | | | | Update es.json See merge request pleroma/pleroma-fe!794 | ||
| | * | | Update es.json | tarteka | 2019-05-15 |
| | | | | |||
| * | | | Merge branch 'revert-0a7c60c3' into 'develop' | Shpuld Shpludson | 2019-07-15 |
| |\ \ \ | | | | | | | | | | | | | | | | | Revert "Merge branch 'csp-header' into 'develop'" See merge request pleroma/pleroma-fe!880 | ||
| | * | | | Revert "Merge branch 'csp-header' into 'develop'" | feld | 2019-07-10 |
| | | | | | | | | | | | | | This reverts merge request !856 | ||
| * | | | | Merge branch 'i18n/update-pedantic-japanese-traslation' into 'develop' | Shpuld Shpludson | 2019-07-15 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | i18n/Update pedantic Japanese translation See merge request pleroma/pleroma-fe!882 | ||
