Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-22 | Revert "RTL: remove blank character inside bdi (#9038)" (#9056) | Eugen Rochko | |
This reverts commit c7e9f9ff1ed1def7f14f6ca4ac2836005eeefa47. | |||
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-22 | Keep new DMs in home feeds and in the old DM timeline | Thibaut Girka | |
Revert server-side part of 87fdd139b890e60f752bf71e3b09d79eaefcf7b5 | |||
2018-10-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - .github/ISSUE_TEMPLATE/bug_report.md Took our version. - CONTRIBUTING.md Updated the embedded copy of upstream's version. - README.md Took our version. - app/policies/status_policy.rb Not a real conflict, took code from both. - app/views/layouts/embedded.html.haml Added upstream's changes (dns-prefetch) and fixed `%body.embed` - app/views/settings/preferences/show.html.haml Reverted some of upstream changes, as we have a page dedicated for flavours and skins. - config/initializers/content_security_policy.rb Kept our version of the CSP. - config/initializers/doorkeeper.rb Not a real conflict, took code from both. | |||
2018-10-22 | RTL: remove blank character inside bdi (#9038) | Masoud Abkenar | |
* RTL: remove blank character inside bdi * Update app/javascript/mastodon/components/display_name.js Co-Authored-By: mabkenar <ampbox@gmail.com> | |||
2018-10-21 | Fix og:url on toots' public view (#9047) | ThibG | |
Fixes #9045 | |||
2018-10-21 | RTL: fix cardbar margins and alignment (#9044) | Masoud Abkenar | |
2018-10-21 | RTL: fix admin account avatar margin in about page (#9039) | Masoud Abkenar | |
* RTL: fix admin account avatar margin in about page * fix code style | |||
2018-10-21 | Put a video camera emoji or a picture frame emoji instead of “.” | Thibaut Girka | |
This uses the same logic as the status icons in the glitch flavor. | |||
2018-10-21 | Do not move CWs to toot body when toot body is empty | Thibaut Girka | |
Fixes #395 Instead of leaving the toot body blank, it replaces it with a single “.” in order for the fold/unfold CW behavior to not look *too* weird on upstream Mastodon. Note that this does not fix upstream's CW-dropping behavior, as that is decided at the time the toot is posted, not received. | |||
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-21 | RTL: fix column settings toggle label (#9037) | Masoud Abkenar | |
2018-10-21 | Fix domain label position and color (#9033) | kedama | |
* Fix position of the domain label * Fix position of the domain label for RTL - Fix color mismatch of linear gradient which assigned to "::after" pseudo class | |||
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-20 | Add option to block reports from domain (#8830) | Eugen Rochko | |
2018-10-20 | Add "disable" button to report screen (#9024) | Eugen Rochko | |
* Add "disable" button to report screen * i18n-tasks remove-unused | |||
2018-10-20 | Redesign direct messages column (#9022) | Eugen Rochko | |
2018-10-20 | RTL: fix preferences layout (#9021) | Masoud Abkenar | |
2018-10-19 | Fix admin account avatar margin (#9020) | bsky | |
2018-10-19 | RTL: fix user stats in about page (#9018) | Masoud Abkenar | |
2018-10-19 | Add unread indicator to conversations (#9009) | Eugen Rochko | |
2018-10-19 | fix: initial state of PrivacyDropdown is should not be null (#9008) | takayamaki | |
2018-10-18 | RTL: fix domain append at signup form (#9007) | Masoud Abkenar | |
2018-10-18 | Fix fav/boosts hotkeys not working on detailed statuses (#9006) | ThibG | |
2018-10-18 | Fix fav/boosts hotkeys not working on detailed statuses | Thibaut Girka | |
2018-10-18 | RTL: fix admin account margins in about page (#9005) | Masoud Abkenar | |
2018-10-17 | Do not show "limited" visibility in default visibility preference (#8999) | Eugen Rochko | |
* Do not show "limited" visibility in default visibility preference Fix regression from #8950 * Fix code style issue | |||
2018-10-17 | Improve support for aspects/circles (#8950) | Eugen Rochko | |
* Add silent column to mentions * Save silent mentions in ActivityPub Create handler and optimize it Move networking calls out of the database transaction * Add "limited" visibility level masked as "private" in the API Unlike DMs, limited statuses are pushed into home feeds. The access control rules between direct and limited statuses is almost the same, except for counter and conversation logic * Ensure silent column is non-null, add spec * Ensure filters don't check silent mentions for blocks/mutes As those are "this person is also allowed to see" rather than "this person is involved", therefore does not warrant filtering * Clean up code * Use Status#active_mentions to limit returned mentions * Fix code style issues * Use Status#active_mentions in Notification And remove stream_entry eager-loading from Notification | |||
2018-10-17 | Handle global hotkeys even when no element has focus (#8998) | ThibG | |
This fixes hotkeys not working when pressing the column “back” button, for instance. | |||
2018-10-16 | always allow DMs from staff (#8993) | Quint Guvernator | |
2018-10-16 | Improve form for selecting media display preference (#8965) | Eugen Rochko | |
Regression from #8569 | |||
2018-10-15 | Fixes 8987 broken alignment at "Remote interaction dialog" (#8988) | Masoud Abkenar | |
2018-10-15 | undo part of PR 8202 to fix RTL (#8979) | Masoud Abkenar | |
2018-10-14 | Handle alt+enter in the spoiler input as shortcut for secondary post | Thibaut Girka | |
Fixes #780 | |||
2018-10-13 | Improve style of notice/alert messages (#8973) | Eugen Rochko | |