Commit Graph

58 Commits

Author SHA1 Message Date
xdrm-brackets c2f3f0ce15 upd: view.vue.header (only header-icon not HEADER toggles the menu size) 2017-12-04 11:56:02 +01:00
xdrm-brackets 8ce1bcd7dd upd: menu icons darker 2017-12-04 11:50:38 +01:00
xdrm-brackets 49ff17aa71 Now can toggle the menu size (gstore.func.toggleMenuSize) @click on header icon 2017-12-04 11:48:32 +01:00
xdrm-brackets dc66a92169 Now header-icon black on white 2017-12-04 11:27:20 +01:00
xdrm-brackets e81817b819 Added websockets: connection tracker, chat messenger to VueJS 2017-12-04 11:22:10 +01:00
xdrm-brackets b66bafb3c3 upd: lib.ws-client (Manage JSON parsing on message received) 2017-12-04 10:32:15 +01:00
xdrm-brackets a2746b6275 upd: css.header + view.vue-config + header.vue (now notification count is processed from notification messages + if 0 css will not render) 2017-12-04 10:26:10 +01:00
xdrm-brackets 43e1c742b7 upd: updated iface 2017-12-03 16:02:18 +01:00
xdrm-brackets c5fae9e7ce add: router.controller.svg (now manage svg recoloring) 2017-12-03 15:43:13 +01:00
xdrm-brackets 2653f896f2 Updated main vuejs entry point to consider last commits (HEADER, MENU, fonts, etc) + added images 2017-12-01 15:50:22 +01:00
xdrm-brackets ddd2ae4870 Started css+js+vue page MENU 2017-12-01 15:47:28 +01:00
xdrm-brackets 705cd4bc55 Added css+js+vue page HEADER 2017-12-01 15:47:14 +01:00
xdrm-brackets f62e247d6b CSS layout base 2017-12-01 15:46:48 +01:00
xdrm-brackets 7a4c6d7ca8 Added fonts 2017-12-01 15:46:09 +01:00
xdrm-brackets 8e5c1680be add: view.vue-config (GlobalStore hardcoded config for GlobalStore fixed variables) 2017-12-01 15:45:45 +01:00
xdrm-brackets 5d9cc9e33c add: view.lib.gstore (GlobalStore class for VueJS) 2017-12-01 15:45:08 +01:00
xdrm-brackets f1a9e65327 upd: package.json (npm run dev now allows VUEJS to log errors) 2017-11-30 16:46:49 +01:00
xdrm-brackets 5894aecae3 upd: view.vue.main (now can include component (import + CamelCase)) 2017-11-30 16:46:30 +01:00
xdrm-brackets 2e7291929a added js dep. '/js/_SERVER.js' generated by the router.controller.js.server() method 2017-11-30 16:45:26 +01:00
xdrm-brackets d043c83ead minmod 2017-11-29 20:41:21 +01:00
xdrm-brackets ace717d6e4 add:view.lib.ws-client.js (WebSocket Client in javascript.es6) 2017-11-29 20:36:30 +01:00
xdrm-brackets 3ace1314b6 fix: package.json (bundle files MUST NOT be present in order for npm to build the project) 2017-11-29 20:35:39 +01:00
xdrm-brackets bad67426a5 upd: README.md (installation instructions) 2017-11-29 13:50:52 +01:00
xdrm-brackets 6443dbbf7e tmpfix: core.database.DatabaseDriver (removed remove vs. local check (may cause errors)) 2017-11-29 12:56:45 +01:00
xdrm-brackets d03d889024 Webpack bundle management with hashes (core.router) : 'public_html/js/bundle@{hash}.js' + pre-script to remove bundles (packages.json) + min updates 2017-11-29 12:29:27 +01:00
xdrm-brackets 07edda0345 Passed lib.api.js to es6 2017-11-28 17:18:56 +01:00
xdrm-brackets 8d5806710b mov: renamed 'view.index' to 'view.home' | upd: config.routes/router.controller.redirect (redirect is now 'home' not 'homepage') 2017-11-28 16:48:59 +01:00
xdrm-brackets 6da4f911ae merge webpack-init into master (.gitignore conflict) 2017-11-28 16:45:17 +01:00
xdrm-brackets 20602bcf23 webpack init (+vue) 2017-11-28 13:37:49 +01:00
SeekDaSky 9e96edb1ab gitignore + fix typing 2017-11-28 13:32:44 +01:00
xdrm-brackets 272c928375 fix: database.core.DatabaseDriver (set connection timeout to 5s) 2017-11-28 06:59:15 +01:00
xdrm-brackets b706948b3a add: .gitignore | fix: api.core.Request (InvalidHttpError if not in **AND** not in @forced_method) 2017-11-27 14:57:29 +01:00
xdrm-brackets 3fe0b7590a tmp: public.index (clean index for now) 2017-11-26 14:45:14 +01:00
xdrm-brackets e1a0a829f0 fix: moved '/public_html/view' to '/view' in order for views not to be seen by browser standalone 2017-11-26 14:40:40 +01:00
xdrm-brackets 88f1d3b871 add: api.module.authentication (authentication methods for admin + user) | upd: config.modules (updated config according to @1) 2017-11-26 13:49:13 +01:00
xdrm-brackets cf35a8ade4 fix: api.core.Request (now can force a HTTP_METHOD when called inside php (3rd argument)) 2017-11-26 13:48:33 +01:00
xdrm-brackets 6399608ef5 fix: api.core.AuthSystemDefault (re-use stored token in session if session_connected (check again for each api call)) 2017-11-26 13:48:03 +01:00
xdrm-brackets 4aec7e790d upd: api.core.Checker (setup hash to have 128c length) 2017-11-26 13:18:08 +01:00
xdrm-brackets 2c713f48e8 upd: api.core.AuthSystemDefault (implemented authentication by token) 2017-11-26 12:10:10 +01:00
xdrm-brackets e33e6714d7 upd: public.index (set AuthSystemDefault as default AuthSystem for api.core.Request) 2017-11-26 12:07:28 +01:00
xdrm-brackets 5eeaa1321f add: database.repo.admin (added admin repo as a copy of user for now) 2017-11-26 11:56:45 +01:00
xdrm-brackets 8ccc05e280 upd: database.repo.user (added backquotes around table and column names) 2017-11-26 11:54:49 +01:00
xdrm-brackets 4ebd101e6c tmp: updated public.view.homepage to show repo use 2017-11-26 11:44:58 +01:00
xdrm-brackets c16ef8a961 upd: database.repo.user (added methods: getBy* | checkPassword | setPassword | create) 2017-11-26 11:44:17 +01:00
xdrm-brackets 77483eedfa Added generic favicon to use elsewhere 2017-11-26 11:42:49 +01:00
xdrm-brackets fa2c5e387b add: HTML favicon 2017-11-26 11:42:28 +01:00
xdrm-brackets eef40ce771 fix: api.module.RESTexample (removed unset variable) 2017-11-26 11:42:10 +01:00
xdrm-brackets e10382155a upd: database.core.Repo (made it simpler, 2 args instead of an array of 2 strings...) 2017-11-26 11:41:41 +01:00
xdrm-brackets acb879d472 upd: autoloader (added secure_hash function using sha512) 2017-11-26 11:40:59 +01:00
xdrm-brackets 6cd9baf19c Barebone setup@5 > add: database.{core.Repo,core.Repo_i,repo.user} (Repo dispatcher + user.getAll,getById,getByMail) | dup:config.database-driver done | upd: view.homepage loads a repo (call example) 2017-11-24 16:00:12 +01:00