Commit graph

5274 commits

Author SHA1 Message Date
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
syuilo 87862ba18b
Merge pull request #1580 from marihachi/marihachi-patch-1
update license tip
2018-05-14 19:04:18 +09:00
Marihachi 3853255638
update license tip 2018-05-14 18:58:47 +09:00
syuilo 12c624fa58 2.6.2 2018-05-14 14:16:56 +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 26941f62c6 2.6.1 2018-05-14 09:15: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
syuilo 7af9ad9869 Better error handling 2018-05-13 16:26:11 +09:00
syuilo a858dd4453 2.6.0 2018-05-13 03:17:09 +09:00
syuilo f47377d181 ✌️ 2018-05-13 03:16:31 +09:00
syuilo bc197bc958 Add index 2018-05-13 03:13:55 +09:00
syuilo 1836dd7312 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-13 03:08:33 +09:00
syuilo b844a8e9d5 Add note 2018-05-13 03:08:00 +09:00
syuilo a4ed163b62
Merge pull request #1576 from mei23/mei-preview
Fix url preview
2018-05-10 06:36:19 +09:00
mei23 f40e1ff0cc Fix cause error in case preview has data URI 2018-05-10 01:08:33 +09:00
mei23 d261fdbbc0 Fix can't preview some url 2018-05-09 20:14:34 +09:00
syuilo 6b0a42af27
Merge pull request #1575 from mei23/mei-listlm
Fix list load-more is not working
2018-05-09 05:15:51 +09:00
mei23 107d9fd2c8 Fix list load-more is not working 2018-05-09 04:56:07 +09:00
syuilo 4116b9eaf2 Provide originalNotesCount and originalUsersCount 2018-05-08 07:19:23 +09:00
syuilo ecd71ef5ff Fix bug 2018-05-08 07:08:02 +09:00
syuilo 058602352c Fix #1574 2018-05-08 07:03:06 +09:00
syuilo 59c39fab13 Update setup.ja.md 2018-05-08 04:04:18 +09:00
syuilo ab4f97ff20 2.5.0 2018-05-07 18:22:44 +09:00
syuilo 79640d6861 Fix bug 2018-05-07 18:20:15 +09:00
syuilo d305c7e401 Fix 2018-05-07 17:45:21 +09:00
syuilo 8afaca36d9 Better text parsing 2018-05-07 17:19:00 +09:00
syuilo 9950fafff7 oops 2018-05-07 17:15:20 +09:00
syuilo 0d9857db63 2.5.0-beta1 2018-05-07 17:05:17 +09:00
syuilo 10c932876d Better banner redering 2018-05-07 17:05:05 +09:00
syuilo d5d7a527a0 Fix #1569 2018-05-07 16:53:56 +09:00
syuilo 9eb8595130 Fix ui 2018-05-07 16:39:00 +09:00
syuilo 8c46e5b3d9 投稿のレンダリングを改善 2018-05-07 16:31:33 +09:00
syuilo 73bd877993 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-07 16:25:21 +09:00
syuilo de6cbf8a22 リモートアカウントの投稿に対しての返信にはメンションを付けるように 2018-05-07 16:25:06 +09:00
syuilo 89f618d732
Update i18n.ts 2018-05-07 05:22:06 +09:00
syuilo 4955df3911 oops 2018-05-07 04:26:45 +09:00
syuilo 6785f50a1f 良い感じに 2018-05-07 04:08:39 +09:00
syuilo a549327170 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-07 03:19:27 +09:00
syuilo 1f018d87f2 メンションを処理 2018-05-07 03:19:24 +09:00
syuilo 769ee734fa
Merge pull request #1572 from ha-dai/patch1
Fix typo.
2018-05-07 03:09:45 +09:00
ha-dai 6419185228 fix typo 2018-05-07 03:05:00 +09:00
syuilo b77cbeca22 #1427 2018-05-07 02:54:14 +09:00
syuilo 4cce10a7d7 Fix glitch 2018-05-07 01:43:51 +09:00
syuilo 1a6fd7d72e Fix ui glitch 2018-05-06 21:13:21 +09:00