Commit Graph

23 Commits

Author SHA1 Message Date
Bea e21d30ed6b some files might have been missing (?) 2020-05-08 23:41:15 +02:00
Bea ef4064af3d disabled beta/invite code on registration (can be re-enabled by config and uncommenting the login html file) 2020-04-15 15:41:52 +02:00
mntmn a92b915bc3 fix password recovery 2020-04-09 22:21:55 +02:00
mntmn f5a6adc43b remove unused modals 2020-04-09 21:46:23 +02:00
mntmn 40202ff416 fix logging in text on login button 2020-04-09 19:11:26 +02:00
mntmn b07050095d remove production/development distinction for javascripts 2020-04-09 19:11:06 +02:00
mntmn 9cb04422d8 remove pdf import options 2020-04-09 19:10:34 +02:00
mntmn 2dbfae59f9 remove dead functions from folder 2020-04-09 17:56:47 +02:00
mntmn 6f1744bc5d show share button only to admins 2020-04-09 17:50:48 +02:00
mntmn 3edde7c53c remove more dead code 2020-04-09 16:22:17 +02:00
mntmn bdb2e9fde5 clean up space memberships table; clean up terminate account view 2020-04-09 15:37:51 +02:00
mntmn 7cf68c94a5 remove unused templates 2020-04-09 15:26:28 +02:00
mntmn d6f93051ef signup: reorder fields to play better with conventions and pw managers 2020-04-09 15:21:47 +02:00
mntmn ddd1ed2cb1 landing: add screenshot 2020-04-08 21:56:41 +02:00
mntmn 80f9b0d93f Spacedeck 6.0 CI WIP; more style, UX cleanups; fix account dialog; add more color swatches; new landing page 2020-04-08 20:45:30 +02:00
mntmn 58250a72ad WIP MNT design/UX cleanup 2020-04-07 20:37:41 +02:00
mntmn b72a3af124 remove google login button 2019-05-19 22:38:03 +02:00
mntmn 8ba37a11d6 purge IE 2019-05-15 22:36:53 +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 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 6d2d2310b6 basic import functionality; dockerfile fixes; session and cookie handling fixes 2018-03-30 22:34:27 +02:00
Martin Guether f9cf8ba7e8 update ports and variables for docker compose bootstrap 2017-04-07 11:55:07 +02:00
mntmn 7ff2926578 initial commit. 2017-04-07 01:29:05 +02:00