]>
cat aescling's git repositories - mastodon.git/log
Jeroen [Wed, 26 Jul 2017 22:37:35 +0000 (00:37 +0200)]
Update Dutch strings (#4389)
Eugen Rochko [Wed, 26 Jul 2017 21:36:33 +0000 (23:36 +0200)]
Fix #4026 - Accept backup codes for disabling 2FA (#4382)
Eugen Rochko [Wed, 26 Jul 2017 21:35:03 +0000 (23:35 +0200)]
Fix infinite scroll fluidity (#4381)
Sorin Davidoi [Wed, 26 Jul 2017 17:03:56 +0000 (19:03 +0200)]
fix(columns_area): Manually set tabs style when swiping (#4320)
Sorin Davidoi [Wed, 26 Jul 2017 14:14:39 +0000 (16:14 +0200)]
fix(web_push_notification_worker): Guard against deleted notifications (#4379)
Sorin Davidoi [Wed, 26 Jul 2017 13:03:23 +0000 (15:03 +0200)]
fix(column): Crash when heading is undefined (#4378)
mayaeh [Wed, 26 Jul 2017 12:57:51 +0000 (21:57 +0900)]
Update Japanese translations (#4376)
* Update Japanese translations for remote profile, settings toggle button and web share button.
* Update Japanese translation for remote profile.
m4sk1n [Wed, 26 Jul 2017 11:47:41 +0000 (13:47 +0200)]
s/PubSubHubbub/WebSub/g (#4372)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Sorin Davidoi [Wed, 26 Jul 2017 11:46:53 +0000 (13:46 +0200)]
Improve accessibility (part 2) (#4377)
* fix(column_header): Invalid ARIA role
* fix(column): Remove hidden nodes from the DOM
* refactor(column_link): Remove unused property hideOnMobile
* fix(column_header): Use aria-pressed
* fix(column_header): Make collapsed content not focusable, add focusable property
* fix(column_loading): Make header non-focusable
* fix(column_settings): Use role to group the toggles
Lynx Kotoura [Wed, 26 Jul 2017 11:45:49 +0000 (20:45 +0900)]
Fix padding in hero container of landing page (#4373)
* Fix padding in hero container, landing page
Erase hero container padding to fit registration form to full width. By this setting, heading padding disappears, so I adjust heading padding.
* Specify attribute strictly for heading padding
To overwrite padding-bottom in superior settings.
* Make padding shorthand more concise
m4sk1n [Wed, 26 Jul 2017 07:09:16 +0000 (09:09 +0200)]
i18n: Update Polish translation (#4371)
Akihiko Odaki [Wed, 26 Jul 2017 01:35:25 +0000 (10:35 +0900)]
Add index favourites on account_id and id (#4360)
Sorin Davidoi [Wed, 26 Jul 2017 00:01:27 +0000 (02:01 +0200)]
Improve accessibility (#4369)
* fix(compose): Use nav and remove redundant aria-label
* fix(tabs_tab): Use nav and add aria-label
* fix(app): Add aria-label for settings toggle button
* chore: Run yarn manage:translations
Ondřej Hruška [Wed, 26 Jul 2017 00:00:36 +0000 (02:00 +0200)]
Added external link icons to joinmastodon navbar buttons (#4368)
m4sk1n [Tue, 25 Jul 2017 21:56:04 +0000 (23:56 +0200)]
i18n: Update Polish translation (#4367)
Lynx Kotoura [Tue, 25 Jul 2017 19:31:56 +0000 (04:31 +0900)]
Adjust mobile landing page (#4366)
* Adjust mobile landing page
Change mobile viewport threshold to 840px in consideration of padding. Fix loss of "container hero" padding in about/more under 675px.
* Fix indent
Sorin Davidoi [Tue, 25 Jul 2017 18:38:39 +0000 (20:38 +0200)]
feat(status_action_bar): Web share button (#4365)
Lynx Kotoura [Tue, 25 Jul 2017 17:12:57 +0000 (02:12 +0900)]
Fix multiple-gif display in user page (#4364)
Divide media-items to equal width, and hide overlaps.
Clworld [Tue, 25 Jul 2017 14:20:26 +0000 (23:20 +0900)]
Allow longer link text on landing page (reduce padding for Mobile) (#4363)
* Allow longer link text on landing page (reduce padding for Mobile)
* remove empty line
Akihiko Odaki [Tue, 25 Jul 2017 14:01:03 +0000 (23:01 +0900)]
Merge queries in Api::V1::FavouritesController (#4359)
Yamagishi Kazutoshi [Tue, 25 Jul 2017 13:59:43 +0000 (22:59 +0900)]
Send short account URL to remote instance (regression from #3844) (#4355)
* Send short account URL to remote instance (regression from #3844)
Resolve #4347
* remove format: 'json'
Clworld [Tue, 25 Jul 2017 13:57:40 +0000 (22:57 +0900)]
Update Japanese translations for landing page (for Mobile). (#4362)
m4sk1n [Tue, 25 Jul 2017 13:39:49 +0000 (15:39 +0200)]
i18n: Update Polish translation (#4361)
Komic [Tue, 25 Jul 2017 03:01:47 +0000 (05:01 +0200)]
Small fr.json update (#4354)
* Small fr.json update
• Translation for #4342
• Fixed a couple of typos as well as a few weird phrasings
* insert final newline
Sorin Davidoi [Tue, 25 Jul 2017 00:13:05 +0000 (02:13 +0200)]
fix(status_list): Guard against missing ref (#4353)
Jeroen [Tue, 25 Jul 2017 00:12:50 +0000 (02:12 +0200)]
Update and (almost) completing Dutch strings for 1.5 (#4351)
* Update and expanding Dutch strings for 1.5
Only privacy policy is not translated, but is included. Hopefully I have time to translate this another time (you can set your own privacy policy now anyway).
* Missing file
* A few changes cause of changes in another file
* Fix
* Update Dutch strings for 1.5
* nl
* fix
don't know how that ended up there
* Update nl.yml
Petko Bordjukov [Mon, 24 Jul 2017 23:14:01 +0000 (02:14 +0300)]
Update Capistrano lock version in config/deploy.rb (#4352)
Deployment with Capistrano was failing due to a mismatch between the loaded
version of Capistrano and the one specified in the deployment
configuration. Bumping the version in config/deploy.rb fixes this issue.
Sorin Davidoi [Mon, 24 Jul 2017 23:05:51 +0000 (01:05 +0200)]
fix(column): Use passive wheel listener (#4348)
* chore(yarn): Install detect-passive-events
* fix(column): Use passive listener
Sorin Davidoi [Mon, 24 Jul 2017 23:05:44 +0000 (01:05 +0200)]
fix(components/bundle): Exit early in load function (#4349)
Sorin Davidoi [Mon, 24 Jul 2017 23:05:35 +0000 (01:05 +0200)]
fix(getting_started): No scrollbar if not needed (#4350)
Eugen Rochko [Mon, 24 Jul 2017 18:05:29 +0000 (20:05 +0200)]
Improve remote profile disclaimer (#4342)
* Improve remote profile disclaimer
* yarn run manage:translations
Eugen Rochko [Mon, 24 Jul 2017 17:54:59 +0000 (19:54 +0200)]
Use the "m" version of the logo for favicons (#4345)
Sorin Davidoi [Mon, 24 Jul 2017 17:54:39 +0000 (19:54 +0200)]
fix(compose_from): Do not autofocus on mobile (#4344)
Eugen Rochko [Mon, 24 Jul 2017 15:56:50 +0000 (17:56 +0200)]
Fix oddities with public profile CSS (#4341)
* Fix oddities with public profile CSS
* Remove trailing whitespace
m4sk1n [Mon, 24 Jul 2017 15:15:35 +0000 (17:15 +0200)]
i18n: @
2374d63 (pl) (#4340)
* i18n: @
2374d63 (pl)
* i18n: fixed typo on Polish translation
Eugen Rochko [Mon, 24 Jul 2017 15:15:15 +0000 (17:15 +0200)]
Redesign /terms page (#4338)
* Redesign /terms page
* Fix tests
* Remove unused keys
Lynx Kotoura [Mon, 24 Jul 2017 14:52:47 +0000 (23:52 +0900)]
Perfectly center mastodon logo on mobile landing page (#4339)
Setting only padding-left made the logo left-shifted on mobile page. Margin-right was old setting for adjusting clearance between old logo and letter "Mastodon".
Eugen Rochko [Mon, 24 Jul 2017 14:21:08 +0000 (16:21 +0200)]
Bump to 1.5.0rc1 (#4318)
Eugen Rochko [Mon, 24 Jul 2017 14:17:55 +0000 (16:17 +0200)]
Move clean up of unconfirmed users to sidekiq-scheduler (#4336)
* Move clean up of unconfirmed users to sidekiq-scheduler
* mastodon:daily is now deprecated
Eugen Rochko [Mon, 24 Jul 2017 13:09:08 +0000 (15:09 +0200)]
Redesign extended information page (#4322)
* Redesign extended information page
* Remove unused keys
* Add $ui-base-lighter-color variable to SCSS
Yamagishi Kazutoshi [Mon, 24 Jul 2017 12:49:06 +0000 (21:49 +0900)]
Change defaultMessage for spoiler placeholder (#4329)
Eugen Rochko [Mon, 24 Jul 2017 12:30:10 +0000 (14:30 +0200)]
Run i18n-tasks normalize (#4335)
sdukhovni [Mon, 24 Jul 2017 12:26:55 +0000 (22:26 +1000)]
Allow domain blocks that only reject media without silencing or suspending (#4325)
* Allow domain blocks to reject media without silencing or suspending
* Fix typo
* Hide 'Reject media' button when superfluous, instead of disabling it
* Properly hide 'reject media' checkbox on page load if needed
This may happen when resubmitting the domain block form after an error.
* Don't ask whether undoing a media-only block should be retroactive
* Rename :media_only block to :noop
* Display :noop block as None in frontend, allow blocks that do nothing
* Remove 'coding' line auto-added by emacs
Andrew Zyabin [Mon, 24 Jul 2017 11:37:05 +0000 (15:37 +0400)]
Update Russian translation for #4313 (#4334)
masarakki [Mon, 24 Jul 2017 08:51:38 +0000 (17:51 +0900)]
add-dependent-package (#4330)
Yamagishi Kazutoshi [Mon, 24 Jul 2017 08:43:59 +0000 (17:43 +0900)]
Add space to toot paragraph in landing page (#4331)
Yamagishi Kazutoshi [Mon, 24 Jul 2017 06:46:29 +0000 (15:46 +0900)]
Redirect user profile page to short URL when HTML format (#4328)
m4sk1n [Sun, 23 Jul 2017 21:57:13 +0000 (23:57 +0200)]
i18n: Update Polish translation (#4327)
* i18n: Update Polish translation
* i18n: Update Polish translation
Yamagishi Kazutoshi [Sun, 23 Jul 2017 21:32:53 +0000 (06:32 +0900)]
Change about_mastodon to about_mastodon_html for all locales (#4326)
Sorin Davidoi [Sun, 23 Jul 2017 21:27:23 +0000 (23:27 +0200)]
feat: Enable push subscription for mobile devices by default (#4321)
Yamagishi Kazutoshi [Sun, 23 Jul 2017 21:04:44 +0000 (06:04 +0900)]
Fix manifest description (regression from #4122) (#4324)
Yamagishi Kazutoshi [Sun, 23 Jul 2017 21:04:25 +0000 (06:04 +0900)]
Update Japanese translations for #4313 and #4315 (#4323)
* Update Japanese translations for #4313
* Update Japanese translations for #4315
Eugen Rochko [Sun, 23 Jul 2017 18:28:31 +0000 (20:28 +0200)]
Add background to media modal (#4317)
Eugen Rochko [Sun, 23 Jul 2017 18:28:18 +0000 (20:28 +0200)]
Add loading indicator animation (#4316)
Eugen Rochko [Sun, 23 Jul 2017 18:28:06 +0000 (20:28 +0200)]
Improve noscript message and style (#4315)
Sylvhem [Sun, 23 Jul 2017 14:57:32 +0000 (16:57 +0200)]
Change "Content Warning" to "Write your warning here" (#4313)
Change the placeholder used in the content warning field from "Content Warning" to "Write your warning here". This change should made it easier to understand what the field is about.
Change le message de substitution utilisé dans le champ d’avertissement de « Avertissement » à « Écrivez ici votre avertissement ». Ce changement devrait rendre plus évidente la fonction du champ.
Sorin Davidoi [Sun, 23 Jul 2017 12:50:26 +0000 (14:50 +0200)]
fix(getting_started): Scroll on mobile (#4312)
m4sk1n [Sun, 23 Jul 2017 12:50:10 +0000 (14:50 +0200)]
i18n: Update Polish translation (#4311)
Sorin Davidoi [Sun, 23 Jul 2017 12:03:35 +0000 (14:03 +0200)]
fix(columns_area): Show correct title for preview columns (#4310)
Quent-in [Sun, 23 Jul 2017 10:46:40 +0000 (12:46 +0200)]
i10n Update for Occitan (#4301)
* Update to translate new strings
* Update
* Update
* Indend added
* Update oc.yml
Yamagishi Kazutoshi [Sun, 23 Jul 2017 10:46:10 +0000 (19:46 +0900)]
Fix logo URL (#4309)
Yamagishi Kazutoshi [Sun, 23 Jul 2017 09:09:42 +0000 (18:09 +0900)]
Change logo.png to logo.svg for web UI (#4307)
Eugen Rochko [Sun, 23 Jul 2017 00:46:10 +0000 (02:46 +0200)]
Update README header with logo
Eugen Rochko [Sun, 23 Jul 2017 00:40:39 +0000 (02:40 +0200)]
New logo (#4306)
* Add new logo
* Remove unused images
Eugen Rochko [Sat, 22 Jul 2017 23:15:04 +0000 (01:15 +0200)]
Add rake task mastodon:feeds:build to regenerate all active users' feeds (#4303)
Eugen Rochko [Sat, 22 Jul 2017 23:14:57 +0000 (01:14 +0200)]
Run yarn run manage:translations and i18n-tasks normalize (#4302)
Ondřej Hruška [Sat, 22 Jul 2017 20:27:06 +0000 (22:27 +0200)]
Changed landing page cloud animation to be more relaxed and smoother (#4304)
Damien Erambert [Sat, 22 Jul 2017 18:28:40 +0000 (11:28 -0700)]
Update French locales (settings, ToS, & co) (#4261)
* add fr-FR locales to the landing page
* moar french locales
* terms of service/privacy policy
* remove un-used locales in the client (yarn manage:translations)
* update french locales in the client
* remove duplicate locales in fr.yml
* fix typos per PR comments in fr.yml
* put back default messages
* translate untranslated keys on the client
* add "push" after notifications
* correctly ident ToS in fr.yml
Eugen Rochko [Sat, 22 Jul 2017 14:36:54 +0000 (16:36 +0200)]
Turn clouds on landing page into SVGs, use SCSS variables to color them (#4299)
Eugen Rochko [Sat, 22 Jul 2017 14:36:36 +0000 (16:36 +0200)]
Fix #4172 - Mutes now block notifications (#4300)
Sylvhem [Sat, 22 Jul 2017 12:11:46 +0000 (14:11 +0200)]
Mise à jour de la traduction de la page d’accueil (#4294)
* Mise à jour de la traduction de la page d’accueil
Met à jour les traductions et ajoute les chaînes manquantes suite à la refonte de la page d’accueil.
Update translations and add the strings introduced by the landing page's redesign.
* Correction d’erreurs
Corrige l’indentation de certaines clefs et supprime admin.settings.setting qui n’existe plus dans le projet original.
Fix some indentations and delete admin.settings.setting, which have been removed upstream.
Eugen Rochko [Fri, 21 Jul 2017 23:09:10 +0000 (01:09 +0200)]
Fix sessions being replaced needlessly (#4292)
Sorin Davidoi [Fri, 21 Jul 2017 12:22:29 +0000 (14:22 +0200)]
feat(compose): Change media query for compact mode to max-height: 400px (#4291)
Yamagishi Kazutoshi [Fri, 21 Jul 2017 12:22:05 +0000 (21:22 +0900)]
Run `bundle` (regression from #4284) (#4290)
Eugen Rochko [Fri, 21 Jul 2017 11:40:48 +0000 (13:40 +0200)]
Update Goldfinger gem to 2.0 (#4286)
- No masking of HTTP::Error and OpenSSL::SSL::SSLError
- No longer accepts non-HTTPS WebFinger endpoints
Yamagishi Kazutoshi [Fri, 21 Jul 2017 10:47:16 +0000 (19:47 +0900)]
Dynamicaly change avatar and header bg from account setting (#4289)
Eugen Rochko [Fri, 21 Jul 2017 10:45:13 +0000 (12:45 +0200)]
Fix intermittent test failures due to accidentally reused class instance between threads (#4287)
Eugen Rochko [Fri, 21 Jul 2017 03:28:51 +0000 (05:28 +0200)]
Fix #3220 - Show avatar/header on edit profile page (#4288)
Eugen Rochko [Fri, 21 Jul 2017 02:27:40 +0000 (04:27 +0200)]
Use the same emoji data on the frontend and backend (#4284)
* Use the same emoji data on the frontend and backend
* Move emoji.json to repository, add tests
This way you don't need to install node dependencies if you only
want to run Ruby code
Sorin Davidoi [Thu, 20 Jul 2017 23:38:24 +0000 (01:38 +0200)]
feat(compose): More space on mobile devices (#4282)
* feat(compose): More space on mobile devices
* feat(compose): Hide navigation when typing on mobile devices
* fix(compose): Make animation faster
* fix(navigation_bar): Remove hardcoded title
* fix(compose): Prevent accidental bluring
* fix(compose): Increase max-height to 600px
Eugen Rochko [Thu, 20 Jul 2017 21:07:13 +0000 (23:07 +0200)]
Add button to re-subscribe to all accounts from a domain (#4285)
Eugen Rochko [Wed, 19 Jul 2017 23:59:07 +0000 (01:59 +0200)]
Fix webfinger retries (#4275)
* Do not raise unretryable exceptions in ResolveRemoteAccountService
* Removed fatal exceptions from ResolveRemoteAccountService
Exceptions that cannot be retried should not be raised. New exception
class for those that can be retried (Mastodon::UnexpectedResponseError)
Sorin Davidoi [Wed, 19 Jul 2017 22:20:54 +0000 (00:20 +0200)]
feat(css): Remove border radius from WebKit's scrollbars (#4278)
Sorin Davidoi [Wed, 19 Jul 2017 20:38:26 +0000 (22:38 +0200)]
fix(status_list): Update scroll position after toots are appended (#4277)
Sorin Davidoi [Wed, 19 Jul 2017 20:37:52 +0000 (22:37 +0200)]
fix(push_subscription): Guard against malformed favourite notification (#4271)
unarist [Wed, 19 Jul 2017 18:26:51 +0000 (03:26 +0900)]
Update scroll top state on column mounting (#4276)
Sorin Davidoi [Wed, 19 Jul 2017 17:38:50 +0000 (19:38 +0200)]
fix: Handle errors without response (#4274)
Eugen Rochko [Wed, 19 Jul 2017 15:06:46 +0000 (17:06 +0200)]
Add ActivityPub attributes to accounts (#4273)
Akihiko Odaki [Wed, 19 Jul 2017 14:02:03 +0000 (23:02 +0900)]
Fix logging in ProcessFeedService (#4270)
Eugen Rochko [Wed, 19 Jul 2017 12:44:04 +0000 (14:44 +0200)]
Refactor ResolveRemoteAccountService (#4258)
* Refactor ResolveRemoteAccountService
* Remove trailing whitespace
* Use redis locks around critical ResolveRemoteAccountService code
* Add test for race condition of lock
Cygnan [Wed, 19 Jul 2017 11:35:22 +0000 (20:35 +0900)]
Fix a typo in public.js (double semicolons) (#4269)
Signed-off-by: Cygnan <mail@cygnan.com>
m4sk1n [Wed, 19 Jul 2017 10:25:06 +0000 (12:25 +0200)]
i18n: Update Polish translation (#4268)
Eugen Rochko [Wed, 19 Jul 2017 10:00:05 +0000 (12:00 +0200)]
Fix deprecation warning for non-pipeline assets (#4267)
m4sk1n [Wed, 19 Jul 2017 08:49:36 +0000 (10:49 +0200)]
i18n: @
716f4cb (pl) (#4266)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Damien Erambert [Wed, 19 Jul 2017 07:43:46 +0000 (00:43 -0700)]
fix missing closing <p> tag in ToS in en.yml (#4262)
m4sk1n [Wed, 19 Jul 2017 07:43:10 +0000 (09:43 +0200)]
Fix missing closing <p> tag in ToS in .yml files (#4264)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Yamagishi Kazutoshi [Wed, 19 Jul 2017 02:59:04 +0000 (11:59 +0900)]
Add feature to revoke sessions (#4259)
Eugen Rochko [Tue, 18 Jul 2017 23:37:26 +0000 (01:37 +0200)]
Correct OStatus inflection (Ostatus -> OStatus) (#4255)
Sorin Davidoi [Tue, 18 Jul 2017 20:49:24 +0000 (22:49 +0200)]
feat(emoji): Add back title attribute (#4253)
lindwurm [Tue, 18 Jul 2017 18:03:18 +0000 (03:03 +0900)]
Update Japanese translation (chase #4249) (#4251)
Signed-off-by: lindwurm <lindwurm.q@gmail.com>