mntmn
d6f93051ef
signup: reorder fields to play better with conventions and pw managers
2020-04-09 15:21:47 +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
c05afaba8a
remove folder and space 'duplication' leftovers
2020-04-09 14:15:48 +02:00
mntmn
9d3105763b
readme update
2020-04-08 22:11:56 +02:00
mntmn
f5e5a7f8fe
readme update
2020-04-08 22:11:10 +02:00
mntmn
9ed5a9931f
update ws module
2020-04-08 22:00:20 +02:00
mntmn
ddd1ed2cb1
landing: add screenshot
2020-04-08 21:56:41 +02:00
mntmn
2ac0d49f2f
quick mobile responsiveness fix
2020-04-08 21:29:16 +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
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