Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | Eliminate space around emoji (#5474) | nullkal | |
* Eliminate space around emoji * More improve emoji style * Make more compatible with Twemoji * Make scss-lint happy * Make not modify normal emoji's behavior * Decrease status__action-bar's margin-top to 5px * Make the test be passed * Revert "Make the test be passed" This reverts commit 54a8c60e5907ef20a5ceb5ab2c86a933e06f3ece. * Revert "Make not modify normal emoji's behavior" This reverts commit 6a5bdf0c11df16ebd190cb3ab9d2e8f1349f435a. | |||
2017-11-07 | Add ability to disable login and mark accounts as memorial (#5615) | Eugen Rochko | |
Fix #5597 | |||
2017-11-05 | don't display any descendants of .invisible (#5567) | MIYAGI Hikaru | |
* don't display any descendants of .invisible * reduce the scope of selector * remove some rules for image * lint | |||
2017-10-30 | Add margin to account for Edge disappearing scrollbar (#5522) | Nolan Lawson | |
* Add margin to account for Edge disappearing scrollbar * Fix 16px margin for DMs and horizontal line | |||
2017-10-27 | Separate Follow/Unfollow and back buttons (#5496) | Herbert Kagumba | |
2017-10-26 | Theme: Windows 95 | Andrew | |
2017-10-26 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-10-26 | Fix column design broken with very long title (#5493) | りんすき | |
* Fix #5314 * fix not beautiful code * fix broken design with mobile view * remove no longer needed code | |||
2017-10-26 | Remove translateZ(0) on modal overlay (#5478) | Nolan Lawson | |
2017-10-22 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-10-21 | Compose buttons bar redesign + generalize dropdown (#194) | Ondřej Hruška | |
* Generalize compose dropdown for re-use * wip stuffs * new tootbox look and removed old doodle button files * use the house icon for ... | |||
2017-10-19 | Remove unnecessary translateZ(0) when doing scale() (#5473) | Nolan Lawson | |
2017-10-18 | Merge tag 'v2.0.0' into gs-master | David Yip | |
2017-10-18 | Make theme directory and Rename application.scss (#5336) | YaQ | |
* Rename application.scss * Move to 'default' directory * Follow review Move directory, and Rename "mastodon". * Revert rename * undo removal of newline | |||
2017-10-17 | Fix scrolling of dropdown when offscreen (#5434) | Nolan Lawson | |
2017-10-17 | Fix unwanted content warning gap in CSS (#5436) | Eugen Rochko | |
Fix #5356 | |||
2017-10-16 | Fix dual toot button wrong behavior after compose re-design | Ondřej Hruška | |
2017-10-16 | rem a comment | Ondřej Hruška | |
2017-10-16 | double-decker tootbox | Ondřej Hruška | |
2017-10-16 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-10-15 | 1.6 changed files for unified avatar styling -- updated to restore unity | Matthew Walsh | |
2017-10-14 | Adjust public hashtag pages (#5357) | Lynx Kotoura | |
2017-10-14 | Doodle improvements 2 (#176) | Ondřej Hruška | |
* Fix some doodle bugs and added Background color functionality * added protections against accidental doodle erase, screen size changing * resolve react warning about 'selected' on <option> | |||
2017-10-14 | Doodle palette, options, fill tool (#172) | Ondřej Hruška | |
2017-10-13 | Initial doodle support | Ondřej Hruška | |
2017-10-11 | Merge remote-tracking branch 'upstream/master' | Ondřej Hruška | |
2017-10-11 | Fix styles of error pages (#5335) | Lynx Kotoura | |
Signed-off-by: Lynx Kotoura <admin@sanin.link> Signed-off-by: Lynx Kotoura <admin@sanin.link> | |||
2017-10-11 | Merge upstream 2.0ish #165 | kibigo! | |
2017-10-09 | Center error layout (#5289) | Eugen Rochko | |
2017-10-08 | improve static page metadata look | Ondřej Hruška | |
2017-10-08 | Dynamically calculate card height for embeds instead of padding (#5265) | Eugen Rochko | |
The padding trick was hard-coded to a 16:9 ratio, but we can use width and height provided from OEmbed information and width of the card itself to calculate a new height | |||
2017-10-08 | Show buffering in video player (#5261) | Eugen Rochko | |
2017-10-07 | Redesign public hashtag pages (#5237) | Eugen Rochko | |
2017-10-07 | Fix custom emoji in emoji picker, persist skin tone (#5258) | Eugen Rochko | |
2017-10-06 | Basic static metadata styling | kibigo! | |
2017-10-06 | Fix overflowing in web UI (#5246) | Lynx Kotoura | |
* Fix overflowing in web UI * Revert fixing dropdown menu modal | |||
2017-10-06 | Implement hotkeys for web UI (#5164) | Eugen Rochko | |
* Fix #2102 - Implement hotkeys Hotkeys on status list: - r to reply - m to mention author - f to favourite - b to boost - enter to open status - p to open author's profile - up or k to move up in the list - down or j to move down in the list - 1-9 to focus a status in one of the columns - n to focus the compose textarea - alt+n to start a brand new toot - backspace to navigate back * Add navigational hotkeys The key g followed by: - s: start - h: home - n: notifications - l: local timeline - t: federated timeline - f: favourites - u: own profile - p: pinned toots - b: blocked users - m: muted users * Add hotkey for focusing search, make escape un-focus compose/search * Fix focusing notifications column, fix hotkeys in compose textarea | |||
2017-10-04 | adjust public profile pages 2 (#5223) | Lynx Kotoura | |
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. |