Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | [Glitch] Change conversations UI | Eugen Rochko | |
Port bc5678d0151dd96e0ec5f3d4084ac6356c1d02f5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-30 | [Glitch] Change at icon in notification filter to reply-all | koyu | |
Port cfe2d1cc4a3c531741fd769241593ebbe03b6711 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-30 | [Glitch] Add explanation to mute dialog, refactor and clean up mute/block UI | ThibG | |
Port 9027bfff0c25a6da1bcef7ce880e5d8211062d1d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-30 | [Glitch] Fix follower/following lists resetting on back-navigation in web UI | Eugen Rochko | |
Port 9683e1dcf8bbddb07b818960abf254248be3575c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-30 | [Glitch] Change silences to always require approval on follow | ThibG | |
Port front-end changes from 18b451c0e6cf6a927a22084f94b423982de0ee8b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-30 | [Glitch] Use blob URL for Tesseract to avoid CORS issues | ThibG | |
Port 7baedcb61e15200478f3ad6deb96d452cd63499a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-18 | [Glitch] Check existence of timeline state in community timeline | Yamagishi Kazutoshi | |
Port 0627252b30d9f420d51bb4787c539550d68a717a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-18 | [Glitch] Fix web UI allowing uploads past status limit via drag & drop | Eugen Rochko | |
Port bdeff5ae1585a8087ec2d02cd8cb07af319c3d58 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-18 | [Glitch] Fix “slow mode” issues | ThibG | |
Port f1098675782944fe1dabec71cd58d3d091da06a0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-18 | [Glitch] Fix media description button being disabled at 420 characters ↵ | ThibG | |
instead of 1500 Port c00ab575b7450f133946fb94d7367b5d810a2d89 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-18 | Fix composer dropdown toggle buttons (threaded mode and local-only) not working | Thibaut Girka | |
2019-09-13 | [Glitch] Add timeline read markers API | Eugen Rochko | |
Port e445a8af64908b2bdb721bec74c113e8258a129b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-13 | [Glitch] Change max length of media descriptions from 420 to 1500 characters | Eugen Rochko | |
Port b6381bdc7dcfe5713b99e2aae0491115350c7724 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-10 | Fix wrong icons from last refactoring | Thibaut Girka | |
Fix regressions from f154d9d6e9ca461cf608674494cb23eee6db6534 | |||
2019-09-09 | Use the `Icon` component instead of directly using `i` tag | Thibaut Girka | |
2019-09-09 | Use upstream's Icon component | Thibaut Girka | |
Rework the codebase to avoid unnecessary differences with upstream | |||
2019-09-09 | Move “export” before decorators | Thibaut Girka | |
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69 | |||
2019-09-09 | glitch: fix webpack build failure in columns_area.js (#1212) | Rey Tucker | |
Fixes #1212 by copying what works in the mainline flavor. | |||
2019-09-05 | [Glitch] Integrate translation strings for the Profile Directory. | mayaeh | |
Port 1f22b8197cb961371fa761e1fa214d4f4a2074d1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-05 | [Glitch] Fix custom emoji animation on hover in WebUI directory bios | ThibG | |
Port 34eac5a1ecab250760bec1f703ddf828670210fa to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-04 | Fix loading more items in account following/followers | Thibaut Girka | |
2019-09-02 | [Glitch] Add header to trends section and change refresh rate to 15 minutes | Eugen Rochko | |
Port 4ef8d8b77c596680be13b26400bc2a09038928de to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix trending hashtags being fetched every 36 seconds instead of ↵ | ThibG | |
every hour (#11631) Port d857d0d14d273648bad5a88ce3391d6e15592039 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Add trends UI with admin and user settings | Eugen Rochko | |
Port 9072fe5ab6464cc9c7a871d388464c7afcf41cd0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-31 | Properly hide follower count in profile directory | Thibaut Girka | |
2019-08-31 | Update backend links and fix hardcoded ones | Thibaut Girka | |
2019-08-31 | Fix imports importing modules from vanilla flavour instead of glitch | Thibaut Girka | |
2019-08-31 | [Glitch] Change layout of public profile directory to be the same as in web UI | Eugen Rochko | |
Port 987190417228bb56041ea824772341f07f4263d6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-31 | [Glitch] Add profile directory to web UI | Eugen Rochko | |
Port cb447b28c403c7db32e3e3d7c2510004287edfda to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-30 | [Glitch] Change detailed status child ordering to sort self-replies on top | ThibG | |
Port 6914482d0a6e7e654e17e7f2aa2f6a2acde6c59a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Change window resize handler to switch to/from mobile layout as ↵ | ThibG | |
soon as needed Port bd4099d976b52f7ec00e00b23cfe6e2766ff1e4d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Fix more visual issues with the audio player | Eugen Rochko | |
Port 2e99e3cab349db6102505736e3b4b94abe776b80 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Fix public page crash due to audio player, fix unpause in audio player | Eugen Rochko | |
Port e72bac7576263445630926dd9992004ece7b73c4 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Add audio player | Eugen Rochko | |
Port 4190e31626907059aebf32b1be66715dacb989a9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Add special alert for throttled requests | ThibG | |
Port 81f864d4dac349dd7cd516149d00e1cffe063edc to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | [Glitch] Add confirmation modal when logging out from the web app | ThibG | |
Port fd3d45d38f289815bed0adc7eaa3b15894ddb8fb to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-29 | Remove sign out link from getting started columns, as it is already in the ↵ | Thibaut Girka | |
footer | |||
2019-08-29 | Fix crashes from favico.js crashing the entire web app | Thibaut Girka | |
2019-08-29 | Refactor the Columns Area code to be closer to upstream | Thibaut Girka | |
2019-08-29 | Add option to rewrite mentions to mentioned user's username or acct | Thibaut Girka | |
Fixes #666 | |||
2019-08-20 | [Glitch] Fix handling of audio files in account media gallery | ThibG | |
Port b48c7ee059d0e08fff4bdf7fe7b0e09565288252 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-20 | Add button to edit media description from missing description confirmation ↵ | Thibaut Girka | |
dialog | |||
2019-08-20 | Remove code for giving focus to first media without description | Thibaut Girka | |
Since the textarea is in a modal, now… | |||
2019-08-19 | Move character counter to the options box to match upstream styling | Thibaut Girka | |
2019-08-19 | [Glitch] Improve focal point modal on mobile | ThibG | |
Port 2ca6b2bb6c9e811ad98e3df23e70efbf22882e42 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-19 | [Glitch] Allow clicking behind preview | ThibG | |
Port d37126fd03e47c32eaf532937dfc843b952d0d5a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-19 | [Glitch] Fix edit media modal on small screens, touch events | Eugen Rochko | |
Port 1bea3181975f377bbccfe92691e2cd281b298ec6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-19 | [Glitch] Fix tesseract.js being part of the common chunk | Eugen Rochko | |
Port dfe60598899738250fc707db91048b871ab09282 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-19 | [Glitch] Add OCR tool to media editing modal | Eugen Rochko | |
Port 28636f43e4b0c04befa243b847c38e81c90f1289 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-19 | Refactor character counter to match upstream | Thibaut Girka | |