41 Commits

Author SHA1 Message Date
Tobias Knöppler
1a210e9f12
Replace 'NextCloudPi' with 'NextcloudPi' in localization and code comments
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2024-08-06 14:34:30 +02:00
Tobias Knöppler
b5b05859eb
Improve decryption handling
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2024-03-27 19:40:26 +01:00
Tobias K
308aef9b2b
ncp.sh: Move ncp.conf to ncp-template
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2024-01-25 00:31:37 +01:00
nachoparker
13f69cda0d ncp-web: tweak invalid character set
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-04 13:35:54 -06:00
nachoparker
e11ce5960b ncp-web: fix log download bug
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-22 09:35:06 -06:00
nachoparker
b41fad0b94 ncp-web: add NCP logs section
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-14 13:47:55 -06:00
nachoparker
7b809d114b ncp-web: fix port checking for IPv6 dual stack
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-06-02 13:57:42 -06:00
nachoparker
3af0c46516 build: update armbian branches
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-01-21 20:10:06 -07:00
nachoparker
5de855ffec ncp-web: avoid quotes in fields
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-06-01 15:43:15 -06:00
nachoparker
f34354c336 ncp-web: add backups panel 2019-04-30 18:02:58 -06:00
nachoparker
23bcf21896 ncp-web: fix output buffering off 2019-03-05 11:22:12 -07:00
nachoparker
06b00e4cc7 wizard: dont change missing parameters 2019-01-09 21:53:56 -07:00
nachoparker
c842e00399 sanitize params 2019-01-04 18:14:53 -07:00
nacho
7864c3a3fc add path exists 2019-01-04 18:14:53 -07:00
nachoparker
d5c1f0058b rework to use JSON based cfg and more 2019-01-04 18:14:52 -07:00
TomTurnschuh
e26a834b63 Rename DDNS apps so they show up together 2018-09-12 19:57:03 -06:00
nachoparker
75cfd80e6a ncp-web: fix sanitization for fail2ban 2018-06-11 11:35:27 +02:00
nachoparker
05c14ce868 ncp-web: sanitize the ref parameter 2018-06-04 19:29:32 +02:00
nachoparker
a070860a58 re-rename to NCPi 2018-05-28 11:32:13 +02:00
nachoparker
a9458f5265 renamed to NextCloudPlus 2018-04-20 14:38:58 +02:00
nachoparker
20c0d8098d ncp-web: added language dropdown selector 2018-04-09 19:52:03 +02:00
nachoparker
b9116e7215 ncp-web: faster first load by asynchronous call to is_active() 2018-04-06 09:58:55 +02:00
nachoparker
60314405d8 ncp-web: make config.php into a table 2018-04-05 00:31:12 +02:00
nachoparker
4f321ccfa4 ncp-web: refresh sidebar after launching actions 2018-04-04 15:57:18 +02:00
nachoparker
30da787f91 ncp-web: added nc-config and helper buttons 2018-04-03 18:15:41 +02:00
nachoparker
fa1ec759f5 ncp-web: implement dashboard 2018-04-03 13:58:47 +02:00
nachoparker
925c6fe7e5 ncp-web: use random passwords for NC and ncp-web 2018-04-01 18:08:10 +02:00
nachoparker
062438b7e3 NFS: check user and group existence 2018-03-20 19:30:16 +01:00
nachoparker
84f27f280e added nc-snapshot-sync 2018-03-16 17:19:22 +01:00
theCalcaholic
1a7c8b9b5e ncp-web: add localization (#372)
* Implement localization loader L10N.

Localize a few strings in index.php for testing.

* Determine language from HTTP_ACCEPT_LANGUAGE header.

* Fix parsing of available languages for localization.

* Fix parsing of language translations (for localization).

* Fix function L10N->find_language

* Change variable naming to comply with conventions.

* Add remaining localize calls in index.php.

Add more localization strings.

* Fix styles to prevent check mark from being hidden.

* Handle exception in case localization couldn't be loaded.

* Add module localization support.

* Fix detection of core module in L10N->load

* Remove module specific localization from core l10n file.

* Fix determination of module name in L10N->load.

* Add localization files for more modules.

* Ignore l10n directory in modules path.

* Add support for dropdown lists in module settings.

* Add support for saving dropdown menus.

* Fix regex for recognizing dropdown option lists.

* Fix dropdown list regex not recognizing active option.

* Fix typo in ncp-launcher.php

* Workaround for jquery's 'find' method not working. //TODO: Find proper fix.

* Fix parsing of dropdown lists when updating config.

* Load language setting from config if available.

* add ncp-provisioning to SD card images

* Add intellij config to gitignore

* Fix bug when loading language from nc-webui config.

* Remove redundant language definition.
Replace umlauts by html special char expressions.

* Change selected option markup from `*<option>*` to `_<option>_`.

* Remove ide metadata.

* Add translations for ncp-app nc-backup.

* Add translation hooks to ncp-launcher.php

* Fix type in translations for nc-backup

* Remove translation hooks for field contents in ncp-launcher.php
2018-02-26 20:29:49 +01:00
nachoparker
8389ac7386 ncp-web: fix backend request without arguments 2018-02-21 19:57:41 +01:00
theCalcaholic
f1d41e3846 Add dialog for shutdown. 2018-02-18 20:14:00 +01:00
nachoparker
0bc5e091b9 wizard: chain configurations and improved feedback 2017-10-27 18:44:47 +02:00
nachoparker
6e129da180 ncp-web: small fixes 2017-10-04 14:41:47 +02:00
nachoparker
f044c6d6b2 ncp-web: use SSE to display process output in real time. Exit status green/red 2017-08-24 21:35:17 +02:00
nachoparker
3d8063221d ncp-web: poweroff button 2017-08-17 22:02:54 +02:00
nachoparker
7dde92aa80 ncp-web: allow commas 2017-08-14 11:23:14 +02:00
nachoparker
08b3e1fc2c ncp-web: active mark 2017-08-10 23:17:56 +02:00
nachoparker
b1c307335f ncp-web: use checkboxes for yes/no fields 2017-08-10 23:17:56 +02:00
nachoparker
49ded4f732 update README.md 2017-08-10 23:17:55 +02:00
nachoparker
41e71b4cbb added ncp-web 2017-08-10 23:17:51 +02:00