Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-11 | First lame pass at adding optional git commit hash display on /about/… (#67) | DJ Sundog | |
* First lame pass at adding optional git commit hash display on /about/more page. Currently, this is implemented by checking for the existence of a file called CURRENT_RELEASE in the home directory of the user running Mastodon. If the file exists, its contents are added. I've modified my update process to include the following before precompiling assets: git log -1 | head -n 1 | cut -d " " -f2 > ~/CURRENT_RELEASE That puts the current commit hash into the file ~/CURRENT_RELEASE, but you figured that out because you're a smart cookie. As I am quite sure this is a horrible methodology for implementing this, I look forward to any improvements you have to offer! * Updated to handle instances that share a user - the CURRENT_RELEASE file now lives in the instance's base directory. This also requires modifying the update hook to `git log -1 | head -n 1 | cut -d " " -f2 > CURRENT_RELEASE` | |||
2017-07-11 | Fixed #66 disabling collapse collapses all toots | Ondřej Hruška | |
2017-07-11 | Fix extra clickable spaces for narrow screen | Ondřej Hruška | |
2017-07-10 | Toot context menu is now centered | Ondřej Hruška | |
2017-07-10 | Added extra clickable area in status gutter | Ondřej Hruška | |
2017-07-10 | Make avatar in compose navbar hover-to-play | Ondřej Hruška | |
2017-07-09 | Small indent fix in components.scss | Ondřej Hruška | |
2017-07-09 | Avatar in the detail column no longer autoplays | Ondřej Hruška | |
2017-07-09 | Fix fullwidth media CSS bugs with NSFW video, and bad spoiler margin on ↵ | Ondřej Hruška | |
static pages (#60) * Fix fullwidth style not applied to NSFW video correctly * Fix botched video .media-spoiler margin on static pages | |||
2017-07-08 | Added a toggle for full-width media previews | Ondřej Hruška | |
2017-07-07 | New design for visibility icons | Ondřej Hruška | |
2017-07-07 | Fixed avis on static pages | kibigo! | |
2017-07-07 | Added toot visibility icons and removed Boost btn changing icon | Ondřej Hruška | |
2017-07-07 | Fix back button to never go to a different website using history len check | Ondřej Hruška | |
2017-07-06 | replies to local-only toots default to local-only, and fix some regex bugs | Surinna Curtis | |
2017-07-06 | Fixed js type error in advanced_options_dropdown.js | Ondřej Hruška | |
2017-07-05 | Fixed non-status notification styling | kibigo! | |
2017-07-05 | Statuses redux! | kibigo! | |
- Better unified reblogs, statuses, and notifications - Polished up collapsed toots greatly - Apologies to bea if this makes everything more difficult | |||
2017-07-05 | Improved CSS for drawer to restore original looks (full height) | Ondřej Hruška | |
2017-07-05 | Fix drawer clipping dropdowns | Ondřej Hruška | |
2017-07-05 | a real default for advanced options long description | Surinna Curtis | |
2017-07-04 | satisfy eslint | Surinna Curtis | |
2017-07-04 | some adjustments to open/active for advanced options dropdown | Surinna Curtis | |
2017-07-04 | highlight … button if any options enabled | Surinna Curtis | |
2017-07-04 | Revert "change active/hover display on advanced options" | Surinna Curtis | |
This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe. | |||
2017-07-04 | toggles for advanced options | Surinna Curtis | |
2017-07-04 | change active/hover display on advanced options | Surinna Curtis | |
2017-07-04 | reset advanced options when appropriate | Surinna Curtis | |
2017-07-04 | add an eye when submitting a toot with do_not_federate enabled | Surinna Curtis | |
2017-07-04 | Local-only option and dropdown all working | Surinna Curtis | |
2017-07-04 | Reduce advanced options dropdown width | Surinna Curtis | |
2017-07-04 | Further improvements to dropdown html | Surinna Curtis | |
2017-07-04 | The beginnings of an advanced options dropdown | Surinna Curtis | |
2017-07-03 | Move layout override into app settings modal | Surinna Curtis | |
Squashed commit of the following: commit 3842f879865818a3299f8283f8ed1b43c5566500 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:57:39 2017 -0500 Fix some style issues commit 08628a0234392ecac90e869a1272f429de0b6db2 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 19:35:22 2017 -0500 Improved styling and layout of select app settings commit 1787a7c20f2bf7101c6d6830450564178314a737 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:13:53 2017 -0500 remove the layout selector ui from the drawer commit 7d93b180b1e615e2c36210ad6f119fe80a2778d8 Author: Surinna Curtis <ekiru.0@gmail.com> Date: Mon Jul 3 17:01:51 2017 -0500 Add layout setting to app settings modal | |||
2017-06-30 | Remove color lightening for search results section | adbelle | |
This will cause it to match the shading of the container behind it. | |||
2017-06-30 | Add opaque background to search results section | adbelle | |
2017-06-30 | createBio function added | kibigo! | |
2017-06-30 | Styling fixes to media spoilers | kibigo! | |
2017-06-30 | Media display improvements | kibigo! | |
- built in fullwidth styling - letterbox settings toggle - media no longer counts towards height when making toot-collapsing measurements | |||
2017-06-29 | Fixing an aspect of #32 which had previously escaped my attention | kibigo! | |
2017-06-29 | Images now behind CWs on static pages | kibigo! | |
2017-06-29 | Images behind CWs in detailed statuses too | kibigo! | |
2017-06-29 | Improvements to image icon appearance on SHOW MORE | kibigo! | |
2017-06-28 | Tiny Status improvements | kibigo! | |
- Media toots are no longer auto-collapsed if the media is behind a CW - Display names no longer appear clickable when a toot is collapsed - Fixed #36 by adding reduplicating the media icon inside the SHOW MORE/LESS | |||
2017-06-28 | Fixes #32 bug with revealing sensitive media | kibigo! | |
2017-06-28 | Fixed improper centering of columns-area | kibigo! | |
2017-06-28 | Initial store for local settings is now Immutable all the way down | kibigo! | |
2017-06-28 | Added App Setttings Modal | kibigo! | |
2017-06-28 | Fixed Regexp.new syntax | kibigo! | |
2017-06-28 | Linear gradient no longer extends under metadata on account pages | kibigo! | |