6251 Commits

Author SHA1 Message Date
Ben Thomson
23cceda3ca
Stop Gitpod pre-builds
Don't seem to be working at the moment - will look into it later.
2022-01-19 22:39:59 +08:00
Ben Thomson
195a07a946
Remove leftover development block comment 2022-01-19 17:46:36 +08:00
Ben Thomson
3e609ad95c
Allow fetch options to be modified
This can be done per request through the options, or via a global event.
2022-01-19 17:38:00 +08:00
Ben Thomson
aa4ed5ab21
Fix FakeDom error in tests 2022-01-19 17:16:04 +08:00
Ben Thomson
c09e0706fd
Add simple cookie utility 2022-01-19 17:15:53 +08:00
Ben Thomson
46112985b9
Process flash messages before redirect 2022-01-19 14:28:22 +08:00
Ben Thomson
667894a90b
Fix list command 2022-01-19 14:21:01 +08:00
Ben Thomson
142d40fc05
Another trailing comma removed 2022-01-19 10:25:52 +08:00
Ben Thomson
37238841d3
Remove trailing comma 2022-01-19 10:17:23 +08:00
Ben Thomson
e254a71b28
Allow arguments to be passed through to NPM/Webpack 2022-01-19 10:14:56 +08:00
Luke Towers
4342ee7ab2 Missing comma 2022-01-18 11:23:45 -06:00
Luke Towers
0cdb353154 Only show default user warning to users that can do anything about it. 2022-01-18 09:44:15 -06:00
Luke Towers
cc6c8962cc Add a warning when the default admin user is detected 2022-01-18 09:05:17 -06:00
Luke Towers
69ae087619 Merge branch 'develop' of github.com:wintercms/winter into develop
* 'develop' of github.com:wintercms/winter:
  modified some typos in modules/backend/lang/sk/lang.php (#403)
2022-01-15 12:21:09 -06:00
evan70
614b41252f
modified some typos in modules/backend/lang/sk/lang.php (#403) 2022-01-14 10:58:53 +08:00
Jack Wilkinson
7b6244d86e Updated test case with all strings being quoted 2022-01-14 02:50:59 +00:00
Jack Wilkinson
b0cff6b624 Added fix to when loading config values to write in env file 2022-01-14 02:50:15 +00:00
Jack Wilkinson
4af92dec1e Merge branch 'develop' into wip/config-file 2022-01-14 01:19:55 +00:00
Luke Towers
a984774144 Tweaks 2022-01-13 01:38:30 -06:00
Ben Thomson
18d5dd5cbe Tidy up commands 2022-01-13 09:04:19 +08:00
Ben Thomson
7087020264 Re-add missing file, compile extra styles 2022-01-12 15:48:25 +08:00
Ben Thomson
5df9a61f90 Re-add missing test files 2022-01-12 15:43:18 +08:00
Ben Thomson
ae67e2fa9b Compile changes from wip/framework-rewrite branch
Represents the entire current state of the Snowboard framework.
2022-01-12 15:35:45 +08:00
Ben Thomson
f4d1b838f4 Merge branch 'develop' into wip/1.2 2022-01-12 11:44:21 +08:00
Ben Thomson
6bbfd0e885 Fix issue with required parameters in Inspectable containers
An exception is thrown in cases where a constructor parameter is required and has no default value. This will return null for these parameters.
2022-01-12 10:47:20 +08:00
Luke Towers
4566318bfb
Tighten up comparison
Follow-up to a208f573f7
2022-01-11 19:21:02 -06:00
Luke Towers
0ed1e4c0c0
Fix infinite loop when impersonating users as a non-superadmin
Fixes #357. 

There was an infinite loop that occurred when attempting to impersonate users as a user that had the backend.impersonate_users permission but was not themselves a super user. This was caused because BackendAuth::getImpersonator() returned a separate user instance than the current user being evaluated despite the underlying DB row being the same.
2022-01-11 16:11:40 -06:00
Archimede Solutions
5b58103107
Improve Italian translation (#394)
Credit to @ArchimedeSolutions
2022-01-04 18:04:20 -06:00
WebVPF
cf1725392a
Remove MailBrandSettings custom CSS (#391)
Unneeded with the latest refactor of the colorpicker formwidget.
2022-01-02 08:36:57 -06:00
WebVPF
cc09f29ec5
Use HTTPS template for links in Markdown editor (#387) 2021-12-27 09:40:12 +08:00
WebVPF
d966d33030
Popup Docs UI - wrap configuration in code tags (#388) 2021-12-27 09:34:10 +08:00
Ben Thomson
9e833fe920
Check controller exists before checking method
PHP 8 compatibility fix.

Fixes https://github.com/wintercms/winter/issues/207
2021-12-18 20:24:08 +08:00
Ben Thomson
a0a0073b5e Extend abstract Yaml Processor 2021-12-17 15:12:25 +08:00
Luke Towers
b414396691 Fix library switcher 2021-12-14 15:15:53 -06:00
Luke Towers
ace576818a Style fix 2021-12-14 02:31:38 -06:00
Luke Towers
2ccc5f699d Merge branch 'develop' into wip/1.2
* develop:
  Backport changes from 1.2 and ignore public directory in default .gitignore
  Update custom_styles language from CSS to LESS (#377)

# Conflicts:
#	config/app.php
2021-12-14 02:30:41 -06:00
Luke Towers
7473cbe27b Backport changes from 1.2 and ignore public directory in default .gitignore 2021-12-14 02:29:17 -06:00
Luke Towers
6a00f44502 Merge branch 'wip/1.2' of github.com:wintercms/winter into wip/1.2
* 'wip/1.2' of github.com:wintercms/winter:
  Update modules/system/classes/PluginBase.php
2021-12-14 02:23:30 -06:00
Luke Towers
bff21dae09 Skipped failing tests for now, removed timeout on winter:test command, adjusting testing storage directory 2021-12-14 02:23:20 -06:00
AIC-BV
2e4eacb58c
Update custom_styles language from CSS to LESS (#377) 2021-12-14 02:07:09 -06:00
Luke Towers
77c7e809a8
Update modules/system/classes/PluginBase.php
Co-authored-by: Ben Thomson <git@alfreido.com>
2021-12-14 01:50:41 -06:00
Luke Towers
099f731290 Remove database.useConfigForTesting
Was redundant, should be using environment config (config/testing/*.php) instead
2021-12-14 01:19:01 -06:00
Luke Towers
0bc47e2060
Update modules/backend/controllers/Files.php
Co-authored-by: Ben Thomson <git@alfreido.com>
2021-12-14 01:01:11 -06:00
Ben Thomson
82f727dab1 Merge branch 'develop' into wip/1.2 2021-12-14 11:29:57 +08:00
Luke Towers
0b6646213f Remove mentions of Rackspace and isolate the storage directory used by tests by default 2021-12-10 15:57:41 -06:00
Luke Towers
2119161d8e Support for Symfony 6 2021-12-10 15:04:11 -06:00
Szabó Gergő
3774843f2d
Extend the user group and role list columns (#374)
Credit to @gergo85
2021-12-10 09:51:35 -06:00
Luke Towers
f85342ce03 Initial support for Flysystem 2.0 2021-12-09 21:11:42 -06:00
Luke Towers
55e9cadc4e Use the VersionYamlParser when parsing the version.yaml file 2021-12-09 17:07:01 -06:00
Luke Towers
8dc65fb61f Merge branch 'develop' into wip/1.2
* develop:
  Don't try to access the system parameter database table if no database is in use
2021-12-09 16:32:53 -06:00