Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-30 | [Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warning | Thibaut Girka | |
Port 9c38c5daa3d7298f02c763a84a74680dcc89dac2 to glitch-soc | |||
2018-10-30 | [Glitch] Include preview cards in status entity in REST API | Thibaut Girka | |
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc | |||
2018-10-30 | [Glitch] RTL: fix toot privacy preferences radio buttonss | Masoud Abkenar | |
Port e961a763a2cf722bd5f1311a2de706e28d6c33c6 to glitch-soc | |||
2018-10-30 | [Glitch] RTL: fix preferences page checkbox margins | Masoud Abkenar | |
Port 5ee0b51ac8363da1687cc518e80eac53c23b048a to glitch-soc | |||
2018-10-28 | Merge pull request #794 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-10-27 | When searching for an emoji with multiple separators, consider the full input | Thibaut Girka | |
e.g., typing “blob_cat_p” used to search for “blob” and “cat”, but not “blob_cat_p”, which means “blob_cat_patpat” is very unlikely to show up, although it is likely what the user wanted to type in the first place. | |||
2018-10-27 | Do not rely on hover for upload form options if touch is used | Thibaut Girka | |
2018-10-27 | [Glitch] RTL: fix column-back-button__icon margins/content | Thibaut Girka | |
Port 6e1a4f85ad96b25087d98fed1e70044c0f45a132 to glitch-soc | |||
2018-10-22 | [Glitch] Surround mid-text display names with bdi tags | Thibaut Girka | |
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc | |||
2018-10-22 | [Glitch] fix: initial state of PrivacyDropdown is should not be null | Thibaut Girka | |
Port bebe8ec887ba67c51353e09d7758819b117bf62d to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix cardbar margins and alignment | Thibaut Girka | |
Port c73864c1373330f2ef75006d639f90a1debcce6d to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix admin account avatar margin in about page | Thibaut Girka | |
Port 3a157210c87e6fe034f70d922cf7fc70fb533ad1 to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix column settings toggle label | Thibaut Girka | |
Port bf58461d365b5cee0d8a80a019a64e84c841f32f to glitch-soc | |||
2018-10-22 | [Glitch] Fix domain label position and color | Thibaut Girka | |
Port 25f9ead041a3087993059a1398f37dfa21a62610 to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix preferences layout | Thibaut Girka | |
Port 029943d59b222e96a2f7839390a5628888249bf6 to glitch-soc | |||
2018-10-22 | [Glitch] Fix admin account avatar margin | Thibaut Girka | |
Port 065b39e7a460e088fd5afcd48dfc425d0006fee9 to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix user stats in about page | Thibaut Girka | |
Port 301cbcc9802ed85c519e67a01133968bc074c8af to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix domain append at signup form | Thibaut Girka | |
Port 65b3804a6ccd40d359616b6157682ff88f85462f to glitch-soc | |||
2018-10-22 | [Glitch] Fixes 8987 broken alignment at "Remote interaction dialog" | Thibaut Girka | |
Port d35801aaa2ad9d06345efa45cf524113469fdd02 to glitch-soc | |||
2018-10-22 | [Glitch] RTL: fix admin account margins in about page | Thibaut Girka | |
Port f8c1b325410369806eb77a5c8d259971a87a6852 to glitch-soc | |||
2018-10-22 | [Glitch] undo part of PR 8202 to fix RTL | Thibaut Girka | |
Port efd09e2ebba7e9f0135bd47c44a77e2fc421aa67 to glitch-soc | |||
2018-10-22 | [Glitch] Improve style of notice/alert messages | Thibaut Girka | |
Port b972478812316da2f5c0d24c60386d408e027424 to glitch-soc | |||
2018-10-21 | Attempt at fixing inline video player | Thibaut Girka | |
2018-10-21 | Update mediaGallery component's width when opening CWs | Thibaut Girka | |
2018-10-20 | Force sensitive content flag when posting a toot with a CW | Thibaut Girka | |
Indeed, when the “Always enable the Content Warning field” setting is enabled, sending a content-less toot with a CW would move the CW to the toot's content and leave the toot not marked as sensitive. | |||
2018-10-20 | Focus the UI when pressing Escape in the CW field | Thibaut Girka | |
2018-10-18 | Fix fav/boosts hotkeys not working on detailed statuses | Thibaut Girka | |
2018-10-14 | Handle alt+enter in the spoiler input as shortcut for secondary post | Thibaut Girka | |
Fixes #780 | |||
2018-10-12 | Fix auto-unfold CWs when no regexp is set | Thibaut Girka | |
Fixes #778 | |||
2018-10-10 | Really fix HotKeys | Thibaut Girka | |
2018-10-09 | Fix CW icon color in local-settings modal | Thibaut Girka | |
2018-10-09 | Define some local-settings hints | Thibaut Girka | |
2018-10-09 | Add support for hints (or extended descriptions) in local-settings pages | Thibaut Girka | |
2018-10-09 | When screen width is too narrow, hide local-settings page text, keep only icons | Thibaut Girka | |
2018-10-09 | Change “preferences” icon to match settings page icon | Thibaut Girka | |
2018-10-09 | Add icons for each of the local-setting pages | Thibaut Girka | |
2018-10-09 | Fix app-wide hotkeys randomly failing to work | Thibaut Girka | |
2018-10-08 | Move “Show action buttons in collapsed toots” option | Thibaut Girka | |
2018-10-08 | Switch from selects to radio buttons for local settings, improve styling | Thibaut Girka | |
2018-10-07 | [Glitch] Change documentation URL | Thibaut Girka | |
Port 28401962caff028f328d674878e1f0abd16ffdfd to glitch-soc | |||
2018-10-07 | [Glitch] RTL: fix margins of public-account-header__tabs | Thibaut Girka | |
Port 185cb2dc3aac59ee27aa962fff48b064bd638567 to glitch-soc | |||
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-05 | [Glitch] Add a confirmation dialog when hitting reply and the compose box ↵ | Thibaut Girka | |
isn't empty | |||
2018-10-02 | Make hidden media clickable in account media gallery | Thibaut Girka | |
2018-10-02 | Add media description (or status spoiler) in account media gallery | Thibaut Girka | |
2018-10-02 | Fix account gallery hidden media background color in mastodon-light | Thibaut Girka | |
2018-10-02 | [Glitch] Honour displayMedia setting in accountMedia gallery | Thibaut Girka | |
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7 | |||
2018-10-01 | [Glitch] Add support for new display_media setting | Thibaut Girka | |
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all" | |||
2018-10-01 | [Glitch] RTL: fix margins: public-layout.header.nav-button | Thibaut Girka | |
Port df2f4052b84e68d36341df5fb58755276e9bf3ce to glitch-soc | |||
2018-10-01 | [Glitch] RTL: fix statubar action buttons/counter margins | Thibaut Girka | |
Port 9f6662fcc979d497b09fbd9b3ab06dd7538b92c9 to glitch-soc |