yasen pushed to main at lindeas/jilo-web
-
81b4187ae8 Removes obsolete insertLog()
-
bbccb54059 Updates log calls to new syntax
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
1e975f7b18 Makes old code work with the new Log plugin
yasen pushed to main at lindeas/jilo-web
-
457c946946 Adds some user right restrictions
-
f84a337607 Fixes log plugin
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
1f3d331b25 Adds pipeline in index for all middleware
yasen pushed to main at lindeas/jilo-web
-
315fbcb18f Updates github workflow after mariadb migration
yasen pushed to main at lindeas/jilo-web
-
4a43d8cfc7 Fixes tests
-
adb8e42d61 Changes sql tables to use singular names
-
880c45025c Migrates app database from SQLite to MariaDB
- Compare 3 commits »
yasen pushed to main at lindeas/jilo-web
-
630f71ce4d Fixes SQL syntax typos
yasen pushed to main at lindeas/jilo-web
-
e8576d3e94 Removes logging logic from index and replaces old log class with a wrapper
-
ff28ebf753 Adds log entry to main menu
-
242b63317b Makes the old code work with the new Log plugin
-
a004602ce2 Replaces olg logs helper with IP helper
-
c749726a79 Removes old log pages
- Compare 7 commits »
yasen pushed to main at lindeas/jilo-web
-
0447439f99 Adds SQL file(preparation for sqlite->mariadb migration)
yasen pushed to main at lindeas/jilo-web
-
13f2ca4fe4 Moves database connection to DatabaseConnector core class
-
891e85b0bb Adds DatabaseConnector core class
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
c2f0fe6793 Moves config loading to ConfigLoader core class
-
7dfbe49996 Adds ConfigLoader core class
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
ed0baf18d3 Moves plugin disovery and hooks code away from index
-
8628985361 Adds HookDispatcher core class for plugin hooks
-
facddb0d6d Adds PluginManager core class
-
9797caa58e Moves session auth logic to the new core/Router class
-
9c896d9e0e Creates /app/core/ for core infrastructure code, essential for the app
- Compare 5 commits »
yasen pushed to main at lindeas/jilo-web
-
bccd48014b Removes no more used session middleware
-
10083ff7af Adds 'logout' and 'register' to login redirect whitelist
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
cfa8540be9 Removes username forms autofocus
yasen pushed to main at lindeas/jilo-web
-
3657dd70cf Fixes session timeout and login issues
yasen pushed to main at lindeas/jilo-web
-
e88229bee2 Troubleshoots login redirects
yasen pushed to main at lindeas/jilo-web
-
0b59072d9b Adds login redirection to original requested page