1601 Commits

Author SHA1 Message Date
Giuseppe Criscione
0a5ff18702 Use variables instead of literal values 2021-07-27 10:48:49 +02:00
Giuseppe Criscione
9e3d9f334b Update breakpoint sizes 2021-07-26 16:58:40 +02:00
Giuseppe Criscione
4aa5390f7b Fix media query for .show-from- classes 2021-07-26 16:56:27 +02:00
Giuseppe Criscione
0cda6bce66 Update SCSS variables 2021-07-26 16:36:35 +02:00
Giuseppe Criscione
addaaeee35 Fix unquoted globs 2021-07-23 16:33:55 +02:00
Giuseppe Criscione
87d695d799 Extract individual form components 2021-07-23 16:31:52 +02:00
Giuseppe Criscione
d0bfc6188b Cleanup SCSS 2021-07-23 16:15:31 +02:00
Giuseppe Criscione
152e5af3e1 Update npm packages 2021-07-23 11:18:54 +02:00
dependabot[bot]
9afb03655f Bump uglify-js from 3.13.10 to 3.14.0 in /admin
Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.13.10 to 3.14.0.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](https://github.com/mishoo/UglifyJS/compare/v3.13.10...v3.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-23 11:15:56 +02:00
dependabot[bot]
2cee08a04b Bump rollup from 2.53.2 to 2.53.3 in /admin
Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 to 2.53.3.
- [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.53.2...v2.53.3)

---
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-23 11:15:44 +02:00
dependabot[bot]
1c27064b51 Bump codemirror from 5.62.0 to 5.62.2 in /admin
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.62.0 to 5.62.2.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.62.0...5.62.2)

---
updated-dependencies:
- dependency-name: codemirror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-23 11:15:12 +02:00
dependabot[bot]
b18c8646f8 Bump eslint from 7.30.0 to 7.31.0 in /admin
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.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.30.0...v7.31.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-23 11:15:01 +02:00
Giuseppe Criscione
b2914820a8 Add accent color to login button 2021-07-23 11:04:13 +02:00
Giuseppe Criscione
ac41f1d3e8 Regenerate session before registration 2021-07-23 11:00:54 +02:00
Giuseppe Criscione
5b38edec19 Add icon to register view button 2021-07-23 10:56:54 +02:00
Giuseppe Criscione
4902f01391 Extract Validator::DATE_FORMAT 2021-07-22 17:25:09 +02:00
Giuseppe Criscione
c5505cd37e Increase tooltips left and right padding 2021-07-22 17:19:36 +02:00
Giuseppe Criscione
a88efbf08a Add dom extension to requirements 2021-07-22 15:43:36 +02:00
Giuseppe Criscione
eb6f3d1d8e Use a DOMDocument object instead of simplexml_load_file() 2021-07-22 15:40:20 +02:00
Giuseppe Criscione
0d7c3837c9 Add symfony/polyfill-ctype to Composer packages 2021-07-22 15:39:10 +02:00
Giuseppe Criscione
effa3fce19 Add openssl extension to requirements 2021-07-22 15:22:17 +02:00
Giuseppe Criscione
405aed6793 Update monospace font stack 2021-07-22 15:17:09 +02:00
Giuseppe Criscione
f5d224c8ec Add Cookie::remove() 2021-07-22 13:21:20 +02:00
Giuseppe Criscione
01e1da4ae3 Avoid using $_COOKIE 2021-07-22 13:12:40 +02:00
Giuseppe Criscione
f21634f989 Add HTTPRequest::cookies() 2021-07-22 13:02:56 +02:00
Giuseppe Criscione
05ba41d758
Merge pull request #137 from getformwork/feature/datepicker-with-time
Add support for time to date picker
2021-07-22 12:59:23 +02:00
Giuseppe Criscione
5284e82127 Enable handling of time in AbstractController and Validator 2021-07-22 12:57:42 +02:00
Giuseppe Criscione
7350abadc2 Add support for time to date picker 2021-07-22 12:56:38 +02:00
Giuseppe Criscione
1501d06e99 Convert single quotes too with Str::escape() 2021-07-20 16:47:45 +02:00
Giuseppe Criscione
9abbfc521c Update .htaccess to serve assets with proper charset 2021-07-20 16:30:15 +02:00
Giuseppe Criscione
04e848eb72 Set Content-Type in Response constructor 2021-07-20 16:29:21 +02:00
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