1558 Commits

Author SHA1 Message Date
Giuseppe Criscione
7a778644bf
Merge pull request #70 from getformwork/dependabot/npm_and_yarn/admin/stylelint-13.13.0
Bump stylelint from 13.12.0 to 13.13.0 in /admin
2021-04-29 11:21:54 +02:00
dependabot[bot]
49cc27fab8
Bump eslint from 7.24.0 to 7.25.0 in /admin
Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.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.24.0...v7.25.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 09:18:26 +00:00
dependabot[bot]
0a46367a28
Bump stylelint from 13.12.0 to 13.13.0 in /admin
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.12.0 to 13.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.12.0...13.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 09:18:18 +00:00
Giuseppe Criscione
728a313138
Add dependabot.yml 2021-04-29 11:17:57 +02:00
Giuseppe Criscione
0e79802ddf Remove FileSystem::fetch() and FileSystem::download() 2021-04-22 15:38:58 +02:00
Giuseppe Criscione
67b7c77ac1 Use HTTPClient in Updater class 2021-04-22 15:38:11 +02:00
Giuseppe Criscione
de2532c5fb Add HTTPClient class 2021-04-22 15:37:39 +02:00
Giuseppe Criscione
f3f124b41a Update site layout 2021-04-22 14:49:16 +02:00
Giuseppe Criscione
becbe244ed Update Composer packages 2021-04-22 14:47:44 +02:00
Giuseppe Criscione
cd2ac37473 Update npm packages 2021-04-22 14:47:32 +02:00
Giuseppe Criscione
0a3b84705b Update Composer packages 2021-03-02 19:35:09 +01:00
Giuseppe Criscione
2dcc8070d4 Update npm packages 2021-03-02 19:35:01 +01:00
Giuseppe Criscione
0ab1c538e7 Update LICENSE 2021-01-18 23:42:29 +01:00
Giuseppe Criscione
f100433fb8 Update Composer packages 2021-01-18 23:41:51 +01:00
Giuseppe Criscione
a477e5ad36 Add % to hsl() colors 2021-01-18 23:40:25 +01:00
Giuseppe Criscione
e08a0ffccd Update npm packages 2021-01-18 23:39:45 +01:00
Giuseppe Criscione
5efacd65b9 Regenerate session id on authentication 2021-01-07 16:03:10 +01:00
Giuseppe Criscione
e2822df22c Add Session::regenerate() 2021-01-07 16:02:56 +01:00
Giuseppe Criscione
a09263689e Move admin request validation to router before callbacks 2021-01-06 19:55:09 +01:00
Giuseppe Criscione
de2baede7c Add support for before callbacks to Router 2021-01-06 19:52:33 +01:00
Giuseppe Criscione
2adb3067a8 Update PHP-CS-Fixer configuration 2021-01-06 18:40:15 +01:00
Giuseppe Criscione
dc11ae2b91 Fix Permissions::has() 2021-01-06 15:21:29 +01:00
Giuseppe Criscione
9d704be35d Remove parent from User class 2021-01-06 15:20:44 +01:00
Giuseppe Criscione
0103e4c34e Remove Admin::translation() 2021-01-06 15:18:41 +01:00
Giuseppe Criscione
fd40c69e13
Merge pull request #67 from getformwork/feature/response-classes
Use Response classess to return output
2021-01-06 15:17:12 +01:00
Giuseppe Criscione
d5a022699a Remove the possibility to force exit with RedirectResponse::send() 2021-01-06 15:07:48 +01:00
Giuseppe Criscione
77e4feebf4 Move request validation to Admin::run() to avoid immediate redirects in other methods 2021-01-06 15:06:57 +01:00
Giuseppe Criscione
578988bd9d Refactor user update logic to avoid immediate redirects 2021-01-06 15:00:42 +01:00
Giuseppe Criscione
46f0671baa Handle admin redirects as RedirectResponse objects 2021-01-05 17:34:47 +01:00
Giuseppe Criscione
8088cb148f Add RedirectResponse class 2021-01-05 17:23:53 +01:00
Giuseppe Criscione
ae6e0d01f6 Fix admin exception handler 2021-01-05 16:17:13 +01:00
Giuseppe Criscione
beb2c9a074 Make controllers return Response objects 2021-01-05 15:40:11 +01:00
Giuseppe Criscione
abb0266761 Move availableTranslations() helper 2021-01-05 14:40:09 +01:00
Giuseppe Criscione
45df3794fc
Merge pull request #66 from Wemago/Translation-Portuguese-Lanague
Added Portuguese Language Translation
2021-01-05 13:01:28 +01:00
Andre Philip
8bf1ffd3b6 Fixed some missing and misspelled strings. 2021-01-05 09:55:58 -01:00
Giuseppe Criscione
5b17bfd4f0 Remove file response methods from HTTPResponse 2021-01-04 22:17:28 +01:00
Giuseppe Criscione
eeac856567 Add FileResponse class 2021-01-04 22:16:59 +01:00
Giuseppe Criscione
99759734d3 Move JSONResponse class 2021-01-04 22:16:41 +01:00
Giuseppe Criscione
56528d791e Move Response class 2021-01-04 22:16:03 +01:00
Giuseppe Criscione
dc07994d60 Fix wrong scheme type in PagesController::createPage() 2021-01-04 22:03:32 +01:00
Giuseppe Criscione
252fd83c80 Fix wrong translation strings 2021-01-04 16:21:37 +01:00
Andre Philip
51a578d5e5 Fixed some wrong translations for frontend. 2021-01-04 12:35:12 -01:00
Andre Philip
bafc0ef520 Added portuguese language translation. 2021-01-04 12:29:41 -01:00
Giuseppe Criscione
145901b3c3 Use Arr helpers in Session 2021-01-04 14:08:08 +01:00
Giuseppe Criscione
a4514c97ba Do all loading before request validation 2021-01-04 14:04:00 +01:00
Giuseppe Criscione
6d279534bb Load translations, error handler and routes before admin registration 2021-01-04 11:49:34 +01:00
Giuseppe Criscione
25a532aa42 Move schemes scope from templates to pages 2021-01-03 15:17:50 +01:00
Giuseppe Criscione
c94ba35e5c Move admin constants to config 2021-01-02 17:22:16 +01:00
Giuseppe Criscione
e65e561513 Move scheme retrieval logic to Schemes 2021-01-02 17:08:53 +01:00
Giuseppe Criscione
e0dd2c1741 Improve file type information in exception messages 2020-12-31 17:36:53 +01:00