Commit Graph

438828 Commits

Author SHA1 Message Date
Andres d28dabcf92 7.8.1-r0 release
This is a maintenance & security patch release. The most notable chages are:
  - Fix: Mail merge js error on Subpanels
  - Fix: Warnings reported when cron.php is executed
  - Fix: Calendar is displaying Closed (HELD|NOT HELD) Meetings when $show_completed is false - supplied by adamjakab
  - Fix: Cannot import email when using Theme P
  - Fix: 7.8 Upgrade returns Javascript:void(0) for new filter functionality
  - Fix: Ability to clear Search returning Javascript error
  - Fix: SMTP campaign sending issue
  - Fix: Changes the capitalisation of the User Profile and Advanced tab in the edit view of the users profile.
  - Missing ending </b>
  - Clean up/ improve Mssql
2017-02-08 12:46:51 +01:00
Sameer Naik 686760799b entrypoint: stop referencing the default `entrypoint.sh` script from the base image 2017-02-08 15:18:58 +05:30
David Barranco 5e42a29e37 Update Dockerfile 2017-02-08 09:57:46 +01:00
David Barranco 4eab9c6b68 Fixed typo in README.md 2017-02-07 16:54:44 +01:00
David Barranco 2608c28701 Update README.md 2017-02-07 16:53:49 +01:00
David Barranco b7cb2a0fbf Merge pull request #1 from dbarranco/master
Bumped Piwik version to 3.0.1-1
2017-02-07 14:45:20 +01:00
David Barranco 19a6c1b954 Bumped Piwik version to 3.0.1-1 2017-02-07 14:43:41 +01:00
Bitnami Bot 11fd625f4e 3.2.3-r0 release
This release includes several changes. Here is a list of the most important ones:
  - Casting TableCell value to string
  - Don't add csp-headers if none are required
  - Fix double escaping of the decision attributes in the profiler
  - fix Yaml parsing for very long quoted strings
  - [BrowserKit] ignore invalid cookies expires date format
  - [Cache] Fix class exists checks in PhpArrayAdapter
  - [Cache] [PdoAdapter] Fix MySQL 1170 error (blob as primary key)
  - [Cache] Fix tags expiration
  - [Cache] Fix missing use statement in FilesystemAdapter
  - [Cache] Using strpbrk() instead of strcspn() is faster
  - [Config] Fix checking cache for non existing meta file
  - [Console] Fix TableCell issues with decoration
  - [Debug] Fix fatal error when changing ErrorHandler loggers if an exception is buffered
  - [Debug] Workaround "null" $context
  - [DependencyInjection] Fixed variadic method parameter in autowired classes
  - [DI] Fix defaults overriding empty strings in AutowirePass
  - [Doctrine Bridge] always check for all fields to be mapped
  - [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys
  - [Form] Fixed DateType format option for single text widget
  - [FrameworkBundle] fixed custom domain for translations in php templates
  - [FrameworkBundle] Execute the PhpDocExtractor earlier
  - [FrameworkBundle] Dont wire "annotations.cached_reader" before removing passes
  - [HttpKernel] Fix ArgumentValueResolver for arguments default null
  - [HttpKernel] Give higher priority to adding request formats
  - [Ldap] Ldap username case fix
  - [PhpUnit] Blacklist DeprecationErrorHandler in stack traces
  - [Process] Non ASCII characters disappearing during the escapeshellarg
  - [PropertyInfo] Don't try to access a property thru a static method
  - [PropertyAccess] Handle interfaces in the invalid argument exception
  - [PropertyInfo] Exclude static methods form properties guessing
  - [TwigBundle] do not lose already set method calls
  - [Workflow] Fixed support of multiple transitions with the same name
  - [Workflow] Added new validator to make sure each place has unique translation names
2017-02-06 18:08:50 +00:00
Bitnami Bot cb78aa629c 3.4.2-r0 release
This release fixes several issues:
  - Arbiters in pv1 should vote no in elections if they can see a healthy primary of equal or greater priority to the candidate.
  - Add support for filter to listDatabases
  - Inefficient I/O when read full DB (poor readahead)
  - All JIRA issues closed
2017-02-06 17:11:03 +00:00
David Barranco 3a066d3a3e Initial release of Piwik 2017-02-06 13:40:08 +00:00
Bitnami Bot faed0251b9 4.6.4-r0 release
This release contains several enhancements and bug fixes:
  - Configuration to allow unauthenticated users to see status page
  - Added option to configure headers for all Elasticsearch requests
  - Status page and API now include plugin version info
  - Error notifications will auto-dismiss after a timeout
  - Package repos are now based on major versions
  - Plugins now have a home for their data
  - Fixed blank notifications that were appearing in plugin apps like Sense
  - In some circumstances, Visualization editor controls would collapse after applying updates. They will now remain expanded
  - Better cleanup on package removal
  - Fixed logging for package installs using SysV
  - A more accurate description for the Kibana service
2017-02-06 12:39:17 +00:00
Bitnami Bot 3cb6f721e2 3.2.7-r0 release
Redis 3.2.7 containes a security bug fix and several changes. Notable changes from 3.2.6 include:
 - MIGRATE could incorrectly move keys between Redis Cluster nodes by turning keys with an expire set into persisting keys.
 - Now Redis aliases the host and POST commands to QUIT, avoiding to process the remaining pipeline if there are pending commands.
 - A ziplist bug that could cause data corruption, could crash the server and may also have security implications was fixed.
 - Jemalloc upgraded to 4.4.0. The last version the 4.0 release.
2017-02-06 11:55:04 +00:00
Bitnami Bot 4fcd7c4070 2.4.4-r0 release
This release contains several enhancements and bug fixes:
  - Mapping: Only update DocumentMapper if field type changes
  - Internal: Fix ShardInfo#toString
  - Logging: The log message of changing max_thread_count
  - Java API: Adds removed inQuery method alternative
2017-02-06 10:36:21 +00:00
Bitnami Bot f5630607f4 3.2.2-r0 release
This release includes several changes. Here is a list of the most important ones:
  - [DoctrineBridge] always check for all fields to be mapped
  - [PropertyAccess] Handle interfaces in the invalid argument exception
  - [DI] Fix defaults overriding empty strings in AutowirePass
  - [Debug] Workaround "null" $context
  - [DependencyInjection] Fixed variadic method parameter in autowired classes
  - [HttpKernel] Fix ArgumentValueResolver for arguments default null
  - [HttpKernel] Give higher priority to adding request formats
  - [PropertyInfo] Don't try to access a property thru a static method
  - [PropertyInfo] Exclude static methods form properties guessing
  - [Ldap] Ldap username case fix
  - [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys
  - [TwigBundle] do not lose already set method calls
  - fix Yaml parsing for very long quoted strings
  - Using strpbrk() instead of strcspn() is faster
2017-02-06 10:19:35 +00:00
Bitnami Bot e093042716 3.10-r0 release
This version is a new feature and bug fix release on the 3.X series.
2017-02-06 09:36:45 +00:00
Bitnami Bot 1d9eb3cf6c 9.1.4-r0 release
This release includes several changes:
  -  Make error message for password reset form more generic
  -  When sharing autocomplete is disabled, also disable for the email field
  -  Add command to clean up invalid/expired remote storages
  -  Fix encryption key storage when using LDAP home folder rules
  -  Properly react on memcache errors
  -  Fix random normalizedPathCache log messages / garbage collection issues from PHP 7
  -  Properly deal with inconsistent LDAP/memcache or user/group manager responses
  -  Added configreport app which will help with better bug reports
  -  Fix syncing of file names with colon followed by a number
  -  Prevent empty user uid from LDAP
  -  Prevent repeated log messages when dealing with broken picture files
  -  Fix group-enable option in apps page when memcache is enabled
  -  Add AVMaxFileSize config option
  -  Reduce number of federated share requests when dealing with non-existing entries
  -  Remove obsolete legacy storage repair routine
  -  Fix broken remote avatar image in activities tab
  -  When grouping duplicate shares, sort by stime then id
  -  Make file upload post hooks consistent between chunking and non-chunking mode
  -  Fix wrong German translation in upload progress bar by using momentjs library
  -  Skip unavailable storages in background file scan instead of failing
  -  Update PHP 7.1 incompatibility warning
  -  Warning notification when uploading 4+ GB file in IE11
2017-02-03 17:34:24 +00:00
Sameer Naik e79ea0a11c Merge branch 'remove-bats-reference 2017-02-03 16:36:40 +05:30
Sameer Naik 05a1daa0be BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:36:32 +05:30
Sameer Naik 257281e914 Merge branch 'remove-bats-reference 2017-02-03 16:36:01 +05:30
Sameer Naik 391e48024b BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:35:52 +05:30
Sameer Naik 551435ce04 Merge branch 'remove-bats-reference 2017-02-03 16:35:34 +05:30
Sameer Naik d487e4d01d BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:35:26 +05:30
Sameer Naik c49e1ad170 Merge branch 'remove-bats-reference 2017-02-03 16:35:06 +05:30
Sameer Naik 3e6a25d54b BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:34:58 +05:30
Sameer Naik 0d58f8227b Merge branch 'remove-bats-reference 2017-02-03 16:34:39 +05:30
Sameer Naik baaea210d4 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:34:30 +05:30
Sameer Naik 21c891224d Merge branch 'remove-bats-reference 2017-02-03 16:34:12 +05:30
Sameer Naik 2d52c931d5 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:34:03 +05:30
Sameer Naik 2192ec8423 Merge branch 'remove-bats-reference 2017-02-03 16:33:37 +05:30
Sameer Naik cc32369dc4 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:33:29 +05:30
Sameer Naik 2a3e63dd26 Merge branch 'remove-bats-reference 2017-02-03 16:33:08 +05:30
Sameer Naik 56c6d112e3 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:32:59 +05:30
Sameer Naik 31ea5478d9 Merge branch 'remove-bats-reference 2017-02-03 16:32:08 +05:30
Sameer Naik 03dd495fd8 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:31:59 +05:30
Sameer Naik f87f4a3d9a Merge branch 'remove-bats-reference 2017-02-03 16:31:33 +05:30
Sameer Naik 6fd01df6a3 BATS has been superceeded by the internal BTS testing infrastructure 2017-02-03 16:31:25 +05:30
Bitnami Bot 8bee93b811 2.44-r0 release
This release contains important security fixes:
  - Use of AES ECB block cipher mode without IV for encrypting secrets (SECURITY-304 / CVE-2017-2598)
  - Items could be created with same name as existing item (SECURITY-321 / CVE-2017-2599)
  - Node monitor data could be viewed by low privilege users (SECURITY-343 / CVE-2017-2600)
  - Possible cross-site scripting vulnerability in jQuery bundled with timeline widget (SECURITY-349 / CVE-2011-4969)
  - Persisted cross-site scripting vulnerability in parameter names and descriptions (SECURITY-353 / CVE-2017-2601)
  - Outdated jbcrypt version bundled with Jenkins (SECURITY-354 / CVE-2015-0886)
  - Pipeline metadata files not blacklisted in agent-to-master security subsystem (SECURITY-358 / CVE-2017-2602)
  - User data leak in disconnected agents' config.xml API (SECURITY-362 / CVE-2017-2603)
  - Low privilege users were able to act on administrative monitors (SECURITY-371 / CVE-2017-2604)
  - Re-key admin monitor leaves behind unencrypted credentials in upgraded installations (SECURITY-376 / CVE-2017-2605)
  - Internal API allowed access to item names that should not be visible (SECURITY-380 / CVE-2017-2606)
  - Persisted cross-site scripting vulnerability in console notes (SECURITY-382 / CVE-2017-2607)
  - XStream remote code execution vulnerability (SECURITY-383 / CVE-2017-2608)
  - Information disclosure vulnerability in search suggestions (SECURITY-385 / CVE-2017-2609)
  - Persisted cross-site scripting vulnerability in search suggestions (SECURITY-388 / CVE-2017-2610)
  - Insufficient permission check for periodic processes (SECURITY-389 / CVE-2017-2611)
  - Low privilege users were able to override JDK download credentials (SECURITY-392 / CVE-2017-2612)
  - User creation CSRF using GET by admins (SECURITY-406 / CVE-2017-2613)
2017-02-02 18:20:26 +00:00
Bitnami Bot 693c82bb36 7.1.1-r2 release
This fixes a bug in the PHP compilation that prevented IMAP extension from being loaded
2017-02-02 15:00:54 +00:00
Bitnami Bot ea1460b6c9 8.2.6-r0 release
This release only contains bug fixes, along with documentation and testing improvements. The following important issues are resolved:
  - Stale dependencies passed to onDependencyRemoval() result in data loss on uninstallation
  - Update Symfony components to ~2.8.16 This update was necessary in order to make Drupal 8 compatible with PHP 7.1.
  - New JavaScript test methods have been added
  - Postgres fail in Drupal\Tests\path\Kernel\Migrate\d6\MigrateUrlAliasTest
  - Random test failure in DateRangeFieldTest
  - Random fail in CopyFileTest
  - Random Test Failure with "failed to open stream" for temporary://.htaccess
  - Intermittent test fails in LocaleUpdateTest::testUpdateImportSourceRemote()
  - UpdatePathTestBase tests randomly failing
2017-02-02 12:55:58 +00:00
Sameer Naik 2b6d9a705d Merge pull request #66 from sameersbn/bats-reference
BATS has been superceeded by the internal BTS testing infrastructure
2017-02-02 18:12:28 +05:30
Sameer Naik 61bd65847b Merge pull request #64 from sameersbn/fix-changelog
Explain configuration volume change
2017-02-02 18:11:18 +05:30
Sameer Naik 8db148b7ee BATS has been superceeded by the internal BTS testing infrastructure 2017-02-02 18:09:12 +05:30
Sameer Naik 116ae9061e BATS has been superceeded by the internal BTS testing infrastructure 2017-02-02 18:03:11 +05:30
Bitnami Bot b41dae4df4 7.5.0-r0 release
This is a security release containing fixes to upgrade OpenSSl. Notable changes from 7.4.0 include:
  - crypto: Ability to select cert store at runtime
  - crypto: Use system CAs instead of using bundled ones
  - deps: upgrade npm to 4.1.2
  - deps: upgrade openssl sources to 1.0.2k, CVE-2017-3731, CVE-2016-7055, CVE-2017-3732
  - doc: add basic documentation for WHATWG URL API
  - process: add NODE_NO_WARNINGS environment variable
  - url: allow use of URL with http.request and https.request
2017-02-02 12:30:44 +00:00
Sameer Naik 8e383c97f2 Explain configuration volume change 2017-02-02 17:58:06 +05:30
Sameer Naik 7af1cecd3e Merge pull request #64 from bitnami/prydonius-patch-1
Explain configuration volume change
2017-02-02 17:54:52 +05:30
David González 6b106acd47 Merge pull request #38 from dgonzalezruiz/master
Removed precautions for non breaking the repo
2017-02-02 10:34:24 +01:00
David Gonzalez 580be0c28b Removed precautions for non breaking the repo 2017-02-02 09:30:26 +00:00
Bitnami Bot 216852cc89 3.2.1-r3 release
The main container now is split in two, one with mariaDB and other with the php service.
2017-02-02 09:23:22 +00:00
David Gonzalez caa81b480a Fixed output msg in entrypoint 2017-02-02 09:03:24 +00:00