Commit Graph

17 Commits (43577337aa69df2f6a3c8052ae1092e974e88b24)

Author SHA1 Message Date
banglashi 3fd00bf755
Merge branch 'mnt' into config/disable-db-logs 2021-02-06 00:17:46 +01:00
dm 60667187f3 disable db logs via config/default.json 2021-01-21 23:26:08 +01:00
dm 18d09b49be unify config, add postgres decimal fix 2021-01-07 15:26:13 +01:00
dm b2cf8cf336 change to unindented config definition 2021-01-07 14:54:24 +01:00
dm e04eedb2c4 add postgres support 2021-01-07 14:37:54 +01:00
Ratul sharker f7453b3977
Data type `TEXT` used for `artifact.shape_svg`. (#115) 2020-11-10 18:00:59 +01:00
Florian Kohrt 3ce40c51a6
Add docker files (#55)
* Add docker files

* Improve docker-compose compatibility

* Use Openstack's standard port

* Use package ffmpeg-dev instead of ffmpeg

* improve dockerfile and config

* Add short docker guide

* adhere to previous naming conventions

* document former json comments

* Undo init.sh approach to touching the db file

* Make clear that it's about files on the host system

* add local path specifier

Co-authored-by: Denys Vitali <denys.vitali@swisscom.com>
2020-05-19 22:19:43 +02:00
mntmn effeb6c809 security: prevent leak of creator information in space responses; ensure home folder id is set when creating space 2020-05-11 18:58:02 +02:00
mntmn b93cc20371 users: add api_token attribute, make editable in profile/account 2020-05-11 18:58:02 +02:00
mntmn 01a6bec80e fix loading space that user is member of 2020-04-09 16:20:29 +02:00
mntmn 4073e36441 remove noisy console.log 2020-04-09 15:02:10 +02:00
mntmn 16ffecdb16 fix error handling and displaying on membership PUT and DELETE; don't allow to change your own role; require at least one admin 2020-04-09 14:55:18 +02:00
mntmn 69037685c1 add missing email_invited field on memberships 2019-05-19 22:42:23 +02:00
Lukas F. Hartmann 2974caab1d minor cleanup 2018-07-17 12:16:24 +02:00
Alejandro Alonso f71081b15b Adding migration support and delete cascade migration for space references 2018-07-17 08:39:50 +02:00
mntmn c5783feca9 fix some artifact serialization trouble; fix login error 2018-04-15 00:23:52 +02:00
mntmn ebac854da8
Port Backend to SQLite/Sequelize (removes MongoDB), Support Electron (#14)
* The MongoDB/Mongoose data storage is removed in favor of Sequelize. This abstracts over SQLite or RDBMs like PostgreSQL and MSSQL. The default is SQLite, which significantly simplifies deployments in end-user environments.

* As Spacedeck now has no more mandatory server dependencies, we can wrap it in Electron and ship it as a desktop application.

* Removes docker-compose.yml

* First version of import UI
2018-04-12 16:40:58 +00:00