| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | added acccount_actions component | Maksim Pechnikov | 2019-09-30 |
| | | |||
| * | Merge branch 'develop' into feature/following_reblogs | Maksim Pechnikov | 2019-09-26 |
| |\ | |||
| | * | 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 ... | ||
| | | * | 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 | ||
| | | | * | lock body scroll | taehoon | 2019-09-20 |
| | | | | | |||
| | | * | | Merge branch '639-2' into 'develop' | Shpuld Shpludson | 2019-09-25 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Mention user" button to user card Closes #639 See merge request pleroma/pleroma-fe!955 | ||
| | | | * | | wire up props with PostStatusModal | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | rename component | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | recover autofocusing behavior | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | refactor MobilePostStatusModal using new PostStatusModal | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | add new module and modal to post new status | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | remove needless condition | taehoon | 2019-09-20 |
| | | | | | | |||
| | | | * | | add mention button | taehoon | 2019-09-20 |
| | | | |/ | |||
| | | * | | wire up user state with global store | taehoon | 2019-09-20 |
| | | | | | |||
| | | * | | collapse fav/repeat notifications from muted users | taehoon | 2019-09-20 |
| | | |/ | |||
| | | * | Merge branch 'develop' into 'muting-fixes' | rinpatch | 2019-09-16 |
| | | |\ | | | | | | | | | | | | | # Conflicts: # src/components/status/status.js | ||
| | | * | | Set thread_muted for all statuses with the same conversation id on | rinpatch | 2019-09-04 |
| | | | | | | | | | | | | | | | | | status mute/unmute | ||
| | | * | | Properly detect thread-muted posts and set `with_muted` when fetching | rinpatch | 2019-09-04 |
| | | | | | | | | | | | | | | | | | notifications | ||
| | * | | | eslint | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | fix emoji inputs in user-settings, styles update | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | bump z-index so that picker/suggest doesn't get overlapped by mobile button | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | Scroll emoji picker into view if it's obstructed | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | very important fix | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | comment, cleanup and improve autoresize/autoscroll | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | WIP: fixed autoscroll, restructured Post Status Form's resize method "a bit" | Henry Jameson | 2019-09-25 |
| | | | | | |||
| | * | | | fix some bugs | Henry Jameson | 2019-09-24 |
| | | | | | |||
| | * | | | autoscroll post form on typing + some minor improvements | Henry Jameson | 2019-09-23 |
| | | | | | |||
| | * | | | split spam mode into two separate options (one in settings page) | Henry Jameson | 2019-09-23 |
| | | | | | |||
| | * | | | Apply suggestion to src/components/emoji_input/emoji_input.js | HJ | 2019-09-16 |
| | | | | | |||
| | * | | | fix bottom-left icons being too damn wide | Henry Jameson | 2019-09-15 |
| | | | | | |||
| | * | | | improved post form's icons at bottom display | Henry Jameson | 2019-09-15 |
| | | | | | |||
| | * | | | updated logic for padding with spaces, improved spam mode | Henry Jameson | 2019-09-15 |
| | | | | | |||
| | * | | | update status/user card to use same gradient mask fading effect instead of | Henry Jameson | 2019-09-15 |
| | | | | | | | | | | | | | | | | | background hack | ||
| | * | | | Fixed scrollability not being obvious, added fade effect | Henry Jameson | 2019-09-15 |
| | | | | | |||
| | * | | | review/naming + bugfix for stickers | Henry Jameson | 2019-09-12 |
| | | | | | |||
| | * | | | updated logic for hiding picker and also added ability to hide suggestions with | Henry Jameson | 2019-09-12 |
| | | | | | | | | | | | | | | | | | esc key | ||
| | * | | | Remove emoji zoom | Henry Jameson | 2019-09-12 |
| | | | | | |||
| | * | | | Apply suggestion to src/components/emoji_picker/emoji_picker.vue | HJ | 2019-09-10 |
| | | | | | |||
| | * | | | Apply suggestion to src/components/emoji_picker/emoji_picker.js | HJ | 2019-09-09 |
| | | | | | |||
| | * | | | better hitbox for status emoji | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | fix aspect | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | Apply suggestion to src/components/emoji_input/emoji_input.js | HJ | 2019-09-08 |
| | | | | | |||
| | * | | | scale emoji on hover | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | added emoji zoom for picker | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | fixed scroll when switching back to emoji | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | fixed some bugs, added spam mode, minor collateral fixes | Henry Jameson | 2019-09-08 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/develop' into emoji-selector-update | Henry Jameson | 2019-09-08 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (116 commits) Password reset page add a comment force img updating immediately Fixed "sequimiento" to "seguimiento". Replace `/api/externalprofile/show.json` with a MastoAPI equialent Use mastodon api in follow requests "Optional" in lowercase. Update es.json fix pin/unpin status logic rename a mutation update fix user avatar fallback logic remove dead code Corrected "Media Proxy" translation. Update es.json make bio textarea resizable vertically only remove dead code Make image orientation consistent on FF, fix videos w/ modal remove dead code fix crazy watch logic in conversation ... | ||
| | * | | | | fixed a lot of bugs with emoji picker, improved relevant components | Henry Jameson | 2019-08-12 |
| | | | | | | |||
| | * | | | | initial attempts at making emoji-picker somewhat extensible | Henry Jameson | 2019-08-12 |
| | | | | | | |||
| | * | | | | rename for consistency | Henry Jameson | 2019-08-12 |
| | | | | | | |||
