Commit graph

2742 commits

Author SHA1 Message Date
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
mei23
75e4a1da3e Fix list load-more is not working 2018-05-09 04:56:07 +09:00
syuilo
0e332f0186 Provide originalNotesCount and originalUsersCount 2018-05-08 07:19:23 +09:00
syuilo
e06455c528 Fix bug 2018-05-08 07:08:02 +09:00
syuilo
17e53d2ebf Fix #1574 2018-05-08 07:03:06 +09:00
syuilo
51969954c1 Fix bug 2018-05-07 18:20:15 +09:00
syuilo
e087c7032c Fix 2018-05-07 17:45:21 +09:00
syuilo
54b46c5d00 Better text parsing 2018-05-07 17:19:00 +09:00
syuilo
d1fd3adcc9 oops 2018-05-07 17:15:20 +09:00
syuilo
aaa396e2b4 Better banner redering 2018-05-07 17:05:05 +09:00
syuilo
f25efb3161 Fix #1569 2018-05-07 16:53:56 +09:00
syuilo
02392d6a98 Fix ui 2018-05-07 16:39:00 +09:00
syuilo
c986c4e503 投稿のレンダリングを改善 2018-05-07 16:31:33 +09:00
syuilo
16891d15e8 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-07 16:25:21 +09:00
syuilo
604046636d リモートアカウントの投稿に対しての返信にはメンションを付けるように 2018-05-07 16:25:06 +09:00
syuilo
26302e3eda Update i18n.ts 2018-05-07 05:22:06 +09:00
syuilo
3bb9d54eb1 oops 2018-05-07 04:26:45 +09:00
syuilo
59e47b1f52 良い感じに 2018-05-07 04:08:39 +09:00
syuilo
514608d281 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-07 03:19:27 +09:00
syuilo
fa11c10133 メンションを処理 2018-05-07 03:19:24 +09:00
syuilo
e156c95429 Merge pull request #1572 from ha-dai/patch1
Fix typo.
2018-05-07 03:09:45 +09:00
ha-dai
a750eba6bf fix typo 2018-05-07 03:05:00 +09:00
syuilo
cab573c288 #1427 2018-05-07 02:54:14 +09:00
syuilo
0159b0bbd8 Fix glitch 2018-05-07 01:43:51 +09:00
syuilo
93e952e9d3 Fix ui glitch 2018-05-06 21:13:21 +09:00
syuilo
54ec0b8a93 アイコンのレンダリングを改善 2018-05-06 18:04:37 +09:00
syuilo
c1d28aa538 誰もフォローしていないときはローカルタイムラインを表示するように 2018-05-06 14:35:28 +09:00
syuilo
21f894e8cf Fix bugs 2018-05-06 02:08:27 +09:00
syuilo
4e0077f298 Fix bug 2018-05-06 01:46:35 +09:00
syuilo
b681746081 Provide prev and next note link 2018-05-06 01:43:53 +09:00