29 Commits (643c4c8da72c15364f58215e07dca11a7d098211)

Author SHA1 Message Date
Igor Scheller 2be3e17db7 Exceptions: Log previous exception 4 years ago
Igor Scheller 4995aa2a0b migration: Prevent parallel migration runs 5 years ago
Igor Scheller 055586cb8f DB/MySQL: Use utf8mb4 to support emojis
closes #706 (Allow emoji as private message text)
5 years ago
Igor Scheller 68afc74b03 Formatting to follow PSR-12 5 years ago
Igor Scheller 9921c5002a DatabaseServiceProvider: Use timezone from config (was not set before) 5 years ago
Igor Scheller b4f8092730 Database: Use configured time zone 5 years ago
Igor Scheller 64e4d168e0 migration: Order by migrated and append not migrated 6 years ago
Igor Scheller 79c92da8c1 Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
6 years ago
Igor Scheller c74fa7955d phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
6 years ago
Igor Scheller d985d493a3 Migrations: Added namespace 6 years ago
Igor Scheller b46207f911 Merge remote-tracking branch 'MyIgel/session' 6 years ago
Igor Scheller 0b0890f425 Session: Added DatabaseHandler, replaces Symfony PdoSessionHandler 6 years ago
Igor Scheller 104e4f4c43 Session: Added Symfony PDO backend 6 years ago
Igor Scheller edeab5e75f Added Database class as a replacement for Db, fixed naming 6 years ago
Igor Scheller 175c335810 Db::selectOne() should return null if result is empty 6 years ago
Igor Scheller 235266ec53 Added basic database migration functionality 7 years ago
Igor Scheller 78cddecef3 DatabaseServiceProvider: Added unit tests 7 years ago
Igor Scheller fe58e4f422 database: updated checks for selectOne 7 years ago
Igor Scheller 0e8cc2f0a7 database: integrated illuminate/database do Db class, removed unused methods 7 years ago
Igor Scheller d4b36e9bad Added Illuminate/Database 7 years ago
Bot 952c7892f3 Formatting & Docstrings 7 years ago
Igor Scheller 60fd72cd1a Added service providers 7 years ago
Bot a473a56f1d Formatting 7 years ago
msquare 26515d7582 forgott to include query bindings into selectOne 8 years ago
msquare f82e5456d2 dried code by introducing selectOne for select queries with only one result line expected 8 years ago
msquare 5794c4cab8 clear delete queries from false resuls 8 years ago
msquare a157004f4a handle failed db queries in Db class 8 years ago
msquare e93dd774a5 fix small issues on checking success of a db query 8 years ago
Igor Scheller 9a3ad88834 Changed from mysqli to PDO, some refactorings, faster sql queries 8 years ago