2017 Commits

Author SHA1 Message Date
Giuseppe Criscione
e60fc89cf5 Fix classes extending DataGetter and DataSetter 2022-11-11 23:23:25 +01:00
Giuseppe Criscione
27aeb5ae46 Make final the classes DataGetter and DataSetter 2022-11-11 23:21:45 +01:00
Giuseppe Criscione
0663a3d1d3
Merge pull request #387 from getformwork/feature/collections-2.0 2022-11-11 23:17:07 +01:00
Giuseppe Criscione
4017187776 Update collections 2022-11-11 23:11:39 +01:00
Giuseppe Criscione
c2f4a75457 Rewrite Collection 2022-11-11 23:00:57 +01:00
Giuseppe Criscione
9f7495cbed Add new methods to Arr 2022-11-11 22:55:44 +01:00
Giuseppe Criscione
7f9a0c25bc
Merge pull request #386 from getformwork/feature/constraint-class
Add class `Constraint`
2022-11-11 20:15:34 +01:00
Giuseppe Criscione
85a8fa344e Refactor Validator to use class Constraint 2022-11-11 20:10:45 +01:00
Giuseppe Criscione
70ea75846e Add class Constraint 2022-11-11 19:58:02 +01:00
Giuseppe Criscione
4b629584fb
Merge pull request #385 from getformwork/feature/data-traits-and-interfaces
Add data traits and interfaces
2022-11-05 18:50:08 +01:00
Giuseppe Criscione
0ee01efb79 Use traits in existing data classes 2022-11-05 18:34:27 +01:00
Giuseppe Criscione
4a04e4c214 Add traits to compose data classes 2022-11-05 18:19:12 +01:00
Giuseppe Criscione
bc70fd2fdb Add Arrayable and ArraySerializable interfaces 2022-11-05 18:16:12 +01:00
Giuseppe Criscione
3cc29a1fcb Fix braces 2022-11-05 18:14:44 +01:00
Giuseppe Criscione
231d6af9ab
Merge pull request #384 from getformwork/feature/cache-items
Add `CacheItem` and remove validation from cache classes
2022-11-05 15:53:05 +01:00
Giuseppe Criscione
b56b418152 Remove SiteCache 2022-11-02 22:06:08 +01:00
Giuseppe Criscione
61e6a22251 Move cached page response validation to PageController 2022-11-02 22:05:57 +01:00
Giuseppe Criscione
d857e3e196 Add FilesCache::cachedTime() 2022-11-02 22:04:05 +01:00
Giuseppe Criscione
6cdd584694 Use CacheItem in FilesCache 2022-11-02 22:03:34 +01:00
Giuseppe Criscione
b7d7e29f13 Add CacheItem class 2022-11-02 22:00:32 +01:00
Giuseppe Criscione
008a811957 Update deprecated PHP-CS-Fixer rules 2022-11-02 21:30:20 +01:00
dependabot[bot]
04cb8d210f Bump friendsofphp/php-cs-fixer from 3.11.0 to 3.13.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.11.0 to 3.13.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.11.0...v3.13.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 21:25:56 +01:00
dependabot[bot]
1b8c835ef0 Bump symfony/yaml from 5.4.12 to 5.4.14
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.4.12 to 5.4.14.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/6.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/yaml/compare/v5.4.12...v5.4.14)

---
updated-dependencies:
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 21:25:46 +01:00
dependabot[bot]
9952a5375e Bump symfony/var-dumper from 6.0.13 to 6.0.14
Bumps [symfony/var-dumper](https://github.com/symfony/var-dumper) from 6.0.13 to 6.0.14.
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/6.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/var-dumper/compare/v6.0.13...v6.0.14)

