Axel Faust
Axel Faust
A full cache may not necessarily be a problem, e.g. if the cache is designed to only ever hold a few items and it is near/at capaticity. Some caches hold...
WIP branch is https://github.com/AFaust/ootbee-support-tools/tree/feature/js-console-fork
Using some of the features required for #55 it should be easy to transparently persist changes made to the original Log4J configuration in a persistent file (might need to be...
As we already have some other 3rd-party client-side JS libraries included for some tools, e.g. for the charts in the system performance tool, or for displaying data tables, I don't...
I had also already thought of this. Basically this would be about integrating audit-dashlet features in the admin console with various enhancements. Audit query with values on databases with a...
Based on some information from a customer environment (6.1 and 6.2) this may not be a general issue and may be dependent on some as-of-yet unknown environment configuration / aspect.
This issue is a general issue on Alfresco 6.2 with JDK 11. It is due to a `jar:file:/` URI string not being parsed to a URI object with the internal...
Addressed in #190
PR #190 has been merged, so this issue is also resolved.
Since user / group management is not a trivial tooling, before I go ahead implementing it I will outline some design / functionality ideas which might warrant feedback and refinement....