5901 Commits

Author SHA1 Message Date
WebVPF
6496eb3ced
Update Russian language (#302)
Translating new lines from a commit 26c8995. Credit to @WebVPF
2021-09-07 13:51:42 -06:00
Luke Towers
5050906fe6 Fix issue present in overriding RelationController partials using the default code
Reported by @datune. Issue was introduced in 158fc43f62
2021-09-07 10:28:19 -06:00
Jack Wilkinson
26c8995bba
Maintenance Allowed IP list (#147)
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <git@alfreido.com>
2021-09-07 16:45:25 +08:00
Ben Thomson
855fe4f0ef
Add "Open in Gitpod" button to README 2021-09-06 23:08:47 +08:00
Ben Thomson
6f9923008e
Allow quick development environment with Gitpod (#295)
This PR introduces the capability of creating a quick development environment of Winter CMS using Gitpod for testing and further development.

See https://github.com/wintercms/winter/pull/295 for more information on the instance configuration.
2021-09-06 22:30:16 +08:00
WebVPF
735e72a641
Update Russian language (#292) 2021-08-30 14:20:55 +08:00
Arvis Lācis
9837f1b37a
Changes in user impersonating messages (#294) 2021-08-30 08:58:55 +08:00
rezalaal
5c27bd65c6
Improve Persian translation (#293)
Credit to @rezalaal
2021-08-25 09:36:06 -06:00
Luke Towers
47970b14d0 Revert the CSS sticky fix as it breaks on pages that are smaller than 100% of the viewport height 2021-08-25 01:46:27 -06:00
Luke Towers
6c1ab2c560 Open the backend from the demo theme in the same window
Previous code breaks embedded demos like https://www.softaculous.com/softaculous/demos/WinterCMS
2021-08-24 15:04:06 -06:00
Luke Towers
d9da2b08dd CSS fix for position: sticky 2021-08-24 14:46:53 -06:00
Luke Towers
e78fe73df1
Merge pull request #273 from wintercms/wip/improved-impersonation
Impersonation improvements
2021-08-24 14:40:29 -06:00
Luke Towers
fd28ffb9c1 Log the real user for a CMS theme change 2021-08-24 14:36:21 -06:00
Luke Towers
857d42101e Added global notice to backend when the user is being impersonated 2021-08-24 14:14:36 -06:00
Luke Towers
806d073bee Improve typehint and clear mergedPermissions on impersonation 2021-08-24 09:40:00 -06:00
Luke Towers
53fc77778a Prevent user from impersonating self 2021-08-21 02:44:32 -06:00
Luke Towers
3e81da9f32 WIP on impersonation improvements
Prevents impersonators from having access to any permissions on the impersonated user's account that they don't already have access to
Prevents super users from being impersonated
2021-08-21 02:25:35 -06:00
Ben Thomson
e7cf634c1d
Add additional question to pre-PR form 2021-08-18 17:02:17 +08:00
Ben Thomson
eb76a7504a
Allow for local source manifests 2021-08-10 11:35:44 +08:00
Ben Thomson
e7c43c5aa1
Use Http to retrieve JSON data for version checks
Hat tip to @meinmotion for fix.

Fixes https://github.com/wintercms/winter/issues/267
2021-08-10 11:27:24 +08:00
Ben Thomson
6393846179
Add body class for restore/reset pages
Allows skin developers to target the body class in the auth layout for specific pages within the Auth controller. The sign in page already specified a "signin" class, so this brings the other pages into parity.
2021-08-03 12:01:57 +08:00
Luke Towers
dad1295aee
Add support for default for image list columns 2021-08-01 20:57:25 -06:00
Luke Towers
750e21ee81
Support '0' for number field min and max values 2021-07-29 22:18:33 -06:00
Luke Towers
bfed0e67b2
Tweaks to issue template 2021-07-29 20:51:17 -06:00
Ben Thomson
a56eb1bb5b
Further adjustments to issue templates 2021-07-30 10:18:44 +08:00
Ben Thomson
e7e2647337
Rename issue config file 2021-07-30 10:04:28 +08:00
Ben Thomson
d41a280477
Update GitHub issue templates 2021-07-30 10:03:40 +08:00
Ben Thomson
6893d56416
Fix bug report form 2021-07-30 09:49:21 +08:00
Ben Thomson
a63c68fbee
Delete old bug report template 2021-07-30 09:41:42 +08:00
Ben Thomson
768d5043d9
Create bug report form 2021-07-30 09:41:08 +08:00
Ben Thomson
49a49d216d
Add trusted proxy configuration variables (#235)
Fixes #232.

Related Storm PR: wintercms/storm#42
Related Storm commit: c8db154037
2021-07-29 15:30:20 +08:00
Luke Towers
4be654b6a8 Support providing Twig configuration options when registering custom Twig filters & functions
Documented by 4185118f29
2021-07-26 02:35:42 -06:00
Ben Thomson
0f1ca8a362
Tweak GitHub Actions
- Combine the PR and push code quality check.
- Remove the Commander action, as we don't use it.
- Remove Splitsh executable - we were going to use it for automated split builds, but this is now done through the Winter CLI.
2021-07-23 10:29:00 +08:00
Luke Towers
c9bd17c223 Fix composer issues 2021-07-22 16:02:26 -06:00
Marc Jauvin
614e51ecac
add compiled client lang files (#246)
we need to include the compiled language file after a change.

related to #245
2021-07-20 17:30:33 -04:00
Marc Jauvin
66bf81316f
Merge pull request #245 from datune/patch-1
Add client-side localization strings for german locale
2021-07-20 12:52:41 -04:00
datune
ae0e89b8a6
Complete translation 2021-07-20 18:06:21 +02:00
Luke Towers
6e8507c426 Missed some swaps 2021-07-20 01:21:16 -06:00
Luke Towers
fcf91249b6 incorrect path to class 2021-07-19 17:26:52 -06:00
Luke Towers
8515a3fa2f fix tests 2021-07-19 17:15:19 -06:00
Luke Towers
0c5099f0b1 Throw SystemException for critical not-found code paths
Throws SystemException (therefor creating critical logged errors) for code paths resulting in not found exceptions (AJAX handlers, partials, content, components, etc) to make it easier to identify and result issues before end users are affected.
2021-07-19 17:11:29 -06:00
Jack Wilkinson
32440b19b9
Added fix when setting plugin status replacements were overriding originals (#226) 2021-07-14 10:31:25 -06:00
Ben Thomson
00c4b1cccd
Make shields on README consistent, add version shield 2021-07-13 13:38:07 +08:00
Luke Towers
d99bdb716f Merge branch 'develop' of github.com:wintercms/winter into develop
* 'develop' of github.com:wintercms/winter:
  Return 404 for asset combiner resources that don't exist (#222)
2021-07-05 16:05:45 -06:00
Luke Towers
b6b127eedd Allow for order: 0 in menu items
Follow up to 763db7eb80
2021-07-05 16:05:32 -06:00
RickAcb
d1180d04d1
Return 404 for asset combiner resources that don't exist (#222)
Credit to @RickAcb
2021-07-05 15:59:52 -06:00
Luke Towers
763db7eb80 Improve NavigationManager handling of default item orders
Replaces #231, fixes #229 & wintercms/wn-builder-plugin#7
2021-07-05 08:18:28 -06:00
Marc Jauvin
dc0d6aa0e2
Reset column order for lists when using "Reset to Default" action (#217) 2021-06-28 10:55:26 +08:00
LucianDex
087bd2b6ff
Updated all RO translations for Winter CMS modules. (#198) 2021-06-17 16:15:27 +08:00
Jack Wilkinson
84a1fcce5c
Fixed typo in model comment (#206) 2021-06-16 21:39:29 +08:00