Revisions of icinga-web

Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 944199 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 68)
- update to 1.14.1:
  * #4 Fixed implementation of downtimehistory API call
  * Bug #728: User disabled checkbox should be grayed out if not functional
  * Bug #9857: make clean does not remove app/modules/Cronks/config/module.xml
  * Bug #9891: Apply filter does not reset page
  * Bug #10184: Browsing for host and service groups when adding restrictions 
    throws exception: validateMatcher(): invalid matcher used "LIKE"
  * Bug #10214: Broken link for reporting a bug
  * Bug #10252: Doctrine fails to execute sql queries with php-7.0.0-rc3
  * Bug #10757: Icinga-Web doesn't write to pipe
  * Bug #12173: Session handler for PHP7
  * Feature #13751: Update README.md for Github
- use upstream specfile with only minimal adaptions
- build for php7 on SUSE distributions
- drop fix-apache-conf-on-opensuse131.patch for unmaintained distributions
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 67)
- update to 1.13.1:
 * CSS3 fixes (Christoph_vW, #3713, #8885)
 * Schedule downtime dialog, fixed and duration works now as expected
   (MaHoff, #5551)
 * Fix host marco expansion (#7261)
 * Customvar display in grids: Grouping and sorting (#9269, #9308)
 * Search for customvar content (#9301)
 * Pass env user vars to console commands (#2985)
 * CVE-2015-2685: Ewoud Kohl van Wijngaarden found a way for an SQL injection
   in Icinga Web's API. An authenticated user could inject SQL code via a
   crafted JSON filter (#7924)
 * The log now contains the ip address of a user login failed, or the user just
   logged in and out (#7357)
 * We implemented a command log that contains any command that is send to
   the Icinga core by an user - written to a separate log file (#7893)
   command-20XX-XX-XX.log
 * (Bug) Acknowledgments where sent without a proper sticky declaration.
   This problem has been fixed and host or service acknowledgments are now
   sticky by default - what it should and was intended to be. (#5838 #7003)
   Please review our documentation if you are not sure what sticky means.
 * Grids can display customvariables in a row and filter for that. This is
   disabled by default, because every installation hast other fields configured.
   See doc/grids_and_customvars.md for more information and how to enable.
 * When using Kerberos authentication in a web server a user could receive all
   credentials when he had a role that had no credentials set (#7892)
   In our tests that only happens with Kerberos users.
 * When a user could not be imported during login the database exception was
   not generated correctly (#8301)
 * Don't contact more authentication providers than necessary during login
   Thanks to Victor Hahn (#8341)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 66)
- update to upstream version 1.12.0
 * iFrame Cronk can now replace {urlScheme} and {urlHost} with Icinga Web's
   webserver data (#7721)
 * Optimized session saving (not on every request) (#7718)
 * Pending Cronk does not list Icinga 2 Pending states (#6910)
 * CronkId handling with "Save As" can cause problems after several
   sequential saves (#7633)
 * Welcome Cronk is not configurable (#7719)
 * Icinga Web's API does not provide downtimes (#7720)
 * Warnings when resetting user's AppState (#6001)
 * Lowered fatal warning to debug in HTTP Basic Auth Provider (#7723)
 * Unit Tests broken by earlier change (#7722)
 * Update Makefile to properly distclean (#7729)
 * Added some non-minified sources for source code we ship (#7727)
 * Removed old minified api.js (#7419)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 65)
- add patch fix-apache-conf-on-opensuse131.patch - the shipped Apache has issues with 2.4 confs
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 64)
- update to upstream version  1.11.2
 * Fix apache2 restart on rewrite in SUSE rpms. (#6663)
 * Fix Apache 2.4 error "client denied by server configuration". (#6770)
 * Fix missing build dependency for 'make'. (#6816)
 * Fix wrong database name in package readme files. (#6859)
 * Revert "LongPluginOutput: Fix missing support of multi line in html". (#2653)
 * Grid/columns: Replace new lines with the HTML break when `multiLine' is enabled. (#2653)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 63)
- spec file fix - thx mopp (#5107)
- no *.asc files are provided by upstream, removed signature checking for now
- update to upstream version 1.11.1
 * Add missing timestamp to SCHEDULE_FORCED_HOST_SVC_CHECKS data. (#5755)
 * Change category for reporting cronk to addons. (#5993)
 * Bypass data in StatusSummaryCronk when fields are missing. (#6126)
 * Before sending commands test data before push out the pipe. There was
   also an error that some commands use wrong data or never worked.
 * Override ExtJS implementation of 'TreeNode::removeChild()'. This helps
   add-ons to free memory when remove tree nodes (e.g. Business Process Addon).
 * Display role description in user depended role grid. (#6261)
 * Fix long plugin output to have multiline support. (#2653)
Tim Hardeck's avatar Tim Hardeck (thardeck) accepted request 230712 from James Pearson's avatar James Pearson (vicidial) (revision 62)
General upgrade to 11.0
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 61)
- update to upstream version 1.10.1
 * Makefile fixes for some versions (#4956 #4955)
 * Fixed non-working command API (#5013 #5465)
 * Disabled verbose logging of database queries (#5014)
 * Use system timezone in command forms (#4983)
 * Add backward compatibility for renamed function
   customColumnPerfdataSanatized (#5065)
 * Open Problems: Fix host status column's width (#4944)
 * Allow "." in Cronk URLs (#5289)
 * RPM spec file fixes (#5426 #5094)
 * Hide inactive objects from the views (#5646)
 * Cleaning up non-breaking space UTF-8 character throughout the code
   (#4965 #4966)
 * Added unique index to nsm_session for indexing the really used session_id
   (#5668)
 * Fixed auth_key authentication problems due to lowercase on PgSQL (#5678)
- removed obsolete patches icinga-web-apache.conf.patch and icinga-web-apache-2.4.conf.patch
Tim Hardeck's avatar Tim Hardeck (thardeck) accepted request 215449 from James Pearson's avatar James Pearson (vicidial) (revision 60)
Apache 2.4 had it's behaviour changed in some update somewhere. It now takes both the 2.2 and 2.4 directives to make it work properly. This update reflects that
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 208998 from James Pearson's avatar James Pearson (vicidial) (revision 59)
Updated the source-provided apache configuration to speak apache v.2.4
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 58)
- imported upstream version 1.10.0
 * Icinga Web 1.10 will require an IDO schema version of >= 1.10, this comes
   due to the introduction of some database changes that can be designed
   backwards compatible (#4764)
 * Spec file introduces 2 config rpms: icinga-web-{mysql,config} for
   database specific configuration in databases.xml
 * Timestamp of the last login of any user is now saved in the database and
   accessible for admins in the user information (#2529)
   Make sure to update your database schema, or the login will fail!
 * Notifications for a complete instance can now be disabled until expiration
   timestamp within the instance view
   (#3888)
 * The basic menu layout has been changed to multiple expandable categories,
   while state of the opened categories is saved in session.
   Also we split the old category "Data" into multiple categories for better
   overview of available Cronks. (#4660 #4807 #4167)
 * A state type column has been added to all host/service views, but is
   disabled in the non-problem views. (#3529)
 * Appstate and sessions of a user can now be reset by the admin via a menu
   in the user listing (#2086)
 * Instance grid shows now more information within the grid (#3956)
 * Comments on a host and service can now be cleared from the normal grids
   Warning: the command removes any comment existing for a host or service
   (#2636)
 * Charts in tactical overview are now rendered with RaphaelJS and GRaphaelJS.
   see doc/VENDOR for license information (#3474 #4806)
 * We added a new category "Addons" for a default place for addons (#4852)
   Reporting has been moved to this category (#4853)
 * All Flash components have been removed from the tarball. (#3474 #4806)
   (previously used for rendering ExtJS charts)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 57)
- imported upstream version 1.9.2
   * Fixed Javascript debug output crashing commands (#4226)
   * Fixed tooltips in grids being truncated by the browser window (#4425)
   * Fixed JSON filter in generated Cronk URLs (#4425)
   * Fixed commands restriction preventing read access to the Icinga Api (#4339)
   * Fixed symmetrical bracket problem in SQL queries by Icinga_DoctrineQuery
     (#4733)
   * Fixed rendering glitch with row event buttons (#4369)
   * Fixed service principals being applied on host-only api checks and
     forbidding access to hosts (#4154)
   * Fixed "Services for <Host>" tab is always overwritten by saved Cronks
     (#4560)
   * Fixed iterator being reset and causing an implicit endless loop in charts
     (#4014)
   * Fixed grouping and pagination for hostgroups (#4810)
   * Changed service combo sort to host_name for better usability (#4418)
   * icinga-web.spec: remove nagiosbp requirement
   * Tabslider is now stateful (#4626)
   * Remove row event icons if no sub actions defined (#4401)
   * Fixed CronkBuilder adding "CUSTOM-"-prefix everytime a cronk is saved
     (#3917)
   * Fixed state persistence of opened Tab in Cronk listing (#4660)
   * Disabled half-implemented log sorting in Admin->Logs (#4779)
   * Fixed icon_image glitching out in host or service grids (#2784)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 56)
- fixed building on sle11sp3 - updated php dependencies
- provided links for download sources
- employed gpg-offline - verify sources
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 198186 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 55)
- build on sle11sp3, will build on sle11sp2 as soon as php53-sockets
  is there
- employ gpg-offline
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 54)
- imported upstream version 1.9.1
   * NOTE for Oracle users:
     the initial database schema for 1.9.0 and the update delivered an index
     whose identifier was too long
     Please make sure you have the index "target_key_unq_tgt_n_uq", the too
     long name was: target_key_unq_tgt_n_uq
     Update from 1.8.3 has been updated as well.
   * The initial database schema shipped with 1.9.0 had a wrong version of 1.8.4
     You don't have to change it as of now, but be aware of it when updating the
     schema in the future. (#4309)
     The schema itself was correct.
   * Fixed problems with the combined host/service views (#4205 #4239 #4241)
     * Downtime view: Host status not being displayed
     * credentials for host/servicegroups and contacts not applied correctly
     * customvar credentials now apply correctly
   * Credential fixes for combined views in the legacy API (#4667)
   * Fixed a rendering glitch with some icons in the grid (#4236)
   * Fixed a problem with the SSH command functions, they were requiring
     the wrong libraries (#4411)
   * Fixed a problem with selections in the grid after a data refresh (#4452)
   * Fixed broken userpreference window when the application state has grown
     too big (#4003 #4062 #4063)
   * Fixed a problem when two Grids are reloading nearly at the same time
     (#4563 #4562)
   * Using Refresh in a grid resets the grid to first page (#4685)
   * Fixed filter for StateType in OpenProblem Cronk (#4317)
   * Fixed ConsoleCommandModel to escape single quotes correctly (#4455)
     (caused problems when using ' in command fields)
   * Fixed DISTINCT error on PostgreSQL when using customvar filters
     on host status grids (#4564)
   * Fixed JS errors in Internet Explorer 8 while loading the interface
     (#4166 #4659)
   * Fixed host and servicedetails show only one contact under the Relations Tab
     (#4222)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 53)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 52)
- fixed builddir patch
- added a patch to fix the new official apache conf file and removed our own configuration file
- imported upstrem version 1.9.0 (check the official changelog for further details)
  [ IMPORTANT CHANGES ]
  Permission and Credential system has been revised and fixed in major parts
     The permissions are now logically grouped like this:
      ( (<hostperm1> OR <hostperm2>) AND (<serviceperm1> OR <serviceperm2>) )
      OR <contactpermission>
     Please make sure to read the issue for details and test if your permissions
     work as intended! (#3715 - https://dev.icinga.org/issues/3715)
     (Fixes #3578 #3625)
  New Cronk Menu style - now a smaller list instead of big icons (#3396 #3430)
     Also the scrolling behavior has been improved for high amounts of Cronks
     The default menu style can be changed in etc/conf.d/userpreferences.xml
  New filtering system (#3268 #3927 #3928 #3935 #3981)
     * interface redesigned
     * grouping in AND, OR or NOT subsections now possible
  Updating existing cronks for new filters and layout changes
     You should update any saved cronks to work correctly with the new version
     cd etc/
     ../bin/phing drop-customcronk-layout
     ../bin/phing upgrade-cronk-filter
     WARNING: The first statement drops all layout definitions from the cronks,
              this means the cronk will look like any fresh opened grid cronk.
              Any filter or sorting setting should be kept intact.
     Please see
     https://dev.icinga.org/issues/3981
     https://dev.icinga.org/issues/3431
  New Apache2 configuration - replaces old .htaccess files (#2759 #2735)
     Make sure to update the config file for your apache and remove any old
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 51)
- also allow other webservers providing http_daemon and 
  mod_php_any to run icinga-web
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 50)
- imported upstream version 1.8.3 (Please make sure to apply the SQL update for MySQL and PgSQL)
    * Session does not get cleared on logout #3721
    * Fixed duplicated user preferences / appstate #3727 #3870
      (caused a Doctrine_Hydrator_Exception)
    * Fix for PHP 5.3.22 / 5.4.xx #3751
    * Fix Pending states shown as OK #3843
    * Fix order handling with Cronk templates #3886
    * Disabed all caching of permissions for a user #3880
      (caused problems when deleting a user from the system)
Tim Hardeck's avatar Tim Hardeck (thardeck) committed (revision 49)
- prevented replacement of the BPAddon files bp.xml and cronks.xml during update
Displaying revisions 1 - 20 of 68
openSUSE Build Service is sponsored by