Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-03 | Update poll remaining time just like with status timestamps (#10466) | ThibG | |
2019-04-03 | Hopefully fix input text selection quirks on iOS (#10463) | ThibG | |
Fix #10448 (hopefully) | |||
2019-04-03 | Esperanto translations (#10461) | Jeong Arm | |
* Esperanto translations * Translate untranslated Esperanto strings * Normalize eo translation | |||
2019-04-03 | Re-dd PT-br translations (#10459) | Renato "Lond" Cerqueira | |
2019-04-03 | i18n: update catalan translations (#10455) | spla | |
* Updated Catalan strings * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update ca.yml * Update simple_form.ca.yml * Update simple_form.ca.yml * Update simple_form.ca.yml * bundle exec i18n-tasks * Update ca.json * Update simple_form.ca.yml * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations * i18n: Update Catalan translations | |||
2019-04-03 | I18n: Improve Czech translation (#10454) | Aditoo17 | |
2019-04-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/form/admin_settings.rb - config/locales/ja.yml | |||
2019-04-01 | Hide blocking accounts from blocked users (#10442) | ThibG | |
* Revert "Add indication that you have been blocked in web UI (#10420)" This reverts commit bd02ec6daa974dcd3231e73826a56e08dbeedadc. * Revert "Add `blocked_by` relationship to the REST API (#10373)" This reverts commit 9745de883b198375ba23f7fde879f6d75ce2df0f. * Hide blocking accounts from search results * Filter blocking accouts from account followers * Filter blocking accouts from account's following accounts * Filter blocking accounts from “reblogged by” and “favourited by” lists * Remove blocking account from URL search * Return 410 on trying to fetch user data from a user who blocked us * Return 410 in /api/v1/account/statuses for suspended or blocking accounts * Fix status filtering when performing URL search * Restore some React improvements Restore some cleanup from bd02ec6daa974dcd3231e73826a56e08dbeedadc * Refactor by adding `without_blocking` scope | |||
2019-04-01 | i18n: Update Japanese translations (#10427) | mayaeh | |
* Update Japanese translations. run yarn manage:translations && i18n-tasks add-missing * Update Japanese translations. * Fix mistake * Change to be concise. | |||
2019-03-30 | [Glitch] Fix transparent avatars showing underlying elements in avatar stack ↵ | Eugen Rochko | |
and profile Port 79227d153b86144e9a8cc73f1d4045973eabc9ef to glitch-soc | |||
2019-03-30 | [Glitch] Fix search in web UI not setting a limit, restore limit of 10 | Eugen Rochko | |
Port 379c3e237fd271b91073f4b4a4a1626e84a7250f to glitch-soc, but changing the 5 limit to 10, since that's what we had previously | |||
2019-03-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-30 | Remove unused code (#10426) | Jeong Arm | |
2019-03-30 | Fix emoji-mart crashing web UI on search by reverting the upgrade to 2.10.0 ↵ | Eugen Rochko | |
(#10413) Fix #10315 This reverts commit db06b25376ac7e844e86fb9890fa9f1c2edd2d60. | |||
2019-03-30 | Fix transparent avatars showing underlying elements in avatar stack and ↵ | Eugen Rochko | |
profile (#10422) | |||
2019-03-30 | Fix search in web UI not setting a limit, restore limit of 5 (#10421) | Eugen Rochko | |
The search API now supports returning more results and pagination, but until the web UI implements pagination, it makes no sense to dump so many results at once. This fix restores the behaviour before the API change | |||
2019-03-30 | Add indication that you have been blocked in web UI (#10420) | Eugen Rochko | |
2019-03-29 | I18n: Update Czech translation (#10419) | Aditoo17 | |
2019-03-29 | Add missing Korean translations (#10416) | Jeong Arm | |
* Fix Korean translation * Add missing translation | |||
2019-03-29 | Update Corsican translations (#10418) | Alix Rossi | |
* Update Corsican translation * Update Corsican YML * Corsican JSON fix * Update co.yml | |||
2019-03-29 | l10n update: fa (#10417) | Masoud Abkenar | |
2019-03-29 | [Glitch] squashed identity proof updates | Alex Gessner | |
Port JS from 69141dca26f8a28d3aff63387b1c8d2bba7fdfa3 to glitch-soc | |||
2019-03-28 | Fix background color transition in destructive buttons | Thibaut Girka | |
2019-03-28 | [Glitch] Fix opacity of relationship tags | ThibG | |
Port 58667072d9923b17c90543550294aa9f801103d7 to glitch-soc | |||
2019-03-28 | Fix left border of profile navigation tab | Thibaut Girka | |
2019-03-28 | Add fa-info-circle to disclaimer | Thibaut Girka | |
2019-03-28 | Fix double border for account disclaimer | Thibaut Girka | |
2019-03-28 | [Glitch] Add rel='noopener' to redesigned profile column header avatar link | slice | |
Port 73f5711fb8a6131f5906903dcea40a113a842669 to glitch-soc | |||
2019-03-28 | [Glitch] Move the account dropdown menubar to the right, make sure it ↵ | ThibG | |
doesn't move Port a91acf79b53307ada584f449da1369c0216a24d1 to glitch-soc | |||
2019-03-28 | [Glitch] Make clicking on avatar open public profile in new tab | Aditoo17 | |
Port 6f6abc369f113b174fe191cf562098fe01c2eeec to glitch-soc | |||
2019-03-28 | [Glitch] Fix menu items that don't action | mayaeh | |
Port 186f7bcbb64e289fb732272c67eae6cb59276941 to glitch-soc | |||
2019-03-28 | [Glitch] Redesign profile column in web UI to match design on public pages | Eugen Rochko | |
Port a96181f16f4ef74ce6a1efc5e893ddd87a127949 to glitch-soc | |||
2019-03-28 | Fix centering on public pages | Thibaut Girka | |
2019-03-28 | Fix padding and centering of display names | Thibaut Girka | |
2019-03-28 | Port search results styling to glitch-soc | Thibaut Girka | |
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-28 | Fix opacity of relationship tags (#10411) | ThibG | |
2019-03-28 | I18n: Update Czech translation (#10410) | Aditoo17 | |
2019-03-28 | squashed identity proof updates (#10375) | Alex Gessner | |
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/workers/activitypub/distribute_poll_update_worker.rb - config/locales/pl.yml | |||
2019-03-28 | Revert locales touched by automated translations (#10399) | Eugen Rochko | |
* Revert ruined translations Regression from #10362 * yarn manage:translations | |||
2019-03-27 | Add rel='noopener' to redesigned profile column header avatar link (#10393) | slice | |
2019-03-27 | Revert "fix: update to emoji-mart 2.10.0 (#10281)" | Thibaut Girka | |
This reverts commit db06b25376ac7e844e86fb9890fa9f1c2edd2d60. | |||
2019-03-27 | Revert "[Glitch] fix: update to emoji-mart 2.10.0" | Thibaut Girka | |
This reverts commit 49bea8c46b006d8c86285c8b1158cd700dc2eb45. | |||
2019-03-27 | Revert "Fix compilation after emoji-picker change" | Thibaut Girka | |
This reverts commit 8ea344fed40ae1dccf5e1b6ecfd0014128c10fb7. | |||
2019-03-27 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-26 | Move the account dropdown menubar to the right, make sure it doesn't move ↵ | ThibG | |
(#10390) * Move the account dropdown menubar to the right, make sure it doesn't move * Fix margin | |||
2019-03-26 | [Glitch] Add a “Block & Report” button to the block confirmation dialog | ThibG | |
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc | |||
2019-03-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-26 | Add a “Block & Report” button to the block confirmation dialog (#10360) | ThibG | |