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 K
3958883e62
Add ncp-community.sh and admin section to ncp-app
...
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2023-10-19 20:17:37 +02:00
coltkondo
ff5fdb65d4
Fixed: Nextcloudpi icon pointing to ownyoursbits.com #1571
...
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
2023-01-08 21:16:33 +01:00
nachoparker
0a4f8c10af
ncp-web: fix spurious characters in power menu
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-19 11:40:24 -07:00
nachoparker
c56a4db369
ncp-web: hide power menu on docker
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-05 13:12:56 -06:00
nachoparker
19ede8a659
nc-datadir: support for nc-encrypted folders
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-11-02 17:11:47 -06:00
nachoparker
7b73d1db5f
add nc-encrypt
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-10-27 15:46:13 -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
34e84bab94
ncp-web: fix initial screen displaying all sections
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-08-30 14:38:08 -06:00
nachoparker
84e6b4ea6b
ncp-web: check for possibly missing index
...
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-03-15 22:38:23 -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
84cfedffbe
div margin top adjustment
2019-01-04 18:14:53 -07:00
nacho
48a70477dd
search box
2019-01-04 18:14:53 -07:00
nacho
497edb8d94
add restore defaults btn
2019-01-04 18:14:53 -07:00
nacho
bc0271e359
add password reveal button + version fix
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
Abel Büchner-Mihaljević
b5ba95a9fd
ncp-web: fixed hover text for ncp wizard icon ( #688 )
2018-10-21 15:00:32 +00:00
nachoparker
6b14527ab4
build: make sure we dont deactivate the wizard accidentally
2018-09-29 09:00:03 -06:00
nachoparker
6152e7e2ad
ncp-web: put configuration in a separate file from available languages
2018-09-24 18:38:30 -06:00
Corey Wilson
fcbd661b4f
ncp-web: add hover text for ncp admin header icons
2018-09-16 08:48:39 -06:00
nachoparker
3ee64098b6
docker: adapt wizard
2018-06-19 18:51:55 +02:00
nachoparker
a070860a58
re-rename to NCPi
2018-05-28 11:32:13 +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
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
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
df9e09ef20
ncp-web: implement is_active()
2018-04-04 14:20:11 +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
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
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
d05b069961
ncp-web: fix overlay z-index
2018-02-22 21:11:36 +01:00
nachoparker
d2318a4e98
wizard: animate side logs
2018-02-21 21:06:49 +01:00
nachoparker
8d100b9d87
ncp-web: link to wizard and Nextcloud instance
2018-02-21 19:57:41 +01:00
nachoparker
63b74a8273
ncp-web: support for small screens
2018-02-20 21:33:41 +01:00
nachoparker
648f53b88d
ncp-web: re-style poweroff menu
2018-02-18 23:12:38 +01:00
theCalcaholic
f1d41e3846
Add dialog for shutdown.
2018-02-18 20:14:00 +01:00
nachoparker
509206cd23
ncp-web: only show wizard button if it exists, delete from docker
2017-11-15 20:23:07 +01:00
nachoparker
958beefdd7
added NCP custom theme with new logo
2017-11-10 09:15:35 +01:00
nachoparker
0bc5e091b9
wizard: chain configurations and improved feedback
2017-10-27 18:44:47 +02:00
nachoparker
c4917b4041
Revert "ncp-web: remove http2 push headers. They dont play well with pwauth ( #224 )"
...
This reverts commit e3ef9730bf54d68cb04a009db6b2786c190eabc9.
2017-10-20 10:28:48 +02:00