about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch
AgeCommit message (Collapse)Author
2018-01-14Initial scss refactorncls7615
2018-01-12Fix dropdown textncls7615
2018-01-09Merge pull request #316 from glitch-soc/fix-asyncDavid Yip
Fix glitch async chunks
2018-01-09Renamed glitch async chunkskibigo!
2018-01-09Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵cwm
#6223)
2018-01-09Fix overflowing audit logs (tootsuite pr #6184)cwm
2018-01-09Set background to the navigation of Getting Started column (tootsuite pr #6163)cwm
2018-01-09Use const instead of let for constant (tootsuite pr #6106)cwm
2018-01-09change key to path in timeline settings containerscwm
2018-01-09Rename key to path in actions and reducers for settings (tootsuite pr #6105)cwm
2018-01-09Fix newlines-to-spaces functionality (tootsuite pr #6158)cwm
2018-01-09Hide moved account's follow button in search result (tootsuite pr #5913)cwm
2018-01-09Prevent duplicate load of favourites (tootsuite pr #5931)cwm
2018-01-08Merge pull request #312 from glitch-soc/tag-sensitive-imgsDavid Yip
Show SENSITIVE tag on sensitive images (#267)
2018-01-08Add missing commakibigo!
2018-01-08Show SENSITIVE tag on sensitive images (#267)kibigo!
2018-01-08Threads now inherit privacy directly (#309)kibigo!
2018-01-09fix list editor scssncls7615
2018-01-08When pulling out max_toot_chars, handle nullsDavid Yip
flavours/glitch/util/initial_state is used in places where we want to exhibit different behavior based on user preferences. This means that it's used in places where no preference is defined, i.e. on an unauthenticated access. All values exported from that module must therefore expect that case; previously, the max chars value didn't. Addresses #306.
2018-01-06Fixes to search dropdownkibigo!
2018-01-06fixed ctrl enterOndřej Hruška
2018-01-06Fix the always-threaded bugOndřej Hruška
2018-01-07Update ja.jsncls7615
2018-01-06Merge pull request #296 from glitch-soc/thread-modebeatrix
Threaded mode~
2018-01-06Merge pull request #302 from KnzkDev/fix/search-popoutbeatrix
Fix search popout
2018-01-06appease eslintbeatrix
2018-01-06Fix search popoutncls7615
2018-01-06Read max_toot_chars from root object. Fixes #297.David Yip
max_toot_chars is present in the root of the initial state object. (Previously, we were trying to read it from the meta child object.)
2018-01-05my global .gitignore excluded this file ;_;kibigo!
2018-01-05Threaded mode~kibigo!
2018-01-05Fixed improper dropdown func binding for #293 + toot button spacingkibigo!
2018-01-05Styling and autosuggest fixes for #293kibigo!
2018-01-05Fixes composer mounting issue with #293kibigo!
2018-01-05Merge pull request #290 from chriswmartin/web-push-updatesbeatrix
Web push updates
2018-01-05Merge pull request #295 from chriswmartin/getting-started-key-fixbeatrix
unique ColumnLink keys in getting_started
2018-01-05Merge pull request #293 from glitch-soc/compose-refactorbeatrix
Compose refactor
2018-01-05add key to lists divcwm
2018-01-05change how list ColumnLink keys are determinedcwm
2018-01-04WIP <Compose> Refactor; Fin~kibigo!
2018-01-04WIP <Compose> Refactor; 1000 tiny editskibigo!
2018-01-04WIP <Compose> Refactor; <ActionsModal>; dropdownskibigo!
2018-01-04WIP <Compose> Refactor; SCSS ed.kibigo!
2018-01-04WIP <Compose> Refactor; <OnboardingModal> ed.kibigo!
2018-01-04WIP <Compose> Refactor; <Drawer> ed.kibigo!
2018-01-04WIPgit status <Compose> Refactor; <Composer> ed.kibigo!
2018-01-04i18n: Update Polish translationMarcin Mikołajczak
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2017-12-31bug fix (tootsuite pr #6120)cwm
2017-12-30remove unused 'saveSettings' from column_settings_containercwm
2017-12-30web push updates (tootsuite PRs #5879, #5941, #6047)cwm
2017-12-28Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)cwm