Commit Graph

1263 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire 824240b5f4 Fixed mobile application for user groups. 2020-01-04 11:37:01 -08:00
Ylian Saint-Hilaire 46812aec38
Merge pull request #788 from ryanblenis/plugin-admin
Add semver module for plugin version and compatibility checks
2020-01-04 11:09:19 -08:00
Ryan Blenis 173b983deb Remove straight dep in lieu of module push if plugins are enabled 2020-01-04 13:51:27 -05:00
Ryan Blenis 5445818fe1 Only if plugins are enabled, add semver module 2020-01-04 13:49:08 -05:00
Ryan Blenis 79080bbcb5 Add semver dependency for plugin version and compatibility checks 2020-01-04 13:27:25 -05:00
Ylian Saint-Hilaire e4731c7340 Improved t: or tag: filtering. 2020-01-03 14:21:39 -08:00
Ylian Saint-Hilaire d36f874d3f Better internalization improvement. 2020-01-03 13:35:58 -08:00
Ylian Saint-Hilaire 76b49e33cb
Merge pull request #783 from ryanblenis/plugin-admin
Add call to onWebUIStartupEnd when pluginHandler is refreshed, so new…
2020-01-03 13:21:36 -08:00
Ylian Saint-Hilaire 45a343ee86
Merge pull request #785 from petervanv/patch-2
Tweaked dutch
2020-01-03 13:20:59 -08:00
Ylian Saint-Hilaire 197e8d5c64 Fixed internalization. 2020-01-03 13:21:23 -08:00
petervanv b478c3f667
Tweaked dutch
translated the latest additions and corrected an typo
2020-01-03 12:21:32 +01:00
Ryan Blenis 57334af747 Add call to onWebUIStartupEnd when pluginHandler is refreshed, so new plugins can run their startups, if they have one.
Add plugins option (disabled) to the sample config
2020-01-03 03:10:42 -05:00
Ylian Saint-Hilaire 4381f6277e Updated file headers. 2020-01-02 18:30:12 -08:00
Ylian Saint-Hilaire e69f7333c6 User groups improvements. 2020-01-02 17:45:17 -08:00
Ylian Saint-Hilaire f5da65b8d2 More user group improvements, translation improvements. 2020-01-02 16:39:38 -08:00
Ylian Saint-Hilaire 0b5f3d86b0 German translation, more user group improvements. 2020-01-02 13:29:55 -08:00
Ylian Saint-Hilaire 578c7c733c More user groups improvements. 2020-01-02 01:26:12 -08:00
Ylian Saint-Hilaire 91e73cfa40 Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2020-01-02 00:30:22 -08:00
Ylian Saint-Hilaire 9da0b1938d More user groups improvements. 2020-01-02 00:30:14 -08:00
Ylian Saint-Hilaire 7d5acde32e
Merge pull request #777 from petervanv/patch-2
Tweaked NL translation including latest additions (0.4.6-u)
2019-12-31 12:05:30 -08:00
petervanv 750497b888
Tweaked NL translation including latest additions (0.4.6-u) 2019-12-31 15:25:18 +01:00
Ylian Saint-Hilaire 42f6e21031 Improved user panel, allow device group and user group control. 2019-12-30 15:38:18 -08:00
Ylian Saint-Hilaire 466f0e39d2 Language fixes and server crash fixes. 2019-12-30 11:31:57 -08:00
Ylian Saint-Hilaire 3ff0a11f6a More user group UI improvements. 2019-12-29 22:38:53 -08:00
Ylian Saint-Hilaire 86fe9085a8 Lots of progress on security user group UI. 2019-12-29 18:10:58 -08:00
Ylian Saint-Hilaire b32f5aaed0 Added Raspberry Pi device icon support for mobile site. 2019-12-28 22:09:24 -08:00
Ylian Saint-Hilaire 4d94ae18f5 Translate.json fixed, crash on device delete fix. 2019-12-28 21:36:59 -08:00
Ylian Saint-Hilaire 88dbaa58fe
Merge pull request #769 from ryanblenis/plugin-admin
Add 2 new hooks for detecting page changes in the webUI
2019-12-28 21:29:36 -08:00
Ylian Saint-Hilaire ebb5bd9ffb
Merge pull request #770 from p-bo/patch-1
Tweak Czech translation
2019-12-28 21:28:58 -08:00
p-bo 052a6bce3b
Tweak Czech translation 2019-12-28 22:39:18 +01:00
Ryan Blenis f6913b4918 Add 2 new hooks for detecting page changes in the webUI 2019-12-28 06:55:09 -05:00
Ylian Saint-Hilaire 2fb79ae605 Started work on user groups UI. 2019-12-27 22:41:06 -08:00
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