81 Commits

Author SHA1 Message Date
Corey Wilson
fcbd661b4f ncp-web: add hover text for ncp admin header icons 2018-09-16 08:48:39 -06:00
TomTurnschuh
e26a834b63 Rename DDNS apps so they show up together 2018-09-12 19:57:03 -06:00
nacho
1210517df2 wizard: fix instructions for BTRFS 2018-09-12 18:54:15 -06:00
chiyi4488
7486d66101 Update zh.json 2018-07-25 05:02:32 -04:00
chiyi4488
593e72f0a6 Update and rename zn.json to zh.json 2018-07-25 05:02:26 -04:00
nachoparker
fe12ff9e24 nc-limits: fix units 2018-06-24 15:10:11 +02:00
nachoparker
a0a31b4b96 ncp-web: fix JS docker detection 2018-06-21 12:33:13 +02:00
nachoparker
3ee64098b6 docker: adapt wizard 2018-06-19 18:51:55 +02:00
nachoparker
3df542feb5 build: wizard not showing up first run 2018-06-18 14:00:36 +02: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
b45e68f1f0 ncp-web: added chinese translations 2018-05-28 17:19:58 +02:00
nachoparker
a070860a58 re-rename to NCPi 2018-05-28 11:32:13 +02:00
bit67
99d9f4782e I've updated the Activate web page changing NextCloudPlus back to NextCloudPi (#512)
Changed NextCloudPlus to NextCloudPi in activate web page.
2018-05-22 20:12:18 +02:00
nachoparker
073e527c7e ncp-web: fix first run wizard box buttons 2018-04-21 12:55:22 +02:00
nachoparker
a9458f5265 renamed to NextCloudPlus 2018-04-20 14:38:58 +02:00
nachoparker
0d6c780911 ncp-web: added spanish translations 2018-04-18 17:29:11 +02:00
nachoparker
5c1a9201f6 ncp-web: increase delay to redirect after activation for slower boards 2018-04-11 09:13:29 +02:00
nachoparker
8b90ec2d1a ncp-web: auto-retry upon activation whenever NCP has not yet fully initialized 2018-04-11 01:24:56 +02:00
nachoparker
f34a3ce9d4 docker: display message while the container inits for the first time 2018-04-11 01:24:53 +02:00
nachoparker
d52edc9a8e docker: hide power button in ncp-web 2018-04-10 14:24:29 +02:00
nachoparker
20c0d8098d ncp-web: added language dropdown selector 2018-04-09 19:52:03 +02:00
nachoparker
7aba9c5303 build: clean docker-env 2018-04-09 00:54:54 +02:00
nachoparker
b9116e7215 ncp-web: faster first load by asynchronous call to is_active() 2018-04-06 09:58:55 +02:00
nachoparker
7eecd81dd3 ncp-web: force reload CSRF tokens every time 2018-04-05 02:27:53 +02:00
nachoparker
eece4d08c9 ncp-web: collapse sidebar menu when clicking in new sections 2018-04-05 02:11:30 +02:00
nachoparker
60314405d8 ncp-web: make config.php into a table 2018-04-05 00:31:12 +02:00
nachoparker
16e245cf69 ncp-web: check for updates upon first run 2018-04-04 19:32:07 +02:00
nachoparker
8a2d30a6b2 ncp-web: replace textarea with div for output 2018-04-04 18:36:23 +02:00
nachoparker
4f321ccfa4 ncp-web: refresh sidebar after launching actions 2018-04-04 15:57:18 +02:00
nachoparker
e652777b9d ncp-web: reload ncp-web after nc-update 2018-04-04 15:56:02 +02:00
nachoparker
df9e09ef20 ncp-web: implement is_active() 2018-04-04 14:20:11 +02:00
nachoparker
fb2ad5d698 ncp-web: fix scroll bar 2018-04-04 02:10:50 +02:00
nachoparker
e559f740eb ncp-web: fix ncp-app selection 2018-04-04 02:09:22 +02:00
nachoparker
30da787f91 ncp-web: added nc-config and helper buttons 2018-04-03 18:15:41 +02:00
nachoparker
d133c73526 ncp-web: fix glitch showing power dialog 2018-04-03 14:04:22 +02:00
nachoparker
fa1ec759f5 ncp-web: implement dashboard 2018-04-03 13:58:47 +02:00
nachoparker
ca66dac120 ncp-web: fix update notification 2018-04-02 11:16:01 +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
4ed6b52a8a Add template generation functionality to L10N.php (activate by setting constant GENERATE_TEMPLATES to true). 2018-03-16 15:48:51 +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
c4a111c289 ncp-web: fix responsive in iPad 2018-02-26 19:46:39 +01:00
nachoparker
d05b069961 ncp-web: fix overlay z-index 2018-02-22 21:11:36 +01:00
nachoparker
0d6ad682b7 wizard: fix logbox overflow 2018-02-22 11:04:18 +01:00
nachoparker
d2318a4e98 wizard: animate side logs 2018-02-21 21:06:49 +01:00
nachoparker
6dd70a754a ncp-web: animate script textbox 2018-02-21 19:57:41 +01:00
nachoparker
8389ac7386 ncp-web: fix backend request without arguments 2018-02-21 19:57:41 +01:00
nachoparker
8d100b9d87 ncp-web: link to wizard and Nextcloud instance 2018-02-21 19:57:41 +01:00