Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-20 | Add :few keys for sk lang plurals (#7551) | Peter | |
* Add :few keys for sk lang plurals * i18n-tasks normalize | |||
2018-05-19 | Disables autocorrect/autocapitalize on remote username field. (#7549) | Ash Furrow | |
2018-05-19 | Cache media only when storage can be freed (#7547) | Akihiko Odaki | |
2018-05-19 | Bump version to 2.4.0rc4 | Eugen Rochko | |
2018-05-19 | Improve direct message warning again (#7546) | Eugen Rochko | |
2018-05-19 | In footer, replace text "Mastodon" with logo (#7545) | Eugen Rochko | |
2018-05-19 | checking http status code with range (#7544) | takayamaki | |
2018-05-19 | Improve payload format of Web Push API now that it's open (#7521) | Eugen Rochko | |
> Good lord what is happening in there Previously the contents of the Web Push API payloads closely resembled the structure of JavaScript's [Notification](https://developer.mozilla.org/en-US/docs/Web/API/Notification). But now that the API is open to non-browser apps, and given that there is no required coupling between contents of the payload and a Notification object, here is how I changed the payload: ```json { "access_token": "...", "preferred_locale": "en", "notification_id": "12345", "notification_type": "follow", "title": "So and so followed you", "body": "This is my bio", "icon": "https://example.com/avatar.png" } ``` The title, body and icon attributes are included as a fallback so you can construct a minimal notification if you cannot perform a network request to the API to get more data. | |||
2018-05-19 | Do not override the default push notification settings (#6037) | Akihiko Odaki | |
2018-05-19 | Remove outline (#7543) | bsky | |
2018-05-19 | Skip pagination logic for pinned account timelines in reducer (#7540) | Eugen Rochko | |
Fix #7516 | |||
2018-05-19 | Upgrade posix-spawn to master (#7542) | MIYAGI Hikaru | |
2018-05-19 | Do not raise delivery failure on 4xx errors, increase stoplight threshold ↵ | Eugen Rochko | |
(#7541) * Do not raise delivery failure on 4xx errors, increase stoplight threshold Stoplight failure threshold from 3 to 10 Status code 429 will raise a failure/get retried * Oops | |||
2018-05-18 | Prevent click on video from opening detailed toot | Thibaut Girka | |
2018-05-18 | Widen clickable area of toots | Thibaut Girka | |
2018-05-18 | Merge pull request #490 from glitch-soc/merge-upstream | ThibG | |
Merge with tootsuite @ 57b503d4ef0754e4651eae26b628cba60e1ab4e9 | |||
2018-05-18 | ci: Hack around a Travis condition, I guess | David Yip | |
2018-05-18 | Fix double-encoding of display name in title and e-mails (#7534) | Eugen Rochko | |
2018-05-18 | ci: Bump .travis.yml to 2.5.1 | David Yip | |
2018-05-18 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/follower_accounts_controller.rb app/controllers/following_accounts_controller.rb app/controllers/settings/preferences_controller.rb app/lib/user_settings_decorator.rb app/models/user.rb config/locales/simple_form.en.yml | |||
2018-05-18 | Merge pull request #487 from ThibG/glitch-soc/cleanup | David Yip | |
Remove service worker code that has never been used | |||
2018-05-18 | Change Japanese translation for privacy.private.short (#7535) | Akihiko Odaki | |
The old translation means "hidden," but it is vague in terms that it does not specify the scope status is hidden. The new translation is a literal translation of "Followers-only," without such ambiguity. | |||
2018-05-18 | Merge pull request #488 from ThibG/glitch-soc/features/accounts-custom-emoji | David Yip | |
[Glitch] Enable custom emojis in profiles | |||
2018-05-18 | Merge pull request #489 from ThibG/glitch-soc/features/port-public-ui-changes | David Yip | |
Port public UI changes from upstream | |||
2018-05-18 | Resolve unknown status from Add activity, skip Remove if unknown (#7526) | Eugen Rochko | |
Fix #7518 | |||
2018-05-18 | Use randomized setTimeout when fallback-polling and re-add since_id (#7522) | Eugen Rochko | |
2018-05-18 | Add preference to hide following/followers lists (#7532) | Eugen Rochko | |
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue | |||
2018-05-18 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-05-18 | User agent for WebFinger (#7531) | MIYAGI Hikaru | |
* User agent for WebFinger * local_domain → web_domain * 'http' is away accidentally... | |||
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-17 | [Glitch] Combine similar components into one on public UI | Thibaut Girka | |
Port f9afd06221baf7f635b346dfbe350652ba6ffbd0 to glitch-soc | |||
2018-05-17 | [Glitch] Show card modal on public pages | Thibaut Girka | |
Port 16fee0335f2b10b0ce54f71965d2f2acc0e24942 to glitch-soc | |||
2018-05-17 | [Glitch] Enable custom emojis in profiles | Thibaut Girka | |
Port 61a90186070395e133ad2f8e959bdf003a8615ca to glitch-soc | |||
2018-05-17 | Remove service worker code that has never been used | Thibaut Girka | |
2018-05-17 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-05-17 | Ensure unfilled fields are shown when errors are shown (#7523) | Eugen Rochko | |
Fix #7486 | |||
2018-05-17 | Add tests for account_moderation_notes_controller (#7524) | Shuhei Kitagawa | |
2018-05-17 | HTTP signatures spec no longer requires algorithms field (#7525) | Eugen Rochko | |
Fix #7520 | |||
2018-05-16 | Merge pull request #486 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge changes from upstream | |||
2018-05-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: Gemfile Solved conflicts by using upstream's line for posix-spawn | |||
2018-05-16 | Merge pull request #405 from ThibG/glitch-soc/features/dm-from-menu | ThibG | |
[Glitch] Feature: Direct message from menu | |||
2018-05-16 | Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color | ThibG | |
Fix mastodon-light background color of the composer textarea when posting | |||
2018-05-16 | [Glitch] Reword the direct message warning | Thibaut Girka | |
Port 53c2164e9c8e2538de386a526a97db187ecae470 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc | |||
2018-05-16 | [Glitch] Fix issues with sending direct messages from user profile | Thibaut Girka | |
Port 4fd71accd419fb79cc75e0ebf30df374d174ebf5 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from menu | Thibaut Girka | |
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc | |||
2018-05-16 | Fix mastodon-light background color of the composer textarea when posting | Thibaut Girka | |
2018-05-16 | Fix posix-spawn to version 0.3.12 (#7517) | MIYAGI Hikaru | |
Because 0.3.13 causes build error in x86 or other ILP32 environments. closes #7453 | |||
2018-05-16 | Russian language for 2.4.0 (#7512) | Evgeny Petrov | |
* Russian language for 2.4.0 * Russian language for 2.4.0 * bundle exec i18n-tasks normalize * RU: Updated some strings after new commits appeared | |||
2018-05-16 | Fix images resized in browser getting cropped (#7514) | Eugen Rochko | |
Fix #7487 |