egirlskey/packages/frontend/src
dakkar 6826e43ad7 make cookie a bit more secure - fixes #445
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!)
2024-03-10 10:26:04 +00:00
..
boot Fixed startup crash with seasonal effects 2024-03-04 18:47:47 +00:00
components merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
directives fix: MkUserPopupが表示されてる状態でv-user-previewがついた要素がdetachされるとMkUserPopupが消えない問題 (#13349) 2024-02-21 20:15:04 +09:00
filters (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
pages merge: update list of project members (!452) 2024-03-04 20:35:57 +00:00
router merge: upstream 2024-02-19 10:47:42 +01:00
scripts merge: allow lookup / search for http URLs (!457) 2024-03-04 20:20:53 +00:00
themes merge: Merge Upstream Changes (!408) 2024-02-12 23:14:55 +00:00
types (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
ui merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
unicode-emoji-indexes Fix(frontend): 日本語のUnicode絵文字追加辞書をインストールすると絵文字ピッカーでUnicode絵文字を検索できなくなるのを修正 (#13046) 2024-01-20 17:28:21 +09:00
widgets merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
workers (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_boot_.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
_dev_boot_.ts merge: upstream 2024-02-19 10:47:42 +01:00
account.ts make cookie a bit more secure - fixes #445 2024-03-10 10:26:04 +00:00
cache.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
config.ts merge: upstream 2024-02-19 10:47:42 +01:00
const.ts merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
custom-emojis.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
debug.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
emojilist.json
events.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
i18n.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
index.html update list of project members 2024-03-04 20:35:57 +00:00
index.mdx
instance.ts enhance: metaをSSR HTMLに埋め込む (#13436) 2024-02-23 10:47:17 +09:00
local-storage.ts merge: upstream 2024-02-23 13:42:52 +01:00
navbar.ts merge: upstream 2024-02-19 10:47:42 +01:00
nirax.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
os.ts merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
pizzax.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
plugin.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
store.ts merge: Warn when missing alt text (!423) 2024-02-20 04:45:31 +00:00
stream.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
style.scss merge: upstream 2024-02-23 13:42:52 +01:00
theme-store.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
type.ts refactor(frontend): reduce type errors 2024-01-05 15:25:26 +09:00