| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | emoji picker gradual render | Henry Jameson | 2019-10-08 |
| | | |||
| * | moved emoji stuff away from after-store and into users module since we only need | Henry Jameson | 2019-10-08 |
| | | | | | emoji after login | ||
| * | Merge branch 'docs/add-links' into 'develop' | HJ | 2019-10-04 |
| |\ | | | | | | | | | Minor documentation improvements See merge request pleroma/pleroma-fe!965 | ||
| | * | Move the epigraph after the heading so MkDocs can pick up the heading | rinpatch | 2019-10-04 |
| | | | |||
| | * | Add links to directions in the beginning of CONFIGURATION.md | rinpatch | 2019-10-04 |
| |/ | |||
| * | Merge branch 'docs-sync' into 'develop' | rinpatch | 2019-10-03 |
| |\ | | | | | | | | | CI: trigger doc rebuild on commits to develop See merge request pleroma/pleroma-fe!964 | ||
| | * | CI: trigger doc rebuild on commits to develop | rinpatch | 2019-10-03 |
| |/ | |||
| * | Merge branch 'admin-link' into 'develop' | HJ | 2019-10-02 |
| |\ | | | | | | | | | Add Admin panel link to navigation for admins See merge request pleroma/pleroma-fe!954 | ||
| | * | update admin url | taehoon | 2019-10-02 |
| | | | |||
| | * | update copy | taehoon | 2019-10-01 |
| | | | |||
| | * | add trailing slash to admin url | taehoon | 2019-10-01 |
| | | | |||
| | * | open in a new tab | taehoon | 2019-10-01 |
| | | | |||
| | * | add admin link to the side drawer | taehoon | 2019-10-01 |
| | | | |||
| | * | add admin link to nav | taehoon | 2019-10-01 |
| | | | |||
| | * | add gauge icon | taehoon | 2019-10-01 |
| |/ | |||
| * | Merge branch 'fix-regex-normalizer' into 'develop' | kaniini | 2019-10-01 |
| |\ | | | | | | | | | | | | | fix regex shortcode problem Closes #675 See merge request pleroma/pleroma-fe!963 | ||
| | * | fix regex shortcode problem | Henry Jameson | 2019-09-30 |
| | | | |||
| * | | Merge branch 'i18n/update-ja_pedantic' into 'develop' | Shpuld Shpludson | 2019-09-30 |
| |\ \ | | | | | | | | | | | | | i18n/Update Pedantic Japanese Messages See merge request pleroma/pleroma-fe!962 | ||
| | * | | i18n/Update Pedantic Japanese Messages | Hakaba Hitoyo | 2019-09-30 |
| |/ / | |||
| * | | Merge branch 'i18n/update-ja' into 'develop' | Shpuld Shpludson | 2019-09-30 |
| |\ \ | | | | | | | | | | | | | i18n/Update Japanese Messages See merge request pleroma/pleroma-fe!961 | ||
| | * | | i18n/Update Japanese Messages | Hakaba Hitoyo | 2019-09-30 |
| |/ / | |||
| * | | Merge branch '672' into 'develop' | Shpuld Shpludson | 2019-09-30 |
| |\ \ | |/ |/| | | | | | | | | | Make post status modal state persistent unless reply user is changed Closes #672 See merge request pleroma/pleroma-fe!959 | ||
| | * | reset post status form only when reply user is changed | taehoon | 2019-09-28 |
| |/ | |||
| * | Merge branch 'refactor-who-to-follow' into 'develop' | kaniini | 2019-09-26 |
| |\ | | | | | | | | | Small refactoring in who to follow page See merge request pleroma/pleroma-fe!932 | ||
| | * | Small refactoring in who to follow page | Hakaba Hitoyo | 2019-09-26 |
| |/ | |||
| * | Merge branch 'feature/add-discoverable-preference' into 'develop' | kaniini | 2019-09-26 |
| |\ | | | | | | | | | Feature/Add _Allow user discovery services_ preference See merge request pleroma/pleroma-fe!947 | ||
| | * | Feature/Add _Allow user discovery services_ preference | Hakaba Hitoyo | 2019-09-26 |
| |/ | |||
| * | Merge branch 'hide-followers-follows-count' into 'develop' | kaniini | 2019-09-26 |
| |\ | | | | | | | | | Added a setting to hide follow/follower count from the user profile See merge request pleroma/pleroma-fe!951 | ||
| | * | Added a setting to hide follow/follower count from the user profile | eugenijm | 2019-09-23 |
| | | | |||
| * | | Merge branch 'emoji-selector-update' into 'develop' | HJ | 2019-09-26 |
| |\ \ | | | | | | | | | | | | | | | | | | | Emoji selector update Closes #101 See merge request pleroma/pleroma-fe!895 | ||
| | * | | fix tests | Henry Jameson | 2019-09-25 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/develop' into emoji-selector-update | Henry Jameson | 2019-09-25 |
| | |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (42 commits) Fix formatting in oc.json avoid using global class fix logo moving bug when lightbox is open Reserve scrollbar gap when body scroll is locked setting display: initial makes trouble, instead, toggle display: none using classname lock body scroll add body-scroll-lock directive install body-scroll-lock wire up props with PostStatusModal rename component recover autofocusing behavior refactor MobilePostStatusModal using new PostStatusModal add new module and modal to post new status remove needless condition add mention button wire up user state with global store collapse fav/repeat notifications from muted users do not collapse thread muted posts in conversation detect thread-muted posts do not change word based muting logic ... | ||
| * | | | Fix formatting in oc.json | Shpuld Shpuldson | 2019-09-25 |
| | | | | |||
| * | | | Merge branch '616' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Lock body scroll when lightbox is open Closes #616 See merge request pleroma/pleroma-fe!886 | ||
| | * | | | avoid using global class | taehoon | 2019-09-20 |
| | | | | | |||
| | * | | | fix logo moving bug when lightbox is open | taehoon | 2019-09-20 |
| | | | | | |||
| | * | | | Reserve scrollbar gap when body scroll is locked | taehoon | 2019-09-20 |
| | | | | | |||
| | * | | | setting display: initial makes trouble, instead, toggle display: none using ↵ | taehoon | 2019-09-20 |
| | | | | | | | | | | | | | | | | | classname | ||
| | * | | | lock body scroll | taehoon | 2019-09-20 |
| | | | | | |||
| | * | | | add body-scroll-lock directive | taehoon | 2019-09-20 |
| | | | | | |||
| | * | | | install body-scroll-lock | taehoon | 2019-09-20 |
| | | | | | |||
| * | | | | Merge branch 'develop' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [i18n] Update for the Occitan language file See merge request pleroma/pleroma-fe!901 | ||
| | * | | | | Update oc.json | Exilat | 2019-08-03 |
| | | | | | | |||
| | * | | | | Update for Interactions, new search, sticker picker, update copy. | Exilat | 2019-08-03 |
| | | | | | | |||
| * | | | | | Merge branch 'es-translate' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [i18n] Update es translate See merge request pleroma/pleroma-fe!944 | ||
| | * | | | | | Update es translate | tarteka | 2019-09-06 |
| | | | | | | | |||
| * | | | | | | Merge branch 'eu-translate' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [i18n] update eu translate See merge request pleroma/pleroma-fe!943 | ||
| | * | | | | | | fix some translates | tarteka | 2019-09-10 |
| | | | | | | | | |||
| | * | | | | | | fix some translates | tarteka | 2019-09-07 |
| | | | | | | | | |||
| | * | | | | | | fix some translates | tarteka | 2019-09-07 |
| | | | | | | | | |||
