Commit Graph

1131 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire bd1396bf7e Fixed toolbar in non-english languages. 2019-12-27 21:39:14 -08:00
Ylian Saint-Hilaire fc0915de60 More access control improvements, RPi icon. 2019-12-27 15:18:43 -08:00
Ylian Saint-Hilaire e1badf2bdd
Merge pull request #763 from petervanv/patch-1
new update translation file (dutch)
2019-12-27 14:36:40 -08:00
petervanv 312d0974f4
new update translation file (dutch)
{
      "en": "Free",
      "fr": "Libre",
      "pt": "Livre",
      "ja": "無料",
      "cs": "Volné",
      "nl": "Vrij",
      "xloc": [
        "default.handlebars->23->1281",
        "default.handlebars->23->1283"
      ]
    },
    {
      "en": "free",
      "fr": "libre",
      "pt": "Livre",
      "ja": "無料",
      "cs": "volné",
      "nl": "vrij",
      "xloc": [
        "default.handlebars->23->1311"
      ]
    },

can i schrik it too this? if so a can clean up the double lines of identical text
    {
      "en": "Free",
      "fr": "Libre",
      "pt": "Livre",
      "ja": "無料",
      "cs": "Volné",
      "nl": "Vrij",
      "xloc": [
        "default.handlebars->23->1281",
        "default.handlebars->23->1283"
        "default.handlebars->23->1311"
      ]
    },
2019-12-27 12:21:41 +01:00
Ylian Saint-Hilaire caa37f338c Centralization of user access control. 2019-12-26 22:53:01 -08:00
Ylian Saint-Hilaire 7452ee6a13 Added remove previous events selector when adding a new user. 2019-12-26 13:52:09 -08:00
Ylian Saint-Hilaire 9317a5cdcb Small fix to web app collapse for listview with unknown power state. 2019-12-26 13:01:02 -08:00
Ylian Saint-Hilaire cc6f0dc88f Completed webapp collapse feature. 2019-12-26 12:50:11 -08:00
Ylian Saint-Hilaire a29d6c1718 Fixed Dutch translations in translate.js 2019-12-26 11:37:49 -08:00
Ylian Saint-Hilaire 7086a68ec0
Merge pull request #762 from ryanblenis/plugin-admin
Additional hooks, better passing of arguments
2019-12-26 11:03:42 -08:00
Ylian Saint-Hilaire 07af22d0cb
Merge pull request #761 from petervanv/patch-1
update NL in translate.json
2019-12-26 11:03:31 -08:00
Ryan Blenis d5fb308caa Documentation updates for new hooks 2019-12-26 10:56:10 -05:00
Ryan Blenis 26de76579c Consistency in call names hook_userLoggedInEnd 2019-12-26 10:55:03 -05:00
Ryan Blenis 29d294eac5 Consistency in call names 2019-12-26 10:52:48 -05:00
Ryan Blenis 8ffdaec668 Add webUI startup hook 2019-12-26 10:46:56 -05:00
Ryan Blenis 07c8fd2990 Add plugin hook for user login 2019-12-26 10:45:51 -05:00
Ryan Blenis e7e9532255 fix internal arg passing 2019-12-26 10:45:14 -05:00
petervanv 7a77944770
update NL in translate.json 2019-12-25 21:50:44 +01:00
Ylian Saint-Hilaire ca39635bcd Improved webapp group collapsing feature. 2019-12-24 11:49:36 -08:00
Ylian Saint-Hilaire 4dee9ea640 First version with collapsable device groups 2019-12-23 17:40:58 -08:00
Ylian Saint-Hilaire 5888975d67 Fixed multi-desktop with filter, added tag:xxx filter. 2019-12-23 16:11:08 -08:00
Ylian Saint-Hilaire 51c6567905 Fixed context menus in web application. 2019-12-23 15:46:00 -08:00
Ylian Saint-Hilaire c022ead2ef Removed more auto-generated files. 2019-12-23 14:46:14 -08:00
Ylian Saint-Hilaire ef9f0223e8 Removed .greenlockrc 2019-12-23 14:44:20 -08:00
Ylian Saint-Hilaire 5f5d9e6699 Removed more auto-generated minified files. 2019-12-23 14:41:50 -08:00
Ylian Saint-Hilaire 7494cb6c36 Removed public/translations 2019-12-23 14:38:59 -08:00
Ylian Saint-Hilaire e51f24c961 Fixed .getignore 2019-12-23 14:36:49 -08:00
Ylian Saint-Hilaire e5ca7bf0fa Removed auto-generated files. 2019-12-23 14:32:29 -08:00
Ylian Saint-Hilaire 2e81ba0bf9 Improved internalization. 2019-12-23 14:25:27 -08:00
Bryan Roe 74e2529655 Updated terminal, so script command is only used on linux, as the script command on MacOS and FreeBSD does not support the required featureset. 2019-12-23 10:40:36 -08:00
Ylian Saint-Hilaire 222ec88844 Fixed MeshCentral server update on Windows. 2019-12-22 12:44:16 -08:00
Ylian Saint-Hilaire 1be1334be2
Merge pull request #751 from TotallyNotElite/terminalimprovements
Various (linux) terminal improvements
2019-12-22 12:40:06 -08:00
TotallyNotElite 3693aff847 Interactive terminal without python 2019-12-22 14:12:01 +01:00
TotallyNotElite 304a69c153 Hide automatically run commands in the linux terminal 2019-12-22 14:10:09 +01:00
TotallyNotElite c921005260 Fix "undefined" when downloading a backup 2019-12-22 14:10:09 +01:00
Ylian Saint-Hilaire 2f9f770184 Fixed multi-desktop connect all. 2019-12-21 16:47:49 -08:00
Ylian Saint-Hilaire 7491607ad3 Added toggle footer bar option in webapp. 2019-12-21 16:07:25 -08:00
Ylian Saint-Hilaire 3ae3da2187 Fixed web app fullscreen, improved MeshCtrl. 2019-12-21 15:05:58 -08:00
Ylian Saint-Hilaire 8acf7c4fa3 Fixed web app device list issue, improved MeshCtrl. 2019-12-20 17:29:38 -08:00
Ylian Saint-Hilaire 30f914d74c Fixed SSPI Account Settings, UserConsent Setting, use of NPM with a proxy. 2019-12-20 16:45:41 -08:00
Ylian Saint-Hilaire 8e5503d8f7 Removed 1h cache, back to etag. 2019-12-20 14:50:06 -08:00
Ylian Saint-Hilaire b0768fe604 Fixed web app interface and server version. 2019-12-20 14:02:49 -08:00
Ylian Saint-Hilaire c43228cbff Updated Dutch, improved back button in web app. 2019-12-19 12:10:50 -08:00
Ylian Saint-Hilaire 74187309d3 Improved device group summary page. 2019-12-18 14:57:29 -08:00
Ylian Saint-Hilaire 1a92a47882 Added Device Group Summary Panel, other fixes. 2019-12-18 12:00:08 -08:00
Ylian Saint-Hilaire c1d422af07 Added Dutch support (Thanks Peter) 2019-12-17 14:06:54 -08:00
Ylian Saint-Hilaire c4e726ed80 Updated MeshCommander, removed use of eval(). 2019-12-17 13:18:20 -08:00
Ylian Saint-Hilaire 5148f35301 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2019-12-16 17:20:48 -08:00
Ylian Saint-Hilaire a81496179c Fixed RedirTrace. 2019-12-16 17:20:39 -08:00
Bryan Roe e82f9dd912 updated tsid selection 2019-12-16 15:07:20 -08:00