Johannes Zellner
|
e6f8c83a6b
|
Remove dead code in webadmin
|
2016-10-13 16:55:55 +02:00 |
|
Johannes Zellner
|
e1f268a325
|
remove unused require
|
2016-10-11 10:32:22 +02:00 |
|
Johannes Zellner
|
1fc16d0fe8
|
Warn admins in the webui if they use the filesystem backend
|
2016-10-11 10:32:05 +02:00 |
|
Girish Ramakrishnan
|
1a4bb4d119
|
Add Client.updateProfile
|
2016-09-28 15:49:33 -07:00 |
|
Girish Ramakrishnan
|
1a17627f83
|
make space add tag
|
2016-09-28 13:06:02 -07:00 |
|
Johannes Zellner
|
3a30310e2f
|
Select the alternateEmail for client side gravatar
|
2016-09-28 12:05:48 +02:00 |
|
Johannes Zellner
|
9fb6a537ed
|
Take alternateEmail into the client side profile
|
2016-09-28 11:47:26 +02:00 |
|
Girish Ramakrishnan
|
e4e54d87f2
|
Fix angular code to match new mailbox aliases API
|
2016-09-23 17:55:21 -07:00 |
|
Johannes Zellner
|
78367ea781
|
add getter and setter for backup config
|
2016-09-22 16:09:34 +02:00 |
|
Johannes Zellner
|
cdc337862f
|
Improve the reveal directive to be able to deal with changing values
|
2016-09-22 15:26:04 +02:00 |
|
Johannes Zellner
|
80b70bf0a9
|
Add ng-click-reveal directive
|
2016-09-22 14:52:29 +02:00 |
|
Girish Ramakrishnan
|
8ef8f08b28
|
Take into account the configure memory limit
|
2016-09-13 18:05:38 -07:00 |
|
Girish Ramakrishnan
|
2ae4f76af5
|
x
|
2016-09-13 18:01:10 -07:00 |
|
Girish Ramakrishnan
|
9a7ac4ffb7
|
Send oauthProxy parameter for install and configure API
|
2016-09-06 23:36:18 -07:00 |
|
Girish Ramakrishnan
|
723de796c7
|
add get/setMailConfig
|
2016-08-30 22:07:38 -07:00 |
|
Johannes Zellner
|
78d4fb3cb5
|
Support cloudron.io registration in login form
|
2016-08-02 16:15:00 +02:00 |
|
Johannes Zellner
|
2e9680ce68
|
Handle appstore login with implicit registration
|
2016-08-01 16:09:30 +02:00 |
|
Johannes Zellner
|
124b952e88
|
Adjust to changed settings rest api
|
2016-08-01 15:22:50 +02:00 |
|
Johannes Zellner
|
c80b89ae8e
|
Appstore login really belongs to the appstore view
|
2016-08-01 13:43:39 +02:00 |
|
Johannes Zellner
|
6459c8792a
|
Do not prompt for appstore login with caas cloudrons
|
2016-08-01 13:39:55 +02:00 |
|
Johannes Zellner
|
33e572c49d
|
Show appstore login if we don't have a token yet
|
2016-08-01 13:28:54 +02:00 |
|
Johannes Zellner
|
46af8d1c90
|
Move the appstore login to main view controller
|
2016-08-01 13:22:35 +02:00 |
|
Johannes Zellner
|
30606a55fc
|
Check appstore account only onReady()
|
2016-08-01 13:17:37 +02:00 |
|
Johannes Zellner
|
aedd370e76
|
Verify the appstore details and register the cloudron with the store
|
2016-08-01 13:08:05 +02:00 |
|
Johannes Zellner
|
7862fbd7ee
|
Set correct focus for selfhosters in setup wizard
|
2016-07-28 16:22:20 +02:00 |
|
Johannes Zellner
|
cd896a4422
|
Use persistent appstore login tokens
|
2016-07-28 15:47:09 +02:00 |
|
Johannes Zellner
|
690564983f
|
Add cloudron name change api to client.js
|
2016-07-28 12:41:15 +02:00 |
|
Johannes Zellner
|
6d2e52b3b5
|
Add provider fallback in webadmin
This is a bug and requires an upgrade to set the provider again
|
2016-07-28 12:10:13 +02:00 |
|
Johannes Zellner
|
711814cc2f
|
only perform the appstore account setup on non caas cloudrons
|
2016-07-27 17:42:44 +02:00 |
|
Johannes Zellner
|
c2b57a704d
|
We can't use the AppStore API wrapper due to Client.config()
Fetching the config requires of course an access token...
|
2016-07-27 17:32:22 +02:00 |
|
Johannes Zellner
|
1106aa6bba
|
Create cloudron.io account on the fly with the same credentials
|
2016-07-27 17:22:03 +02:00 |
|
Johannes Zellner
|
482a87e994
|
Add cloudron.io account registration api
|
2016-07-27 17:21:44 +02:00 |
|
Johannes Zellner
|
60c1fb4a93
|
Add checkbox for appstore account creation
|
2016-07-27 16:54:54 +02:00 |
|
Johannes Zellner
|
b13dd55fc6
|
Ensure we only callback once for onReady()
|
2016-07-27 16:34:15 +02:00 |
|
Johannes Zellner
|
3020071fe4
|
Provider argument for setup is never used
|
2016-07-27 14:15:22 +02:00 |
|
Johannes Zellner
|
4619435a2d
|
prepend the apiOrigin in one place
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
4b79af7975
|
Do not set the global auth header for all but use wrappers instead
Setting it global means we send this to all requests being made through angular
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
5da766131b
|
Set accessToken for appstore via params
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
642e5aceed
|
Add AppStore.profile()
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
2a64764deb
|
Save appstore config after login
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
f5af539102
|
Add webadmin client calls for appstore config
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
99af676344
|
Add AppStore.login()/logout()
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
da1418c48b
|
Add angular base64 module
|
2016-07-27 11:20:15 +02:00 |
|
Johannes Zellner
|
520845157f
|
Only poll every 5 sec on update
|
2016-07-18 14:44:08 +02:00 |
|
Johannes Zellner
|
ae35c20227
|
Pass down the xFramOptions to the app configure route
|
2016-07-15 11:18:04 +02:00 |
|
Johannes Zellner
|
ebb564f623
|
Add tooltip to show the exact time in event log
|
2016-07-14 12:46:52 +02:00 |
|
Girish Ramakrishnan
|
5deadbfdc7
|
make prettyDate work for more than 30 days
|
2016-07-09 13:06:59 -07:00 |
|
Girish Ramakrishnan
|
32bce6a9a8
|
add some debugging info
|
2016-07-07 12:30:08 -07:00 |
|
Girish Ramakrishnan
|
fc932487e5
|
fix typo
|
2016-07-07 12:28:13 -07:00 |
|
Girish Ramakrishnan
|
9ad4e61b87
|
query box status via apiServerOrigin otherwise we hit nxdomain
|
2016-07-06 16:26:40 -05:00 |
|