Commit Graph

792 Commits

Author SHA1 Message Date
Johannes Zellner d4365f7748 Add avatar picker 2015-07-16 20:03:10 +02:00
Johannes Zellner 8829aed2b9 Add a bunch of default avatars 2015-07-16 20:03:10 +02:00
Johannes Zellner 99f220527c Fixup copy and paste error 2015-07-16 16:07:00 +02:00
Johannes Zellner 283709128e Add rudimentary avatar change ui 2015-07-16 16:03:23 +02:00
Johannes Zellner 993c1d9f2a Allow to change the Cloudron name in the settings 2015-07-16 15:32:01 +02:00
Johannes Zellner ef364b5aae Show avatar and name in settings view 2015-07-16 14:50:12 +02:00
Girish Ramakrishnan e9d558a790 Add 30 seconds for clock skew 2015-07-16 00:07:35 -07:00
Girish Ramakrishnan bf460e8018 Add pending backup state 2015-07-15 23:37:32 -07:00
Johannes Zellner 77c731780c Add comment for backup button trigger feedback 2015-07-16 08:25:15 +02:00
Johannes Zellner 47851754cd Add - for the memory timeline 2015-07-15 18:13:14 +02:00
Johannes Zellner 5d0eb89323 Sync chart colors for apps 2015-07-15 17:59:16 +02:00
Johannes Zellner f279f7ebc9 Show detailed memory usage when selecting an app in the pie doughnut chart 2015-07-15 17:57:44 +02:00
Johannes Zellner d6e6449bcb let the linter know Chart is defined externally 2015-07-15 17:35:58 +02:00
Johannes Zellner b3ec6300bd Combine buffered and cached memory usage 2015-07-15 17:35:39 +02:00
Johannes Zellner c4b23bcb2f Show memory in MB 2015-07-15 17:28:57 +02:00
Johannes Zellner 47e5273549 Show current memory usage for system and for apps 2015-07-15 17:26:58 +02:00
Johannes Zellner fe56748080 Ensure we can run through setup without mouse focus interaction 2015-07-15 16:47:20 +02:00
Johannes Zellner 17fbe279a3 Ensure we go for the apiOrigin with ajax requests 2015-07-15 16:27:38 +02:00
Johannes Zellner dcc7b062f8 Also style the appstatus page like other status pages 2015-07-15 16:05:29 +02:00
Johannes Zellner e6c532cb60 Use coherent style for error and status pages 2015-07-15 16:05:17 +02:00
Johannes Zellner 76a1d6a75b Style the nakeddomain page 2015-07-15 15:42:05 +02:00
Johannes Zellner 8db35eeada Use full theme also for error and status pages 2015-07-15 15:38:00 +02:00
Johannes Zellner 90f811e934 Appstatus page is no longer a ejs template 2015-07-15 15:36:48 +02:00
Johannes Zellner 8dfb811a02 Add a reduced basic css theme file
This is used for error pages
2015-07-15 15:31:12 +02:00
Johannes Zellner 71c508c442 Show cloudron name in nakeddomain placeholder page 2015-07-15 15:25:04 +02:00
Johannes Zellner 1961e3731e Also set the page title to the cloudron's name 2015-07-15 15:14:08 +02:00
Johannes Zellner 754fe2d343 Show cloudron name in webadmin navbar 2015-07-15 15:07:58 +02:00
Johannes Zellner 9610c8e828 set config defaults in webadmin 2015-07-15 15:06:34 +02:00
Johannes Zellner e75909e9aa Add setup step to give a name for the cloudron 2015-07-15 14:49:37 +02:00
Johannes Zellner c1d4cae2c4 Use graphite summarize() instead of client size summarizing 2015-07-14 20:48:17 +02:00
Johannes Zellner 2b7ba8be38 Remove superflous console.log() 2015-07-14 18:29:38 +02:00
Johannes Zellner 16f8ccd3b8 Rename Cloudron to Data in graphs 2015-07-14 17:43:21 +02:00
Johannes Zellner 2eb29acf8c Show a bit more details on memory 2015-07-14 17:27:01 +02:00
Johannes Zellner 4387d4ce96 Improve memory graphs and add overall system memory usage
In order to give some useful graphs the overall available memory for apps and
the system is vague and currently dynamic for the system and 100MB for apps.
This is just random really
2015-07-14 17:20:42 +02:00
Johannes Zellner b5f8f65b11 First attempt to show per app memory usage 2015-07-14 15:30:01 +02:00
Johannes Zellner aa903ad6fc Remove rickshaw 2015-07-14 14:55:06 +02:00
Johannes Zellner f18cd7bd57 Remove old graphs 2015-07-14 14:55:06 +02:00
Johannes Zellner 376011d6ca Use Chart.js instead of Ricksaw to display basic disk usage 2015-07-14 14:55:06 +02:00
Johannes Zellner f382be8f7c Add Chart.js 2015-07-14 14:55:06 +02:00
Johannes Zellner 471f6d9f4b Reenable and fix the old graphs page 2015-07-14 14:55:06 +02:00
Johannes Zellner 0b1781847d Remove install button from the top and make description scrollable
This still assumes a max-height, which does not fully make use of the whole window
height. Not yet sure how to properly calculate this with the various dialog components.

Fixes #433
2015-07-14 10:08:49 +02:00
Johannes Zellner 27daaeb8e1 Do not specify protocol for external css in update.html 2015-07-13 15:55:30 +02:00
Johannes Zellner 965502eaed Avoid overflow as much as possible in users listing
Fixes #408
2015-07-13 15:40:54 +02:00
Johannes Zellner 1040aadb8e Restore is a positive action 2015-07-13 15:26:40 +02:00
Johannes Zellner dccad15c53 Do not specify protocol for external libs 2015-07-13 15:14:31 +02:00
Johannes Zellner cb90d7745b No need for collapsed app details with install button on top 2015-07-13 15:13:28 +02:00
Johannes Zellner e09941b008 Add additional install button on the dialog top
Fixes #422
2015-07-13 15:00:43 +02:00
Johannes Zellner b6ca37fcf6 Also collapse the app description when user clicks install 2015-07-13 14:21:35 +02:00
Johannes Zellner fa4eba1a52 Use ejs to allow smoother local webadmin development 2015-07-13 14:06:58 +02:00
Johannes Zellner d017c2ec53 Add a prettier naked domain error page
Fixes #418
2015-07-12 19:16:20 +02:00