323 Commits

Author SHA1 Message Date
Giuseppe Criscione
8781ee17ca Avoid XSS injection in panel by escaping field values and other texts 2024-05-25 13:23:38 +02:00
Giuseppe Criscione
144954c3c9 Simplify page field view using space separated list 2024-05-25 12:58:40 +02:00
Giuseppe Criscione
fd31601c09 Add minor panel UI improvements 2024-05-25 12:44:59 +02:00
Giuseppe Criscione
33fa1f732f Update .gitignore 2024-05-20 23:31:14 +02:00
Giuseppe Criscione
3c9c462888 Add debug options to panel 2024-05-19 21:59:34 +02:00
Giuseppe Criscione
b1f944303d Add debug information to error handlers 2024-05-19 21:58:55 +02:00
Giuseppe Criscione
16f2839aae Fix fields styles 2024-05-19 21:09:27 +02:00
Giuseppe Criscione
d85d0d2783 Fix word case in translations 2024-05-18 14:19:39 +02:00
Giuseppe Criscione
648762d3ab Move panel modals logic to classes 2024-05-18 00:14:49 +02:00
Giuseppe Criscione
619e444549 Extract forms from modal views 2024-05-16 23:02:05 +02:00
Giuseppe Criscione
17ae68cae6 Fix buttons shadow 2024-05-16 23:00:31 +02:00
Giuseppe Criscione
1f70e905a2 Use hash_equals() to compare CSRF tokens 2024-05-15 22:26:17 +02:00
Giuseppe Criscione
48de8182eb Fix PagesController@file strings 2024-05-15 00:29:23 +02:00
Giuseppe Criscione
53209cb71e Fix backup generation from empty state 2024-05-14 23:57:44 +02:00
Giuseppe Criscione
828b5e69db Move processed images to cache 2024-05-14 23:41:44 +02:00
Giuseppe Criscione
d9a0f08203 Improve Pages and Files management in the panel 2024-05-12 19:36:30 +02:00
Giuseppe Criscione
024448f1af Tweak panel UI 2024-05-11 20:19:35 +02:00
Giuseppe Criscione
0bbb3ad6e2
Merge pull request #508 from getformwork/dependabot/npm_and_yarn/panel/sass-1.76.0
Bump sass from 1.75.0 to 1.76.0 in /panel
2024-05-11 12:28:31 +02:00
Giuseppe Criscione
36187e80b8
Merge pull request #509 from getformwork/dependabot/npm_and_yarn/panel/typescript-eslint-7.8.0
Bump typescript-eslint from 7.7.1 to 7.8.0 in /panel
2024-05-11 12:28:22 +02:00
Giuseppe Criscione
691cd0429a
Merge pull request #510 from getformwork/dependabot/npm_and_yarn/panel/globals-15.1.0
Bump globals from 15.0.0 to 15.1.0 in /panel
2024-05-11 12:28:13 +02:00
Giuseppe Criscione
9b90513b97 Improve mobile UI 2024-05-09 23:31:41 +02:00
Giuseppe Criscione
f96de137ab Check defaultTemplate even if not defined in site scheme 2024-05-02 23:31:51 +02:00
dependabot[bot]
bd1abf77e7
Bump globals from 15.0.0 to 15.1.0 in /panel
Bumps [globals](https://github.com/sindresorhus/globals) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.0.0...v15.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 17:22:25 +00:00
dependabot[bot]
350d6a0a36
Bump typescript-eslint from 7.7.1 to 7.8.0 in /panel
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 17:22:01 +00:00
dependabot[bot]
40ec16d197
Bump sass from 1.75.0 to 1.76.0 in /panel
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.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.75.0...1.76.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 17:21:27 +00:00
Giuseppe Criscione
f103af9552 Fix file input label font size 2024-05-01 18:09:09 +02:00
Giuseppe Criscione
538d1a162d Use classes helper 2024-05-01 16:33:37 +02:00
Giuseppe Criscione
143f60778a Make field and modal labels uniform 2024-05-01 15:35:19 +02:00
Giuseppe Criscione
6182334237 Fix styles in new user modal 2024-04-30 00:15:36 +02:00
Giuseppe Criscione
1eb4bb7b4d Display video thumbnails 2024-04-30 00:12:00 +02:00
Giuseppe Criscione
20d010f079 Add the possibility to specify default template for new pages 2024-04-27 16:27:51 +02:00
Giuseppe Criscione
3a9876465a FIx page status icon 2024-04-27 14:53:28 +02:00
Giuseppe Criscione
5e961202fc Fix notifications display 2024-04-27 14:39:25 +02:00
Giuseppe Criscione
fe29833769
Merge pull request #507 from getformwork/dependabot/npm_and_yarn/panel/tar-6.2.1
Bump tar from 6.2.0 to 6.2.1 in /panel
2024-04-27 13:34:35 +02:00
Giuseppe Criscione
8c10307f46 Update node packages 2024-04-27 13:33:03 +02:00
Giuseppe Criscione
63ebc80070 Update php-cs-fixer config 2024-04-27 13:08:58 +02:00
Giuseppe Criscione
a18df4a0f8 Format php files 2024-04-27 13:06:15 +02:00
Giuseppe Criscione
085cef77a7 Fix pages reorder failing for subsequent changes 2024-04-27 12:47:21 +02:00
Giuseppe Criscione
0245e8ae0e Avoid failing when there are no backups 2024-04-27 12:45:38 +02:00
Giuseppe Criscione
4b7162040b Fix new user modal layout 2024-04-27 12:42:33 +02:00
dependabot[bot]
5940854a7e
Bump tar from 6.2.0 to 6.2.1 in /panel
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 13:17:40 +00:00
Giuseppe Criscione
06a20f814c Fix user image alt text 2024-03-26 22:35:42 +01:00
Giuseppe Criscione
11f1ebd44b Add German and Spanish translations (generated with ChatGPT) 🤖 2024-03-03 18:08:02 +01:00
Giuseppe Criscione
3a1344596b Update scss naming 2024-03-03 18:04:05 +01:00
Giuseppe Criscione
a00c21a44c Fix unstyled button 2024-03-02 23:56:14 +01:00
Giuseppe Criscione
ff32a0cec5 Avoid accessing protected container 2024-03-02 23:53:24 +01:00
dependabot[bot]
7e2e8d1002
Bump @eslint/js from 8.56.0 to 8.57.0 in /panel
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 8.56.0 to 8.57.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/commits/v8.57.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-02 22:32:27 +00:00
Giuseppe Criscione
edc3a17f5c
Merge pull request #493 from getformwork/dependabot/npm_and_yarn/panel/prettier-3.2.5
Bump prettier from 3.1.1 to 3.2.5 in /panel
2024-03-02 23:31:05 +01:00
Giuseppe Criscione
6b978465c7
Merge pull request #492 from getformwork/dependabot/npm_and_yarn/panel/typescript-eslint-7.1.0
Bump typescript-eslint from 7.0.2 to 7.1.0 in /panel
2024-03-02 23:30:55 +01:00
dependabot[bot]
4bd37bd70c
Bump prettier from 3.1.1 to 3.2.5 in /panel
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 17:04:57 +00:00