Commit Graph

5 Commits

Author SHA1 Message Date
Karsten Heiken
030e9fa305 Change order of check in global hook
First, check if the requested controller is public.
If it is, we do not care if the user is logged in, so don't
even make the "logged in"-checks at this moment.
2011-12-04 17:16:57 +01:00
Eike Foken
01580d81dc Clean-up libraries 2011-09-13 20:08:25 +02:00
Karsten Heiken
e4d7dec284 Make the XML-RPC API public 2011-08-25 21:31:59 +02:00
Eike Foken
24fbe455a1 Handle ajax requests correctly 2011-08-10 19:26:44 +02:00
Karsten Heiken
17a986d9d0 Enable hooks and implement global login checking
Controllers that have to be publicly available can be
introduced in application/hooks/global.php
2011-08-01 10:45:19 +02:00