Johannes Zellner
2724cfd0ad
Test simpleauth with uppercase username input
2016-04-13 12:30:55 +02:00
Johannes Zellner
d7c8cf5e0e
Ensure ldap filter values are treated lowercase only
2016-04-13 12:28:44 +02:00
Johannes Zellner
11f89da3a0
Ensure username and email are treated lower case in the database layer
2016-04-13 12:15:49 +02:00
Johannes Zellner
a803af2300
Revert "add get route for user"
...
This route is already there, the reason is, that the users api works off
the :userId but the profile api works off the req.user coming from the used
access token.
This reverts commit dbef4d71be5a68239133ab9b6e0fc1fd88ee27cd.
2016-04-13 11:36:49 +02:00
Johannes Zellner
6991402a8c
Fix typo
2016-04-13 11:33:01 +02:00
Johannes Zellner
259798a8f2
Ensure auth code expiration is calculated at the right time
2016-04-13 11:32:30 +02:00
Johannes Zellner
d83395ecfb
Also test grant type token access tokens
2016-04-13 11:28:10 +02:00
Johannes Zellner
6d3dd452be
Test that oauth tokens are actually usable after issuing
2016-04-13 11:03:35 +02:00
Johannes Zellner
40bee79e3d
Fix oversight to store userId as user.username for auth codes
2016-04-13 10:45:11 +02:00
Girish Ramakrishnan
95de25560b
add profile scope to developer tokens
2016-04-12 19:08:56 -07:00
Girish Ramakrishnan
79eee94a5e
Fix setup link path
2016-04-12 18:40:00 -07:00
Girish Ramakrishnan
82651a33c7
typo
2016-04-12 18:16:52 -07:00
Girish Ramakrishnan
212a0ffcd9
add get route for user
2016-04-12 18:13:37 -07:00
Girish Ramakrishnan
115ed12c36
check that app patch releases does not send email
2016-04-12 13:49:49 -07:00
Girish Ramakrishnan
53268b67dc
test: it does not send mail for box patch releases
2016-04-12 13:45:11 -07:00
Girish Ramakrishnan
40dd12ba68
verify emails are sent in updatechecker test
2016-04-12 13:24:23 -07:00
Girish Ramakrishnan
7a111e29ad
test updatechecker emails
2016-04-12 13:15:40 -07:00
Girish Ramakrishnan
065c65317d
create owner in app update checker test
2016-04-12 13:13:16 -07:00
Girish Ramakrishnan
91a5d711f4
test: create owner
2016-04-12 13:12:17 -07:00
Girish Ramakrishnan
9071ea6c5e
test: fix prerelease version
2016-04-12 13:01:42 -07:00
Girish Ramakrishnan
34521735da
skip email notification for patch releases
2016-04-12 12:30:13 -07:00
Girish Ramakrishnan
b7f6dfb197
remove verbose from tar
2016-04-10 22:49:39 -07:00
Girish Ramakrishnan
fa330b4652
remove redundant debug
2016-04-10 22:44:43 -07:00
Girish Ramakrishnan
3bdbcff811
add debug
2016-04-10 22:34:55 -07:00
Girish Ramakrishnan
ea3bd6d71d
remove trailing comma
2016-04-10 22:29:09 -07:00
Girish Ramakrishnan
d5cc96b1ff
clean up backups code
2016-04-10 22:24:01 -07:00
Girish Ramakrishnan
4ed368cdd8
remove getBackupUrl
2016-04-10 22:12:06 -07:00
Girish Ramakrishnan
5229222014
getBackupCredentials is never used
2016-04-10 22:09:29 -07:00
Girish Ramakrishnan
9b0aa331e1
remove unused function
2016-04-10 22:08:11 -07:00
Girish Ramakrishnan
70cc073b1c
only add to backupdb when the backup succeeded
2016-04-10 21:55:08 -07:00
Girish Ramakrishnan
29502fd8af
remove unused exports
2016-04-10 21:52:01 -07:00
Girish Ramakrishnan
8d75fcfe67
typo
2016-04-10 21:46:01 -07:00
Girish Ramakrishnan
b2668579d6
pass appid to backup script
2016-04-10 21:41:53 -07:00
Girish Ramakrishnan
ba663faa64
fix debug
2016-04-10 21:39:45 -07:00
Girish Ramakrishnan
8db76f6b70
backup swap is not required anymore
2016-04-10 20:55:59 -07:00
Girish Ramakrishnan
322e9faee7
rework backup code
...
move all the backup code into backups.js
2016-04-10 20:41:08 -07:00
Girish Ramakrishnan
af9d489395
backup apps use aws-cli
2016-04-10 18:47:25 -07:00
Girish Ramakrishnan
4565291c1c
use aws-cli to upload box backups
2016-04-10 18:22:05 -07:00
Girish Ramakrishnan
be127ec313
fix failing test
2016-04-10 17:15:23 -07:00
Girish Ramakrishnan
8b3a44b33c
Add getBackupCredentials to backups API
2016-04-10 11:01:59 -07:00
Girish Ramakrishnan
08b5d7003d
expose getBackupCredentials from storage api
2016-04-10 10:55:59 -07:00
Girish Ramakrishnan
60cc4c988f
bump mysql addon
2016-04-09 02:34:54 -07:00
Girish Ramakrishnan
68219748ec
oops, bump postgresql
2016-04-09 01:07:46 -07:00
Girish Ramakrishnan
cfb56d7eee
install aws-cli tool (for backups)
2016-04-08 23:58:07 -07:00
Girish Ramakrishnan
4690616230
Add 0.12.0 changes proactively
2016-04-08 23:57:05 -07:00
Girish Ramakrishnan
96d625b866
bump the postgresql addon (required for gitlab)
2016-04-08 23:46:39 -07:00
Johannes Zellner
2e281f8554
Only directly callback if the config is not empty
...
apiServerOrigin is always set if the config was set
2016-04-08 17:29:14 +02:00
Johannes Zellner
5da5d86bc8
Pass billing through from the appstore to the cloudron config
2016-04-08 17:27:22 +02:00
Johannes Zellner
103c0bd688
Add initial upgrade button version
...
This is currently always hidden
2016-04-08 13:57:24 +02:00
Girish Ramakrishnan
275d8c2121
fix user create response
v0.11.2
2016-04-06 10:20:32 -07:00