Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-25 | [Glitch] Rename JSX files with proper `.jsx` extension | Renaud Chaput | |
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-18 | [Glitch] Enable ESLint no-useless-escape | Nick Schonning | |
Port db2c58d47ae0db8490a30cd3846f30e615c382b5 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-18 | [Glitch] Enable ESLint import recommended rules | Claire | |
Port eddfb33dfea6a17e71377d95498b557dd0194477 to glitch-soc | |||
2023-02-04 | Further JS code style changes | Claire | |
2023-02-03 | [Glitch] Run eslint --fix | Claire | |
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did. | |||
2023-02-03 | [Glitch] Add lang attribute to image description textarea and poll option field | Christian Schmidt | |
Port 2a4f2216d65bd5ac90239d5b99c70f4330d76fde to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-01-24 | [Glitch] Add lang attribute to compose textarea and CW field | Claire | |
Port 83a8efa9cad7384e6659bd6c17e4865405f51577 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-01-04 | Prevent doodle from closing on outside click (#2047) | Plastikmensch | |
Adds a new property to the dispatch, which when set to true, replaces the onClose handler with a no-op, preventing the modal from closing. Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> | |||
2022-12-01 | Port navigation bar from upstream (#1986) | Claire | |
Fixes #1977 | |||
2022-11-22 | Fix privacy dropdown in boost modal on mobile (#1967) | Claire | |
Fixes #1965 | |||
2022-11-12 | [Glitch] Add the ability to edit media attachment metadata for any ↵ | Claire | |
unattached media Port 31005aad12c6a915a00501765a6dab25878326cb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2022-10-30 | [Glitch] Fix upload progress not communicating processing phase in web UI | Eugen Rochko | |
Port 30ef11022487364256656efee3cee92db2c839b2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2022-10-12 | Port various forgotten fixes from upstream (#1864) | Claire | |
* [Glitch] Fix crash when failing to load emoji picker Port bd3420b1398c4c4ab2e2f2850b6dd6eaff0d361b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Remove duplicate frequently used emojis Port 98146281e1beaf994710b13ef70f6224e8588cba to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Harmon <Harmon758@gmail.com> | |||
2022-10-11 | Move flavours/glitch/features/emoji_picker back to ↵ | Claire | |
flavours/glitch/features/compose/containers/emoji_picker_dropdown_container | |||
2022-10-11 | Rename flavours/glitch/util into flavours/glitch/utils | Claire | |
2022-10-11 | Move flavours/glitch/util/initial_state to flavours/glitch/initial_state | Claire | |
2022-05-16 | [Glitch] Add language dropdown to compose in web UI | Eugen Rochko | |
Port 0cdb07757050825725cac76f1c9cf11cf64acc0a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2022-05-03 | Fix backend terms link not being used | Claire | |
2022-05-03 | [Glitch] Rename toots to posts in various places, add or reword DM warnings | Claire | |
Port part of be0bc9acbffe2d6126f382b946be0469d756048c and 7e244879feaa8de9894e1147ff49a7e762fe462a to glitch-soc | |||
2022-02-12 | [Glitch] Fix controls for unchangeable properties on status edit not being ↵ | Claire | |
disabled Port 38845592c4b4456b5b407bd320249613a0f16e13 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2022-02-10 | [Glitch] Add editing for published statuses | Eugen Rochko | |
Port 63002cde03a836b4510aca5da564504ecaedb5e9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2022-01-23 | [Glitch] Fix text being incorrectly pre-selected in composer textarea on /share | Claire | |
Port 3a103cd317fd56aca27fca01e03647df44e3ffd2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2021-08-09 | [Glitch] Fix logout link not working in safari | Takeshi Umeda | |
Port b2875b1864d5bd72e6902ffc842d1be6818c210e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2021-07-25 | [Glitch] Add confirmation modal when closing media edit modal with unsaved ↵ | Claire | |
changes Port a8a7066e977cb0aa1988d340ef8b7c542f179b14 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2020-11-03 | [Glitch] Make “Mark media as sensitive” properly translatable | Mélanie Chauvel | |
Port c5704e75ae1f64742d59747fd931ffcca7a4887d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-05 | [Glitch] Fallback to previous, more approximative hashtag RE on older browsers | Thibaut Girka | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-08-02 | [Glitch] Fix the hashtag judgment of the compose form to be the same as the ↵ | kedama | |
server side Port cd94854e7d14b2bc755510493944a3e01f758fa2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-14 | Fix posting privacy on secondary button with missing description ↵ | Thibaut Girka | |
confirmation dialog | |||
2019-11-07 | [Glitch] Fix WebUI allowing to upload more items than the limit | ThibG | |
Port 66684c489c3c0bde752d107b02fc3bd6cbcacf04 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
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-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-20 | Add button to edit media description from missing description confirmation ↵ | Thibaut Girka | |
dialog | |||
2019-08-19 | [Glitch] Add media editing modal | Eugen Rochko | |
Port 23f7afa562c49b24e979505680463bc712b11d94 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-07-28 | [Glitch] Add search results pagination to web UI (#11409) | Eugen Rochko | |
Port 8a4674f2c3d89c998eb5438b96b7977dc2be3167 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-28 | [Glitch] Add message telling FTS is disabled when no toot can be found ↵ | ThibG | |
because of this Port ca8944728f4568bbef8edae99382cd44cbc144d6 to glitch-soc | |||
2019-06-24 | [Glitch] Add audio uploads | Eugen Rochko | |
Port front-end changes from f7f23b4a19a84371f44ec5297125e96ba81681a1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-14 | Fix replying not automatically switching to compose form on mobile | Thibaut Girka | |
2019-05-20 | Refactor contentType selection in glitch composer | Thibaut Girka | |
2019-05-17 | Hide content-type dropdown by default | Thibaut Girka | |
2019-05-17 | Add status content type dropdown to compose box. | KokaKiwi | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-11 | Use a checkbox for the “Mark media as sensitive” composer button | Thibaut Girka | |
Fixes #1039 | |||
2019-05-10 | Fix media description confirmation modal | Thibaut Girka | |
Fixes #1040 | |||
2019-05-04 | [Glitch] Make the "mark media as sensitive" button more obvious in web UI | Eugen Rochko | |
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-04-26 | Add emoji suggestion to poll options | Thibaut Girka | |
2019-04-26 | Add suggestions in CW field | Thibaut Girka | |
2019-04-26 | Refactor selectComposeSuggestion so that different paths can be updated | Thibaut Girka | |
2019-04-23 | Fix settings modal | Thibaut Girka | |
2019-04-22 | Cleanup | Thibaut Girka | |
2019-04-22 | Add OptionsContainer | Thibaut Girka | |