Skip to content
Snippets Groups Projects
  1. Mar 10, 2024
    • dakkar's avatar
      make cookie a bit more secure - fixes #445 · 6826e43a
      dakkar authored
      We can't make the cookie `HttpOnly` because we're setting it from
      Javascript, but I'm not sure it's worth the trouble to redesign that:
      `JSON.parse(localStorage.account).token` gives you the token anyway,
      hiding the cookie from JS won't offer much protection.
      
      At least we can mark is `Secure` (meaning, only send it over HTTPS)
      and _delete it on logout_ (it wasn't!)
      6826e43a
  2. Mar 02, 2024
  3. Feb 13, 2024
  4. Feb 12, 2024
  5. Jan 04, 2024
  6. Dec 14, 2023
  7. Dec 13, 2023
  8. Sep 30, 2023
  9. Sep 21, 2023
  10. Sep 19, 2023
  11. Sep 04, 2023
    • syuilo's avatar
      update deps (#11764) · 1f7a81aa
      syuilo authored
      * update deps
      
      * node16
      
      * wip
      
      * wip
      
      * wip
      
      * Update test-utils.ts
      
      * wip
      
      * Update tsconfig.json
      
      * wip
      
      * Update package.json
      
      * wip
      
      * Update following.vue
      
      * Update followers.vue
      
      * Update index.vue
      
      * Update share.vue
      
      * Update MkUserPopup.vue
      
      * Update MkPostForm.vue
      
      * wip
      
      * Update MkTokenGenerateWindow.vue
      
      * Update MkPagination.vue
      
      * refactor
      
      * update deps
      
      * update deps
      
      * Update sw.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update FetchInstanceMetadataService.ts
      
      * Update FetchInstanceMetadataService.ts
      
      * update node
      
      * update deps
      
      * 🎨
      1f7a81aa
  12. Aug 13, 2023
    • syuilo's avatar
      feat: refine announcement (#11497) · 94878564
      syuilo authored
      * wip
      
      * Update read-announcement.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update index.d.ts
      
      * wip
      
      * Create 1691649257651-refine-announcement.js
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update announcements.vue
      
      * wip
      
      * wip
      
      * Update announcements.vue
      
      * wip
      
      * Update announcements.vue
      
      * wip
      
      * Update misskey-js.api.md
      
      * Update users.ts
      
      * Create MkAnnouncementDialog.stories.impl.ts
      
      * wip
      
      * wip
      
      * Create AnnouncementService.ts
      94878564
  13. Jul 31, 2023
    • syuilo's avatar
      update deps (#11409) · 2b4c8c9e
      syuilo authored
      * update deps
      
      * Update .eslintrc.js
      
      * Update .eslintrc.js
      
      * lint
      
      * lint
      
      * Update update.ts
      
      * update deps
      
      * Update .eslintrc.js
      2b4c8c9e
  14. Jul 27, 2023
  15. May 18, 2023
  16. Mar 09, 2023
  17. Feb 09, 2023
  18. Jan 21, 2023
    • syuilo's avatar
      Achievements (#9665) · 65cd605b
      syuilo authored
      * wip
      
      * Update ja-JP.yml
      
      * wip
      
      * wip
      
      * Update MkAchievements.vue
      
      * wip
      
      * 🎨
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      65cd605b
  19. Jan 07, 2023
  20. Dec 27, 2022
  21. Dec 19, 2022
  22. Dec 03, 2022
    • syuilo's avatar
      Fastify (#9106) · 3a7182bf
      syuilo authored
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * fix
      
      * Update SignupApiService.ts
      
      * wip
      
      * wip
      
      * Update ClientServerService.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update WellKnownServerService.ts
      
      * wip
      
      * wip
      
      * update des
      
      * wip
      
      * Update ApiServerService.ts
      
      * wip
      
      * update deps
      
      * Update WellKnownServerService.ts
      
      * wip
      
      * update deps
      
      * Update ApiCallService.ts
      
      * Update ApiCallService.ts
      
      * Update ApiServerService.ts
      3a7182bf
  23. Aug 30, 2022
  24. Jul 17, 2022
  25. Jul 02, 2022
    • syuilo's avatar
      feat: Log user ips (#8872) · eccc90c8
      syuilo authored
      * wip
      
      * store ip and headers
      
      * Update admin-file.vue
      
      * require admin for view ip/headers
      
      * IP (recent) 消した
      
      * admin必須
      
      * opt in
      
      * clean ips periodically
      
      * respect logging setting in drive/files/create
      eccc90c8
  26. Jun 24, 2022
  27. Jun 20, 2022
  28. May 26, 2022
    • Johann150's avatar
      fix lints (#8737) · 3dae18b9
      Johann150 authored
      * fix: emits use ev instead of e
      
      * fix: errors use err instead of e
      
      * fix: replace use of data where possible
      
      * fix: events use evt instead of e
      
      * fix: use strict equals
      
      * fix: use emoji instead of e
      
      * fix: vue lints
      3dae18b9
  29. May 01, 2022
    • tamaina's avatar
      refactor: use Vite to build instead of webpack (#8575) · a89003b5
      tamaina authored
      * update stream.ts
      
      * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
      
      * fix lint
      
      * clean up?
      
      * add app
      
      * fix
      
      * nanka iroiro
      
      * wip
      
      * wip
      
      * fix lint
      
      * fix loginId
      
      * fix
      
      * refactor
      
      * refactor
      
      * remove follow action
      
      * clean up
      
      * Revert "remove follow action"
      
      This reverts commit defbb416480905af2150d1c92f10d8e1d1288c0a.
      
      * Revert "clean up"
      
      This reverts commit f94919cb9cff41e274044fc69c56ad36a33974f2.
      
      * remove fetch specification
      
      * renoteの条件追加
      
      * apiFetch => cli
      
      * bypass fetch?
      
      * fix
      
      * refactor: use path alias
      
      * temp: add submodule
      
      * remove submodule
      
      * enhane: unison-reloadに指定したパスに移動できるように
      
      * null
      
      * null
      
      * feat: ログインするアカウントのIDをクエリ文字列で指定する機能
      
      * null
      
      * await?
      
      * rename
      
      * rename
      
      * Update read.ts
      
      * merge
      
      * get-note-summary
      
      * fix
      
      * swパッケージに
      
      * add missing packages
      
      * fix getNoteSummary
      
      * add webpack-cli
      
      * ✌️
      
      * remove plugins
      
      * sw-inject分離したがテストしてない
      
      * fix notification.vue
      
      * remove a blank line
      
      * disconnect intersection observer
      
      * disconnect2
      
      * fix notification.vue
      
      * remove a blank line
      
      * disconnect intersection observer
      
      * disconnect2
      
      * fix
      
      * ✌️
      
      
      
      * clean up config
      
      * typesを戻した
      
      * Update packages/client/src/components/notification.vue
      
      Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      
      * disconnect
      
      * oops
      
      * Failed to load the script unexpectedly回避
      sw.jsとlib.tsを分離してみた
      
      * truncate notification
      
      * Update packages/client/src/ui/_common_/common.vue
      
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
      
      * clean up
      
      * clean up
      
      * キャッシュ対策
      
      * Truncate push notification message
      
      * クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
      
      * components/drive-file-thumbnail.vue
      
      * components/drive-select-dialog.vue
      
      * components/drive-window.vue
      
      * merge
      
      * fix
      
      * Service Workerのビルドにesbuildを使うようにする
      
      * return createEmptyNotification()
      
      * fix
      
      * i18n.ts
      
      * update
      
      * ✌️
      
      * remove ts-loader
      
      * fix
      
      * fix
      
      * enhance: Service Workerを常に登録するように
      
      * pollEnded
      
      * URLをsw.jsに戻す
      
      * clean up
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * ✌️
      
      * use import
      
      * fix
      
      * install rollup
      
      * use defineAsyncComponent.
      
      * fix emojilist
      
      * wip use defineAsyncComponent
      
      * popup(import -> popup(defineAsyncComponent(() => import
      
      * draggable?
      
      * fix init import
      
      * clean up
      
      * fix router
      
      * add comment
      
      * ✌️
      
      * ✌️
      
      * ✌️
      
      * remove webpack
      
      * update vite
      
      * fix boot sequence
      
      * Revert "fix boot sequence"
      
      This reverts commit e893dbf37aed83bf9f12e427d98c78a7065b4a39.
      
      * revert boot import
      
      * never make two app div
      
      * ;
      
      * remove console.log
      
      * change clientEntry sequence
      
      * fix
      
      * Revert "fix"
      
      This reverts commit 12741b3d89950a31dbb1bb81477ddb27b0e9951a.
      
      * fix
      
      * add comment https://github.com/misskey-dev/misskey/pull/8575#issuecomment-1114239210
      
      
      
      * add log
      
      * add comment
      
      Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
      a89003b5
  30. Apr 11, 2022
  31. Mar 24, 2022
  32. Mar 19, 2022
  33. Jan 28, 2022
Loading