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.
7 years ago
Naoki Kosaka
eda52774d0
Fix hasSize condition in secSet and sizes. ( #4969 )
7 years ago
Akihiko Odaki
d4a1ddd46a
Fix filterable_languages method of SettingsHelper ( #4966 )
7 years ago
Eugen Rochko
f3c22d480e
Bump to 1.6.1
7 years ago
Eugen Rochko
26c797bf0d
When accessing uncached media attachment, redownload it ( #4955 )
...
* When accessing uncached media attachment, redownload it
* Prevent re-download of rejected media
7 years ago
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
7 years ago
Eugen Rochko
2d1048d041
When web UI URL used while logged out, redirect to static page ( #4954 )
7 years ago
Eugen Rochko
43af63268c
Remove redundant width/height values from SVGs to fix Safari bug ( #4956 )
7 years ago
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
7 years ago
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
7 years ago
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
7 years ago
Yamagishi Kazutoshi
175c2a9df2
Add missing Japanese translations ( #4947 )
7 years ago
ふぁぼ原
c71727ca55
Enable to recognize most kinds of characters as URL paths ( #4941 )
7 years ago
Masoud Abkenar
d08cf543a3
l10n: update Persian translation ( #4946 )
7 years ago
Eugen Rochko
74626108b6
Fix #4908 - Do not keep remote file names, generate random ( #4934 )
7 years ago
unarist
f7ae3f39f6
Include requested URL into the message on network errors ( #4945 )
7 years ago
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
.
7 years ago
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
7 years ago
Jeroen
8cd10e7df6
Another Dutch language update ( #4944 )
...
* Update nl.json
* Update nl.yml
* Update nl.json
7 years ago
Surinna Curtis
f55b76afba
Apply white-space: nowrap to account relationships icons
7 years ago
Naf
da2b2cfa70
Add Japanese translate for #4911 ( #4943 )
7 years ago
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
7 years ago
Surinna Curtis
7de500297b
Tweak title text for mute notifications toggle to be clearer
7 years ago
Surinna Curtis
5c5416aa7a
fix typos in the migration
7 years ago
Surinna Curtis
06ed918632
Add migration to default Mute#hide_notifications? to true
7 years ago
N氏
3d5170251e
Add Japanese translate for #4913 ( #4936 )
7 years ago
Surinna Curtis
c872ae6e76
Fixed a typo that was breaking the account mute API endpoint
7 years ago
Surinna Curtis
e6a8692d0e
minor code style fixes oops
7 years ago
Surinna Curtis
3688a48100
Refactor handling of default params for muting to make code cleaner
7 years ago
Surinna Curtis
d6b0f5fb2c
add an explanatory comment to AccountInteractions
7 years ago
Surinna Curtis
97469efc35
fix a missing import
7 years ago
Surinna Curtis
11088e5667
In probably dead code, replace a dispatch of muteAccount that was skipping the modal with launching the mute modal.
7 years ago
Surinna Curtis
5774861ece
satisfy eslint
7 years ago
Surinna Curtis
20fd564109
make the hide/unhide notifications buttons work
7 years ago
Surinna Curtis
b2ba83bbda
Allow modifying the hide_notifications of a mute with the /api/v1/accounts/:id/mute endpoint
7 years ago
Surinna Curtis
27567d9ce9
Show whether muted users' notifications are muted in account lists
7 years ago
Surinna Curtis
d629e90628
Expose whether a mute hides notifications in the api/v1/relationships endpoint
7 years ago
Surinna Curtis
86d02930c7
Add more specs for the /api/v1/mutes/details endpoint
7 years ago
Surinna Curtis
8a90d61de0
Define a serializer for /api/v1/mutes/details
7 years ago
Surinna Curtis
2bd218dfdb
Add a /api/v1/mutes/details route that just returns the array of mutes.
7 years ago
Surinna Curtis
27ee70ba19
Put the label for the hide notifications checkbox in a label element.
7 years ago
Surinna Curtis
b7227d05f8
add trailing newlines to files for Pork :)
7 years ago
Surinna Curtis
5fa430ba7c
specs for MuteService notifications params
7 years ago
Surinna Curtis
9cdcd429d9
Satisfy eslint.
7 years ago
Surinna Curtis
62fde4c01c
Convert profile header mute to use mute modal
7 years ago
Surinna Curtis
5d43556afd
Break out a separate mute modal with a hide-notifications checkbox.
7 years ago
Surinna Curtis
277f0e69a8
Less gross passing of notifications flag
7 years ago
Surinna Curtis
1e69cc4228
API support for muting notifications (and specs)
7 years ago
Surinna Curtis
06a7000498
Add support for muting notifications in MuteService
7 years ago
Surinna Curtis
6221116794
specs testing that hide_notifications in mutes actually hides notifications
7 years ago