Skip to content
Snippets Groups Projects
  1. Mar 13, 2024
  2. 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
    • dakkar's avatar
      hide CW-ed featured notes on welcome page - fixes #458 · ff189b19
      dakkar authored
      not the most elegant solution, but simple and robust
      ff189b19
  3. Mar 09, 2024
  4. Mar 05, 2024
    • dakkar's avatar
      check prohibited words when creating notes · ff0117a1
      dakkar authored
      some small differences (between Misskey and us) inside the `create`
      method made `git` put all the changes inside the `import` method… I
      thought I had copied them all, but I had missed one, and it's a pretty
      important one: prohibited words were not being checked!
      ff0117a1
  5. Mar 04, 2024
  6. Mar 03, 2024
  7. Mar 02, 2024
  8. Feb 24, 2024
  9. Feb 23, 2024
  10. Feb 22, 2024
  11. Feb 21, 2024
  12. Feb 20, 2024
Loading