ClemensSchneider

Results 7 issues of ClemensSchneider

### Description For our production environment, we disallow admin changes via `allowAdminChanges`. This has the effect, that the SEO Settings are visible but persisting changes is not possible, as settings...

When building the project, the generated `precache-manifest` does only include javascript files but no stylesheets. This is due to the fact, that the workbox plugin is only included in the...

Hi there, first of all, thanks a lot for this library and the efforts you put in! I've got a scenario, where some emojis seem to be split up the...

If an invocation of a method results in multiple caches to be cleared, the following was possible using v`1.1.8` of this plugin. `@CacheEvict(value=[StatisticsService.SERVICE_STATISTICS_CACHE, StatisticsService.DETAILED_TRANSFER_STATISTICS_CACHE, StatisticsService.GENERAL_STATISTICS_CACHE], allEntries=true)` Now it's throwing an...

This seems to be a regression as this exception started to occur with the latest update (currently on 1.09a-r3). My setup is using BoxCryptor to load the database file from...

It seems to be impossible to configure the option `grails.plugin.aws.s3.rrs` to `false`. Neither setting it to a `String` value of `"false"` nor setting it to a boolean value of `false`...

`S3FileUpload#inputStreamUpload` should only set the contentType if it's not already contained in the provided metadata. Otherwise it is not possible to control this metadata.