Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | increase polls to 6 opts x 111 chars | multiple creatures | |
2019-05-21 | s/toot/roar/ | multiple creatures | |
2019-05-21 | glitch: fix local only matching | multiple creatures | |
2019-05-21 | show captions for media descriptions | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | actually add defaultLocal state (oops) | multiple creatures | |
2019-05-21 | add option to default to local only | multiple creatures | |
2019-05-21 | let local only option be sticky | multiple creatures | |
2019-05-21 | Automatic nomenclature update | multiple creatures | |
2019-05-21 | hide filtered message | multiple creatures | |
2019-05-21 | [Glitch] Adds follow action timestamp to notification | Thibaut Girka | |
Port 330e320b40e975472e042730f9dfb23083f170e3 to glitch-soc | |||
2019-05-21 | also make packmate roars pinnable in web app | multiple creatures | |
2019-05-21 | Change default colmns in Glitch flavor, too. | Daggertooth | |
2019-05-21 | Change default columns for new users | Daggertooth | |
2019-05-20 | Refactor contentType selection in glitch composer | Thibaut Girka | |
2019-05-19 | Use glitch-soc's poll component instead of upstream's | Thibaut Girka | |
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-19 | fix `isSubmitting` prop case (#10785) | Hinaloe | |
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-18 | Change poll options to alphabetic letters when status text is hidden (#10685) | Eugen Rochko | |
Fix #10569 | |||
2019-05-17 | Export fallback content type and use it as default in WebUI | Thibaut Girka | |
2019-05-17 | Hide content-type dropdown by default | Thibaut Girka | |
2019-05-17 | Content-Type Dropdown: use the selected option icon for the menu | Haelwenn (lanodan) Monnier | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-17 | Support proper content-type in Delete & Redraft | Thibaut Girka | |
2019-05-17 | Add status content type dropdown to compose box. | KokaKiwi | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-15 | Merge pull request #1049 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-15 | Adds click-able div that expands status (#10733) (#10766) | Neil Moore | |
The clickable div is positioned under the account avatar and covers all empty space below it to the end of the status. | |||
2019-05-13 | Fix rich text style in reply indicator | Thibaut Girka | |
2019-05-13 | Fix rich text styling on public pages | Thibaut Girka | |
2019-05-12 | Fix text color of some formatted elements in notifications | Thibaut Girka | |
2019-05-12 | Fix some colors in light theme (#10754) | nzws | |
* Fix typo in light theme * Fix background color of empty column | |||
2019-05-11 | Fix incorrect reference to raw_content (it is raw_text instead) (#10753) | ThibG | |
2019-05-11 | [Glitch] Use raw content if available on Delete & Redraft | ThibG | |
Port front-end changes from 6d44f2441bf2aa14d11e481d9d2cfe82a74d81ed to glitch-soc | |||
2019-05-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-11 | Use a checkbox for the “Mark media as sensitive” composer button | Thibaut Girka | |
Fixes #1039 | |||
2019-05-11 | Merge pull request #1043 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-05-11 | Add toot source to delete result to ease Delete & Redraft (#10669) | ThibG | |
* Return Status with raw text in raw_content when deleting a status * Use raw content if available on delete & redraft * Rename raw_content to text; do not serialize formatted content when source is requested | |||
2019-05-10 | [Glitch] Improve poll link accessibility | Maciek Baron | |
Port 0402c52f28b73824d7c81c702a16d39fd97808cf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-10 | [Glitch] Fix some colors of high contrast theme | nzws | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-10 | [Glitch] Add confirm modal for unboosting toots | Aurélien Reeves | |
Port fe8a8f779e36e25286b6a7ddc7bcd08e2a4e2890 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-10 | i18n: Update French translations (#10747) | Alix Rossi | |
* Update French JSON * i18n: Update fr.yml * i18n: Update simple_form.fr.yml * Update simple_form.fr.yml * Update fr.yml | |||
2019-05-10 | i18n: Update Corsican translations (#10746) | Alix Rossi | |
* i18n: Update Corsican translations * Update co.yml * Fix a translation in co.yml | |||
2019-05-10 | Change icon and label depending on whether media is marked as sensitive (#10748) | ThibG | |
* Change icon and label depending on whether media is marked as sensitive * WiP use a checkbox | |||
2019-05-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb minor conflict because of glitch-soc's theming system - app/controllers/stream_entries_controller.rb minor conflict because of glitch-soc's theming system | |||
2019-05-10 | Fix media description confirmation modal | Thibaut Girka | |
Fixes #1040 | |||
2019-05-09 | Add confirm modal for unboosting toots (#10287) | Aurélien Reeves | |
[#3815] Display the boost modal also when unboosting toots. | |||
2019-05-09 | Add emoji suggestions to CW and poll option fields (#10555) | ThibG | |
* Refactor selectComposeSuggestion so that different paths can be updated * Add suggestions in CW field * Add emoji suggestion to poll options * Attempt to fix CSS * Hide suggestions by default They will be enabled if the input has focus | |||
2019-05-09 | Improve poll link accessibility (#10720) | Maciek Baron | |
* Add distinction between hover and active/focus states * Resolves #10198 | |||
2019-05-08 | Bring back crossed eye icon on gallery (#10715) | Jeong Arm | |