Commit Graph

2399 Commits

Author SHA1 Message Date
Johannes Zellner f1291ded62 Add our own theme.css 2015-02-26 12:00:01 +01:00
Johannes Zellner 792634f8d1 Remove unused fonts in webadmin 2015-02-26 11:46:46 +01:00
Johannes Zellner 5e675f23b6 Use roboto font from google cdn 2015-02-26 11:45:44 +01:00
Johannes Zellner 258d041e39 Remove sb-admin-2 2015-02-26 11:39:50 +01:00
Johannes Zellner 4b1d69cb65 We use jquery.min.js 2015-02-26 11:37:14 +01:00
Johannes Zellner 592bd14082 Remove unused bootstrap in 3rdparty/css 2015-02-26 11:33:14 +01:00
Johannes Zellner 88a37a4f80 Use standalone 3rdparty resources in all of webadmin 2015-02-26 11:32:13 +01:00
Johannes Zellner 80b287fe9e Use standlone versions of 3rdparty resources in oauth views 2015-02-26 11:29:06 +01:00
Johannes Zellner f129cc660b Add jquery standalone to 3rdparty 2015-02-26 11:27:00 +01:00
Johannes Zellner 0e1a291761 Add bootstrap standalone to 3rdparty 2015-02-26 11:24:08 +01:00
Johannes Zellner ade7b40827 Add roboto font to 3rdparty 2015-02-26 11:23:15 +01:00
Johannes Zellner 5d9197bf79 Add font-awesome as a standalone 3rdparty 2015-02-26 11:22:37 +01:00
Johannes Zellner 62070c7bbc Show some nice text when no apps are installed 2015-02-26 10:13:03 +01:00
Johannes Zellner bc7cb018bc Remove usage of panels in appstore and applist 2015-02-26 10:03:58 +01:00
Johannes Zellner 3e565ee11f Ensure we never let errors of arbitrary type bubble up in /activation route 2015-02-26 09:42:48 +01:00
Johannes Zellner bfedf543b3 Make changes to adapt to admin -> my
The local /etc/hosts file also needs tweaking!
2015-02-26 09:28:42 +01:00
Girish Ramakrishnan abcec9bf47 Add note for updating appstore repo 2015-02-25 16:44:37 -08:00
Girish Ramakrishnan e8d177ab82 Add mysql to reserved ports 2015-02-25 16:39:51 -08:00
Girish Ramakrishnan 00dbdddce7 Ensure oauth addon can be setup twice
Fixes #215
2015-02-25 15:26:40 -08:00
Girish Ramakrishnan f96f7ea96c db does not use _ convention anymore 2015-02-25 14:59:51 -08:00
Girish Ramakrishnan 054cb0a07a With strict mode this now triggers ER_BAD_NULL_ERROR 2015-02-25 14:52:55 -08:00
Girish Ramakrishnan a277a60874 Rename FIELD_ERROR to BAD_FIELD 2015-02-25 14:46:35 -08:00
Girish Ramakrishnan fb47c7b5bd Change default admin location to 'my'
Fixes #119
2015-02-25 13:31:27 -08:00
Girish Ramakrishnan 285cd1a198 The value for naked domains is the appid and not the location
This means that if we change the constant ADMIN_LOCATION the update
scripts will automatically fix up correctly

Part of #119
2015-02-25 13:31:27 -08:00
Girish Ramakrishnan e0ff349e5a Leave not on how naked domain is fixed up 2015-02-25 13:31:27 -08:00
Girish Ramakrishnan d367500dc3 Pass isAdmin instead of appid to render the appconfig.ejs
Becuase the ejs file does not know about constants

Part of #199
2015-02-25 13:31:27 -08:00
Girish Ramakrishnan 890a06c4c5 Move admin related constants to separate file
Part of #199
2015-02-25 13:31:22 -08:00
Girish Ramakrishnan 4d13390855 Reserve 'my' location
Part of #199
2015-02-25 12:23:17 -08:00
Girish Ramakrishnan 7f8fb44795 Cleanup migration scripts
Rationale for setupTest: migration scripts are are meant to add one time entries
and schema changes and not for 'updated' values 'updated' values belong in setup
script because migration scrips are only run once
2015-02-25 11:41:05 -08:00
Johannes Zellner 906a52e206 Ensure we use ellipsis if app details text would break the layout 2015-02-25 20:34:56 +01:00
Johannes Zellner d5a017aa38 Use REPLACE for upsert in run.sh 2015-02-25 20:21:05 +01:00
Girish Ramakrishnan 3ef7e75078 Add note that 20141021235251-clients-add-webadmin.js should be removed 2015-02-25 11:18:13 -08:00
Girish Ramakrishnan 2845c1b2c0 mysql: Fix error handling
https://github.com/felixge/node-mysql#error-handling
2015-02-25 11:13:42 -08:00
Girish Ramakrishnan f08d8a66b0 Enable strict mode in sql sessions 2015-02-25 11:13:42 -08:00
Girish Ramakrishnan 750b9ea6f7 Remove migrations baggage 2015-02-25 11:13:42 -08:00
Johannes Zellner 0da8001d62 Show contactEmail instead of app details 2015-02-25 18:30:12 +01:00
Johannes Zellner fa05315c33 Remove /api/v1/cloudron/stats route 2015-02-25 18:07:26 +01:00
Johannes Zellner 89c969232d Remove stats for filesystem in settings view and from Client 2015-02-25 18:06:38 +01:00
Johannes Zellner c5220ad665 Rename gulp watch to gulp develop to use the same pattern as appstore 2015-02-25 18:02:00 +01:00
Johannes Zellner b5e78bf9ba Remove footer and move version on the top 2015-02-25 17:58:37 +01:00
Johannes Zellner fce20cba74 More similarities to other well known store 2015-02-25 17:37:05 +01:00
Johannes Zellner f0d1613458 Do not use those panels but simple rectangles for appstore and applist 2015-02-25 17:30:23 +01:00
Johannes Zellner 535ba65097 Make run.sh use correct migration script 2015-02-25 16:59:15 +01:00
Girish Ramakrishnan 273cf06559 Add TODO 2015-02-24 22:02:36 -08:00
Girish Ramakrishnan 1e5ff33e29 Rename mysql dump file 2015-02-24 21:39:17 -08:00
Girish Ramakrishnan 1fc344a1e5 apphealthtask: ensure db is initialized before run 2015-02-24 20:46:25 -08:00
Girish Ramakrishnan 6c787fb1a3 Remove ununsed variable 2015-02-24 20:36:45 -08:00
Girish Ramakrishnan ba6722f493 Remove last traces of sqlite3
Fixes #195
2015-02-24 20:26:51 -08:00
Girish Ramakrishnan 8ac272247e call db-migrate script correctly 2015-02-24 19:37:15 -08:00
Girish Ramakrishnan 734d8acc9e Setup mysql on cloudron 2015-02-24 17:30:28 -08:00