about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-01-14Fixes to notification stylingkibi!
2018-01-14Fixes to drawer and CWskibi!
2018-01-14Merge pull request #329 from KnzkDev/scss-refactorbeatrix
SCSS Refactor
2018-01-14Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friendbeatrix
Add glitchy elephant friend
2018-01-14Oops this should have been a part of last commitkibi!
2018-01-14Fixes onboarding modal (#318)kibi!
2018-01-14Fixed autocollapse detectionkibi!
2018-01-14Fix eslint errors. #294.David Yip
2018-01-14Run slightly less afoul of accessibility checks. #294.David Yip
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend.
2018-01-14Introduce a bit of luck into the elefriend selection. #294.David Yip
2018-01-14Add wave background; blend elefriend in a bit more. #294.David Yip
2018-01-14Bind click event to elefriend cycling. #294.David Yip
2018-01-14Set glitchy elephant friend variant in initial state. #294.David Yip
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though.
2018-01-13Add the shrinking glitchy elefriend. #294.David Yip
2018-01-13Prototype out glitchy elephant friend. #294.David Yip
Glitched elephant friends kindly provided by @ncls7615.
2018-01-14Fix collapsed toot stylencls7615
2018-01-14Fix un-fullwidth media stylencls7615
2018-01-14Fix media detailed stylencls7615
2018-01-14Fix confirmation modal bugncls7615
2018-01-14Fix letterbox bugncls7615
2018-01-14Improve scss refactor 5ncls7615
2018-01-14Improve scss refactor 4ncls7615
2018-01-14Improve scss refactor 3ncls7615
2018-01-14Improve scss refactor 2ncls7615
2018-01-14Improve scss refactor 1ncls7615
2018-01-14Fix padded-blocks errorncls7615
2018-01-14Initial scss refactorncls7615
2018-01-12Merge pull request #324 from glitch-soc/load-public-on-adminbeatrix
Load public javascripts on admin pages
2018-01-12load public.js on vanilla#adminGô Shoemake
2018-01-12Load packs/public.js for glitch#adminGô Shoemake
2018-01-12Merge remote-tracking branch 'remotes/origin/fix-column-headers-accessibility'David Yip
2018-01-12Merge pull request #322 from m4sk1n/glitch-soc-plbeatrix
i18n: Update Polish translation
2018-01-12i18n: Update Polish translationMarcin Mikołajczak
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-01-12Merge pull request #321 from KnzkDev/fix/dropdown-textDavid Yip
Fix dropdown item text
2018-01-12Fix dropdown textncls7615
2018-01-12Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-01-12Handle sessions that can't be translated (#6245)Jeong Arm
* Handle sessions that can't be translated This commit fixes #6165. * Fix typo
2018-01-11Merge pull request #320 from glitch-soc/dockerfile-stack-spaceDavid Yip
dockerfile: Give more stack space to /sbin/tini
2018-01-11dockerfile: Give more stack space to /sbin/tini.David Yip
/sbin/tini ends up running the Sass compiler, which seems to need a larger thread stack size than the musl default. This patch incorporates a fix from https://raw.githubusercontent.com/jubel-han/dockerfiles/master/common/stack-fix.c, as described in https://github.com/sass/node-sass/issues/2031.
2018-01-10Merge pull request #319 from ↵David Yip
glitch-soc/317-attempt-to-switch-flavors-raises-actioncontroller-parametermissing Fix #317: Attempting to switch flavors raises ActionController::ParameterMissing
2018-01-10Thank you, Officer MurphyDavid Yip
2018-01-10The flavour parameter is unused, so omit it (#317)David Yip
2018-01-10Allow for user object to be empty. Fixes #317.David Yip
If a flavour has only one skin, the skin selector will be omitted. This omits the user[setting_skin] field, and because that's the only user[...] field on the page, the entire user object will not be present in the request handler's params object. This commit accounts for that scenario by avoiding params.require(:user) and instead picking out what we need from the params hash.
2018-01-10Add examples based on errors seen in #317David Yip
2018-01-09Merge pull request #316 from glitch-soc/fix-asyncDavid Yip
Fix glitch async chunks
2018-01-09Renamed glitch async chunkskibigo!
2018-01-09Merge pull request #314 from chriswmartin/merge-vanilla-updates-2David Yip
Merge vanilla updates into glitch - round 2
2018-01-09Merge remote-tracking branch 'origin/master' into merge-upstreamDavid Yip
Conflicts: db/schema.rb
2018-01-09Skip ActivityPub Announces of non-public objects (#6230)Eugen Rochko
* Skip ActivityPub Announces of non-public objects * Skip OStatus reblogs of non-public statuses
2018-01-09Fix #6204: Use content warning for page title when present (#6231)Eugen Rochko