1. 20 Oct, 2020 1 commit
  2. 09 Sep, 2020 2 commits
  3. 22 Jul, 2020 1 commit
    • Mejans's avatar
      i18n Add Occitan language (#80) · 9c44aee5
      Mejans authored
      * Create oc.js
      
      * Add OC to locale list
      
      * Add OC
      
      * Add OC to list
      
      * Update spacedeck.html
      
      * Update root.js
      9c44aee5
  4. 11 May, 2020 1 commit
  5. 09 Apr, 2020 2 commits
  6. 08 Apr, 2020 1 commit
  7. 12 Apr, 2018 1 commit
    • mntmn's avatar
      Port Backend to SQLite/Sequelize (removes MongoDB), Support Electron (#14) · ebac854d
      mntmn authored
      * 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
      ebac854d
  8. 06 Apr, 2017 1 commit