Commit Graph

1188 Commits

Author SHA1 Message Date
Johannes Zellner 9a8328e6db We should really use camelCase 2016-02-10 16:43:23 +01:00
Johannes Zellner 5c75d64a07 Do not forget to reset the busy state 2016-02-10 16:41:32 +01:00
Johannes Zellner a8001995c8 Add business logic for group adding 2016-02-10 16:37:58 +01:00
Johannes Zellner 9ba4d52fb7 Add Client.createGroup() 2016-02-10 16:37:46 +01:00
Johannes Zellner 0e613a1cab Ensure focus 2016-02-10 16:25:38 +01:00
Johannes Zellner cf3d503a74 Add group add form 2016-02-10 16:24:25 +01:00
Johannes Zellner 1ab46a96f9 Reset the user edit form password error 2016-02-10 15:18:36 +01:00
Johannes Zellner 1a3164ef32 Add ui components for group management 2016-02-10 15:15:09 +01:00
Johannes Zellner bd62efcff5 That api is of course a PUT api 2016-02-10 15:01:51 +01:00
Johannes Zellner 8ddccae15a Save the groups on user edit 2016-02-10 14:47:49 +01:00
Johannes Zellner 675d7c8730 Add Client.setGroups() 2016-02-10 14:47:35 +01:00
Johannes Zellner ba35d4a313 remove unused class 2016-02-10 14:40:29 +01:00
Johannes Zellner c1280ddcc2 Make group buttons toggle able 2016-02-10 14:39:49 +01:00
Johannes Zellner 36ded4c06a Group -> Groups 2016-02-10 14:26:17 +01:00
Johannes Zellner 9fb276019e Add ui elements for group selection 2016-02-10 14:26:04 +01:00
Johannes Zellner 19982b1815 Add Client.getGroups() 2016-02-10 14:25:08 +01:00
Johannes Zellner 459d5b8f60 Adjust user action buttons 2016-02-10 14:07:37 +01:00
Johannes Zellner 3fc9bde4f4 Make memoryLimit step in 8s 2016-02-10 12:25:26 +01:00
girish@cloudron.io c16ab95193 reword CLI message 2016-02-04 23:13:29 -08:00
Girish Ramakrishnan 07df76b25e Change developer mode text to cli 2016-02-04 22:49:22 -08:00
girish@cloudron.io 5b264565db set the target for cloudron links 2016-02-04 18:22:53 -08:00
girish@cloudron.io a3561bd040 Make Cloudron a link and fix copyright 2016-02-04 17:47:31 -08:00
Johannes Zellner 471965dc66 Add initial still disabled slider to app configure 2016-02-04 16:45:00 +01:00
Johannes Zellner 3b109ea2e7 Include bootstrap-slider in our angular app 2016-02-04 16:44:40 +01:00
Johannes Zellner 6011526d5e Add bootstrap-slider assets 2016-02-04 16:44:03 +01:00
Johannes Zellner e9d6badae7 Changelog is just a flat text, no array 2016-02-04 15:17:18 +01:00
Johannes Zellner 65ddc7f24c Show changelog in app update ui 2016-02-04 15:17:18 +01:00
Johannes Zellner befa898f18 Do not show app version, but make it available as a tooltip on the title for us 2016-01-29 12:29:35 +01:00
Johannes Zellner 18525e1236 Show app website in appstore install dialog
Fixes #580
2016-01-29 12:26:42 +01:00
Johannes Zellner 10f1ad5cfe Until we can distinguish by the return data, mark both fields red 2016-01-26 19:44:33 +01:00
Johannes Zellner fd11eb8da0 Ensure the user add form is reset on show 2016-01-26 19:40:57 +01:00
Johannes Zellner 85df9d1472 We use 'wrong password' now everywhere 2016-01-26 16:09:14 +01:00
Johannes Zellner 109ba3bf56 Do not perform any client side password validation in user delete form 2016-01-26 16:06:42 +01:00
Johannes Zellner c384ac6080 Use local cache when looking up apps 2016-01-25 16:25:25 +01:00
Johannes Zellner 61c2ce0f47 Keep appstore url bar up-to-date with the selected app
This allows sharing links directly

Fixes #526
2016-01-25 16:21:44 +01:00
Johannes Zellner 7a71315d33 Adjust angular's to allow non reload path changes 2016-01-25 16:21:20 +01:00
Johannes Zellner 0a658e5862 Ensure the focus is setup correctly 2016-01-25 15:30:29 +01:00
Johannes Zellner 5f8c99aa0e There is no body here 2016-01-25 15:29:52 +01:00
Johannes Zellner 226ae627f9 Move updateUser() to where it belongs 2016-01-25 15:29:52 +01:00
Johannes Zellner 27a02aa918 Make user edit form submit with enter 2016-01-25 15:29:52 +01:00
Johannes Zellner 3c43503df8 Add businesslogic for user edit form 2016-01-25 14:58:12 +01:00
Johannes Zellner ea18ca5c60 Fix copy and paste error in the user add form 2016-01-25 14:46:51 +01:00
Johannes Zellner 55a56355d5 Add email change fields to user edit form 2016-01-25 14:28:47 +01:00
Johannes Zellner 199c5b926a Show tooltip for user action buttons 2016-01-25 13:31:49 +01:00
Johannes Zellner d9ad7085c3 Shorten the user action buttons 2016-01-25 13:28:48 +01:00
Johannes Zellner df12f31800 Add ui components for user edit 2016-01-25 13:28:30 +01:00
Johannes Zellner ad205da3db Match any loop back device
This is just a quick fix and will potentially match all
loop* devices.
2016-01-25 13:06:38 +01:00
girish@cloudron.io 2f20ff8def use loop1 instead of loop0
box-setup.sh always resizes the loopback partition on reboot. This
means that it always be loop1.
2016-01-22 15:03:23 -08:00
Johannes Zellner 19bb0a6ec2 Move form feedback below in setup screen 2016-01-21 16:03:46 +01:00
Johannes Zellner 23b61aef0c Use client side pattern validation for setup password 2016-01-21 15:52:24 +01:00