Commit Graph

1151 Commits

Author SHA1 Message Date
Ylian Saint-Hilaire
fdd56b2dc5 Updated file headers. 2020-01-02 18:30:12 -08:00
Ylian Saint-Hilaire
4a12043602 User groups improvements. 2020-01-02 17:45:17 -08:00
Ylian Saint-Hilaire
19b5c5663a More user group improvements, translation improvements. 2020-01-02 16:39:38 -08:00
Ylian Saint-Hilaire
ee0c0f1021 German translation, more user group improvements. 2020-01-02 13:29:55 -08:00
Ylian Saint-Hilaire
58d9903619 More user groups improvements. 2020-01-02 01:26:12 -08:00
Ylian Saint-Hilaire
2a2034bddc Merge branch 'master' of https://github.com/Ylianst/MeshCentral 2020-01-02 00:30:22 -08:00
Ylian Saint-Hilaire
7307152dbb More user groups improvements. 2020-01-02 00:30:14 -08:00
Ylian Saint-Hilaire
23ca2f3d27 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
227b96749f Tweaked NL translation including latest additions (0.4.6-u) 2019-12-31 15:25:18 +01:00
Ylian Saint-Hilaire
8a77c78ebb Improved user panel, allow device group and user group control. 2019-12-30 15:38:18 -08:00
Ylian Saint-Hilaire
118fe48713 Language fixes and server crash fixes. 2019-12-30 11:31:57 -08:00
Ylian Saint-Hilaire
d42c54f32e More user group UI improvements. 2019-12-29 22:38:53 -08:00
Ylian Saint-Hilaire
fbbc619364 Lots of progress on security user group UI. 2019-12-29 18:10:58 -08:00
Ylian Saint-Hilaire
2aab84239d Added Raspberry Pi device icon support for mobile site. 2019-12-28 22:09:24 -08:00
Ylian Saint-Hilaire
9b7eca1f7f Translate.json fixed, crash on device delete fix. 2019-12-28 21:36:59 -08:00
Ylian Saint-Hilaire
2fc5e630a4 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
f8bf5da693 Merge pull request #770 from p-bo/patch-1
Tweak Czech translation
2019-12-28 21:28:58 -08:00
p-bo
7eee2554b8 Tweak Czech translation 2019-12-28 22:39:18 +01:00
Ryan Blenis
9b528e1ab9 Add 2 new hooks for detecting page changes in the webUI 2019-12-28 06:55:09 -05:00
Ylian Saint-Hilaire
5bdb4cc8b0 Started work on user groups UI. 2019-12-27 22:41:06 -08:00
Ylian Saint-Hilaire
090efb4ce5 Fixed toolbar in non-english languages. 2019-12-27 21:39:14 -08:00
Ylian Saint-Hilaire
c3efdb39c1 More access control improvements, RPi icon. 2019-12-27 15:18:43 -08:00
Ylian Saint-Hilaire
e80acec96b Merge pull request #763 from petervanv/patch-1
new update translation file (dutch)
2019-12-27 14:36:40 -08:00
petervanv
976f005a34 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
c9b4c34418 Centralization of user access control. 2019-12-26 22:53:01 -08:00
Ylian Saint-Hilaire
ffb10a82be Added remove previous events selector when adding a new user. 2019-12-26 13:52:09 -08:00
Ylian Saint-Hilaire
2a64717799 Small fix to web app collapse for listview with unknown power state. 2019-12-26 13:01:02 -08:00
Ylian Saint-Hilaire
48d9592fb9 Completed webapp collapse feature. 2019-12-26 12:50:11 -08:00
Ylian Saint-Hilaire
b202d3ef08 Fixed Dutch translations in translate.js 2019-12-26 11:37:49 -08:00
Ylian Saint-Hilaire
9bebc913d9 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
4eb08d9d9b Merge pull request #761 from petervanv/patch-1
update NL in translate.json
2019-12-26 11:03:31 -08:00
Ryan Blenis
be0e254c60 Documentation updates for new hooks 2019-12-26 10:56:10 -05:00
Ryan Blenis
a89cfa327f Consistency in call names hook_userLoggedInEnd 2019-12-26 10:55:03 -05:00
Ryan Blenis
c2a6d0ecd1 Consistency in call names 2019-12-26 10:52:48 -05:00
Ryan Blenis
e5b76ccdc4 Add webUI startup hook 2019-12-26 10:46:56 -05:00
Ryan Blenis
718678ed09 Add plugin hook for user login 2019-12-26 10:45:51 -05:00
Ryan Blenis
ca163ea218 fix internal arg passing 2019-12-26 10:45:14 -05:00
petervanv
11a07d8fdc update NL in translate.json 2019-12-25 21:50:44 +01:00
Ylian Saint-Hilaire
5dda176e07 Improved webapp group collapsing feature. 2019-12-24 11:49:36 -08:00
Ylian Saint-Hilaire
81fd0451a7 First version with collapsable device groups 2019-12-23 17:40:58 -08:00
Ylian Saint-Hilaire
097eb6cd9d Fixed multi-desktop with filter, added tag:xxx filter. 2019-12-23 16:11:08 -08:00
Ylian Saint-Hilaire
2da3061efb Fixed context menus in web application. 2019-12-23 15:46:00 -08:00
Ylian Saint-Hilaire
5cd4c81c73 Removed more auto-generated files. 2019-12-23 14:46:14 -08:00
Ylian Saint-Hilaire
a43f2d4306 Removed .greenlockrc 2019-12-23 14:44:20 -08:00
Ylian Saint-Hilaire
43d80bc9d1 Removed more auto-generated minified files. 2019-12-23 14:41:50 -08:00
Ylian Saint-Hilaire
37a84af948 Removed public/translations 2019-12-23 14:38:59 -08:00
Ylian Saint-Hilaire
c24147ce13 Fixed .getignore 2019-12-23 14:36:49 -08:00
Ylian Saint-Hilaire
8547f0c101 Removed auto-generated files. 2019-12-23 14:32:29 -08:00
Ylian Saint-Hilaire
e2f69f8bf6 Improved internalization. 2019-12-23 14:25:27 -08:00
Bryan Roe
807ee7a020 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