Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-10 | Add a few black emojis that are to have a white outline (#8597) | ThibG | |
2018-09-10 | Handle relative URLs when fetching OEmbed/OpenGraph cards (#8669) | ThibG | |
2018-09-10 | using mailto scheme in AUTHORS.md (#8663) | rinsuki | |
2018-09-10 | Add rake task for generating AUTHORS.md (#8661) | nightpool | |
* add rake task for generating AUTHORS.md * update AUTHORS.md * rubocop | |||
2018-09-09 | tootctl accounts [add|del|cull] (#8642) | Eugen Rochko | |
* CLI interface for creating/deleting local users - tootctl accounts add USERNAME - tootctl accounts del USERNAME * Add CLI interface for culling remote users that no longer exist - tootctl accounts cull | |||
2018-09-09 | Add force_login option to OAuth authorize page (#8655) | Eugen Rochko | |
* Add force_login option to OAuth authorize page For when a user needs to sign into an app from multiple accounts on the same server * When logging out from modal header, redirect back after re-login | |||
2018-09-09 | RU: Translation fixes (#8652) | Evgeny Petrov | |
* RU: Fixed typos and wrong translations * RU: Added missing "chosen_languages" string * RU: Fixed translation for "Features" tab in Admin Dashboard * Shortened "Mobile apps" string, lowercased "following" string (it needs plurals btw), fixed typo at "copy" string. * Fixed "media only" string, shortened "Content warning" placeholder, edited "mute thread" translation * RU: Fixed "Reply to all" translation, Re-worded "short description" translation | |||
2018-09-09 | Adjust Aptfile for Heroku-18 stack (#8588) | Daigo 3 Dango | |
2018-09-09 | feat(css): Styled scrollbars in Firefox Nightly (#8653) | Sorin Davidoi | |
You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox Nightly. | |||
2018-09-08 | feat(cookies): Use the same-site attribute to lax (#8626) | Sorin Davidoi | |
CSFR-prevention is already implemented but adding this doesn't hurt. A brief introduction to Same-Site cookies (and the difference between strict and lax) can be found at https://blog.mozilla.org/security/2018/04/24/same-site-cookies-in-firefox-60/ TLDR: We use lax since we want the cookies to be sent when the user navigates safely from an external site. | |||
2018-09-07 | Add preferences for notification badges | Thibaut Girka | |
2018-09-07 | Move compose box options to their own page | Thibaut Girka | |
2018-09-07 | Add unread notifications badge to the mobile navbar | Thibaut Girka | |
2018-09-07 | Add unread notifications badge to the navigation bar | Thibaut Girka | |
2018-09-07 | Add notification badge to favicon | Thibaut Girka | |
2018-09-07 | Count unread notifications when window loses focus | Thibaut Girka | |
2018-09-07 | Keep track of unread notifications when the notification column isn't mounted | Thibaut Girka | |
2018-09-07 | Accurately count deleted unread notifications | Thibaut Girka | |
2018-09-07 | [Glitch] Audio.prototype.seek is undefined | Thibaut Girka | |
Port f08e6e9ab54a72cc20b33b270789c245b5cfde39 to glitch-soc | |||
2018-09-07 | Fix dropdown arrow position | Thibaut Girka | |
2018-09-07 | Use animation config for avatar in profile pages (#8614) | Renato "Lond" Cerqueira | |
Fixes #7380. | |||
2018-09-07 | config/boot is required first (#8619) | abcang | |
2018-09-07 | feat(auth/session_controller): Send Clear-Site-Data when logging out (#8627) | Sorin Davidoi | |
Will clear the browser's cache, cookies and storage. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data https://w3c.github.io/webappsec-clear-site-data/ | |||
2018-09-07 | Fix dropdown arrow position (#8637) | ThibG | |
2018-09-05 | Fix public profile's “show more” links styling | Thibaut Girka | |
2018-09-05 | Port SCSS changes from 19b07ba260a64b300a81890119af0970df0eb994 | Thibaut Girka | |
2018-09-05 | Port SCSS changes from 85bb32c410a975bf6154a78a82797f82713e2428 | Thibaut Girka | |
2018-09-05 | Port SCSS changes from 78fa926ed560e6a9738144bec7e152fa42104139 | Thibaut Girka | |
2018-09-05 | Pause video playback if toot is collapsed or CWs folded (fixes #146) | Thibaut Girka | |
2018-09-05 | Fix videos being cropped | Thibaut Girka | |
2018-09-05 | Add Czech language option and locale data (#8594) | Aditoo17 | |
* Added Czech language option * Added Czech language option * Add Czech locale data * Delete duplicate locale-data/cs.js Duplicate locale-data is ignored in Mastodon. see https://github.com/tootsuite/mastodon/blob/v2.5.0/config/webpack/generateLocalePacks.js#L25-L35 | |||
2018-09-04 | Fix interactions between CW and sensitive flag when spoilersAlwaysOn is set | Thibaut Girka | |
2018-09-04 | Fix “sensitive” media warning and upload form colors in Mastodon-light | Thibaut Girka | |
2018-09-04 | Outline white/grey/blue emojis | Thibaut Girka | |
2018-09-04 | Light theme overhaul | Thibaut Girka | |
2018-09-04 | [Glitch] Add white outline to black emoji | Thibaut Girka | |
Inspired from 0bfa0f237495249a322cd3a1100b394211755e8c | |||
2018-09-04 | Fix emoji autosuggest when using a CDN for assets | Thibaut Girka | |
2018-09-04 | Disable focus points for letterboxed media | Thibaut Girka | |
2018-09-04 | Fix full-width margins | Thibaut Girka | |
2018-09-04 | Media gallery styling closer to upstream's | Thibaut Girka | |
2018-09-04 | [Glitch] Do not override ctrl/cmd+click in media gallery | Thibaut Girka | |
2018-09-03 | Add manifest_src to CSP | Rey Tucker | |
Fixes manifest.json not being loaded because of CSP violation h/t https://vulpine.club/@binary/100662852252438648 | |||
2018-09-03 | Add admin links to status and account menus (fixes #673) | Thibaut Girka | |
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten | |||
2018-09-03 | Allow to show a specific status in the admin interface | Thibaut Girka | |
2018-09-03 | Let the front-end know the current account is a moderator | Thibaut Girka | |
2018-09-03 | [Glitch] Skip VS15 (Emoji textual presentation) | Thibaut Girka | |
Port a060beee726de5295e1f608231975a90b7709a0a to glitch-soc | |||
2018-09-03 | [Glitch] Add aria-label to floatingActionButton | Thibaut Girka | |
Port 7c12c7b1246b991c68f4b51573538e02b3968beb to glitch-soc | |||
2018-09-03 | [Glitch] Inactive header in main profile to match column | Thibaut Girka | |
Port 1bfe735d574fdbb01b1aea07db6c69fb3a32b90f to glitch-soc | |||
2018-09-03 | Fix CI badge, as we have switched from Travis to CircleCI | Thibaut Girka | |
2018-09-03 | Merge pull request #702 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes |