Commit Graph

17609 Commits

Author SHA1 Message Date
Johannes Zellner e4c47de90a add ability to uninstall an app again 2025-03-04 18:20:42 +01:00
Johannes Zellner 6a5de6606c Implement app start/stop and add app state polling for the moment 2025-03-04 18:20:42 +01:00
Johannes Zellner 8132920ed8 Add initial uninstall view and ensure location hash is updated on tab change 2025-03-04 18:20:42 +01:00
Johannes Zellner 26e8eb8c11 Implement info view 2025-03-04 18:20:42 +01:00
Johannes Zellner 3647f3130f Update pankow 2025-03-04 18:20:42 +01:00
Johannes Zellner f52a330b16 Replace app configure views 2025-03-04 18:20:41 +01:00
Girish Ramakrishnan a669144d16 graphite: static IP
this allows some predictible connectivity from apps to play around
2025-03-03 17:06:20 +01:00
Girish Ramakrishnan 78e835dd5f add the 8.3 changelog 2025-03-03 17:04:34 +01:00
Johannes Zellner da8a7041d1 Fix fs promise usage in sftp addon 2025-03-02 15:13:37 +01:00
Girish Ramakrishnan 3aa103e114 add changelog entry 2025-03-02 10:08:15 +01:00
Girish Ramakrishnan 6aca198428 domains: add option to set custom/vanity nameservers
this flag skips the NS name validation when a custom nameserver is set
i.e not to the provider's NS but uses the provider's API.
2025-03-02 09:52:08 +01:00
Girish Ramakrishnan 085ed59334 installer: remove old untagging logic 2025-02-28 23:30:02 +01:00
Girish Ramakrishnan 3f3bb4d3b7 base image 5.0.0 2025-02-28 22:52:05 +01:00
Girish Ramakrishnan 148e3dc65b boxerror: error must be string or Error 2025-02-27 16:55:12 +01:00
Girish Ramakrishnan 063b102461 syslog: strip empty trailing newlines
for unknown reasons, syslog messages are getting generating with
newlines in the end. we then try to parse this empty string as a
syslog message and fail
2025-02-27 11:16:52 +01:00
Girish Ramakrishnan 558620cdfa deprecate ubuntu 20.04 support 2025-02-26 16:38:04 +01:00
Girish Ramakrishnan 7b62c9e8a4 superagent: fix field() multipart generation 2025-02-26 15:08:39 +01:00
Girish Ramakrishnan b44d65d265 superagent: use private fields 2025-02-26 14:56:25 +01:00
Girish Ramakrishnan 1197693591 test: add root dn response 2025-02-26 14:14:42 +01:00
Girish Ramakrishnan 81f91f3324 lint 2025-02-26 14:03:30 +01:00
Girish Ramakrishnan f78f6634fa ldap: automatically detect if server supports pagination 2025-02-26 12:18:32 +01:00
Girish Ramakrishnan 28eee609de ldap: add pagination to supportedControl 2025-02-26 12:05:20 +01:00
Girish Ramakrishnan a3e1843e8b superagent: add field() 2025-02-22 17:48:07 +01:00
Johannes Zellner c9b8607c9f Show user invite checkbox on new line when adding a user 2025-02-20 11:57:15 +01:00
Johannes Zellner fe94d75b1b Stop event click propagation in users view 2025-02-20 11:44:26 +01:00
Girish Ramakrishnan 5aadf88ae3 superagent: fix chaining 2025-02-20 10:56:04 +01:00
Girish Ramakrishnan 4e038142da superagent: fix multipart form-data 2025-02-18 16:55:31 +01:00
Girish Ramakrishnan d75e95a23d superagent: rewrite using native node request
the learning is that fetch() is really meant to be a browser side
XMLHttpRequest replacement. It's complicated to do things like
setting user agent, custom headers like Host, disabling tls validation etc.
2025-02-18 16:23:06 +01:00
Johannes Zellner a019227ddc Add system basic graphs 2025-02-18 14:48:59 +01:00
Girish Ramakrishnan d3b10a6711 async not needed, they already return a promise 2025-02-18 14:03:09 +01:00
Girish Ramakrishnan faa14fa91d superagent: retry in graphs logic to workaround node socket issue
https://github.com/nodejs/undici/issues/3492
2025-02-18 12:41:34 +01:00
Girish Ramakrishnan 85dced9cd1 superagent: print attempt and any error 2025-02-18 12:13:14 +01:00
Girish Ramakrishnan e45df6fa6d typo 2025-02-18 11:28:23 +01:00
Girish Ramakrishnan 8bbf9b50b4 superagent: redirect should not throw 2025-02-18 10:43:29 +01:00
Girish Ramakrishnan 12794a499d domains: validate domain configs in a cron
no email notification yet, we have to rework this notifications/eventlog stuff
2025-02-17 19:11:11 +01:00
Girish Ramakrishnan 3d31f73453 add missing await 2025-02-17 18:38:20 +01:00
Johannes Zellner 99f30fe09a Add diskusage to systems view again 2025-02-17 16:38:30 +01:00
Johannes Zellner 11c64f3035 http reqs still have statusCode 2025-02-17 14:26:17 +01:00
Johannes Zellner aa65af10b6 Bring back app configure link 2025-02-17 13:33:47 +01:00
Johannes Zellner 1afc8d20a0 Fixup time related info in system view to only use momentjs 2025-02-17 11:42:10 +01:00
Johannes Zellner 42b4d7ce5f Add initial SystemView.vue 2025-02-17 11:18:57 +01:00
Johannes Zellner c1c53af855 Lock displayName and email edit for external users 2025-02-16 18:06:08 +01:00
Johannes Zellner 740c88c506 Add user edit/new dialog 2025-02-16 18:03:54 +01:00
Johannes Zellner 270d27be73 Use InputGroup in impersonate and password reset dialogs 2025-02-16 16:25:44 +01:00
Johannes Zellner dc98c2c1fe Fixup all remaining ng-href usage in vue views 2025-02-16 15:59:07 +01:00
Johannes Zellner e6079ee275 Fixup some layout gap issues 2025-02-16 15:56:33 +01:00
Johannes Zellner 26b88a55e0 Update frontend dependencies 2025-02-16 14:20:03 +01:00
Girish Ramakrishnan b5721fe6f3 inline basic-auth module 2025-02-15 16:56:40 +01:00
Girish Ramakrishnan ec99cae3d9 superagent: do not read file as string 2025-02-15 16:26:50 +01:00
Girish Ramakrishnan cceae6770c superagent: multipart requires content-type to be unset 2025-02-15 16:11:55 +01:00