kj pushed to master at kj/duckbrain 2026-02-10 18:10:03 +01:00
c5a4967ae4 refactor: Extract autoloader to dedicated file
kj pushed to master at kj/duckbrain 2026-02-02 14:24:02 +01:00
c0b9f3851a chore(router): Remove redundant middleware count check
kj pushed to master at kj/duckbrain 2026-02-01 12:27:35 +01:00
78e199e300 feat(router): Introduce withMiddleware() for scoped middlewares
kj pushed to master at kj/duckbrain 2026-02-01 11:47:39 +01:00
8cd5e114dd refactor(router): Align type hint for optional parameter in docblock
kj pushed to master at kj/confi-emacs-actual 2026-01-13 08:54:07 +01:00
059ee9bda3 feat(vue): Add Vue.js file support on web mode
22f907f27b feat(systemd): Enable major mode for .container files
e428dab648 chore(editor): Disable automatic hungry-delete-mode
Compare 3 commits »
kj pushed to master at kj/nginx-dev 2025-12-24 13:22:33 +01:00
3fafac0175 feat(Dockerfile): Add PHP PostgreSQL module
kj pushed to master at kj/nginx-dev 2025-12-24 13:22:12 +01:00
b5a58b3caa chore(ssl): update certificate
kj pushed to master at kj/confi-emacs-actual 2025-11-12 00:13:14 +01:00
abf412b2a2 chore: Remove unused proced package configuration
kj pushed to master at kj/duckbrain 2025-10-27 19:18:15 +01:00
ce03bdb27d fix(model): Fix postgresql search.
b24598b118 fix(sqlite): Correct base table for RIGHT JOIN conversion
Compare 2 commits »
kj pushed to master at kj/duckbrain 2025-10-27 14:27:51 +01:00
5019b89cc0 docs(readme): Update PostgreSQL compatibility status
d030e8d30e refactor(model)!: Allow groupBy to accept multiple args instead an array
b2672ad92f fix(model): Remove ON clause from cross join
4c57770b43 refactor(model): Remove backticks from column names
8e84450f95 fix(query): Adjust LIMIT OFFSET clause syntax
Compare 5 commits »
kj pushed to master at kj/duckbrain 2025-10-27 10:50:26 +01:00
ece32b9bbe docs(readme): Update supported where clauses
kj pushed to master at kj/duckbrain 2025-10-27 10:46:53 +01:00
a5cf9d239d refactor(model): Fix typo on WHERE EXISTS/NOT EXISTS methods
kj pushed to master at kj/nginx-dev 2025-10-23 13:10:47 +02:00
ff21ebcf4e chore(ssl): update certificate
kj pushed to master at kj/duckbrain 2025-10-21 21:26:54 +02:00
b9509c49ed refactor(model): Add string type hint to select columns
kj pushed to master at kj/confi-emacs-actual 2025-10-20 19:24:02 +02:00
e2943af548 chore(evil): Refine keybinds and remove Emacs-like mappings
kj pushed to master at kj/confi-emacs-actual 2025-10-20 19:23:01 +02:00
cb8b34bae7 refactor(php-cs-fixer): Move rules to external config file
9a5f61bbdd feat(dired-sidebar): Show directories first in sidebar
c7c54fdeab refactor(org): Move visual line and fill column config
Compare 3 commits »
kj pushed to master at kj/duckbrain 2025-10-17 18:13:31 +02:00
6e433b4d06 feat(query-builder): Implement advanced WHERE and new JOIN clauses
kj pushed to master at kj/duckbrain 2025-10-17 18:12:26 +02:00
892b3614ec refactor(db): Detect DB type using PDO driver name
kj pushed to master at kj/duckbrain 2025-10-17 16:55:51 +02:00
a0b544eae5 refactor(Model): Rename bindValue to bind and make public
kj pushed to master at kj/duckbrain 2025-10-17 01:52:17 +02:00
20fd78ab53 docs(Request): Remove param comment