Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-16 | Fix AP serialization error when thread is missing (#4970) | unarist | |
`Status#reply?` may returns true even if the thread is missing. e.g. the replied status was deleted or couldn't be fetched. Then it raises NoMethodError on various AP json serialization. This issue won't happen on Atom serialization because it checks thread existence using `StreamEntry#threaded?` instead. | |||
2017-09-16 | Fix hasSize condition in secSet and sizes. (#4969) | Naoki Kosaka | |
2017-09-16 | Fix filterable_languages method of SettingsHelper (#4966) | Akihiko Odaki | |
2017-09-16 | When accessing uncached media attachment, redownload it (#4955) | Eugen Rochko | |
* When accessing uncached media attachment, redownload it * Prevent re-download of rejected media | |||
2017-09-16 | Fix invisible load more button (#4962) | unarist | |
* Fix behavior while the button is invisible e.g. pointer cursor, couldn't open contextmenu * Avoid rendering the button to remove blank space if no more items are available or no items are rendered | |||
2017-09-15 | When web UI URL used while logged out, redirect to static page (#4954) | Eugen Rochko | |
2017-09-15 | Remove redundant width/height values from SVGs to fix Safari bug (#4956) | Eugen Rochko | |
2017-09-15 | l10n: PT-BR translation updated (#4953) | Anna e só | |
* devise.pt-BR.yml now fully translated * pt-BR.json now fully translated * pt-BR.yml partially translated; 46 lines left * pt-BR.yml now fully translated * simple_form.pt-BR.yml fully translated * doorkeeper.pt-BR.yml now fully translated * E-mail instructions on app/views/user_mailer added and fully translated * PT-BR translation for #4871 * Deleted an unwanted caracter on pt-BR.yml * Fixing typos on pt-BR.yml * Added translation for Pinned toots tab on pt-BR.json * Added missing translation for navigation_bar.pins * Fixed spelling on pt-BR.yml * Update pt-BR.json | |||
2017-09-14 | Add scheduled worker to purge old user IPs (#4951) | sdukhovni | |
* Add scheduled worker to purge old user IPs * Use ruby 1.9 hash syntax | |||
2017-09-14 | Fix race condition when receiving an ActivityPub Create multiple times (#4930) | ThibG | |
* Fix race condition when receiving an ActivityPub Create multiple times * Use a RedisLock to avoid concurrent processing of a same Create activity | |||
2017-09-14 | Add missing Japanese translations (#4947) | Yamagishi Kazutoshi | |
2017-09-14 | Enable to recognize most kinds of characters as URL paths (#4941) | ふぁぼ原 | |
2017-09-15 | l10n: update Persian translation (#4946) | Masoud Abkenar | |
2017-09-14 | Fix #4908 - Do not keep remote file names, generate random (#4934) | Eugen Rochko | |
2017-09-14 | Include requested URL into the message on network errors (#4945) | unarist | |
2017-09-14 | Revert unique retry job (#4937) | abcang | |
* Revert "Enable UniqueRetryJobMiddleware even when called from sidekiq worker (#4836)" This reverts commit 6859d4c0289e767955aac3f345074220fe200604. * Revert "Do not execute the job with the same arguments as the retry job (#4814)" This reverts commit be7ffa2d7539d5a1946a3933cb9d242b9fac0ddc. | |||
2017-09-14 | i18n: Update Polish translation (#4942) | m4sk1n | |
* i18n: Update Polish translation Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * i18n: Update Polish translation Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Update pl.yml | |||
2017-09-14 | Another Dutch language update (#4944) | Jeroen | |
* Update nl.json * Update nl.yml * Update nl.json | |||
2017-09-14 | Apply white-space: nowrap to account relationships icons | Surinna Curtis | |
2017-09-14 | Add Japanese translate for #4911 (#4943) | Naf | |
2017-09-14 | l10n update OC/FR video redesign (#4938) | Quent-in | |
* l10n update for Redesign video player (#4911) * Update videp * Update I hope this time format works well. * One missing string * Update time format I'd like the complete name of the month in the Long format and the short one in the short format. I hope it works now | |||
2017-09-13 | Tweak title text for mute notifications toggle to be clearer | Surinna Curtis | |
2017-09-13 | fix typos in the migration | Surinna Curtis | |
2017-09-13 | Fixed a typo that was breaking the account mute API endpoint | Surinna Curtis | |
2017-09-13 | Refactor handling of default params for muting to make code cleaner | Surinna Curtis | |
2017-09-13 | add an explanatory comment to AccountInteractions | Surinna Curtis | |
2017-09-13 | fix a missing import | Surinna Curtis | |
2017-09-13 | In probably dead code, replace a dispatch of muteAccount that was skipping ↵ | Surinna Curtis | |
the modal with launching the mute modal. | |||
2017-09-13 | satisfy eslint | Surinna Curtis | |
2017-09-13 | make the hide/unhide notifications buttons work | Surinna Curtis | |
2017-09-13 | Allow modifying the hide_notifications of a mute with the ↵ | Surinna Curtis | |
/api/v1/accounts/:id/mute endpoint | |||
2017-09-13 | Show whether muted users' notifications are muted in account lists | Surinna Curtis | |
2017-09-13 | Expose whether a mute hides notifications in the api/v1/relationships endpoint | Surinna Curtis | |
2017-09-13 | Define a serializer for /api/v1/mutes/details | Surinna Curtis | |
2017-09-13 | Add a /api/v1/mutes/details route that just returns the array of mutes. | Surinna Curtis | |
2017-09-13 | Put the label for the hide notifications checkbox in a label element. | Surinna Curtis | |
2017-09-13 | add trailing newlines to files for Pork :) | Surinna Curtis | |
2017-09-13 | Satisfy eslint. | Surinna Curtis | |
2017-09-13 | Convert profile header mute to use mute modal | Surinna Curtis | |
2017-09-13 | Break out a separate mute modal with a hide-notifications checkbox. | Surinna Curtis | |
2017-09-13 | Less gross passing of notifications flag | Surinna Curtis | |
2017-09-13 | API support for muting notifications (and specs) | Surinna Curtis | |
2017-09-13 | Add support for muting notifications in MuteService | Surinna Curtis | |
2017-09-13 | block notifications in notify_service from hard muted accounts | Surinna Curtis | |
2017-09-13 | Add muting_notifications? and a notifications argument to mute! | Surinna Curtis | |
2017-09-14 | Support OpenGraph video embeds (#4897) | Eugen Rochko | |
* Support OpenGraph video embeds It's not really OpenGraph, it's twitter:player property, but it's not OEmbed so that fits. For example, this allows Twitch clips to be displayed as embeds. Also, fixes glitch-soc/mastodon#135 * Fix invalid OpenGraph cards being saved through attaching and revisit URLs after 14 days | |||
2017-09-14 | Give video player fluid max-width (#4935) | Eugen Rochko | |
2017-09-14 | Redesign video player (#4911) | Eugen Rochko | |
* Redesign video player * Use new video player on static public pages too * Use media gallery component on static public pages too * Pause video when hiding it * Full-screen sizing on WebKit * Add aria labels to video player buttons * Display link card on public status page * Fix fullscreen from modal sizing issue * Remove contain: strict property to fix fullscreen from columns | |||
2017-09-14 | Fix refollowing (#4931) | ThibG | |
* Make RefollowWorker ActivityPub-only to avoid potential identifier mismatches * Don't call RefollowWorker on new accounts | |||
2017-09-14 | Uploads for admin site settings (#4913) | Eugen Rochko | |
* Improve OpenGraph tags for about pages * Add thumbnail admin setting * Fix error * Fix up |