Commit Graph

2778 Commits

Author SHA1 Message Date
syuilo eb1aa1ef47 Improve mobile settings 2018-05-20 17:45:06 +09:00
syuilo f6449a7f32 Improve mobile settings 2018-05-20 17:37:30 +09:00
syuilo c85caef2d0 Clean up 2018-05-20 14:12:58 +09:00
syuilo 58abaa723d 🎨 2018-05-20 14:10:22 +09:00
syuilo 853ee415ae Better mobile setting 2018-05-20 14:01:47 +09:00
syuilo 32de11c4bb wip 2018-05-20 09:04:48 +09:00
Marcin Mikołajczak 01e7c0175e moar and moar i18n
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-19 23:36:26 +02:00
syuilo 254fbbbc75 [wip] better mobile setting 2018-05-19 20:31:13 +09:00
syuilo e6eb1b2ae1 Clean up 2018-05-19 07:33:34 +09:00
syuilo ddad9da1c1 Fix 2018-05-19 07:22:39 +09:00
Marcin Mikołajczak cc486a3313 even moar i18n
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-18 20:49:37 +02:00
syuilo e6c4ba8133 Fix bug 2018-05-18 15:42:42 +09:00
syuilo 1075e3a005 透過画像のレンダリングを改善 2018-05-18 15:31:28 +09:00
syuilo dad8fff12d Fix ui 2018-05-18 14:41:44 +09:00
syuilo a6a175ede1 🎨 2018-05-18 14:31:30 +09:00
syuilo a01607fd97 ✌️ 2018-05-18 12:21:53 +09:00
syuilo 27582319fa Catch error 2018-05-18 12:08:05 +09:00
mei23 9b0e83d971 Fix can't convert i18n docs 2018-05-18 11:00:50 +09:00
syuilo e880d7da6c 🎨 2018-05-18 09:49:28 +09:00
syuilo 6ad90ecfa8 🎨 2018-05-18 09:40:57 +09:00
syuilo a8ade110e6 Improve renoting in mobile 2018-05-18 06:27:27 +09:00
Marcin Mikołajczak 1529a2eded moar i18n
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-17 20:18:47 +02:00
syuilo 4ad51672c1 Fix bug 2018-05-17 23:53:55 +09:00
syuilo 89a58dc596 添付されたメディアのURLは省略して表示するように 2018-05-17 23:38:35 +09:00
syuilo e1672e539b 🎨 2018-05-17 23:18:24 +09:00
syuilo 518f6e9677 🎨 2018-05-17 23:10:53 +09:00
syuilo d253df4574 ✌️ 2018-05-17 18:18:45 +09:00
syuilo a1692ebc7c モバイル版のウィジェット復活 2018-05-17 16:24:01 +09:00
syuilo 5c38084af5 ✌️ 2018-05-17 15:41:07 +09:00
syuilo e08b2a9481 oops 2018-05-17 15:25:41 +09:00
syuilo 23d452b99e
Merge pull request #1587 from m4sk1n/typo
fix typo
2018-05-17 12:45:33 +09:00
syuilo 14f7ff13ec #491 2018-05-17 09:28:31 +09:00
rinsuki 859c0c3491 fix #1428 2018-05-17 08:14:30 +09:00
Marcin Mikołajczak f9cd25c424 fix typo
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-16 16:35:07 +02:00
syuilo 161bce1a42
Update deliver.ts 2018-05-16 17:30:00 +09:00
syuilo 66437f31c0 Save remote user's endpoints 2018-05-16 17:06:12 +09:00
syuilo 34186cf45f ✌️ 2018-05-16 17:04:39 +09:00
syuilo f59209aaa3 Fix bug 2018-05-16 16:50:36 +09:00
syuilo e127341228 i18n 2018-05-16 08:22:07 +09:00
Marcin Cieślak 87ef08cf7a Stop webpack on URL error, otherwise gulp continues
$ webpack && gulp build
「dont.know.yet」は、正しいURLではありません。先頭に http:// または https:// をつけ忘れてないかなど確認してください。
[00:28:15] Requiring external module ts-node/register
/**
node-macaddress: Unkown os.platform(), defaulting to `unix'.
Error: Cannot find module './built/client/meta.json'
    at Function.Module._resolveFilename (module.js:543:15)
    at Function.Module._load (module.js:470:25)
    at Module.require (module.js:593:17)
    at require (internal/module.js:11:18)
/**
 * Config loader
    at Object.<anonymous> (/usr/home/saper/sw/misskey/gulpfile.ts:24:16)
    at Module._compile (module.js:649:30)
    at Module.m._compile (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:402:23)
    at Module._extensions..js (module.js:660:10)
    at Object.require.extensions.(anonymous function) [as .ts] (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:405:12)
    at Module.load (module.js:561:32)
error Command failed with exit code 1.
2018-05-16 00:34:39 +02:00
Marcin Cieślak 7d881427d4 Use delete[] after new[]
gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
  CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
                delete sourceBuf;
                ^
                      []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
        delete sourceBuf;
        ^
              []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
2 warnings generated.
2018-05-16 00:21:54 +02:00
Marihachi 3853255638
update license tip 2018-05-14 18:58:47 +09:00
syuilo 97c4758de2 Use _id instead of createdAt to improve performance 2018-05-14 13:58:44 +09:00
syuilo f20c08f0f7 Fix bug 2018-05-14 13:54:18 +09:00
syuilo 1641d6bce2 Update add-file.ts 2018-05-14 12:47:33 +09:00
syuilo f5d2cb5c61 Improve performance 2018-05-14 09:24:49 +09:00
syuilo 06461bb9ee NoteのuserIdに対してインデックスを張るように 2018-05-14 09:15:43 +09:00
syuilo 9f4624283d Disable prev/next 2018-05-14 09:01:37 +09:00
syuilo d4b696d03a Fix bug 2018-05-13 17:00:34 +09:00
syuilo 219fdecc50 Fix bug 2018-05-13 16:52:47 +09:00