yasen pushed to main at lindeas/jilo-web
-
0ef061de56 Fixes tests
-
841f25f28b Changes the db collation to utf8mb4_unicode_ci
-
cf10ab021e Adds "settings" and "migrations" to main.sql
- Compare 3 commits »
yasen pushed to main at lindeas/jilo-web
-
9127f97cc9 Fixes tests
-
3b50d81fb4 Moves to App API
-
a030562071 Fixes tests
-
138ea70185 Updates core code to use App(db)
- Compare 4 commits »
yasen pushed to main at lindeas/jilo-web
-
71c25c778f Updates plugins descriptions
-
0165896a0b Fixes index to pass the plugin to only load the internal page
-
1dde66a9f1 Fixes logs and register plugins
- Compare 3 commits »
yasen pushed to main at lindeas/jilo-web
-
eb4b5ca7bc Migrates logs plugin to App API, updates docs
-
58c2651796 Updates register plugin's docs
-
80aaa0cab6 Fixes admin/plugins. Shows tables - owned by plugin and just referenced
-
4c5136adf4 Fixes the register plugin
- Compare 4 commits »
yasen pushed to main at lindeas/jilo-web
-
d318b621d5 Troubleshoots admin/plugins page
-
d3a9d78e2c Updates and fixes the register plugin
-
c42b2ff483 Moves plugin loading after we have DB connection in index
- Compare 3 commits »
yasen pushed to main at lindeas/jilo-web
-
0b3ff9e40b Debugs admin/plugins. Makes it use App API
yasen pushed to main at lindeas/jilo-web
-
ddd8fdac3a Removes old "enabled" field in json. Plugins state is in DB now.
yasen pushed to main at lindeas/jilo-web
-
e1dc0bbf32 Troubleshoots logs plugin
yasen pushed to main at lindeas/jilo-web
-
aff2ec4003 Debugs admin/plugins feature
yasen pushed to main at lindeas/jilo-web
-
064614f73f Refactors admin/plugins to use only DB. Adds buttons and modal info page
yasen pushed to main at lindeas/jilo-web
-
81e665644c Moves index to App API
yasen pushed to main at lindeas/jilo-web
-
d0101925de Adds a helper wrapper to "logs" plugin.
yasen pushed to main at lindeas/jilo-web
-
521d8eafab Adds plugin route registry, one plugin can register multiple routes
yasen pushed to main at lindeas/jilo-web
-
e2e3d74de1 Integrates App\App into index.php
yasen pushed to main at lindeas/jilo-web
-
62b2242b75 Adds a simple Core/App unit test
yasen pushed to main at lindeas/jilo-web
-
1228abe6f2 Adds minimal app services API for plugins
yasen pushed to main at lindeas/jilo-web
-
f4238f205f Moves $timeNow as early as possible. Available to whole site.
yasen pushed to main at lindeas/jilo-web
-
bbceb44c3d Adds session expiration debug message