2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 02:58:12 -07:00
Commit graph

966 commits

Author SHA1 Message Date
258bbb4b20 Fix email validity regexp 2023-02-15 08:52:46 -05:00
dbb3b2113f Updated version to 1.2.1-SNAPSHOT 2023-02-13 17:27:44 -05:00
6ea8fd3932 Updated readme version to 1.2.0 2023-02-13 17:22:32 -05:00
c51f88b392 Updated version to 1.2.0 2023-02-13 17:03:11 -05:00
d70cad0b47 Continuations engine fixes so that no classes are loaded during instrumentation. 2023-02-13 16:45:21 -05:00
5dfdfc0397 Updated version to 1.2.0-SNAPSHOT 2023-02-13 16:40:07 -05:00
34ccffc31e Fixed agent jar missing workflow config class 2023-02-13 09:32:37 -05:00
33697a96a3 Updated version to 1.1.2-SNAPSHOT 2023-02-13 08:33:33 -05:00
4de43dded2 Updated for version 1.1.1 2023-02-13 08:33:05 -05:00
b02c99165e Updated version to 1.1.1 2023-02-13 07:55:01 -05:00
d02e58f900 More DI example tweaks 2023-02-12 21:43:03 -05:00
8fc4b1dabd Fix DI example test 2023-02-12 20:52:57 -05:00
024f12f4a5 Updated dependency injection example 2023-02-12 20:46:50 -05:00
2ffa546cc3 Fix for property field injection 2023-02-12 20:37:22 -05:00
e6d5b4a2f6 Updated version to 1.1.1-SNAPSHOT 2023-02-12 16:13:29 -05:00
7235bedcc6 Updated version to 1.1.0 2023-02-12 15:46:56 -05:00
264579a98d Updated version to 1.1.0 2023-02-12 15:37:15 -05:00
5381d7fbf0 Added static resource configuration to the embedded server for uber jar setups. 2023-02-11 23:32:13 -05:00
ae86e2ff41 Allow SSL configuration of the embedded Jetty web server 2023-02-11 23:15:52 -05:00
b8b237bc33 Improved embedded server configuration options. 2023-02-11 17:46:02 -05:00
b930667df3 Added some javadoc links 2023-02-11 16:19:14 -05:00
8c70772fce Fixed date renderer in example 2023-02-11 16:11:12 -05:00
bec71b913f Allow HierarchicalProperties to be setup by extended RifeFilter, for a global dependency injection method even when using web.xml and init parameters. 2023-02-11 16:09:50 -05:00
04cde04733 Updated dependency injection examples 2023-02-11 12:39:39 -05:00
4446d1e811 Added support for element suppliers in route definitions. 2023-02-11 12:14:50 -05:00
2e4ab98b29 Updated next version to be 1.1.0 2023-02-11 09:50:45 -05:00
8763554ff7 Added PagedNavigation generator 2023-02-11 02:19:07 -05:00
384a866a28 Relax @ActiveSite injection so that any field type that can be assigned to can be used 2023-02-11 00:58:21 -05:00
eeb3312ae6 Refactored StringEncryptor 2023-02-10 08:35:55 -05:00
7e036e2bfa Made TemplateFactory full constructor public. 2023-02-10 06:41:07 -05:00
8152efb250 Fixed Drupal string encryption integration into authentication system. 2023-02-09 18:07:57 -05:00
274af25cd9 Drupal password hash fix for older migrated passwords using php md5 hash. 2023-02-09 16:26:09 -05:00
a9650d8098 Added support for Drupal 7 password hashing.
Updated StringEncryptor to support Drupal hashing.
2023-02-09 10:43:10 -05:00
f10acb3933 Only make login auth cookies secure with accessing over https 2023-02-03 12:20:47 -05:00
7d19facd4d Make auth cookies http only. 2023-02-03 09:52:01 -05:00
e1956847bb Make auth cookies secure.
Minor improvement to removeCookie method.
2023-02-03 08:11:59 -05:00
446f994010 Improved prevent caching headers.
Added global engine setting to provent caching for all responses, this makes development more comfortable.
2023-01-31 15:43:13 -05:00
6a62e09e8e Added readme note about RIFE2 IDEA Plugin 2023-01-29 08:25:11 -05:00
Joshua Austin
37a7464fe7
SLF4J suggestion (#12)
Added `slf4j-simple` because I got no-op warnings about SLF4J if I didn't add a compatible implementation to the classpath.
2023-01-29 06:49:45 -05:00
5e416d6938 Gradle script fix 2023-01-29 02:01:45 -05:00
a34ea3eda5 Better structure of the ImageFormatter ContentAttribute and CmfProperty options. 2023-01-26 11:06:45 -05:00
f18d0a29c3 Introduce HiDPI content attribute to CMF, set to true by default. This influences how the HTML for the image content is generated, by halving the width and height for HiDPI visuals. 2023-01-26 10:48:04 -05:00
6609310565 Javadocs improvements 2023-01-23 10:46:54 -05:00
94d9d3e215 Updated version to 1.0.1-SNAPSHOT 2023-01-23 10:46:17 -05:00
4e5dd02ff3 Updated version to 1.0.0 2023-01-21 13:54:29 -05:00
c4eed06970 Updated javadoc task to generate the apiNote tags 2023-01-21 13:36:14 -05:00
1e0af0bf93 Added API note to workflow engine javadocs to indicate that it's still experimental. 2023-01-21 13:27:13 -05:00
2f990eee6a Updated readme route tag for HTML form. 2023-01-21 12:47:54 -05:00
db116e2723 Scheduler javadocs 2023-01-21 12:01:09 -05:00
6ae39a05d4 WIP scheduler javadocs 2023-01-21 09:09:04 -05:00