20 Commits

Author SHA1 Message Date
Bartek Fabiszewski
88f9178fc4 Add 1.x migration script 2020-05-20 23:28:50 +02:00
Bartek Fabiszewski
3a7fcc73d1 Allow relative paths in sqlite PDO DSN, fixes #115 2020-03-30 12:26:29 +02:00
Bartek Fabiszewski
27d9e6a945 Add settings dialog 2020-02-23 22:29:10 +01:00
Bartek Fabiszewski
33afc33405 Refactor config class 2020-02-20 17:08:47 +01:00
Bartek Fabiszewski
ab261741a4 Store config in database 2020-02-19 18:42:44 +01:00
Bartek Fabiszewski
eeb7ec7532 Fix: setup script problem with sqlite, fixes #90 2019-05-23 10:45:39 +02:00
Bartek Fabiszewski
3966c697b7 Use singleton instance directly 2019-05-15 11:48:24 +02:00
Bartek Fabiszewski
c8535cce86 Add sqlite support 2019-01-29 17:11:37 +01:00
Bartek Fabiszewski
46ee95dbbe Fix Postgresql issues 2019-01-28 13:55:32 +01:00
Bartek Fabiszewski
61661e7fb7 initial PDO support 2019-01-23 12:23:25 +01:00
Bartek Fabiszewski
33e77d9962 Rewrite authorization into class 2017-08-25 16:38:20 +02:00
Bartek Fabiszewski
a4eb37c3dc Initialize table names in separate method 2017-08-17 17:19:47 +02:00
Armin Fisslthaler
8f408251c5 Make constructor of db helper class public.
This fixes:
  PHP Fatal error:  Access level to uDb::__construct() must be public (as in class mysqli) in <www-root>/ulogger-server/helpers/db.php on line 84
2017-04-19 21:35:29 +02:00
Bartek Fabiszewski
ffef321be9 Use static initializer in uConfig class 2017-04-18 09:25:21 +02:00
Bartek Fabiszewski
2f7a1969ce Add database table prefix support 2017-04-17 22:04:33 +02:00
Bartek Fabiszewski
afeb389e09 Add setup script 2017-04-17 13:15:44 +02:00
Bartek Fabiszewski
5318686626 Reorganize files into subfolders 2017-04-11 17:00:40 +02:00
Bartek Fabiszewski
c46486396c Update phpdoc, minor formatting 2017-04-09 23:35:55 +02:00
Bartek Fabiszewski
b15202281d Fix copyright notice 2017-04-07 08:04:07 +02:00
Bartek Fabiszewski
d93bbd4650 Refactor user handling to use helper classes 2017-04-06 18:07:15 +02:00