Commit Graph

770 Commits

Author SHA1 Message Date
Johannes Zellner
23f7a540fb Start with all ports enabled on installation dialog 2025-03-04 18:20:42 +01:00
Johannes Zellner
3d487be59e Fixup port bindings in location view 2025-03-04 18:20:42 +01:00
Johannes Zellner
6ef6caaca4 Add app configure location view 2025-03-04 18:20:42 +01:00
Johannes Zellner
87a222748f Improve button layout in DirectoryView and use Switches 2025-03-04 18:20:42 +01:00
Johannes Zellner
ef0a9a4a1e Move API_ORIGIN into constants.js 2025-03-04 18:20:42 +01:00
Johannes Zellner
6c674e86e5 If no appUrl is set yet, use fallback app icon 2025-03-04 18:20:42 +01:00
Johannes Zellner
55e6e80433 Move appstore items into a separate component to lacyload icons 2025-03-04 18:20:42 +01:00
Johannes Zellner
86bbad5b3d Use normal return on error also for applinksModel 2025-03-04 18:20:42 +01:00
Johannes Zellner
e02d2c8af2 Various layout fixes for app install dialog 2025-03-04 18:20:42 +01:00
Johannes Zellner
6907c6dfe4 Prevent all automatic browser form submissions on enter 2025-03-04 18:20:42 +01:00
Johannes Zellner
1a51a355f2 Do not offer changing optional SSO state for now 2025-03-04 18:20:42 +01:00
Johannes Zellner
92227a3b7f Fix top bar button placements in filemanager and logviewer 2025-03-04 18:20:42 +01:00
Johannes Zellner
ab0d5c8967 Add ACL settings for app configure 2025-03-04 18:20:42 +01:00
Johannes Zellner
e13db20c85 Rework AccessControl component to not mix model values 2025-03-04 18:20:42 +01:00
Johannes Zellner
1fa23bdf16 Add missing file 2025-03-04 18:20:42 +01:00
Johannes Zellner
f8905a0490 Disable select input for sendmail if sendmail is off 2025-03-04 18:20:42 +01:00
Johannes Zellner
5fe6757f8a Add app configure recvmail ui 2025-03-04 18:20:42 +01:00
Johannes Zellner
f3ac71ed3e Use InputGroup in app install dialog 2025-03-04 18:20:42 +01:00
Johannes Zellner
8aef6ebfbc Add app configure sendmail ui 2025-03-04 18:20:42 +01:00
Johannes Zellner
31d593a529 Add app configure display view 2025-03-04 18:20:42 +01:00
Johannes Zellner
d5b47ecdce Add app restore dialog 2025-03-04 18:20:42 +01:00
Johannes Zellner
f5020f8dc0 Add ability to download an apps backup config 2025-03-04 18:20:42 +01:00
Johannes Zellner
def774c9ef Add app backup edit dialog 2025-03-04 18:20:42 +01:00
Johannes Zellner
2dea8309a7 Add app configure backups view 2025-03-04 18:20:42 +01:00
Johannes Zellner
d153a734cb Fix spacing in Terminal view 2025-03-04 18:20:42 +01:00
Johannes Zellner
a220667f1b Add app configure resources view 2025-03-04 18:20:42 +01:00
Johannes Zellner
62b648c70f Show app configure menu items only when applicable 2025-03-04 18:20:42 +01:00
Johannes Zellner
9f8bde7078 Show app state in app configure view 2025-03-04 18:20:42 +01:00
Johannes Zellner
c593b4180a Add repair app configure view 2025-03-04 18:20:42 +01:00
Johannes Zellner
3e2177b402 Add app link in app configure header 2025-03-04 18:20:42 +01:00
Johannes Zellner
d9bf09bb9b Rework app configure to use custom tab and content view 2025-03-04 18:20:42 +01:00
Johannes Zellner
21c1d3c191 Add security app configure view 2025-03-04 18:20:42 +01:00
Johannes Zellner
7da590ca76 Add cron app configure view 2025-03-04 18:20:42 +01:00
Johannes Zellner
97a298375a Make app configure header sticky 2025-03-04 18:20:42 +01:00
Johannes Zellner
7d35c9a8eb Implement app update view 2025-03-04 18:20:42 +01:00
Johannes Zellner
d77aaded39 Add app event log view 2025-03-04 18:20:42 +01:00
Johannes Zellner
fae1b4dec1 Show app configure tabs on the left 2025-03-04 18:20:42 +01:00
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
f52a330b16 Replace app configure views 2025-03-04 18:20:41 +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
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
Johannes Zellner
a019227ddc Add system basic graphs 2025-02-18 14:48:59 +01:00
Johannes Zellner
99f30fe09a Add diskusage to systems view again 2025-02-17 16:38:30 +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