Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-07 | Merge pull request #1372 from ThibG/glitch-soc/fixes/local-only-public-option | ThibG | |
Add option to show local-only toots in public timeline | |||
2020-07-07 | [Glitch] Add ability to choose media thumbnail in web UI | Eugen Rochko | |
Port 06fc6a9cd4c700c450dbe8e8c579a5d5bc4ba732 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-07-06 | Add UI option to show local-only toots in public timeline | Thibaut Girka | |
2020-03-22 | [Glitch] Fix regression in “Edit media” modal in web UI | ThibG | |
Port 90f3a0006243250ced6e7e192f81513d6b731b33 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-03-22 | [Glitch] Change local media attachments to perform heavy processing ↵ | Eugen Rochko | |
asynchronously Port front-end part of 9660aa4543deff41c60d131e081137f84e771499 to glitch-soc [API] This makes use of a new media posting API (/api/v2/media), supporting background processing of uploaded files. For Pleroma's purposes, this could be handled the same as /api/v1/media since afaik Pleroma doesn't do any transcoding. Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-01-07 | Make prepending “re: ” to CWs on reply optional | Thibaut Girka | |
2019-11-30 | [Glitch] Fix pending upload count not being decremented on error | ThibG | |
Port 667708f5b00ee8b7795eacd9c20d29f77c8ae602 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
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-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-02 | [Glitch] Restore hashtag suggestions from local tag history | ThibG | |
Port 5ab1e0e738183a0ddcec140d55184351f751b22d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Fix emoji autosuggestions | Eugen Rochko | |
Port 784c88e16d8e0f75c0d27e34f926569607e02044 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-02 | [Glitch] Add autosuggestions for hashtags | Eugen Rochko | |
Port cfb2ed78231758a79af038a964ab7f7b7b35274e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-30 | [Glitch] When sending a toot, ensure a CW is only set if the CW field is visible | Thibaut Girka | |
Partial port of ccc7fe3e1d04c7cabad916e4e57c7739743d5c91 to glitch-soc It doesn't ensure the field isn't changed, just that it isn't submitted if the field isn't visible. Ensuring the field isn't changed would require reworking the “always show CW field” feature. | |||
2019-06-13 | [Glitch] Improvements to the single column layout | Eugen Rochko | |
Port 0e445ebb1392c8dbce320509d219f16c7c221406 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-06-13 | [Glitch] Add responsive panels to the single-column layout | Eugen Rochko | |
Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-17 | Add status content type dropdown to compose box. | KokaKiwi | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-04-26 | Refactor selectComposeSuggestion so that different paths can be updated | Thibaut Girka | |
2019-04-24 | Fix upload progressbar when image resizing is involved | Thibaut Girka | |
2019-03-08 | [Glitch] Fix public timelines being broken by new toots when they are not ↵ | Eugen Rochko | |
mounted Port be1c634b2b4372a525d304d2ff830392f04c5cc5 to glitch-soc | |||
2019-03-06 | Disable file upload when there is a poll | Thibaut Girka | |
2019-03-06 | [Glitch] Port polls creation UI from upstream | Thibaut Girka | |
2019-03-05 | Port upstream refactoring of reducers and actions | Thibaut Girka | |
Also includes 9e45b051cfea667f9ca3d3c72d13022259315090 | |||
2019-02-10 | [Glitch] Allow multiple files upload through web UI, including drag & drop | Thibaut Girka | |
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc | |||
2019-02-10 | [Glitch] Add missing rejection handling for Promises | Thibaut Girka | |
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc | |||
2019-02-01 | Do not mark toots as sensitive if they don't have any media attached | Thibaut Girka | |
2018-12-30 | Immediately go back in browser history upon successfully sending toot | Thibaut Girka | |
2018-12-14 | On mobile, go back in browser history upon posting, unless threaded mode is ↵ | Thibaut Girka | |
enabled | |||
2018-10-20 | Force sensitive content flag when posting a toot with a CW | Thibaut Girka | |
Indeed, when the “Always enable the Content Warning field” setting is enabled, sending a content-less toot with a CW would move the CW to the toot's content and leave the toot not marked as sensitive. | |||
2018-08-28 | [Glitch] Preserve hashtag casing in web UI hashtag history | Thibaut Girka | |
Port f9b23a5d6247445ea5b70b431c934a4bb99213bc to glitch-soc | |||
2018-08-28 | [Glitch] Implement tag auto-completion by history | Thibaut Girka | |
Port 460e380d386367b6809d319859e13d17a6a2acea to glitch-soc | |||
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-05-29 | [Glitch] Allow clients to fetch statuses made while they were offline | Thibaut Girka | |
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc | |||
2018-05-27 | Implement client-size image resizing from upstream | Thibaut Girka | |
2018-05-16 | [Glitch] Feature: Direct message from menu | Thibaut Girka | |
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc | |||
2018-03-20 | [Glitch] Cancel outdated pending compose suggestions | Thibaut Girka | |
Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour | |||
2018-03-12 | Remove text requirement when media attached from statuses (fixes #381) | Thibaut Girka | |
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc | |||
2018-01-14 | Set 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-05 | Threaded mode~ | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; SCSS ed. | kibigo! | |
2018-01-04 | WIPgit status <Compose> Refactor; <Composer> ed. | kibigo! | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |