Commit Graph

1745 Commits

Author SHA1 Message Date
Andrey Antukh
422f2aed64 Minor changes on frontend project.clj 2017-01-31 16:54:21 +01:00
Andrey Antukh
f33fdc58a6 Properly select the first page on workspace first load after dashboard. 2017-01-31 00:17:54 +01:00
Andrey Antukh
aba35dee61 Add more safer shapes packing mechanism. 2017-01-31 00:07:53 +01:00
Andrey Antukh
12b9868f45 Don't render shape if it is nil. 2017-01-30 19:49:35 +01:00
Andrey Antukh
49b783273e Only render shape if it is not nil. 2017-01-30 19:33:09 +01:00
Andrey Antukh
16a322211e Remove duplicate entries from externs. 2017-01-30 19:16:00 +01:00
Andrey Antukh
7a33c561ac Set node version to 6.9.4 2017-01-30 19:00:56 +01:00
Andrey Antukh
ae5cef3907 Render properly image on view application. 2017-01-30 18:53:42 +01:00
Andrey Antukh
0d46c5bac7 Properly render image shapes on viewer. 2017-01-30 17:51:58 +01:00
Andrey Antukh
31b784f046 Fix depreaction warnings (changes introduced in 2.9.0 of beicon). 2017-01-30 17:50:44 +01:00
Andrey Antukh
a8b7f79194 Don't autoselect deleted page on the first projects query (backend). 2017-01-30 17:43:26 +01:00
Andrey Antukh
b0de23b011 Get rid of buggy reactive locks and refactor all related code. 2017-01-30 17:08:02 +01:00
Andrey Antukh
bce58df413 Update frontend dependencies. 2017-01-30 16:59:29 +01:00
Andrey Antukh
76625fbb22 Update cljs compiler to latest version. 2017-01-30 16:59:29 +01:00
Andrey Antukh
8981727d09 Update backend dependencies. 2017-01-30 16:59:29 +01:00
Andrey Antukh
6fe09bf784 Minor fixes on dockerfile and manage.sh script. 2017-01-30 16:59:29 +01:00
Andrey Antukh
1b687a0d79 Update docker image. 2017-01-30 16:59:29 +01:00
Andrey Antukh
0481dc7ebf Update beicon to 2.9.0. 2017-01-30 16:58:45 +01:00
Andrey Antukh
f5004518aa Fix image retrieval by anonymous user. 2017-01-30 14:50:05 +01:00
Andrey Antukh
3f58e1b453 Add web directory to .gitignore file. 2017-01-22 17:38:43 +01:00
Andrey Antukh
37ce8b7398 Add .catacumba.basedir file. 2017-01-22 17:07:17 +01:00
Andrey Antukh
e150afc00b Fix sql syntax error in previous commit. 2017-01-22 17:05:14 +01:00
Andrey Antukh
1efd25a0e5 Exclude from unique index users marked for delete. 2017-01-22 17:00:56 +01:00
Andrey Antukh
2ba3d27db6 Use nil as default value por db username and password. 2017-01-22 16:40:42 +01:00
Andrey Antukh
59d152bec5 Use proper config for database initialization. 2017-01-22 16:37:37 +01:00
Andrey Antukh
baa2f384f4 Set a uberjar compatible basedir option. 2017-01-22 16:13:47 +01:00
Andrey Antukh
5a641e4629 Refactor configuration loading. 2017-01-22 15:50:00 +01:00
Andrey Antukh
3092884525 Move static directory from public to parent directory. 2017-01-22 15:29:28 +01:00
Andrey Antukh
4eaece6cb5 Use relative urls for api and view apps. 2017-01-21 18:13:42 +01:00
Andrey Antukh
2c06c5b905 Fix fixtures entry point. 2017-01-21 17:36:01 +01:00
Andrey Antukh
7f38aa97fa Remove dist script (replaced by fabric). 2017-01-21 17:24:48 +01:00
Andrey Antukh
bdb4e077a3 Minor fix on frontend dist command. 2017-01-21 16:50:05 +01:00
Andrey Antukh
4d5a8ac89d Improve backend uberjar profile. 2017-01-21 16:49:47 +01:00
Andrey Antukh
2fa169e28d Add dist.sh script. 2017-01-21 14:31:54 +01:00
Andrey Antukh
680fa49f27 Fix image loading on view app.
And add cosmetic improvements to the
main image shape component.
2017-01-18 11:10:29 +01:00
Andrey Antukh
922a2494ed Minor cosmetic changes on pages data events. 2017-01-18 11:04:30 +01:00
Andrey Antukh
e97b4b8374 Update frontend dependencies. 2017-01-18 11:03:43 +01:00
Andrey Antukh
5df9337034 Make image retrieve endpoint public (without auth). 2017-01-18 11:03:14 +01:00
Andrey Antukh
92fc9c1ca6 Use deftype for user data events. 2017-01-16 17:49:29 +01:00
Andrey Antukh
e3f58f6823 Start use user-events for scroll events.
In the same way as keyboard and mouse events.
2017-01-16 17:47:01 +01:00
Andrey Antukh
7a7059e172 Start use one unique stream for send user events (mouse and keyboard). 2017-01-16 16:33:25 +01:00
Andrey Antukh
bc1ffc7f4f Move icons ns under uxbox.builtins.icons. 2017-01-16 13:14:38 +01:00
Andrey Antukh
671a72d213 Remove uxbox.view.router ns. 2017-01-16 13:13:22 +01:00
Andrey Antukh
08b0a096eb Minor structure refactor.
Make forms and messages modules independent of
store location (making them plugables).
2017-01-16 12:35:10 +01:00
Andrey Antukh
8c28a8c0a7 Move workspace.base refs and streams into separated namespaces.
A first step for streams refactor.
2017-01-12 17:39:26 +01:00
Andrey Antukh
a5554b51cd Fix path drawing. 2017-01-11 21:06:29 +01:00
Andrey Antukh
da9bebf95c Minor changes on text tool. 2017-01-11 20:51:46 +01:00
Andrey Antukh
c95a4050f4 Remove unused code. 2017-01-11 20:51:25 +01:00
Andrey Antukh
3cd3230342 Remove wrong lock support on resize-rect func. 2017-01-11 20:51:08 +01:00
Andrey Antukh
6345cfd91a Fix size manipulation on text edition tool. 2017-01-11 20:24:16 +01:00