Commit Graph

12 Commits

Author SHA1 Message Date
xdrm-brackets 2da458ad31 FUCK YES -> api: POST message/emergency (now works with DB FINALLY) 2017-12-08 03:39:29 +01:00
xdrm-brackets aa5b97dcc8 add: repo.event (event default 'getAll()' with limit 'getById', 'create', 'update', 'remove') 2017-12-08 02:50:47 +01:00
xdrm-brackets 69df30d57c add: repo.emergency (emergency default 'getAll()' with limit 'getById', 'create', 'update', 'remove') 2017-12-08 02:50:47 +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
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 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 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 8371ea89b8 Barebone setup@0 > build: api, router, http, error | 2017-11-23 11:23:09 +01:00