1620 Commits

Author SHA1 Message Date
Giuseppe Criscione
72b43d084d Use Header::make() for complicated headers 2021-07-20 16:25:39 +02:00
Giuseppe Criscione
0c91f35119 Move Cookie::makeHeader() to Header::make() 2021-07-20 16:24:51 +02:00
Giuseppe Criscione
f28f8ef408 Properly check runtime configuration in HTTPClient constructor 2021-07-20 15:21:50 +02:00
Giuseppe Criscione
5a05cfec67 Add streams section to info 2021-07-20 15:20:58 +02:00
Giuseppe Criscione
ac3102de43 Fix editor icons 2021-07-20 14:45:06 +02:00
Giuseppe Criscione
cbd9fd21a5 Update default avatar to match new icons 2021-07-20 11:06:08 +02:00
Giuseppe Criscione
d06507e892 Use flexbox to improve array input sizing 2021-07-19 20:13:32 +02:00
Giuseppe Criscione
d162084c0c Fix label missing from togglegroup input 2021-07-19 19:51:14 +02:00
Giuseppe Criscione
a803bb0208
Merge pull request #134 from getformwork/feature/new-icons
Add custom icons to admin panel
2021-07-19 19:46:45 +02:00
Giuseppe Criscione
1f09d170a7 Fix Page::isEmpty() accessing to Page::$filename before initialization 2021-07-19 19:43:21 +02:00
Giuseppe Criscione
78f8be9996 Fix route filter admin.register not working with POST requests 2021-07-19 15:30:56 +02:00
Giuseppe Criscione
32f64c9c7e Add tooltip to grabber icons 2021-07-19 14:38:33 +02:00
Giuseppe Criscione
4565dba01e Add proper icons to error, index and listing pages 2021-07-19 14:37:11 +02:00
Giuseppe Criscione
2e7c4a7845 Add support for icons to app JS 2021-07-19 14:34:41 +02:00
Giuseppe Criscione
91fa5fdaba Add support for icons to Notification class 2021-07-19 14:26:08 +02:00
Giuseppe Criscione
1e4a420bce Remove old icon font 2021-07-19 14:23:44 +02:00
Giuseppe Criscione
425a9407e5 Update CSS for new icons 2021-07-19 14:22:35 +02:00
Giuseppe Criscione
8269cc5134 Use icon helper in views 2021-07-19 14:19:16 +02:00
Giuseppe Criscione
5825da44d4 Add icon helper 2021-07-19 14:15:59 +02:00
Giuseppe Criscione
8380ee6742 Add icons 2021-07-19 14:10:17 +02:00
Giuseppe Criscione
9e81773d23 Update button and focusring styles 2021-07-19 13:39:50 +02:00
Giuseppe Criscione
2af8d45209 Use system font in Admin panel 2021-07-19 13:33:42 +02:00
dependabot[bot]
3079326636 Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 in /admin
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.0 to 13.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.2/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 15:14:17 +02:00
dependabot[bot]
07b442960c Bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 in /admin
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.0 to 19.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v19.0.1/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 15:13:50 +02:00
dependabot[bot]
881ae6ec87 Bump rollup from 2.52.7 to 2.53.2 in /admin
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.7 to 2.53.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.52.7...v2.53.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 15:13:21 +02:00
dependabot[bot]
f5295dfa1e Bump sass from 1.35.1 to 1.35.2 in /admin
Bumps [sass](https://github.com/sass/dart-sass) from 1.35.1 to 1.35.2.
- [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.35.1...1.35.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17 12:59:31 +02:00
Giuseppe Criscione
1fa726c46c Remove unneeded .container-no-margin elements 2021-07-08 22:31:12 +02:00
Giuseppe Criscione
53f70591c1 Improve dashboard chart size 2021-07-08 22:20:16 +02:00
Giuseppe Criscione
0e950b702c Avoid using Sass function math.div() when possible 2021-07-08 21:17:56 +02:00
Giuseppe Criscione
e4170032f7 Set Formwork::VERSION to 2.0.0-dev to avoid unintended updates 2021-07-08 18:21:31 +02:00
Giuseppe Criscione
70f4f7def3 Use arrow functions 2021-07-07 18:13:07 +02:00
Giuseppe Criscione
7c5c7e9100 Fix old array syntax 2021-07-07 18:07:20 +02:00
Giuseppe Criscione
d27e3296b6 Fix unintended no-break space 2021-07-07 18:06:58 +02:00
Giuseppe Criscione
894f1b16d5 Add missing void return type 2021-07-07 18:04:57 +02:00
Giuseppe Criscione
cfb3693e1c Normalize calls to implode() 2021-07-07 18:04:28 +02:00
Giuseppe Criscione
e3b10cc335 Enforce PSR-12 coding style 2021-07-07 17:57:40 +02:00
Giuseppe Criscione
a92310f3fd Update PHP-CS-Fixer configuration 2021-07-07 17:57:04 +02:00
Giuseppe Criscione
6cba66ad23
Merge pull request #123 from getformwork/feature/typed-properties
Use typed properties
2021-07-07 17:53:31 +02:00
Giuseppe Criscione
60d5ee2d33 Update README with information on the 2.x branch 2021-07-06 17:27:24 +02:00
Giuseppe Criscione
a577a81f7f
Merge pull request #124 from getformwork/feature/optional-error-handlers
Add the possibility to not set error handlers for debugging
2021-07-06 16:59:57 +02:00
Giuseppe Criscione
97f7a17648 Add the possibility to not set error handlers for debugging 2021-07-06 16:55:36 +02:00
Giuseppe Criscione
68e5aba35f Fix User::$lastAccess type 2021-07-06 16:42:55 +02:00
Giuseppe Criscione
e2a5878558 Remove superfluous @var annotations 2021-07-06 15:12:48 +02:00
Giuseppe Criscione
98c50187d2 Add typed properties 2021-07-06 12:37:54 +02:00
Giuseppe Criscione
53411c2011 Fix router not matching files 2021-07-06 12:19:42 +02:00
dependabot[bot]
0eca3946f8 Bump symfony/yaml from 5.3.2 to 5.3.3
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/5.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/yaml/compare/v5.3.2...v5.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 11:35:24 +02:00
dependabot[bot]
a0d8a02bf3 Bump eslint from 7.29.0 to 7.30.0 in /admin
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 11:35:15 +02:00
dependabot[bot]
afbfbfde14 Bump sortablejs from 1.13.0 to 1.14.0 in /admin
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.13.0...1.14.0)

---
updated-dependencies:
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 11:34:58 +02:00
dependabot[bot]
b1a6c9f9ee Bump rollup from 2.52.3 to 2.52.7 in /admin
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.3 to 2.52.7.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.52.3...v2.52.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 11:34:31 +02:00
dependabot[bot]
d1f90e6179 Bump uglify-js from 3.13.9 to 3.13.10 in /admin
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.9 to 3.13.10.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.13.9...v3.13.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 11:34:20 +02:00