Commit Graph

279 Commits

Author SHA1 Message Date
bergware 8e3da0399c Improved trim_slash function for browser url 2017-08-21 12:22:50 +02:00
bergware 87d78c8abb Browser correction in parent folder link 2017-08-21 11:53:04 +02:00
bergware fc59ae8d55 Browser handle corner case when no dir is given 2017-08-21 11:30:16 +02:00
bergware dcbdc0c9b2 Browser remove double slashes in URL 2017-08-21 11:25:50 +02:00
bergware b1140335f9 Correction in browser table creation 2017-08-21 10:59:31 +02:00
bergware dc1ae5466d Browser keep folders always on top 2017-08-21 10:39:25 +02:00
bergware bf8bf87c4c Correction in strpos statement 2017-08-20 22:36:55 +02:00
bergware 4e0d72546d Changed color of unlock icon when not all files encrypted in share 2017-08-20 20:32:41 +02:00
bergware 1e19aeb6c4 Fix minor regression error in new browser function 2017-08-20 19:32:27 +02:00
bergware 5237536f1d More refinements in new browser function 2017-08-20 18:52:42 +02:00
bergware 3166e49fa2 Update notifications to work with tablesorter v2.28.15 2017-08-20 18:14:23 +02:00
bergware ef3ca5a01b Allow images and font-awesome icons in titles and panels 2017-08-20 18:12:52 +02:00
bergware 406ba1a3ae Major overhaul of Browse function
- Faster content loading
- Faster sorting
- Encryption status included
- Makes use of tablesorter (latest version)
- Please wait message for longer loads
2017-08-20 18:05:41 +02:00
Tom Mortensen e5d4e9cc1e Encyption support: most work by bergware 2017-08-15 20:11:40 -07:00
tom mortensen 39b5635f10 Merge pull request #153 from bergware/6.4-wip
Set max screen width of 1920 pixels for all themes
2017-08-08 18:35:47 -05:00
bergware 91ee554a31 Fixed warning in DeviceList.php when missing disk 2017-08-08 07:34:21 +02:00
bergware 6ed3e23f7a Fixed misalignment of wrong/missing disk text 2017-08-06 11:02:40 +02:00
Tom Mortensen c4b4c15994 Remove '<meta http-equiv="MSThemeCompatible" content="no">' header. 2017-07-25 16:15:57 -07:00
Eric Schultz a29c8dcce1 Fix virtio iso, libreelec and openelec download progress display 2017-07-22 11:59:57 -05:00
tom mortensen 985ec81593 Merge branch '6.4-wip' into 6.4-wip 2017-07-17 16:39:58 -07:00
Tom Mortensen 1cfa9db298 Explicitly add csrf_token in device assignment forms. 2017-07-17 13:48:10 -07:00
bergware 44963964cb Delete non-used file 2017-07-17 22:21:46 +02:00
bergware 60d9a6ed44 Updated NewConfig, use new cmdinit variables 2017-07-17 21:01:52 +02:00
bergware 45810b9903 Fixed race condition for retain function in New Config 2017-07-15 23:07:09 +02:00
bergware 16723e133f Replace share size hack with more 'proper' solution 2017-07-14 12:49:09 +02:00
bergware 8b48a799df Code optimization 2017-07-14 09:20:44 +02:00
bergware 20a4807272 Rename "USB backup" to "Flash backup" 2017-07-14 07:42:30 +02:00
bergware 0ce46a502a Added "USB backup" function 2017-07-14 07:25:32 +02:00
bergware 8bcb70cffc Added "USB backup" function 2017-07-14 01:51:39 +02:00
bergware 3052821eed Merge branch '6.4-wip' into 6.4-wip 2017-07-08 23:11:04 +02:00
bergware 476100cf58 Display progress messages in blue 2017-07-08 22:51:02 +02:00
bergware 0090d2c571 Add date and warranty fields to disk identity information 2017-07-08 16:49:18 +02:00
Tom Mortensen 65fc2b4198 Got rid of var['currTime'] so get the current time from php time() function. 2017-07-06 20:41:15 -07:00
Tom Mortensen 2b87e51534 Added new 'fsProgress' string to footer. No more logging of text to progressFrame.
Also fixed bug generating parity sync type text.
Also removed stupid comment I put in diskload script some time ago.
2017-07-05 23:12:32 -07:00
Tom Mortensen 95bfa90175 Get rid of 'heartbeat' event.
Footer status now updated via websocket.
2017-07-05 16:08:44 -07:00
Tom Mortensen 0b955a38a9 More websocket work. 2017-07-05 11:25:31 -07:00
tom mortensen f8d3074550 Merge pull request #137 from bergware/6.4-wip
Changed popup windows to higher contrast and the same for all themes
2017-06-25 15:53:30 -07:00
Eric Schultz ee5e2ac5ef webGui: use JSON for Slack notifications since it's preferred and may work better for 3rd party webhooks (e.g. Discord) 2017-06-25 11:15:14 -05:00
bergware f5c1148272 Changed popup windows to higher contrast and the same for all themes
Improve readability
2017-06-25 10:13:39 +02:00
bergware bd55a96073 Undo GUI Access 2017-06-24 11:24:29 +02:00
Tom Mortensen 51021eacfc Change permission bits. 2017-06-23 16:03:19 -07:00
Tom Mortensen 3606fdb700 Remove remnants and references to 'dynamix.plg'.
The 'unRAID' attribute of an existing dynamix.plg file is used as the 'max' compatible version.  This
prevents stale dyanamix.plg files being loaded.
2017-06-23 16:01:38 -07:00
tom mortensen 621596b1c0 Merge pull request #134 from bergware/6.4-wip
Undo GUI access
2017-06-23 11:52:58 -07:00
bergware bcaa259957 Added validation of free port(s) before committing GUI access 2017-06-23 17:17:32 +02:00
Tom Mortensen 114038bbab Undo previous change of updating both syslinux/syslinux.cfg and EFI/boot/syslinux.cfg.
Instead now EFI/boot/syslinux.cfg consists of a single line:
  include /syslinux/syslinux.cfg
Hence only need to maintain single copy.
2017-06-20 13:03:09 -07:00
Tom Mortensen a49301be4a Fixed regression error preventing proper display of computed share size 2017-06-20 13:02:39 -07:00
tom mortensen 90887cb9e8 Merge pull request #123 from bergware/6.4-wip
Enhanced plugin manager with separate plugin and OS sections
2017-06-18 12:18:51 -07:00
bergware 1c097759d2 Emhanced plugin manager with seprate plugin and OS sections 2017-06-18 10:28:13 +02:00
Tom Mortensen d0f6ee4634 Anytime /boot/syslinux/syslinux.cfg modifed, copy file to /boot/EFI/boot/syslinux.cfg 2017-06-17 22:48:42 -07:00
tom mortensen 5b30de784b Merge pull request #122 from bergware/6.4-wip
Themes related updates for unRAID 6.4
2017-06-17 09:53:42 -07:00