Eric Lippmann
2fffb892d3
Enable registerMenuEntries for modules since this works now
...
refs #4354
2013-07-12 15:44:55 +02:00
Eric Lippmann
51755209b6
Adapt usage of config class
...
refs #4354
2013-07-12 15:43:23 +02:00
Eric Lippmann
8c6f2a07ae
Remove magic retrieval of configuration files
...
This change leads to expected exceptions when bootstrapping the
application since the \Icinga\Application\Config class was
refactored but its usage not.
refs #4354
refs #4353
2013-07-12 15:41:35 +02:00
Eric Lippmann
297b621bf6
Add view helper url
2013-07-12 14:45:25 +02:00
Eric Lippmann
ca09dc084d
Add Icinga\Web\ViewStream.php
2013-07-12 14:35:14 +02:00
Eric Lippmann
d871b3c287
Update the monitoring module
2013-07-12 14:33:17 +02:00
Eric Lippmann
be3193a0d7
Update LDAP and Livestatus protocol
2013-07-12 13:41:48 +02:00
Eric Lippmann
e66d17dbf8
Use class Url in mixedPagination.phtml
2013-07-12 13:40:21 +02:00
Eric Lippmann
df1e595604
Make retrieval of module config static
2013-07-12 12:11:59 +02:00
Eric Lippmann
78cbeadff2
Add remove and without functions to Url class
...
refs #4381
2013-07-12 12:06:30 +02:00
Eric Lippmann
7a075ca52a
Add link to csv output to tabs
...
There is currently no controller implementing this output type
but the monitoring module will provide that.
2013-07-12 12:02:51 +02:00
Eric Lippmann
58ce815361
Rename Pdf/File to File/Pdf and adapt usage in the ActionController
2013-07-12 11:58:58 +02:00
Eric Lippmann
63a8854f40
Notification: Add todo that we do not want singleton usage of this class
2013-07-12 11:53:05 +02:00
Marius Hein
6be510b05e
License writer
...
Update license headers
refs #4262
2013-07-03 14:17:49 +02:00
Eric Lippmann
a90a19eb60
Fix Icinga\web\Hook
...
refs #4301
2013-06-28 11:17:39 +02:00
Eric Lippmann
7579aeaf07
Replace Hook::all with Hook::get
2013-06-28 09:34:44 +02:00
Eric Lippmann
903c9db8a6
Add date/time helpers to class Icinga\Util\Format
...
refs #4301
2013-06-28 09:19:43 +02:00
Eric Lippmann
d1253f8136
Add static function get to class Hook
...
refs #4301
2013-06-28 09:19:43 +02:00
Eric Lippmann
6eade9c023
Fix use of already replaced class Icinga\Web\Session
...
refs #4301
2013-06-28 09:13:08 +02:00
Marius Hein
543285017b
Extensible configuration system
...
PSR fixes
refs #4300
2013-06-27 16:10:54 +02:00
Marius Hein
1ede8df2af
Extensible configuration system
...
Add configuration tab builder parts to register
free configuration tab items
refs #4300
2013-06-27 16:10:54 +02:00
Marius Hein
b403721c11
Extensible configuration system
...
Add object registration for hooks.
refs #4300
2013-06-27 16:10:54 +02:00
Jannis Moßhammer
934163dd04
Add PHP Documentation to Authentication
...
Documented all currently existing classes underneath the
Authentication package
refs #4350
2013-06-27 15:24:22 +02:00
Marius Hein
f22ae52768
System settings
...
Add new configuration controller for the configuration
controllers later.
refs #4299
2013-06-27 12:45:18 +02:00
Eric Lippmann
46abb8a36e
Add library/Icinga/Web/Widget from the incubator
...
refs #4301
2013-06-27 12:04:13 +02:00
Marius Hein
72bb02d390
Module administration
...
Rebase fix ldap auth for testing issue.
refs #4092
2013-06-26 16:48:07 +02:00
Jannis Moßhammer
d1f4e9831a
Fix empty module folder causing errors, fix var naming
...
Fix a wrongly named class causing ClassNotFound issues,
also added additional checks for empty module folder and
added en moduleFolder directive to configure module location
refs #4092
2013-06-26 16:41:07 +02:00
Jannis Moßhammer
81bbee7e24
Add clearstatcache and tests for ModuleManager
...
Added the clearstatcache call before enabling or disabling modules,
as this prevents a 'File exists' error that occurs sometimes on
symlink creation (even when the folder is empty). Also added tests
for teh moduleManager
refs #4092
2013-06-26 16:39:55 +02:00
Jannis Moßhammer
8b84de934a
Move ModuleController from incubator
...
The Notification dependency is removed and uses exceptions now,
otherwise it's mostly the same like in the incubator
refs #4092
2013-06-26 16:39:55 +02:00
Jannis Moßhammer
d94d89e1cf
Add javascript autoloading
...
the js/modules/%modulename%/%file% is now mapped to the module
path (if existing). To prevent name clashing, the modules folder
has been renamed to components.
2013-06-26 16:37:12 +02:00
Jannis Moßhammer
3490469727
Add clearstatcache and tests for ModuleManager
...
Added the clearstatcache call before enabling or disabling modules,
as this prevents a 'File exists' error that occurs sometimes on
symlink creation (even when the folder is empty). Also added tests
for teh moduleManager
refs #4092
2013-06-26 16:36:36 +02:00
Jannis Moßhammer
4f2fb49555
Move ModuleController from incubator
...
The Notification dependency is removed and uses exceptions now,
otherwise it's mostly the same like in the incubator
refs #4092
2013-06-26 16:36:36 +02:00
Jannis Moßhammer
5c167563fa
Add SystemPermissionException
...
This exception should be fired when the OS restricts the web user
from executing certain actions. Also the template for errors has
been modified so it displays the action and the target that
was prevented.
refs #4092
2013-06-26 16:36:14 +02:00
Marius Hein
a1327a384c
Fix Authentication workflow
...
Fix ldap backends to use Credentials to work with. Fix
some tests to use include right files.
refs #4340
2013-06-25 12:24:52 +02:00
Jannis Moßhammer
8192c19424
Fix Authentication workflow
...
- The authentication controller now uses the Authentication/Manager class,
also there were some issues in the Session creation, this has been removed
from the Bootstrap now, as the Controller must decide how to open a session
(read-only or read/write).
- The tests reflect a few chagnes, as the move from the CSRF token generation
to the Formbuilder.
- Notificaiton now doesn't use Zend Session
refs #4340
2013-06-25 11:54:42 +02:00
Marius Hein
8d1038e622
Refactor and test \Icinga\Web\Form
...
Fix inspection issues, added some other code for testing to
have more coverage, fix test for QLink view helper.
refs #4302
refs #4341
2013-06-25 09:43:55 +02:00
Jannis Moßhammer
5cddbd1162
Add Form\Builder
...
The builder class allows to create forms and bind them to
models. The tests are currently failing because of the zend
pluginloader, this must be evaluated
refs #4302
2013-06-24 18:48:32 +02:00
Marius Hein
c905b1f490
Test and move bootstrapping/web code to source tree
...
Move code from incubator to web. Only files needed to show
welcome moved.
refs #4249
2013-06-17 08:49:27 +02:00
Marius Hein
5e14f828ba
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Fix PSR compliance.
refs #4256
2013-06-13 11:59:48 +02:00
Marius Hein
56844306c3
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Add test for Icinga_Web_Paginator_ScrollingStyle_SlidingWithBorder
refs #4256
2013-06-13 11:59:48 +02:00
Marius Hein
9657ba565e
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Add test for paginator/QueryAdapter
refs #4256
2013-06-13 11:59:48 +02:00
Marius Hein
f19934ef39
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Drop cookie class because implemented in auth
refs #4256
2013-06-13 11:59:48 +02:00
Marius Hein
ee6d95b496
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Drop class Cookie because no implementation is made
refs #4256
2013-06-13 11:59:48 +02:00
Marius Hein
c98be3ef73
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Add test for Widget.
refs #4256
2013-06-13 11:59:47 +02:00
Marius Hein
ccd5564a37
Evaluate, Test and Move the items und library/Icinga/Web to the source tree
...
Modify test for hook, add test for notification
refs #4256
2013-06-13 11:59:47 +02:00
Marius Hein
ed53ab6c9d
Refactor Authentication Code
...
Fix PSR, fix testing
refs #4265
2013-06-11 13:53:42 +02:00
Marius Hein
8797d3e095
Refactor Authentication Code
...
Drop empty files
refs #4256
2013-06-11 13:35:53 +02:00
Jannis Moßhammer
2fb6cd5b50
Moved refs to Authentication/Auth to Authentication/Manager
...
refs #4265
2013-06-11 13:33:16 +02:00
Jannis Moßhammer
3199f21f29
Added License header, removed deprecated or empty files
...
refs #4265
2013-06-11 13:33:16 +02:00
Jannis Moßhammer
da43813de9
Update Backendpath for Authentication
...
Backends are now located in the Icinga/Authentication/Backend folder
refs #4265
2013-06-11 13:33:16 +02:00