Commit Graph

2771 Commits

Author SHA1 Message Date
syuilo
0f6edf7340 [wip] better mobile setting 2018-05-19 20:31:13 +09:00
syuilo
298ed9406d Clean up 2018-05-19 07:33:34 +09:00
syuilo
42ec1d2839 Fix 2018-05-19 07:22:39 +09:00
Marcin Mikołajczak
cb33949b76 even moar i18n
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-18 20:49:37 +02:00
syuilo
797252186e Fix bug 2018-05-18 15:42:42 +09:00
syuilo
3712cb4562 透過画像のレンダリングを改善 2018-05-18 15:31:28 +09:00
syuilo
abc8a278df Fix ui 2018-05-18 14:41:44 +09:00
syuilo
b2d33cb97a 🎨 2018-05-18 14:31:30 +09:00
syuilo
e5f549285e ✌️ 2018-05-18 12:21:53 +09:00
syuilo
89144adebc Catch error 2018-05-18 12:08:05 +09:00
mei23
4e154e6c2d Fix can't convert i18n docs 2018-05-18 11:00:50 +09:00
syuilo
6e916777eb 🎨 2018-05-18 09:49:28 +09:00
syuilo
3b85564b40 🎨 2018-05-18 09:40:57 +09:00
syuilo
83def8cef5 Improve renoting in mobile 2018-05-18 06:27:27 +09:00
Marcin Mikołajczak
394a87e473 moar i18n
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-17 20:18:47 +02:00
syuilo
fc2432785f Fix bug 2018-05-17 23:53:55 +09:00
syuilo
10a2db9160 添付されたメディアのURLは省略して表示するように 2018-05-17 23:38:35 +09:00
syuilo
50dca26de4 🎨 2018-05-17 23:18:24 +09:00
syuilo
7404a8fb8f 🎨 2018-05-17 23:10:53 +09:00
syuilo
a218e8efc2 ✌️ 2018-05-17 18:18:45 +09:00
syuilo
aa6be74454 モバイル版のウィジェット復活 2018-05-17 16:24:01 +09:00
syuilo
5d6dfb425d ✌️ 2018-05-17 15:41:07 +09:00
syuilo
7d82b8dcee oops 2018-05-17 15:25:41 +09:00
syuilo
68dc7340c3 Merge pull request #1587 from m4sk1n/typo
fix typo
2018-05-17 12:45:33 +09:00
syuilo
f9f53f272e #491 2018-05-17 09:28:31 +09:00
rinsuki
4dcb599233 fix #1428 2018-05-17 08:14:30 +09:00
Marcin Mikołajczak
7168c54474 fix typo
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-16 16:35:07 +02:00
syuilo
f0687911a6 Update deliver.ts 2018-05-16 17:30:00 +09:00
syuilo
0ef593999f Save remote user's endpoints 2018-05-16 17:06:12 +09:00
syuilo
cb532a508b ✌️ 2018-05-16 17:04:39 +09:00
syuilo
06179301bc Fix bug 2018-05-16 16:50:36 +09:00
syuilo
564ecf8fec i18n 2018-05-16 08:22:07 +09:00
Marcin Cieślak
32afdbab38 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
809549213e 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
2f52c6df95 update license tip 2018-05-14 18:58:47 +09:00
syuilo
6ea01697b1 Use _id instead of createdAt to improve performance 2018-05-14 13:58:44 +09:00
syuilo
fff0e8bc6d Fix bug 2018-05-14 13:54:18 +09:00
syuilo
7f17a44078 Update add-file.ts 2018-05-14 12:47:33 +09:00
syuilo
5dbc9a1ac8 Improve performance 2018-05-14 09:24:49 +09:00
syuilo
f2564c7417 NoteのuserIdに対してインデックスを張るように 2018-05-14 09:15:43 +09:00
syuilo
1ec9a1ed1b Disable prev/next 2018-05-14 09:01:37 +09:00
syuilo
a5b00b030a Fix bug 2018-05-13 17:00:34 +09:00
syuilo
1d639faf15 Fix bug 2018-05-13 16:52:47 +09:00
syuilo
009050a8d4 Better error handling 2018-05-13 16:26:11 +09:00
syuilo
693c978f93 ✌️ 2018-05-13 03:16:31 +09:00
syuilo
4c11b74c8a Add index 2018-05-13 03:13:55 +09:00
syuilo
3c476eb0d8 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-13 03:08:33 +09:00
syuilo
b31bf7586d Add note 2018-05-13 03:08:00 +09:00
mei23
a7318de307 Fix cause error in case preview has data URI 2018-05-10 01:08:33 +09:00
mei23
e566d87aa8 Fix can't preview some url 2018-05-09 20:14:34 +09:00