Commit Graph

13 Commits

Author SHA1 Message Date
Andrey Antukh b1b3ad61a5 ♻️ Refactor task worker. 2020-08-11 10:09:45 +02:00
Andrey Antukh 19cd84597d 🎉 Add authentication with google. 2020-05-26 13:03:54 +02:00
Andrey Antukh 5a03c13731 ♻️ Refactor backend.
Move from custom vertx to jetty9.
2020-05-15 08:09:20 +02:00
Andrey Antukh 9649d67883 Unify uuid under uxbox.common.uuid. 2020-04-13 11:27:46 +02:00
Andrey Antukh 9ec90c8bd9 🐛 Fix unexpected exception on logout handler. 2020-03-02 10:08:54 +01:00
Andrey Antukh 7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh cb0ff7b82f 🚧 Adapt backend code to vertx changes. 2020-02-17 09:43:09 +01:00
Andrey Antukh 72c010374f 🔥 Remove unused context handling on http sessions. 2020-02-05 23:45:13 +01:00
Andrey Antukh 9e68041326 🚧 Initial work on password recovery and register refactor. 2020-01-13 23:52:31 +01:00
Andrey Antukh c88602c7ab ♻️ Migrate to common spec namespace. 2020-01-11 20:26:10 +01:00
Andrey Antukh fee2eea87c 🐛 Properly send 403 on not authorized request. 2019-12-20 22:54:58 +01:00
Andrey Antukh 0a9ef0d345 🎉 Add websockets abstraction initial example code. 2019-12-17 22:09:49 +01:00
Andrey Antukh e9b00339a5 🚧 Major refactor of backend code.
Relevant changes:

- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00