Girish Ramakrishnan
|
3912c18824
|
cloudron-setup: detect amd64
|
2021-08-25 13:20:12 -07:00 |
|
Girish Ramakrishnan
|
8d3790d890
|
Fix grammar
|
2021-08-24 09:38:51 -07:00 |
|
Girish Ramakrishnan
|
766357567a
|
Add missing safe()
|
2021-08-23 15:44:23 -07:00 |
|
Girish Ramakrishnan
|
77f5cb183b
|
merge appdb.js into apps.js
|
2021-08-23 15:35:38 -07:00 |
|
Girish Ramakrishnan
|
b6f2d6d620
|
Make database.initialize async
|
2021-08-23 15:20:14 -07:00 |
|
Girish Ramakrishnan
|
1052889795
|
taskworkers can be async or take a callback
|
2021-08-23 15:20:14 -07:00 |
|
Johannes Zellner
|
3a0e882d33
|
Add missing safe() wrapper
|
2021-08-23 17:47:58 +02:00 |
|
Girish Ramakrishnan
|
37c2b5d739
|
proxyauth: fix crash
|
2021-08-22 16:19:22 -07:00 |
|
Girish Ramakrishnan
|
62eb4ab90e
|
Fix addon crash
getAddonConfigByName returns null now when not found
|
2021-08-22 15:41:42 -07:00 |
|
Girish Ramakrishnan
|
95af5ef138
|
mailer: fix crash
|
2021-08-22 09:52:01 -07:00 |
|
Johannes Zellner
|
ba2475dc7e
|
Some images like scaleway bare-metal on 20.04 explicitly require systemd-timesyncd
|
2021-08-22 17:22:47 +02:00 |
|
Girish Ramakrishnan
|
7ba3203625
|
users: getAll -> list
|
2021-08-20 11:31:10 -07:00 |
|
Girish Ramakrishnan
|
dd16866e5a
|
eventlog: getAll -> list
|
2021-08-20 11:27:35 -07:00 |
|
Girish Ramakrishnan
|
aa6b845c9c
|
make loginLocationsJson mediumtext
it seems we overflow atleast in the demo cloudron
TEXT – 64KB (65,535 characters)
MEDIUMTEXT – 16MB (16,777,215 characters)
|
2021-08-20 10:30:14 -07:00 |
|
Girish Ramakrishnan
|
a4b5219706
|
more removal of unused functions
|
2021-08-20 09:11:38 -07:00 |
|
Girish Ramakrishnan
|
0d87a5d665
|
remove unused function
|
2021-08-20 09:02:16 -07:00 |
|
Girish Ramakrishnan
|
ba3a93e648
|
remove unused function
|
2021-08-20 08:58:51 -07:00 |
|
Girish Ramakrishnan
|
0494bad90a
|
make settings-test follow the new pattern
|
2021-08-20 08:58:00 -07:00 |
|
Girish Ramakrishnan
|
c5fff756d1
|
move addon config db code to addonconfigs.js
|
2021-08-19 22:08:31 -07:00 |
|
Girish Ramakrishnan
|
411cc7daa1
|
merge settingsdb into settings code
|
2021-08-19 17:45:40 -07:00 |
|
Girish Ramakrishnan
|
4cd5137292
|
mailer: fix error handling
previous mailer code has no callback and thus no way to pass back errors.
now with asyncification it passes back the error
|
2021-08-19 12:40:53 -07:00 |
|
Girish Ramakrishnan
|
ada7166bf8
|
translation: asyncify
|
2021-08-19 11:54:28 -07:00 |
|
Girish Ramakrishnan
|
03e22170da
|
appstore and support: async'ify
|
2021-08-18 23:38:18 -07:00 |
|
Girish Ramakrishnan
|
200018a022
|
settings: async'ify
* directory config
* unstable app config
|
2021-08-18 15:46:08 -07:00 |
|
Girish Ramakrishnan
|
2d1f4ff281
|
settingsdb.getAll is gone
|
2021-08-18 15:33:49 -07:00 |
|
Girish Ramakrishnan
|
4671396889
|
settingsdb: merge blob get/set into settings.js
|
2021-08-18 15:31:07 -07:00 |
|
Girish Ramakrishnan
|
3806b3b3ff
|
settings: initCache and list are now async
|
2021-08-18 13:59:57 -07:00 |
|
Girish Ramakrishnan
|
fa9938f50a
|
mailboxdb: merge into mail.js
|
2021-08-18 12:48:34 -07:00 |
|
Girish Ramakrishnan
|
98ef6dfae9
|
throw must create a new object
|
2021-08-17 15:20:30 -07:00 |
|
Girish Ramakrishnan
|
5dd6f85025
|
reverseproxy: async'ify
|
2021-08-17 14:34:55 -07:00 |
|
Girish Ramakrishnan
|
5bcf1bc47b
|
merge domaindb.js into domains.js
|
2021-08-16 14:41:42 -07:00 |
|
Girish Ramakrishnan
|
74febcd30a
|
make ldap tests pass
|
2021-08-13 16:55:39 -07:00 |
|
Girish Ramakrishnan
|
beb1ab7c5b
|
make users-test work
|
2021-08-13 14:52:57 -07:00 |
|
Girish Ramakrishnan
|
a8760f6c2c
|
tests: cleanup common variables
|
2021-08-13 11:34:05 -07:00 |
|
Girish Ramakrishnan
|
aa981da43b
|
tests: bump expiry of token
|
2021-08-13 10:23:27 -07:00 |
|
Girish Ramakrishnan
|
85e3e4b955
|
Accomodate redhat client
Patch from @jk at https://forum.cloudron.io/topic/4383/cannot-install-apps-from-docker-registry-because-authentication-fails
|
2021-08-13 09:36:06 -07:00 |
|
Girish Ramakrishnan
|
ec0d64ac12
|
tests: complete common'ification of routes tests
|
2021-08-12 22:49:19 -07:00 |
|
Girish Ramakrishnan
|
ac5b7f8093
|
tests: more common'ification
|
2021-08-12 17:20:57 -07:00 |
|
Girish Ramakrishnan
|
05576b5a91
|
6.4 changes
|
2021-08-11 22:25:17 -07:00 |
|
Girish Ramakrishnan
|
c7017da770
|
Add 6.3.6 changes
|
2021-08-11 22:23:59 -07:00 |
|
Girish Ramakrishnan
|
04d377d20d
|
password reset: require and verify totpToken
|
2021-08-11 12:08:28 -07:00 |
|
Johannes Zellner
|
5b10cb63f4
|
sftp: update addon to fix symlink deletion
|
2021-08-11 09:32:30 +02:00 |
|
Girish Ramakrishnan
|
1e665b6323
|
Use the addresses of all available interfaces
See https://forum.cloudron.io/topic/5481/special-treatment-of-port-53-does-not-work-in-all-cases
|
2021-08-10 22:20:35 -07:00 |
|
Girish Ramakrishnan
|
79997d5529
|
users.add and users.createOwner only returns id now
|
2021-08-10 13:50:52 -07:00 |
|
Girish Ramakrishnan
|
2c13158265
|
appstore: remove purpose field
|
2021-08-10 13:30:51 -07:00 |
|
Girish Ramakrishnan
|
449220eca1
|
appAddonConfigs: change value to TEXT
since the value is used directly as an environment variable, we have to
allow up to max env var size (32767). Use TEXT which has a size of 64k
|
2021-08-09 13:40:23 -07:00 |
|
Girish Ramakrishnan
|
1a1f40988e
|
enable all the tests in users-test.js
|
2021-08-06 23:14:06 -07:00 |
|
Johannes Zellner
|
a6e79c243e
|
Show correct/new app version info in updated finished notification
|
2021-07-31 14:17:51 +02:00 |
|
Girish Ramakrishnan
|
fee38acc40
|
Fix crash when setting up user account
|
2021-07-31 04:39:10 -07:00 |
|
Girish Ramakrishnan
|
e4ce1a9ad3
|
Fix crash
|
2021-07-30 11:33:17 -07:00 |
|