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
yasen pushed to main at lindeas/jilo-web
-
40c646291e Removes old registration core code
yasen pushed to main at lindeas/jilo-web
-
4877354e8d Fixes register plugin
-
61d23cd8c2 Lets plugins add themselves to the public pages
-
8dfd54eb9f Replaces hardcoded register link with a plugin hook
-
af8d86321f Removes hardcoded "register" page
-
26817c1bb6 Adds registration plugin
- Compare 6 commits »
yasen pushed to main at lindeas/jilo-web
-
14eefb99e9 Adds "manage plugins" right
yasen pushed to main at lindeas/jilo-web
-
3915ca6633 Prepares for plugins. Autodiscovery and hooks.
-
5246c47ee6 Makes csrf_token a global constant and moves it to includes
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
221a6e8139 Removes system settings entries from sidebar menu
yasen pushed to main at lindeas/jilo-web
-
b098096930 Uses $userId instead of session var
yasen pushed to main at lindeas/jilo-web
-
47779baa5e Adds top right system menu
-
eebdbc409c Adds top right help menu
- Compare 2 commits »
yasen pushed to main at lindeas/jilo-web
-
95530ed5f0 Adds CSRF to profile edit pages