Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-08-07 | Improve focus handling with dropdown menus (#11511) | ThibG | |
- Focus first item when activated via keyboard - When the dropdown menu closes, give back the focus to the actual element which was focused prior to opening the menu | |||
2019-08-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/user.rb - app/serializers/initial_state_serializer.rb - app/views/admin/dashboard/index.html.haml - config/locales/simple_form.en.yml | |||
2019-08-07 | Fix account tags not being saved correctly (#11507) | Eugen Rochko | |
* Fix account tags not being saved correctly Regression from f371b32 Fix Tag#discoverable not returning tags where listable is nil instead of true Add notice when saving hashtags in admin UI Change public hashtag and directory pages to return 404 for forbidden tags * Remove unused locale string | |||
2019-08-07 | Fix non-lowercase hashtags not being picked up by the streaming API (#11508) | Eugen Rochko | |
Regression from f371b32 Fix hashtag links always being lowercase | |||
2019-08-07 | Fix featured tags not finding the right tag on save (#11504) | Eugen Rochko | |
Regression from f371b32 | |||
2019-08-06 | Fix admin dashboard missing latest features (#11505) | Eugen Rochko | |
Fix redis-namespace deprecation warning about administrative commands | |||
2019-08-06 | Add trends UI with admin and user settings (#11502) | Eugen Rochko | |
2019-08-06 | Implement keyboard navigation in glitch-soc composer | Thibaut Girka | |
2019-08-06 | Refactor composer Dropdown's component a bit to make it closer to upstream | Thibaut Girka | |
2019-08-06 | [Glitch] Fix image uploads being perfectly white when canvas read access is ↵ | ThibG | |
blocked Port 111a0628fc161df4d76967d7dc7116b8a43fe8e2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-06 | [Glitch] Port changes to IconButton | ThibG | |
Port changes to IconButton from 27a0d02d0d960163e98595b05412c0d03a4875d0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-06 | [Glitch] Improve dropdown menu keyboard navigation | ThibG | |
Port a12f1a0baf3d31ecc9779c25b4bf4a0c9bd95543 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-06 | [Glitch] Trap tab in modals | ThibG | |
Port 5c73746b695e5bc540b41f5ae1406eac6220886e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-08-06 | Fix up try/catch block in invalid URL handling | Thibaut Girka | |
2019-08-06 | Remove href attribute of invalid links instead of crashing | Thibaut Girka | |
2019-08-06 | Revert "Change links in webUI to rewrite misleading links (#11426)" (#11500) | Eugen Rochko | |
This reverts commit b31b232edfcc7f04acf828bf6829ab716b290692. | |||
2019-08-06 | Fix image uploads being perfectly white when canvas read access is blocked ↵ | ThibG | |
(#11499) Fixes #11496 | |||
2019-08-06 | Improve keyboard navigation in privacy dropdown (#11492) | ThibG | |
* Trap tab in privacy dropdown * Give focus back to last focused element when privacy dropdown menu closes * Actually give back focus to the element that had it before clicking the dropdown | |||
2019-08-06 | Improve dropdown menu keyboard navigation (#11491) | ThibG | |
* Allow selecting menu items with the space bar in status dropdown menus * Fix modals opened by keyboard navigation being immediately closed * Fix menu items triggering modal actions * Add Tab trapping inside dropdown menu * Give focus back to last focused element when status dropdown menu closes | |||
2019-08-06 | Trap tab in modals (#11493) | ThibG | |
2019-08-06 | Fix privacy dropdown active state when dropdown is placed on top of it (#11495) | ThibG | |
2019-08-05 | Change admin UI for hashtags and add back whitelisted trends (#11490) | Eugen Rochko | |
Fix #271 Add back the `GET /api/v1/trends` API with the caveat that it does not return tags that have not been allowed to trend by the staff. When a hashtag begins to trend (internally) and that hashtag has not been previously reviewed by the staff, the staff is notified. The new admin UI for hashtags allows filtering hashtags by where they are used (e.g. in the profile directory), whether they have been reviewed or are pending reviewal, they show by how many people the hashtag is used in the directory, how many people used it today, how many statuses with it have been created today, and it allows fixing the name of the hashtag to make it more readable. The disallowed hashtags feature has been reworked. It is now controlled from the admin UI for hashtags instead of from the file `config/settings.yml` | |||
2019-08-05 | Fix color of dropdown icons | Thibaut Girka | |
2019-08-05 | [Glitch] Change icon button styles to make hover/focus states more obvious | ThibG | |
Port c8fd82332749cd58f85dd398d32559a02499c945 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-05 | [Glitch] Disable list title validation button when list title is empty | ThibG | |
Port 089c6410208d294e7f1995e000bd796d4625246f to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-08-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-08-04 | Fix timestamp on featured tag (#11477) | Jeong Arm | |
It resolves #11338 | |||
2019-08-04 | Remove link rewriting option as it is easily bypassable | Thibaut Girka | |
2019-08-04 | Perform case-insensitive comparison for international domain names | Thibaut Girka | |
Note: this uses `toLowerCase()` instead of doing proper case folding | |||
2019-08-04 | Perform case-insensitive comparison of non-International domain names | Thibaut Girka | |
2019-08-04 | Make link target domain tag just a bit smaller | Thibaut Girka | |
2019-08-04 | Ensure link rewriting setting changes are immediately applied | Thibaut Girka | |
2019-08-04 | Handle Mastodon-generated links for targets starting with “www.” properly | Thibaut Girka | |
2019-08-04 | Add options to highlight misleading links in statuses | Thibaut Girka | |
Fixes #1162 | |||
2019-08-04 | Move decodeIDNA to app/javascript/flavours/glitch/util | Thibaut Girka | |
2019-08-03 | Change icon button styles to make hover/focus states more obvious (#11474) | ThibG | |
* Change icon buttons styles to make hover/focused states more obvious * Fix CW button size inconsistency * Fix icon button background color consistency | |||
2019-08-03 | Disable list title validation button when list title is empty (#11475) | ThibG | |
2019-08-01 | Fix tag score not being updated when the tag is trending (#11465) | Eugen Rochko | |
2019-08-01 | Fix scroll to top in single column UI (#11463) | Eugen Rochko | |
2019-08-01 | Remove XML version of Webfinger and remove links to Atom feeds (#11460) | Eugen Rochko | |
Fix #11453 | |||
2019-08-01 | Fix column header scrolling with the page (#11458) | Eugen Rochko | |
Regression from aa22b38 | |||
2019-07-31 | Fix jumping of toot date when clicking spoiler button (#11449) | Mélanie Chauvel (ariasuni) | |
* Fix jumping of toot date when clicking spoiler button * Fix lint | |||
2019-07-31 | Fix delete regression (#11450) | Eugen Rochko | |
Regression from ff789a751a1c730e4d808410411196b76caff39c | |||
2019-07-30 | Change hashtag search to only return results that have trended in the past ↵ | Eugen Rochko | |
(#11448) * Change hashtag search to only return results that have trended in the past A way to eliminate typos and other one-off "junk" results * Fix excluding exact matches that don't have a score * Fix tests | |||
2019-07-30 | Fix boosting & unboosting preventing a boost from appearing in the TL (#11405) | ThibG | |
* Fix boosting & unboosting preventing a boost from appearing in the TL * Add tests * Avoids side effects when aggregate_reblogs isn't true | |||
2019-07-30 | Add hashtag score for better sorting of autosuggestions (#11427) | Eugen Rochko | |
* Add hashtag score for better sorting of autosuggestions * Do not use `~<~` operator with no text_pattern_ops index | |||
2019-07-30 | [Glitch] Fix crash when expanding search results for hashtags | ThibG | |
Port 78144f4c7923d502cc86b322f044e740e4a8fa8a to glitch-soc | |||
2019-07-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/directories_controller.rb - package.json - yarn.lock |