about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2018-09-11Fix action modal linksThibaut Girka
2018-09-11Merge pull request #724 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2018-09-11Fix media description in various media modalsThibaut Girka
2018-09-11Fix incorrect disabled boost button color when reduce-motion is setThibaut Girka
2018-09-11Do not clear local storage on log outThibaut Girka
2018-09-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: app/controllers/oauth/authorizations_controller.rb Just two changes being too close to one another. Took both.
2018-09-11[Glitch] Hide floating action button on thread viewsThibaut Girka
Port f66a7860291e6b2fef1844b580c22296dbad9202 to glitch-soc
2018-09-10Fix status embed card links colorThibaut Girka
2018-09-10[Glitch] After click to embed video, autoplay itThibaut Girka
Port 478ca39e5e8463044a259388459da56d2141e104 to glitch-soc
2018-09-10[Glitch] Click card to embed external contentThibaut Girka
Port front-end changes from f7765acf9d92951a616f41b738d5d23ede58c162 to glitch-soc
2018-09-10[Glitch] Fix oEmbed image_modal src.Thibaut Girka
Port 25b0d7538eb83c5fd02409ca22345c9af752b3ed to glitch-soc
2018-09-10[Glitch] Ensure link thumbnails are not stretched to super low qualityThibaut Girka
Port front-end changes from c36b9cc5a6cf3feacb925213f5530c90dd31fa7a to glitch-soc
2018-09-10[Glitch] Add embed_url to preview cardsThibaut Girka
Port front-end changes from c083816c2479dcdfa6674c47a75a8293bf64a947 to glitch-soc
2018-09-10Add a few black emojis that are to have a white outline (#8597)ThibG
2018-09-10Handle relative URLs when fetching OEmbed/OpenGraph cards (#8669)ThibG
2018-09-09Add 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-09RU: 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-09feat(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-07Add preferences for notification badgesThibaut Girka
2018-09-07Move compose box options to their own pageThibaut Girka
2018-09-07Add unread notifications badge to the mobile navbarThibaut Girka
2018-09-07Add unread notifications badge to the navigation barThibaut Girka
2018-09-07Add notification badge to faviconThibaut Girka
2018-09-07Count unread notifications when window loses focusThibaut Girka
2018-09-07Keep track of unread notifications when the notification column isn't mountedThibaut Girka
2018-09-07Accurately count deleted unread notificationsThibaut Girka
2018-09-07[Glitch] Audio.prototype.seek is undefinedThibaut Girka
Port f08e6e9ab54a72cc20b33b270789c245b5cfde39 to glitch-soc
2018-09-07Fix dropdown arrow positionThibaut Girka
2018-09-07Use animation config for avatar in profile pages (#8614)Renato "Lond" Cerqueira
Fixes #7380.
2018-09-07feat(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-07Fix dropdown arrow position (#8637)ThibG
2018-09-05Fix public profile's “show more” links stylingThibaut Girka
2018-09-05Port SCSS changes from 19b07ba260a64b300a81890119af0970df0eb994Thibaut Girka
2018-09-05Port SCSS changes from 85bb32c410a975bf6154a78a82797f82713e2428Thibaut Girka
2018-09-05Port SCSS changes from 78fa926ed560e6a9738144bec7e152fa42104139Thibaut Girka
2018-09-05Pause video playback if toot is collapsed or CWs folded (fixes #146)Thibaut Girka
2018-09-05Fix videos being croppedThibaut Girka
2018-09-05Add 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-04Fix interactions between CW and sensitive flag when spoilersAlwaysOn is setThibaut Girka
2018-09-04Fix “sensitive” media warning and upload form colors in Mastodon-lightThibaut Girka
2018-09-04Outline white/grey/blue emojisThibaut Girka
2018-09-04Light theme overhaulThibaut Girka
2018-09-04[Glitch] Add white outline to black emojiThibaut Girka
Inspired from 0bfa0f237495249a322cd3a1100b394211755e8c
2018-09-04Fix emoji autosuggest when using a CDN for assetsThibaut Girka
2018-09-04Disable focus points for letterboxed mediaThibaut Girka
2018-09-04Fix full-width marginsThibaut Girka
2018-09-04Media gallery styling closer to upstream'sThibaut Girka
2018-09-04[Glitch] Do not override ctrl/cmd+click in media galleryThibaut Girka
2018-09-03Add 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-03Allow to show a specific status in the admin interfaceThibaut Girka