Commit Graph

99 Commits

Author SHA1 Message Date
Lukas F. Hartmann c075c562d6 fix mp4 upload and video conversion progress display; fixes #21 2018-05-07 20:19:07 +02:00
Lukas F. Hartmann dc986dcc7e remove traces of team from guest login, fixes #20 2018-05-07 20:00:02 +02:00
Lukas F. Hartmann fc653e5ce5 fix pdf grid import with zones #19 2018-05-07 19:56:26 +02:00
Lukas F. Hartmann 4c5e6ea286 fix auto layout button 2018-05-03 15:37:59 +02:00
Lukas F. Hartmann 5f4d41f3a4 fix PDF import 2018-05-03 15:35:51 +02:00
Lukas F. Hartmann fb8d3ac654 Merge branch 'master' of https://github.com/spacedeck/spacedeck-open 2018-05-01 17:06:29 +02:00
Lukas F. Hartmann c19f00b316 fix session token/cookie handling for arbitrary server IPs; fix realtime update distribution via websockets 2018-05-01 17:04:08 +02:00
mntmn 60ccedd840
Update README.md 2018-05-01 01:25:07 +02:00
mntmn d2f07a73cf
Update README.md 2018-04-14 18:54:16 +02:00
mntmn c5783feca9 fix some artifact serialization trouble; fix login error 2018-04-15 00:23:52 +02:00
mntmn f396bc2e40 update README 2018-04-14 22:32:28 +02:00
mntmn 44c84028dc electron windows sqlite3 build instrs 2018-04-14 22:29:25 +02:00
mntmn 54755621a1 fix avatar api; fix edit link api 2018-04-14 22:27:38 +02:00
mntmn 30d2995565 package.json sort 2018-04-14 22:25:58 +02:00
mntmn f5acdcf614 remove junk from gulpfile and ship compiled CSS 2018-04-14 22:24:16 +02:00
Lukas F. Hartmann f752ec4219 readme tweaks 2018-04-12 20:27:58 +02:00
Lukas F. Hartmann 4caef3b913 update README 2018-04-12 19:56:06 +02:00
Lukas F. Hartmann f321d67597 tune README 2018-04-12 18:49:45 +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
Lukas F. Hartmann 8e0bc69a11 updated readme re: file storage requirements 2018-03-30 23:29:27 +02:00
Lukas F. Hartmann 38c0d75c28 updated and fixed README issues 2018-03-30 23:21:54 +02:00
Lukas F. Hartmann 65a5534cc6 fix config link in readme 2018-03-30 22:48:10 +02:00
Lukas F. Hartmann fa81fd3d8a remove unfinished docker paragraph from README 2018-03-30 22:45:27 +02:00
mntmn 648a59c894
Merge pull request #11 from spacedeck/importer
update vulnerable moment package
2018-03-30 20:43:00 +00:00
Lukas F. Hartmann 84d0be50f0 update vulnerable moment package 2018-03-30 22:42:16 +02:00
mntmn 256d2b8cbf
Merge pull request #10 from spacedeck/importer
WIP Importer for spacedeck.com exports
Alternative (to S3) local file storage
Alternative mocked redis (run without redis for single process instances)
Experimental Docker support
2018-03-30 20:40:11 +00:00
Lukas F. Hartmann 6d2d2310b6 basic import functionality; dockerfile fixes; session and cookie handling fixes 2018-03-30 22:34:27 +02:00
mntmn 462e9edaab first importer WIP 2018-01-08 15:57:59 +01:00
mntmn ffb7f30133 switch between s3/local storage in config 2018-01-08 12:43:47 +01:00
mntmn 8ee3386470 fix tmp dir in artifact uploader 2018-01-08 12:41:38 +01:00
mntmn 0d92343d55 fix redis mock incr() 2018-01-08 12:41:12 +01:00
mntmn efb7970ecb fix express caching 2018-01-08 12:40:11 +01:00
mntmn 7e8a27e140 replace redis by in-memory object 2018-01-08 00:08:42 +01:00
mntmn 6ad97ac5c2 fix port number in readme 2018-01-07 22:54:31 +01:00
Lukas F. Hartmann 820203625c don't default to app volume mount; create s3 bucket on boot; fix revAll gulp step 2017-04-07 18:01:23 +02:00
Martin Guether 03059b67f1 add gulp stuff to build process 2017-04-07 15:34:33 +02:00
Martin Guether 1426bc9c24 updated storage config 2017-04-07 13:07:09 +02:00
Martin Guether bd0471dad6 added docker ignore 2017-04-07 12:03:58 +02:00
Martin Guether bbdcb2b2fe Merge remote-tracking branch 'origin/master' into docker
# Conflicts:
#	README.md
2017-04-07 12:00:28 +02:00
Martin Guether af5335025f fixed crash on console 2017-04-07 11:58:29 +02:00
Martin Guether f9cf8ba7e8 update ports and variables for docker compose bootstrap 2017-04-07 11:55:07 +02:00
Martin Guether 9877977750 add configuration lines to readme 2017-04-07 11:05:12 +02:00
Martin Guether bda60bf877 add engine to package.json 2017-04-07 11:04:58 +02:00
Martin Guether 7605b8f373 node update 2017-04-07 10:59:10 +02:00
Martin Guether dfcfd7f0b8 added binary dependencies to readme 2017-04-07 10:57:33 +02:00
Martin Guether a3e2129b79 added experiemental docker support 2017-04-07 10:50:48 +02:00
Martin Guether 2e34b317a4 update packages 2017-04-07 10:39:35 +02:00
Martin Guether d887d56dd3 fixed schema import for artifact 2017-04-07 10:39:24 +02:00
mntmn 7ff2926578 initial commit. 2017-04-07 01:29:05 +02:00