Commit Graph

76 Commits

Author SHA1 Message Date
Christian König a676026fff Update chartjs files
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-05-22 20:25:54 +02:00
Dominik 1b46894d72 Add progress reporting (#2829) 2024-03-09 07:14:37 +01:00
Christian König 7c447a85ef Add chartjs files
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-03-03 09:16:03 +01:00
Christian König 8a86af7b91 Add changed files to /vendor
Signed-off-by: Christian König <ckoenig@posteo.de>
2024-01-06 12:48:54 +01:00
Christian König 296d8ac2ce Update jquery to 3.7.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-12-30 19:49:05 +00:00
Christian König adaf3c229f Update moment to 2.30.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-12-30 20:40:51 +01:00
Christian König a736b5bf37 Update chartjs to 4.4.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-12-04 21:20:49 +01:00
Christian König c8a43d3daa Revert "Update datatables (#2852)"
This reverts commit e4ac12c3e0, reversing
changes made to 54dba57161.

Signed-off-by: Christian König <ckoenig@posteo.de>
2023-11-26 20:57:08 +01:00
DL6ER 3ef2a14e47 Merge branch 'development-v6' into new/loading
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-11-25 08:48:34 +01:00
Christian König 55782d3e82 Revert datatables select to v 1.3.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-11-19 20:56:27 +01:00
RD WebDesign cb35da4e91 Add datatables bootstrap3 integration code (javascript)
- Add the main integration code for datatables
- Add the integration code for Buttons plugin

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2023-11-19 02:57:54 -03:00
Christian König f9d33979f1 Update datatables
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-11-18 22:45:24 +01:00
DL6ER 233b6d0898 Add progress overlay when saving settings and add general progress bar for (1) general page load, (2) login, and (3) saving settings
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-11-14 09:56:25 +01:00
DL6ER 27f4a94b48 Add zooming on the dashboard's two main graphs (#2807) 2023-11-07 20:56:31 +01:00
Christian König 5300028f14 Defer chart loading
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-11-06 00:18:41 +01:00
DL6ER aa84cb4b9b Add zooming on the dashboard's two main graphs. You can zoom either with [Ctrl] + your mouse wheel (desktop) or the multi-touch "pinch" gesture (mobile). You can then drag with a single click (or finger) to move the graph up or down in case zooming wasn't that accurate
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-11-05 07:42:11 +02:00
Christian König b256f5a627 Update bootstrap-notify to 3.1.5 (taken from master branch of their repo, last tagged version is 3.1.3)
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-11-02 23:14:38 +01:00
Christian König 20c924e900 Update chartjs 4.4.0
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-10-25 13:29:29 +02:00
DL6ER 5dc9c41ce1 Updae jQuery to 3.7.0
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-06-03 12:46:11 +02:00
RD WebDesign 09d35f0516 Including missing file: qrious.min.js
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2023-06-03 01:30:59 -03:00
DL6ER a6ce666e3e !!! BREAKING CHANGE !!! Switch to the proven memory-hard password-hashing alogorithm BALLOON
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-05-30 21:24:11 +02:00
DL6ER 4b543e5c04 Add SHA256 library
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-02-03 20:12:14 +01:00
DL6ER 4cf7a82713 First steps into the v6.0 world. Login and logout is now possible and all pages load without PHP errors (even when they are mostly empty until we added all the new API methods)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2023-01-31 20:10:53 +01:00
Christian König 71cbfb0715 Update jquery.confirm to 2.7.0
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-28 14:15:46 -03:00
DL6ER bc6f9fd33c Update momentjs to 2.29.4 (#2399) 2022-10-28 13:08:54 -04:00
Christian König dada13776f Upgrade jquery to 3.6.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-13 17:53:12 +02:00
Christian König 4b30b49218 Update momentjs to 2.29.4
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-13 17:46:00 +02:00
Christian König 01ce1eed32 Add source map for chartjs-adapter-moment.min.js. They decided to remove it from the distributed version (https://github.com/chartjs/chartjs-adapter-moment/pull/34) but kept the reference in the js file. I compiled it myself to generate the source map
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König c14c491ea5 Add chartjs-adapter-moment.js
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
Christian König 6d971c1430 Update chartjs to v3.9.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
RD WebDesign 6288112044 Allow bulk deletion of warnings
- add Datatables extension Select (CSS and js);
- add Datatables extension Buttons (CSS and js);
- allow selection of multiple warnings;
- new button to select all;
- new button to delete all selected warnings;
- add icons for the buttons;
- hide buttons if all messages were deleted;
- update CSS themes to format the new items;
- Fix: update icon count after warning deletion;
- Fix: remove triangle icon after delete last warning;

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-02-26 19:59:13 -03:00
rdwebdesign 4c8f869e7b Fixing PHP warnings in qrcode.php
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-12-28 02:13:50 -03:00
RD WebDesign d060a3b5c9 Update qrcode.php and use SVG to generate the code (#2022)
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
2021-12-24 11:38:58 +01:00
Adam Warner 5438430d6e Update to latest (and last) 2.x.x version of Chart.js to fix some bugs found in 2.9.3
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2021-07-03 22:24:34 +01:00
buchwasa 650ae0bf56 Use new style constructors
Signed-off-by: buchwasa <17461354+buchwasa@users.noreply.github.com>
2020-12-31 15:00:21 -05:00
DL6ER 1b129bcad0 Merge branch 'release/v5.2' into new/mac_clients
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-07-30 21:56:21 +02:00
XhmikosR a041cdcbd3 Remove the unused iCheck.min.js
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-06-07 10:41:36 +03:00
DL6ER a901489a96 Merge branch 'devel' into new/mac_clients
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-06-05 22:24:17 +02:00
XhmikosR 92e2288f0a Update jQuery to v3.5.1.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-06-04 14:49:17 +03:00
XhmikosR 38dc8a5f13 Update Chart.js to v2.9.3.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-06-03 17:38:28 +03:00
XhmikosR 876e7d8bd9 Use minified daterangepicker builds.
The official distribution doesn't include minified files, so just minify the files ourselves.

It's in maintenance mode anyway.

Commands for future reference:

* cleancss --compatibility ie9 -O1 specialComments:0 -o daterangepicker.min.css daterangepicker.css
* terser daterangepicker.js --compress typeofs=false --mangle --source-map url=daterangepicker.min.js.map -o daterangepicker.min.js

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-30 08:26:44 +03:00
XhmikosR 6997122519 Update daterangepicker to v3.1.0.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-30 08:26:17 +03:00
XhmikosR 95219703a1 Remove the unused jQuery UI.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-29 08:31:06 +03:00
XhmikosR 2d7f563e45 Add the missing bootstrap-toggle.min.js.map file.
This is to get rid of browser console warnings.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-27 21:49:11 +03:00
XhmikosR f4f5fa19fb Update bootstrap-select to v1.3.17.
Also, add its map file to get rid of console warnings

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-27 21:49:10 +03:00
Adam Warner 8c3ad9a1b9 Merge pull request #1335 from pi-hole/datatables
Load the built DataTables bundle
2020-05-23 08:08:17 +01:00
XhmikosR 9d9cd8b7e6 Load the built DataTables bundle file.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-19 21:58:09 +03:00
XhmikosR 7ad275e1fd Move non-Bootstrap files outside of the bootstrap folder
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-19 16:31:25 +03:00
XhmikosR 36b1344afe Update DataTables to v1.10.21
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-17 15:00:08 +03:00
DL6ER bdca8104e5 Add better select menu allowing users to filter inside the dropdown as well as add new entries in place.
Signed-off-by: DL6ER <dl6er@dl6er.de>
2020-05-13 21:19:05 +02:00