icingaweb2/library/Icinga
Johannes Meyer 7c58b3ced1 LessCompiler: Add support for variable exports by modules
Using the following in a module's less file:

```
@exports: {
  @foo: "bar";
  @number: 4;
  @color: red;
};
```

will export the variables `@foo`, `@number` and `@color` into the global
scope. Though, exports are not able to override already defined variables.
That's still reserved for themes.
2020-12-02 10:51:01 +01:00
..
Application Module: Don't emit warnings for module assets 2020-12-01 09:44:56 +01:00
Authentication DbUserBackend: Lowercase usernames before fetching password hashes 2020-06-24 14:08:30 +02:00
Chart Fix typos: consecutive use of 'the' 2020-11-18 09:26:39 +01:00
Cli Cli/Loader: Configure the used `Screen` to use STDERR 2020-11-30 15:35:20 +01:00
Data DbQuery: Return non-string args as is in `valueToTimestamp()` 2020-06-24 14:09:13 +02:00
Date Add $requireTime to timeAgo() and timeSince() too 2019-07-15 10:11:52 +02:00
Exception IcingaException::getConfidentialTraceAsString(): respect functions which don't take args "by definition" 2018-02-13 12:46:06 +01:00
File Merge pull request #4049 from Icinga/fix/pdfexport-hooks-may-cause-bad-loading-times 2020-01-16 09:02:31 +01:00
Legacy dashboard: Use the non-translated versions of pane and dashlet names for storage 2019-07-18 08:33:35 +02:00
Protocol LDAP: Add option to disable server side sorting 2020-05-25 11:08:13 +02:00
Repository swag: Fix violations of PSR-12 2019-12-04 11:28:08 +01:00
Security Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Test BaseTestCase: Read db host and port from env vars if available 2020-01-21 14:13:15 +01:00
User Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
Util swag: Fix violations of PSR-12 2019-12-04 11:28:08 +01:00
Web LessCompiler: Add support for variable exports by modules 2020-12-02 10:51:01 +01:00
User.php User: Don't return true if any permission is granted and `*` is required 2019-12-05 08:44:33 +01:00