Commit Graph

40 Commits

Author SHA1 Message Date
xdrm-brackets f856b67f7e BIG FIX: session_name with logout .... 2017-12-08 00:32:18 +01:00
SeekDaSky e82f192f8e Implémentation de l'interop pour la suppression de message (promis c'est le dernier commit sur master) 2017-12-07 23:40:05 +01:00
xdrm-brackets 9f0f82c521 removed 'module.authentication' to 'user/login' and 'admin/login' + ADDED 'user/signup' and 'admin/signup' 2017-12-07 21:52:11 +01:00
xdrm-brackets 216412f26a upd: error.core.{Error,Err} (Added management for Err::AlreadyExists) 2017-12-07 21:52:11 +01:00
SeekDaSky cb5482950f upd: Postmessage channel emergency interop 2017-12-07 21:52:11 +01:00
SeekDaSky 63b5c3afa8 add: Interop pour l'envoi de message + upd: Interop pour la connection 2017-12-07 20:24:59 +01:00
xdrm-brackets 97bb6de0cf fix: api.module.dev (managed output) #2 2017-12-07 17:20:40 +01:00
xdrm-brackets d824ae38f0 fix: api.module.dev (managed output) 2017-12-07 17:19:02 +01:00
xdrm-brackets 1c34b59231 fix: api.module.dev (added npm management) 2017-12-07 17:14:44 +01:00
xdrm-brackets 29cb835400 upd: config.modules|api.module.dev (added auto-release (git pull) with url trigger) 2017-12-07 16:34:36 +01:00
SeekDaSky 4f6fa13155 fix: Interop not closing socket + discard keepalive packets 2017-12-07 15:35:07 +01:00
xdrm-brackets 5d9e6ef83f upd: config.modules (added GET dev/session_destroy) | add: api.module.dev (added session_destroy() to clean the variable) 2017-12-06 17:41:25 +01:00
SeekDaSky 27bb422aca fix: wsInterop (namespace + move interop code from index to controller 2017-12-06 17:12:08 +01:00
xdrm-brackets 1945158724 add: build.kwebsocket.core.wsinterop (added SeekDaSky websocket-interop lib) | upd: public.index ( added name gathering through websocket-interop) 2017-12-06 16:36:55 +01:00
xdrm-brackets dc02f564be No more router(redirect:home nor page:load) only page:load by default to allow JS use 2017-12-04 22:55:41 +01:00
xdrm-brackets e81817b819 Added websockets: connection tracker, chat messenger to VueJS 2017-12-04 11:22:10 +01:00
xdrm-brackets c5fae9e7ce add: router.controller.svg (now manage svg recoloring) 2017-12-03 15:43:13 +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 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 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
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 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 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 c16ef8a961 upd: database.repo.user (added methods: getBy* | checkPassword | setPassword | create) 2017-11-26 11:44:17 +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 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
xdrm-brackets a6cfd218d6 Barebone setup@3 > upd: routes.json (enable VIEW http method) | fix: api.Request 2017-11-23 12:56:07 +01:00
xdrm-brackets cc4fd4427b Barebone setup@2 > fixed: api.core.AuthSystemDefault (removed useless @module management + use Error argument to tell which permission misses) | api.core.Request (removed @module when calling api.core.AuthSystemDefault.permission(@expected)) 2017-11-23 11:53:29 +01:00
xdrm-brackets ab0808d4c5 Barebone setup@1 > fixed: api.core.AuthSystemDefault (manages default main permissions + custom permissions in the array $_SESSION['PERM']) 2017-11-23 11:32:31 +01:00
xdrm-brackets 8371ea89b8 Barebone setup@0 > build: api, router, http, error | 2017-11-23 11:23:09 +01:00