Commit graph

5294 commits

Author SHA1 Message Date
syuilo
5c20c40bcd New translations ja.yml (Russian) 2018-05-16 08:31:24 +09:00
syuilo
3f96ccc91c New translations ja.yml (English) 2018-05-16 08:31:23 +09:00
syuilo
d311995ae1 New translations ja.yml (Spanish) 2018-05-16 08:31:21 +09:00
syuilo
0b38b54ad8 New translations ja.yml (German) 2018-05-16 08:31:20 +09:00
syuilo
331a01b9ff New translations ja.yml (French) 2018-05-16 08:31:18 +09:00
syuilo
7521b3df25 New translations ja.yml (English) 2018-05-16 08:21:48 +09:00
syuilo
b433243995 New translations ja.yml (Korean) 2018-05-16 08:02:30 +09:00
syuilo
0c20fe9fd5 New translations ja.yml (Polish) 2018-05-16 08:02:28 +09:00
syuilo
3ead868594 New translations ja.yml (Chinese Simplified) 2018-05-16 08:02:27 +09:00
syuilo
e3c3f8174c New translations ja.yml (Italian) 2018-05-16 08:02:25 +09:00
syuilo
c60832a13d New translations ja.yml (Russian) 2018-05-16 08:02:23 +09:00
syuilo
0a03c0d858 New translations ja.yml (English) 2018-05-16 08:02:22 +09:00
syuilo
540b485fe5 New translations ja.yml (Spanish) 2018-05-16 08:02:20 +09:00
syuilo
6eee16ec8f New translations ja.yml (German) 2018-05-16 08:02:19 +09:00
syuilo
3dad32a6e8 New translations ja.yml (French) 2018-05-16 08:02:17 +09:00
syuilo
6589e074c4 Merge pull request #1583 from saper/validate-url
Validate Misskey URL
2018-05-16 07:47:22 +09:00
Marcin Cieślak
52a790805d Validate Misskey URL 2018-05-16 00:46:38 +02:00
syuilo
f4e2415ba4 Merge pull request #1582 from saper/exit-on-config-error
Stop webpack on URL error, otherwise gulp continues
2018-05-16 07:36:22 +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
syuilo
be36499f3e Merge pull request #1581 from saper/delete_array
Use delete[] after new[]
2018-05-16 07:23:13 +09: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
syuilo
39eadba102 Merge pull request #1580 from marihachi/marihachi-patch-1
update license tip
2018-05-14 19:04:18 +09:00
Marihachi
2f52c6df95 update license tip 2018-05-14 18:58:47 +09:00
syuilo
55394539b5 2.6.2 2018-05-14 14:16:56 +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
4f686f45e2 2.6.1 2018-05-14 09:15: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
57cf29dde6 2.6.0 2018-05-13 03:17:09 +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
syuilo
426bbc063f Merge pull request #1576 from mei23/mei-preview
Fix url preview
2018-05-10 06:36:19 +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
syuilo
4b02600297 Merge pull request #1575 from mei23/mei-listlm
Fix list load-more is not working
2018-05-09 05:15:51 +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
2a90549f3d Update setup.ja.md 2018-05-08 04:04:18 +09:00
syuilo
f3255c6090 2.5.0 2018-05-07 18:22:44 +09:00
syuilo
51969954c1 Fix bug 2018-05-07 18:20:15 +09:00