2568 Commits

Author SHA1 Message Date
Giuseppe Criscione
7caae35531 Add user image icons 2024-10-06 14:32:20 +02:00
Giuseppe Criscione
bd3310bcfd
Merge pull request #581 from getformwork/feature/release-workflow
Add release workflow
2024-10-06 11:31:09 +02:00
Giuseppe Criscione
b24c7d9a2a Add release workflow 2024-10-06 11:30:43 +02:00
Giuseppe Criscione
3efe291db9 Remove .gitattributes 2024-10-06 11:29:29 +02:00
Giuseppe Criscione
769eaa92c1 Fix sidebar user image size 2024-10-06 11:26:44 +02:00
Giuseppe Criscione
2a555e2ed5
Merge pull request #580 from getformwork/ignore-panel-assets
Remove generated panel assets
2024-10-06 11:22:55 +02:00
Giuseppe Criscione
db355ced70 Fix user image upload 2024-10-06 02:47:02 +02:00
Giuseppe Criscione
d71bba6d6f Add instructions to build panel assets 2024-10-05 20:18:07 +02:00
Giuseppe Criscione
7207b3a723 Add route filter panel.checkAssets 2024-10-05 20:08:22 +02:00
Giuseppe Criscione
24ea3a49ce Ignore panel assets 2024-10-05 17:46:27 +02:00
Giuseppe Criscione
ffc6a4df2b Fix user image alt attribute 2024-10-05 16:32:28 +02:00
Giuseppe Criscione
7a3939e992 Avoid layout flickering by giving width and height of square images 2024-10-05 16:31:43 +02:00
Giuseppe Criscione
ceca3bc622 DIsplay output buffering info 2024-10-05 16:07:34 +02:00
Giuseppe Criscione
fb47b87b82 Fix Debug::dump() dumping before sending headers 2024-10-05 16:06:54 +02:00
Giuseppe Criscione
6d9718fc8c Display enum cases 2024-10-05 16:05:38 +02:00
Giuseppe Criscione
9451ed7e12
Merge pull request #579 from getformwork/site-folder-structure
Update site folder structure
2024-10-05 16:01:52 +02:00
Giuseppe Criscione
9647f54205 Prefer accessing users from site 2024-10-05 15:47:07 +02:00
Giuseppe Criscione
a671938137 Decouple Templates from pages 2024-10-05 15:41:03 +02:00
Giuseppe Criscione
f3652469f2 Fix phpdoc for App::getService() 2024-10-05 15:13:04 +02:00
Giuseppe Criscione
117322057f Decouple Users from panel 2024-10-05 14:44:20 +02:00
Giuseppe Criscione
b6d6d7601d Decouple Site from pages 2024-10-05 12:41:35 +02:00
Giuseppe Criscione
e58503d955 Store and resolve defaults into Config objects 2024-10-05 12:38:13 +02:00
Giuseppe Criscione
bcad008c63 Use ${site.path} in remaining places 2024-10-04 15:25:36 +02:00
Giuseppe Criscione
37a615a99a Move users and roles to site 2024-10-04 15:24:53 +02:00
Giuseppe Criscione
143b31fd22 Move statistics from panel logs to site 2024-10-04 15:22:05 +02:00
Giuseppe Criscione
b5a7624c3b Rename site/content to site/pages and move config options 2024-10-04 15:20:56 +02:00
Giuseppe Criscione
60a9afc2f8 Add site.path to config 2024-10-04 15:16:34 +02:00
Giuseppe Criscione
394c7de771 Remove unused variable 2024-10-03 22:19:00 +02:00
Giuseppe Criscione
3329985c7c
Merge pull request #578 from getformwork/feature/improved-fields
Simplify page fields
2024-10-03 22:15:23 +02:00
Giuseppe Criscione
2bae9faaa3 Prepare merge 2024-10-03 22:14:13 +02:00
Giuseppe Criscione
a0043ef120
Merge branch '2.x' into feature/improved-fields 2024-10-03 22:05:26 +02:00
Giuseppe Criscione
b7b24d0657
Merge pull request #567 from getformwork/feature/history-and-preview-updates
Add pages history and live preview
2024-10-03 22:00:22 +02:00
Giuseppe Criscione
4c7d10da94
Merge pull request #577 from getformwork/dependabot/npm_and_yarn/panel/typescript-eslint-7.18.0
Bump typescript-eslint from 7.11.0 to 7.18.0 in /panel
2024-10-02 22:44:39 +02:00
Giuseppe Criscione
271d283d13
Merge pull request #576 from getformwork/dependabot/npm_and_yarn/panel/stylelint-16.9.0
Bump stylelint from 16.6.1 to 16.9.0 in /panel
2024-10-02 22:44:27 +02:00
dependabot[bot]
e2fffdd974
Bump typescript-eslint from 7.11.0 to 7.18.0 in /panel
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.11.0 to 7.18.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.18.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-10-02 20:42:17 +00:00
dependabot[bot]
093fb25615
Bump stylelint from 16.6.1 to 16.9.0 in /panel
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.6.1 to 16.9.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/16.6.1...16.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 20:41:27 +00:00
Giuseppe Criscione
f0f51b09d1
Merge pull request #575 from getformwork/dependabot/npm_and_yarn/panel/typescript-5.6.2
Bump typescript from 5.5.4 to 5.6.2 in /panel
2024-10-02 22:41:00 +02:00
Giuseppe Criscione
a786b88ac0
Merge pull request #574 from getformwork/dependabot/npm_and_yarn/panel/eslint-8.57.1
Bump eslint from 8.57.0 to 8.57.1 in /panel
2024-10-02 22:40:23 +02:00
Giuseppe Criscione
389524abcb
Merge pull request #573 from getformwork/dependabot/npm_and_yarn/panel/sortablejs-1.15.3
Bump sortablejs from 1.15.2 to 1.15.3 in /panel
2024-10-02 22:40:11 +02:00
Giuseppe Criscione
10f5e469b8 Ignore assignment error 2024-10-02 22:38:18 +02:00
Giuseppe Criscione
984ee091b2
Merge pull request #572 from getformwork/dependabot/composer/symfony/yaml-7.1.5
Bump symfony/yaml from 7.1.4 to 7.1.5
2024-10-02 22:12:58 +02:00
Giuseppe Criscione
3bc545c139
Merge pull request #570 from getformwork/dependabot/composer/rector/rector-1.2.5
Bump rector/rector from 1.2.4 to 1.2.5
2024-10-02 22:11:14 +02:00
Giuseppe Criscione
c08592d184
Merge pull request #569 from getformwork/dependabot/composer/symfony/process-7.1.5
Bump symfony/process from 7.1.3 to 7.1.5
2024-10-02 22:09:12 +02:00
Giuseppe Criscione
041b37f0b5
Merge pull request #568 from getformwork/dependabot/composer/jaybizzle/crawler-detect-1.2.120
Bump jaybizzle/crawler-detect from 1.2.119 to 1.2.120
2024-10-02 22:08:53 +02:00
dependabot[bot]
f497d0f247
Bump typescript from 5.5.4 to 5.6.2 in /panel
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:25:59 +00:00
dependabot[bot]
40db748980
Bump eslint from 8.57.0 to 8.57.1 in /panel
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [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.57.0...v8.57.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:25:46 +00:00
dependabot[bot]
cbab9fb284
Bump sortablejs from 1.15.2 to 1.15.3 in /panel
Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.15.2 to 1.15.3.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.15.2...1.15.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:25:34 +00:00
dependabot[bot]
1e6a46a500
Bump symfony/yaml from 7.1.4 to 7.1.5
Bumps [symfony/yaml](https://github.com/symfony/yaml) from 7.1.4 to 7.1.5.
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/yaml/compare/v7.1.4...v7.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:07:46 +00:00
dependabot[bot]
470393a23c
Bump rector/rector from 1.2.4 to 1.2.5
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.2.4...1.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:07:36 +00:00
dependabot[bot]
87e3a28070
Bump symfony/process from 7.1.3 to 7.1.5
Bumps [symfony/process](https://github.com/symfony/process) from 7.1.3 to 7.1.5.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/process/compare/v7.1.3...v7.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 17:07:31 +00:00