Commit Graph
55 Commits
Author SHA1 Message Date
7aee364795 Fix open media hotkey (#15308)
* Fix open media hotkey

* Update status.js

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2020-12-09 00:24:13 +01:00
Jeong ArmandGitHub 0ab97107c7 Remove nodejs buildpack from buildpacks (#14364) 2020-07-20 09:48:10 +02:00
Jeong ArmandGitHub 8c42e0b53c Make bookmarks also searchable (#13271) 2020-03-21 03:14:10 +01:00
Jeong ArmandEugen Rochko 26988be57d Close registration before self-destruct (#12877) 2020-01-21 18:56:18 +01:00
Jeong ArmandEugen Rochko 76adde4fe2 Fix media open hotkey (#12546) 2019-12-05 00:50:51 +01:00
Jeong ArmandEugen Rochko c4fbfaf0b8 Remove unused option from tootctl accounts cull (#12074) 2019-10-06 04:30:07 +02:00
Jeong ArmandEugen Rochko 3abe003f59 Fix drag and drop link to composebox (#12055) 2019-10-02 17:10:56 +02:00
Jeong ArmandEugen Rochko 66fda37fd0 Scroll into search bar when focus (#12032) 2019-10-01 19:19:10 +02:00
Jeong ArmandEugen Rochko 00d7bdcc2a Fix search error when ElasticSearch is enabled but not available (#11954)
* Fallback to Database search when ES not available

* Prevent double work if ES gives 0 result

* Apply suggestion from code review
2019-09-26 18:06:08 +02:00
Jeong ArmandEugen Rochko 26b810561a Fix ugly TOC when title is too long (#11916)
* Fix ugly TOC when title is too long

* Fix TOC using grid, minmax
2019-09-22 12:58:29 +02:00
Jeong ArmandEugen Rochko 45ec360481 Fix timestamp on featured tag (#11477)
It resolves #11338
2019-08-04 23:00:38 +02:00
Jeong ArmandEugen Rochko 6a1f08d29a Prevent archiving when user set "noindex" (#11421) 2019-07-28 13:46:04 +02:00
Jeong ArmandYamagishi Kazutoshi 40be49fe28 Fix Korean translate (#11047) 2019-06-11 13:06:42 +09:00
Jeong ArmandEugen Rochko 654fd071b7 Add missing Korean translations (#11014) 2019-06-09 21:07:50 +02:00
Jeong ArmandEugen Rochko 8f3c32e29c Scroll to compose form when focus (#10970)
* Scroll to compose form when focus

* Get rid of constructor
2019-06-05 15:29:45 +02:00
Jeong ArmandEugen Rochko a1e96b2d8a Add missing Korean translations (#10962)
And change some word.
2019-06-04 18:00:09 +02:00
Jeong ArmandEugen Rochko e13e4b28db Fix profile picture preview (#10931) 2019-06-02 18:04:41 +02:00
Jeong ArmandEugen Rochko 03801fcaa5 Remove custom emojis on "tootctl domains purge" (#10721)
* Remove custom emojis on domains purge

* Change message "Removing" to "Removed"
2019-05-09 22:03:20 +02:00
Jeong ArmandEugen Rochko ce8635605c Record deleted(by mod) status to prevent re-appear (#10732)
* Record deleted(by mod) status to prevent re-appear

* Move to Tombstone

* Add missing migration script
2019-05-09 22:03:02 +02:00
Jeong ArmandEugen Rochko 09eea46631 Bring back crossed eye icon on gallery (#10715) 2019-05-08 18:01:33 +02:00
Jeong ArmandEugen Rochko 4595168863 Translation - Korean (#10540) 2019-04-10 14:49:40 +02:00
Jeong ArmandYamagishi Kazutoshi 619bbc23ef Translate Korean (#10499) 2019-04-08 12:35:37 +09:00
Jeong ArmandEugen Rochko caa2814d40 Translate Korean (devise) (#10464) 2019-04-04 01:31:08 +02:00
Jeong ArmandYamagishi Kazutoshi f984f2ea4e Esperanto translations (#10461)
* Esperanto translations

* Translate untranslated Esperanto strings

* Normalize eo translation
2019-04-03 18:19:10 +09:00
Jeong ArmandEugen Rochko 67eb47e25f Simplify culling and fix race condition (#10440) 2019-04-01 19:17:21 +02:00
Jeong ArmandYamagishi Kazutoshi 51625d3423 Remove unused code (#10426) 2019-03-30 15:47:25 +09:00
Jeong ArmandYamagishi Kazutoshi e5d79d1635 Add missing Korean translations (#10416)
* Fix Korean translation

* Add missing translation
2019-03-29 22:14:24 +09:00
Jeong ArmandEugen Rochko 9ec98893f4 Change settings description (#10312)
- site_description is no longer visible on front page
- short_description is not fallback to site_description
2019-03-23 16:11:58 +01:00
Jeong ArmandEugen Rochko 582f86ab32 Re-enable ignored translations that is needed (#7842)
Some of strings should be translated.
2019-02-02 19:37:16 +01:00
Jeong ArmandEugen Rochko d50e824168 Apply style for .landing-page strong (#9892) 2019-01-21 20:03:44 +01:00
Jeong ArmandEugen Rochko 9ee9cb549b Adjust admin UI right panel size (#9768)
* Adjust admin UI right panel size

* Fix typo
2019-01-11 10:15:44 +00:00
Jeong ArmandEugen Rochko 511231ce57 Skip full text search if failed (#9654)
* Skip full text search if failed

* Move rescue block to "perform_statuses_search!"
2018-12-30 19:00:29 +01:00
Jeong ArmandEugen Rochko 7800e1af7e Specify node version to not use node11 (#9166)
uWS has no support node11 yet.
2018-10-30 19:46:20 +01:00
Jeong ArmandEugen Rochko 2e18ad74dc Fix tootctl cull on dead servers (#9041)
* Delete first 9 accounts on dead servers

* Clean up code by moving dead server culling to the end
2018-10-21 22:52:27 +02:00
Jeong ArmandEugen Rochko 68f0e4d54e Handle if username is not found on tootctl feeds build (#9040) 2018-10-21 16:42:22 +02:00
Jeong ArmandEugen Rochko 144d73730d Leave unknown language as nil if account is remote (#8861)
* Force use language detector if account is remote

* Set unknown remote toot's language as nil
2018-10-05 19:17:46 +02:00
Jeong ArmandYamagishi Kazutoshi 0f0576ea06 Add missing Korean translations (#8017) 2018-07-14 18:27:27 +09:00
Jeong ArmandEugen Rochko c8c25ea7eb Add dependencies for uWebSockets (#7466)
UWS needs openssl and zlib https://github.com/uNetworking/uWebSockets/wiki/Misc.-details#dependencies
2018-07-14 01:47:10 +02:00
Jeong ArmandYamagishi Kazutoshi d1a6b144ef Add missing Korean translation (#7993)
* Add missing Korean translation

* Remove deleted strings
2018-07-11 14:01:42 +09:00
Jeong ArmandYamagishi Kazutoshi 0f6622f7d1 Add missing Korean translations (#7819)
* Add missing Korean translations

* i18n-tasks normalize
2018-06-16 18:47:42 +09:00
Jeong ArmandYamagishi Kazutoshi ccd53e983c Missing Korean translations (#6703) 2018-03-09 14:21:47 +09:00
Jeong ArmandYamagishi Kazutoshi c82a2358bd Translate Korean (#6608) 2018-03-04 01:53:55 +09:00
Jeong ArmandYamagishi Kazutoshi 143fb54ab9 Korean translation (#6322)
Related to #6273
2018-01-22 08:49:57 +09:00
Jeong ArmandEugen Rochko acb982fc66 Korean translate (#6277)
* Translate Korean

* Translate Korean #6263
2018-01-17 12:42:11 +01:00
Jeong ArmandEugen Rochko dcc614f869 Add some browsers (#6246)
Related: #6165
2018-01-15 06:50:29 +01:00
Jeong ArmandEugen Rochko 704053d221 Handle sessions that can't be translated (#6245)
* Handle sessions that can't be translated

This commit fixes #6165.

* Fix typo
2018-01-12 02:44:28 +01:00
Jeong ArmandYamagishi Kazutoshi 9e97fbf0af Translate Korean (#6212) 2018-01-07 11:13:42 +09:00
Jeong ArmandEugen Rochko f4b80e6511 Translate Korean (#6131)
Relates to #6125, #6099
2017-12-30 02:44:19 +01:00
Jeong ArmandYamagishi Kazutoshi e52293482e Update Korean translation (#6050)
* Update Korean translation

* Translate Korean for javascript

* Add missing translations on simple_form
2017-12-20 11:45:50 +09:00
Jeong ArmandEugen Rochko 9d97054fe6 Remove timestamps on any option (#5282) 2017-10-09 17:52:02 +02:00
Jeong ArmandYamagishi Kazutoshi ebadfe0ab7 Translate some Esperanto (#5252)
* Translate some Esperanto

* More translation

* More Esperanto translation

* Esperanto translation

* Fix mistaken format
2017-10-08 14:30:14 +09:00
Jeong ArmandYamagishi Kazutoshi 0e0a9e716c Korean translation (#5244)
* [i18n] Korean translation

Add missing Korean translations.

[skip ci]

* start ci
2017-10-07 14:16:59 +09:00
Jeong ArmandEugen Rochko 0db47196fb Fix stupid typo (#5184) 2017-10-02 23:27:52 +02:00
Jeong ArmandEugen Rochko c30e492587 Korean translation (#5185)
* Add missing Korean translations

* Add Korean email confirmation template

* Fix Korean typo
2017-10-02 23:26:28 +02:00
Jeong ArmandEugen Rochko d841af4e80 Append confirmation link as plain text (#5146)
* Append confirmation link as plain text

Some mail application is malfunctioning with links.

* Change description text
2017-10-02 07:21:46 +02:00