Commit Graph

67 Commits

Author SHA1 Message Date
mntmn 58250a72ad WIP MNT design/UX cleanup 2020-04-07 20:37:41 +02:00
mntmn d19d02220e fix phantomjs ssl error and space screenshots 2019-05-19 23:16:30 +02:00
mntmn 69037685c1 add missing email_invited field on memberships 2019-05-19 22:42:23 +02:00
mntmn 3fdb1bf8bb add gulp-concat, gulp-sass deps 2019-05-19 22:38:31 +02:00
mntmn b72a3af124 remove google login button 2019-05-19 22:38:03 +02:00
mntmn f7394d3195 remove bin folder 2019-05-19 22:37:46 +02:00
mntmn 3b735d28f6 fix migration 01 2019-05-19 22:37:35 +02:00
mntmn 8ba37a11d6 purge IE 2019-05-15 22:36:53 +02:00
mntmn 58aa3fc41f fix gulpfile to signal completion, clean up a bit 2019-05-15 21:35:29 +02:00
mntmn db849bcb20 fix most vulns via npm audit fix 2019-05-15 21:29:34 +02:00
mntmn 0efeb8d1df remove electron, docker 2019-05-15 21:25:53 +02:00
mntmn 2fc14e1efe
Update README.md 2018-07-25 11:05:35 +02:00
mntmn 79a3d39015
Remove windows prerelease from README
Releases should be tested and built via CI/CD.
2018-07-17 12:21:32 +02:00
Lukas F. Hartmann 628ceb6c3a Merge branch 'master' of https://github.com/spacedeck/spacedeck-open 2018-07-17 12:18:14 +02:00
Lukas F. Hartmann 9889aaa34c Merge branch 'kaleidos-issues/23/deleting-space-user-is-not-possible' 2018-07-17 12:17:56 +02:00
Lukas F. Hartmann 2974caab1d minor cleanup 2018-07-17 12:16:24 +02:00
Hirunatan ea4f40b628 Implement SMTP email service (#28) 2018-07-17 12:05:27 +02:00
Alejandro Alonso f71081b15b Adding migration support and delete cascade migration for space references 2018-07-17 08:39:50 +02:00
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