Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-03 | Add pagination in media modal (#4343) | PFM | |
* Add pagination in media modal * Change array name * Add an element class * Avoid nested class * Pull out the active class * Use map instead of forEach * Remove parentheses | |||
2017-10-03 | Add placeholder text color to form of media attachments (#5196) | Yamagishi Kazutoshi | |
2017-10-02 | Search popout (#5170) | Eugen Rochko | |
2017-10-02 | Toggle contain:strict on fullscreen (#5159) | Nolan Lawson | |
* Toggle contain:strict on fullscreen * Fix scss lint issue * fix scss whitespace lint issue | |||
2017-10-01 | Improve privacy dropdown, remove react-simple-dropdown dependency (#5140) | Eugen Rochko | |
* Improve privacy dropdown, remove react-simple-dropdown dependency * Animate privacy warning * Fix react-router-scroll | |||
2017-10-01 | Reorganize preferences page (#5161) | Eugen Rochko | |
2017-09-28 | Improve performance of modal and swipe animations (#5135) | Nolan Lawson | |
* Improve performance of modal and swipe animations * Fix eslint issues | |||
2017-09-28 | Add ability to specify alternative text for media attachments (#5123) | Eugen Rochko | |
* Fix #117 - Add ability to specify alternative text for media attachments - POST /api/v1/media accepts `description` straight away - PUT /api/v1/media/:id to update `description` (only for unattached ones) - Serialized as `name` of Document object in ActivityPub - Uploads form adjusted for better performance and description input * Add tests * Change undo button blend mode to difference | |||
2017-09-28 | Merge remote-tracking branch 'origin/better-themeing' into merging-upstream | Ondřej Hruška | |
2017-09-28 | Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream | Ondřej Hruška | |
2017-09-28 | Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream | Ondřej Hruška | |
2017-09-28 | Revert "Merge pull request #149 from glitch-soc/mojon-suggest" | Ondřej Hruška | |
This reverts commit fa3587645da228e93767b245eeadbd668bc6cd38, reversing changes made to 15c9c2fd7e5603d48b5eeb966963138b454cfe2a. | |||
2017-09-25 | Better themeing support!! | kibigo! | |
2017-09-25 | New error page graphic. Other error page improvements (#5099) | Eugen Rochko | |
- 500.html generated with admin-set default locale if set - Error page `<title>` includes Mastodon site title - 500 title changed to "This page is not correct" (ref: <https://www.youtube.com/watch?v=2VCAP_seh1A>) - 500 content appended with "on our end" to make clear it's not user's fault | |||
2017-09-25 | Generate 500.html with assets:precompile, remove loading from Google Fonts ↵ | Eugen Rochko | |
(#5067) | |||
2017-09-24 | In detail status view, display attachment uncropped if there's only one (#5054) | Eugen Rochko | |
* In detail status view, display attachment uncropped if there's only one * Make media spoiler the size of the media it hides, enable on static | |||
2017-09-24 | Change mobile layout breakpoint from 1024px to 630px (#5063) | Eugen Rochko | |
630px = Drawer + 1 Column | |||
2017-09-24 | Dropdown triangles a bit nicer, smoother scrolling on touch (#5062) | Eugen Rochko | |
2017-09-24 | Fix media gallery CSS (#5064) | Eugen Rochko | |
2017-09-23 | Make secondary toot button work nicer with file attachments & revert to the ↵ | Ondřej Hruška | |
original behavior if it's disabled | |||
2017-09-23 | Add secondary toot button (opt-in) (#153) | Ondřej Hruška | |
Add secondary toot button + other toot button enhancements. Squashing so it's easy to revert if needed. | |||
2017-09-23 | Fix overflowing tabs in account__action-bar (#5056) | Lynx Kotoura | |
* Fix numbers in accounts columns * Support edge compact-header | |||
2017-09-23 | Add emoji autosuggest (#5053) | Eugen Rochko | |
* Add emoji autosuggest Some credit goes to glitch-soc/mastodon#149 * Remove server-side shortcode->unicode conversion * Insert shortcode when suggestion is custom emoji * Remove remnant of server-side emojis * Update style of autosuggestions * Fix wrong emoji filenames generated in autosuggest item * Do not lazy load emoji picker, as that no longer works * Fix custom emoji autosuggest * Fix multiple "Custom" categories getting added to emoji index, only add once | |||
2017-09-23 | Add custom emojis to the emoji picker (#5052) | Eugen Rochko | |
2017-09-23 | Switch from EmojiOne to Twemoji, different emoji picker (#5046) | Eugen Rochko | |
* Switch from EmojiOne to Twemoji, different emoji picker * Make emoji-mart use a local spritesheet * Fix emojify test * yarn manage:translations | |||
2017-09-23 | Remove "extra clickable spaces" made obsolete by status re-design | Ondřej Hruška | |
2017-09-22 | applied blackle's fix for gallery offset with full-width media | Ondřej Hruška | |
2017-09-22 | Make dropdowns render into portal, expand animation (#5018) | Eugen Rochko | |
* Make dropdowns render into portal, expand animation * Improve actions modal style | |||
2017-09-21 | Long display names now ellipsis properly | kibigo! | |
2017-09-21 | Styling fixes for header redesign | kibigo! | |
2017-09-21 | Merge pull request #148 from glitch-soc/better-header | David Yip | |
Improvements to status headers and content | |||
2017-09-21 | fix : mobile style of /about/more (#5034) | syui | |
2017-09-20 | Merge pull request #149 from glitch-soc/mojon-suggest | beatrix | |
Emoji and Hashtag autocomplete | |||
2017-09-20 | Fixed notification appearance | kibigo! | |
2017-09-20 | add scrollbar to mojon suggestions list when too long | Ondřej Hruška | |
2017-09-20 | Remove unnecessary css property (#5025) | TomoyaShibata | |
2017-09-20 | Improvements to status headers | kibigo! | |
2017-09-20 | Fixed disabled boost SVG (#106) | kibigo! | |
2017-09-20 | Fix custom emojis with non-1:1 aspect ratio being stretched (#5017) | Eugen Rochko | |
2017-09-19 | Hide sensitive image in default on the public pages (#5009) | unarist | |
Additionally, this restores previous background / text color for media spoiler. | |||
2017-09-18 | Add will-change to improve scrolling perf (#5001) | Nolan Lawson | |
2017-09-17 | Oauth code in input form and add description message (#4986) | Lynx Kotoura | |
* Oauth code in a input form and add description * New authcode description | |||
2017-09-16 | Re-center hidden media text vertical | Surinna Curtis | |
2017-09-16 | Adjust landing pages 2 (#4967) | Lynx Kotoura | |
* Adjust landing pages 2 Fix styles of terms page Remove action buttons from timeline in about page Adjust styles of short description Adjust form inputs Set autocomplete off for username and email box in registration form. Remove line breakings. * Revert removing action buttons | |||
2017-09-14 | Apply white-space: nowrap to account relationships icons | Surinna Curtis | |
2017-09-13 | Break out a separate mute modal with a hide-notifications checkbox. | Surinna Curtis | |
2017-09-14 | Give video player fluid max-width (#4935) | Eugen Rochko | |
2017-09-14 | Redesign video player (#4911) | Eugen Rochko | |
* Redesign video player * Use new video player on static public pages too * Use media gallery component on static public pages too * Pause video when hiding it * Full-screen sizing on WebKit * Add aria labels to video player buttons * Display link card on public status page * Fix fullscreen from modal sizing issue * Remove contain: strict property to fix fullscreen from columns | |||
2017-09-12 | Add section for protocol specific information on the admin page (#4910) | unarist | |
This PR adds section for protocol specific information, then always show both of OStatus and ActivityPub. Specifically, this will help admins to check PuSH subscription status and unsubscribe manually, even `protocol` has been changed. This also includes below changes: * Add `overflow: hidden` to prevent float leaking * Add missing fields for ActivityPub | |||
2017-09-09 | Merge tag 'v1.6.0rc4' into sync/upstream-1.6.0rc4 | David Yip | |
Conflicts: app/javascript/mastodon/features/getting_started/index.js app/javascript/packs/public.js app/javascript/styles/components.scss |