Commit Graph

143 Commits

Author SHA1 Message Date
xdrm-brackets d0515239c5 Blocks in view: settings/admin/create 2017-11-08 13:51:55 +01:00
xdrm-brackets 775a9caee4 Blocks in view: settings/admin/view 2017-11-08 13:51:00 +01:00
xdrm-brackets 3d99edc000 Blocks in view: profile/password 2017-11-08 13:49:28 +01:00
xdrm-brackets aec043a67e Blocks in view: history/view 2017-11-08 13:49:18 +01:00
xdrm-brackets 0c2e031885 Added history/archive to 'view'-er + fixed views' class 2017-11-08 13:46:57 +01:00
xdrm-brackets be6b3502be Created 'i_patch' to patch the 'i_view' each one have the same name as the associated 'warehouse module' + it can bind multiple files to a main's block each + done machine/view + its patch 'motheure' + machine refactored (blockized the templates) 2017-11-08 13:04:49 +01:00
xdrm-brackets d161f464fb Done view settings/admins (lists the admins of the warehouse) 2017-11-07 12:58:32 +01:00
xdrm-brackets 6b123765b6 Added module 'authenticationDefault/get_admins' to fetch all admins of the warehouse 2017-11-07 12:16:13 +01:00
xdrm-brackets a5b22a4836 Added 'in-dev' flag for incomplete views + added 'add' icon for sub-menu + migrated views for: profile, settings 2017-11-07 12:08:45 +01:00
xdrm-brackets df6d5e47c0 minfix: missing 'use' 2017-11-07 11:40:33 +01:00
xdrm-brackets e51d56e7a5 Added forms to View() views: group, machine, user + comment and indent correctly 2017-11-07 11:37:18 +01:00
xdrm-brackets 550b1bd849 Removed build/viewer + migrated forms of machine/* 2017-11-07 11:21:27 +01:00
xdrm-brackets 77e3fc6f98 Added views history/* 2017-11-06 15:23:49 +01:00
xdrm-brackets 3a730ccfbd Created /generic/core/i_view and the 'View' builder + migrated views : user/*, machine/*, group/* 2017-11-06 15:15:24 +01:00
xdrm-brackets 4f2144f64b Added build/core/TreeToken 2017-10-27 17:59:46 +02:00
xdrm-brackets 0cbb21ece8 Added build/log/core 2017-10-27 17:58:39 +02:00
xdrm-brackets ffa5c1060e authenticationDefault::create_admin + iface to create a new admin and return its new generated password 2017-10-19 14:57:37 +02:00
xdrm-brackets 7e0f028db4 authenticationDefault::update_warehouse + iface to update warehouse access code (password) 2017-10-19 14:21:20 +02:00
xdrm-brackets a87911e76f Renamed authentification/authentication + authenticationDefault::update_admin + iface to update admin password 2017-10-19 14:07:38 +02:00
xdrm-brackets 8e430ff242 Motheure-simple now to 'ms' no 'h' anymore 2017-10-14 16:46:35 +02:00
xdrm-brackets eb7f94dce9 Add instead of replacing when updating motheure::increment 2017-10-13 19:47:49 +02:00
xdrm-brackets dad2125544 debug 2017-10-13 19:38:22 +02:00
xdrm-brackets 22c59b7a1d Fixed motheure::increment() param missing 2017-10-13 19:28:52 +02:00
xdrm-brackets 22795697a3 debug to fetchDefault::dispatch from its dispatchers error to 'saved' field for the etree feature Err:: code negative 2017-10-13 19:11:24 +02:00
xdrm-brackets 21570a7328 Added 'saved': 0 by default if fetchDefault::dispatch error in dispatched method 2017-10-13 19:07:35 +02:00
xdrm-brackets 0c5d528813 Revert 13da1d8e71 2017-10-13 19:01:55 +02:00
xdrm-brackets 13da1d8e71 Propagate fetchDefault::dispatch to api.response with 'saved': 0 by default 2017-10-13 18:46:28 +02:00
xdrm-brackets c3e1a5d4d6 Fixed fetchDefault::motheure_simple code 2017-10-13 18:43:52 +02:00
xdrm-brackets 2655edee5d [fix] added in modules.json fetchDefault::motheure_simple 2017-10-13 18:41:02 +02:00
xdrm-brackets 474d60394d Dev. motheure::increment + fetchDefault::motheure_simple calling motheure::increment 2017-10-13 16:46:30 +02:00
xdrm-brackets 9dbfe754b4 Added module 'motheure' + displayed motor count in machine view 2017-10-12 22:10:24 +02:00
xdrm-brackets 75f40bd806 Fixed admin+warehouse creation 2017-10-12 14:29:52 +02:00
xdrm-brackets 79ec314782 Fixed machine/create failure because added 'ap' and 'ip' fields -> insert check failed 2017-10-11 14:14:10 +02:00
xdrm-brackets 19936cd333 bugfix 2017-09-28 23:09:20 +02:00
xdrm-brackets 010ed78bd2 Make 'chips' and 'states' global, not of rfid-read 2017-09-28 19:13:22 +02:00
xdrm-brackets 69758aead6 debug 2017-09-28 17:46:09 +02:00
xdrm-brackets b851826a9b [1] Created 'deployDefault' and renamed 'moduleDefault' to 'fetchDefault'[2] Implemented 'deployDefault/dispatch' which has the same kind of implementation as 'fetchDefault/dispatch'[3] Implemented 'deployDefault/rfid_read' with the useful data for it to work properly[4] Integrated deployDefault to machineDefault::getMachineWorkingInformation 2017-09-28 16:57:30 +02:00
xdrm-brackets 4d1a7fed5a Fixed missing extract() for *moduleDefault/rfid_read* 2017-09-27 18:32:30 +02:00
xdrm-brackets 978aed690f [1] machineDefault/update uses `moduleDefault/dispatch` to manage data for each feature
[2] `moduleDefault/dispatch` is now implemented
[3] `moduleDefault/rfid_read` implemented and caught by the *dispatcher*
[4] Added repo method etree/parse to get useable data from 'moduleName-etreeDaemonName'
2017-09-26 17:34:17 +02:00
xdrm-brackets d1f7f4f18f Removed debug 2017-09-26 16:42:52 +02:00
xdrm-brackets ebf2b301d6 Fixed authdefault 2017-09-26 00:05:52 +02:00
xdrm-brackets a14d9c4da0 testfix permission (authdefault) 2017-09-25 23:52:53 +02:00
xdrm-brackets 352dfdc995 Fixed permission issues for *SATS* 2017-09-25 23:40:14 +02:00
xdrm-brackets 97c7b8474b minmod 2017-09-25 23:32:36 +02:00
xdrm-brackets f15db0a3a9 Fixed according to *SATS* api/sync log @2 2017-09-25 23:23:42 +02:00
xdrm-brackets f4271043c8 Fixed according to *SATS* api/sync log 2017-09-25 23:21:42 +02:00
xdrm-brackets ba4cb04925 Update `machineDefault::getMachineWorkingInformation` to send *ETREE* 2017-09-25 16:11:10 +02:00
xdrm-brackets 05d1ef50e0 Update *module_merge* to link `id_etree` instead of `id_module` (impacts 5. 6. 8.) 2017-09-25 15:29:15 +02:00
xdrm-brackets 261398d4a8 updated getMachineWorkingInformation according to previous database changes 2017-09-24 19:48:31 +02:00
xdrm-brackets 9a9a030ef6 Fixed option display because it was the 'displayed' id ('m' prefix) and not the real one 2017-09-24 19:47:33 +02:00