---
updated-dependencies:
- dependency-name: symfony/var-dumper
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 21:25:22 +01:00
Giuseppe Criscione
ebc63d4fa7
Merge pull request #379 from getformwork/feature/informative-bootstrap-errors
ℹ️ Add informative errors on bootstrap
2022-11-01 16:02:48 +01:00
Giuseppe Criscione
64978da7fa
Merge pull request #380 from xanhacks/fix-path-traversal
Add basename to fix path traversal on backup download
2022-10-30 18:39:23 +01:00
xanhacks
69a5eebace add basename to fix path traversal on backup download 2022-10-30 16:28:34 +01:00
Giuseppe Criscione
307b1b1dac Add informative errors on bootstrap 2022-10-30 15:04:05 +01:00
Giuseppe Criscione
2b02349211 Support PHP >= 8.0.2 2022-10-30 13:11:45 +01:00
Giuseppe Criscione
b93f34a530 Add Assets::integrityHash() 2022-10-30 09:47:14 +01:00
Giuseppe Criscione
6e92bf6638
Create SECURITY.md 2022-10-29 21:47:00 +02:00
Giuseppe Criscione
4a625ba0f4 Lint scss 2022-10-28 00:16:00 +02:00
Giuseppe Criscione
07e48f1fe6 Provide postcss to make stylelint work again 2022-10-28 00:11:28 +02:00
Giuseppe Criscione
fd756d0197 Migrate to chartist 1.x 2022-10-27 23:57:27 +02:00
Giuseppe Criscione
77a2e7f8b9 Migrate package scripts to yarn 2022-10-27 23:35:32 +02:00
Giuseppe Criscione
8bf1aaa5bb Migrate to terser 2022-10-27 21:07:29 +02:00
Giuseppe Criscione
295111c754 Remove npm-related lines from .gitignore 2022-10-24 21:15:12 +02:00
Giuseppe Criscione
7652317431 Migrate to yarn 2022-10-24 21:13:46 +02:00
Giuseppe Criscione
40d3810171 Fix array spacing 2022-10-23 23:02:24 +02:00
Giuseppe Criscione
f05a5a0846 Update pages editor extracting hardcoded fields 2022-10-23 22:58:11 +02:00
Giuseppe Criscione
201e0d0ff7 Fix dependabot.yml 2022-10-23 22:36:38 +02:00
Giuseppe Criscione
414e3c4dbf Ignore major updates with Dependabot 2022-10-23 22:16:44 +02:00
Giuseppe Criscione
85b0dac184 Revert npm dependencies 2022-10-23 22:12:51 +02:00
dependabot[bot]
77cecb80fc Bump eslint from 8.23.1 to 8.26.0 in /admin
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.26.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:33:25 +02:00
dependabot[bot]
2f29edc342 Bump symfony/var-dumper from 6.0.11 to 6.0.13
Bumps [symfony/var-dumper](https://github.com/symfony/var-dumper) from 6.0.11 to 6.0.13.
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/6.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/var-dumper/compare/v6.0.11...v6.0.13)

---
updated-dependencies:
- dependency-name: symfony/var-dumper
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:33:15 +02:00
dependabot[bot]
4392f85f20 Bump sass from 1.54.9 to 1.55.0 in /admin
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.9 to 1.55.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.9...1.55.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:31:24 +02:00
dependabot[bot]
2c9e438f1c Bump stylelint-config-idiomatic-order from 8.1.0 to 9.0.0 in /admin
Bumps [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order) from 8.1.0 to 9.0.0.
- [Release notes](https://github.com/ream88/stylelint-config-idiomatic-order/releases)
- [Commits](https://github.com/ream88/stylelint-config-idiomatic-order/commits)

---
updated-dependencies:
- dependency-name: stylelint-config-idiomatic-order
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:31:13 +02:00
dependabot[bot]
516d2d5d1d Bump uglify-js from 3.17.0 to 3.17.2 in /admin
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.17.0 to 3.17.2.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.17.0...v3.17.2)

---
updated-dependencies:
- dependency-name: uglify-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:29:34 +02:00
dependabot[bot]
7b390fffd2 Bump stylelint from 14.11.0 to 14.13.0 in /admin
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.11.0 to 14.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.11.0...14.13.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-23 21:29:27 +02:00
dependabot[bot]
ca25720def Bump stylelint-scss from 4.2.0 to 4.3.0 in /admin
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-18 15:57:22 +02:00