ふぁぼ原
629fae8b3b
correct URL pattern used in text length counter in WebUI ( #4968 )
2017-09-16 15:01:15 +02:00
unarist
23671fbffc
Fix AP serialization error when thread is missing ( #4970 )
...
`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 15:00:36 +02:00
unarist
c30e6433de
Fix AP serialization error when thread is missing ( #4970 )
...
`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 15:00:36 +02:00
Naoki Kosaka
eda52774d0
Fix hasSize condition in secSet and sizes. ( #4969 )
2017-09-16 15:00:01 +02:00
Naoki Kosaka
cea5597722
Fix hasSize condition in secSet and sizes. ( #4969 )
2017-09-16 15:00:01 +02:00
Akihiko Odaki
d4a1ddd46a
Fix filterable_languages method of SettingsHelper ( #4966 )
2017-09-16 14:59:41 +02:00
Akihiko Odaki
48d77ea1eb
Fix filterable_languages method of SettingsHelper ( #4966 )
2017-09-16 14:59:41 +02:00
Eugen Rochko
f3c22d480e
Bump to 1.6.1
2017-09-16 03:08:29 +02:00
Eugen Rochko
efec507230
Bump to 1.6.1
2017-09-16 03:08:29 +02:00
Eugen Rochko
26c797bf0d
When accessing uncached media attachment, redownload it ( #4955 )
...
* When accessing uncached media attachment, redownload it
* Prevent re-download of rejected media
2017-09-16 03:01:45 +02:00
Eugen Rochko
54edb4b853
When accessing uncached media attachment, redownload it ( #4955 )
...
* When accessing uncached media attachment, redownload it
* Prevent re-download of rejected media
2017-09-16 03:01:45 +02:00
unarist
e4b7984624
Fix invisible load more button ( #4962 )
...
* 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-16 00:32:43 +02:00
unarist
6c81f9d6e5
Fix invisible load more button ( #4962 )
...
* 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-16 00:32:43 +02:00
Eugen Rochko
2d1048d041
When web UI URL used while logged out, redirect to static page ( #4954 )
2017-09-15 00:57:08 +02:00
Eugen Rochko
472df24579
When web UI URL used while logged out, redirect to static page ( #4954 )
2017-09-15 00:57:08 +02:00
Eugen Rochko
43af63268c
Remove redundant width/height values from SVGs to fix Safari bug ( #4956 )
2017-09-15 00:51:00 +02:00
Eugen Rochko
0d1215e82f
Remove redundant width/height values from SVGs to fix Safari bug ( #4956 )
2017-09-15 00:51:00 +02:00
Anna e só
584d2d8e02
l10n: PT-BR translation updated ( #4953 )
...
* 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-15 00:02:38 +02:00
Anna e só
e77cc032c2
l10n: PT-BR translation updated ( #4953 )
...
* 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-15 00:02:38 +02:00
sdukhovni
1fb5e3b009
Add scheduled worker to purge old user IPs ( #4951 )
...
* Add scheduled worker to purge old user IPs
* Use ruby 1.9 hash syntax
2017-09-14 22:26:38 +02:00
sdukhovni
67559361e8
Add scheduled worker to purge old user IPs ( #4951 )
...
* Add scheduled worker to purge old user IPs
* Use ruby 1.9 hash syntax
2017-09-14 22:26:38 +02:00
ThibG
67dd48a449
Fix race condition when receiving an ActivityPub Create multiple times ( #4930 )
...
* 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 22:26:22 +02:00
ThibG
4a73615193
Fix race condition when receiving an ActivityPub Create multiple times ( #4930 )
...
* 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 22:26:22 +02:00
Yamagishi Kazutoshi
175c2a9df2
Add missing Japanese translations ( #4947 )
2017-09-14 18:03:34 +02:00
Yamagishi Kazutoshi
bdcc9e2ceb
Add missing Japanese translations ( #4947 )
2017-09-14 18:03:34 +02:00
ふぁぼ原
c71727ca55
Enable to recognize most kinds of characters as URL paths ( #4941 )
2017-09-14 18:03:20 +02:00
ふぁぼ原
3816943e6b
Enable to recognize most kinds of characters as URL paths ( #4941 )
2017-09-14 18:03:20 +02:00
Masoud Abkenar
d08cf543a3
l10n: update Persian translation ( #4946 )
2017-09-15 00:13:38 +09:00
Masoud Abkenar
b39d512ade
l10n: update Persian translation ( #4946 )
2017-09-15 00:13:38 +09:00
Eugen Rochko
74626108b6
Fix #4908 - Do not keep remote file names, generate random ( #4934 )
2017-09-14 16:41:59 +02:00
Eugen Rochko
04046a4983
Fix #4908 - Do not keep remote file names, generate random ( #4934 )
2017-09-14 16:41:59 +02:00
unarist
f7ae3f39f6
Include requested URL into the message on network errors ( #4945 )
2017-09-14 16:12:50 +02:00
unarist
a4c500176b
Include requested URL into the message on network errors ( #4945 )
2017-09-14 16:12:50 +02:00
abcang
579a7c2654
Revert unique retry job ( #4937 )
...
* Revert "Enable UniqueRetryJobMiddleware even when called from sidekiq worker (#4836 )"
This reverts commit 0080804f44
.
* Revert "Do not execute the job with the same arguments as the retry job (#4814 )"
This reverts commit 892aeb7ffe
.
2017-09-14 15:12:43 +02:00
abcang
1aad015bbb
Revert unique retry job ( #4937 )
...
* Revert "Enable UniqueRetryJobMiddleware even when called from sidekiq worker (#4836 )"
This reverts commit 6859d4c028
.
* Revert "Do not execute the job with the same arguments as the retry job (#4814 )"
This reverts commit be7ffa2d75
.
2017-09-14 15:12:43 +02:00
m4sk1n
4d80e3c550
i18n: Update Polish translation ( #4942 )
...
* 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 21:58:48 +09:00
m4sk1n
94fba44eec
i18n: Update Polish translation ( #4942 )
...
* 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 21:58:48 +09:00
Jeroen
8cd10e7df6
Another Dutch language update ( #4944 )
...
* Update nl.json
* Update nl.yml
* Update nl.json
2017-09-14 21:52:47 +09:00
Jeroen
721460a59b
Another Dutch language update ( #4944 )
...
* Update nl.json
* Update nl.yml
* Update nl.json
2017-09-14 21:52:47 +09:00
Surinna Curtis
f55b76afba
Apply white-space: nowrap to account relationships icons
2017-09-14 07:37:39 -05:00
Surinna Curtis
7ebd6ed03c
Apply white-space: nowrap to account relationships icons
2017-09-14 07:37:39 -05:00
Naf
da2b2cfa70
Add Japanese translate for #4911 ( #4943 )
2017-09-14 18:20:04 +09:00
Naf
45b595cdca
Add Japanese translate for #4911 ( #4943 )
2017-09-14 18:20:04 +09:00
Quent-in
6279f70e60
l10n update OC/FR video redesign ( #4938 )
...
* 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-14 16:32:14 +09:00
Quent-in
aad3df6afc
l10n update OC/FR video redesign ( #4938 )
...
* 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-14 16:32:14 +09:00
Surinna Curtis
7de500297b
Tweak title text for mute notifications toggle to be clearer
2017-09-13 22:54:14 -05:00
Surinna Curtis
59936b7a98
Tweak title text for mute notifications toggle to be clearer
2017-09-13 22:54:14 -05:00
Surinna Curtis
5c5416aa7a
fix typos in the migration
2017-09-13 22:35:48 -05:00
Surinna Curtis
fd9a171129
fix typos in the migration
2017-09-13 22:35:48 -05:00
Surinna Curtis
06ed918632
Add migration to default Mute#hide_notifications? to true
2017-09-13 22:26:43 -05:00