0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -05:00
penpot/common
Andrey Antukh db689d151e ♻️ Refactor profile and session handling
- makes the profile access more efficient (replace in-app joins to a
  simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
  module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
  with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
..
dev 📎 Fix unexpected linter issue 2022-12-13 12:58:57 +01:00
scripts ♻️ Refactor common module tests and add generative testing for types 2022-11-07 10:22:16 +01:00
src/app/common ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
target/classes/app/common Improve UUIDv8 implementation 2022-09-06 10:37:23 +02:00
test/common_tests ♻️ Changed transform calculation 2022-12-13 12:36:54 +01:00
build.clj 🎉 Replace current uuidv1 with custom v8 2022-08-03 09:05:28 +02:00
deps.edn 🐛 Fix issues on database logger 2023-01-09 11:43:26 +01:00
package.json ⬆️ Update dependencies 2022-12-28 09:10:06 +01:00
shadow-cljs.edn ♻️ Refactor tests directory structure 2022-11-08 13:02:14 +01:00
yarn.lock ⬆️ Update dependencies 2022-12-28 09:10:06 +01:00