2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 18:48:13 -07:00
Commit graph

935 commits

Author SHA1 Message Date
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
e9990b740b Updated version to 1.0.0-SNAPSHOT 2023-01-21 08:43:35 -05:00
ff8b107834 Updated version to 0.9.9 2023-01-20 19:58:43 -05:00
62837e573d Minor example tweaks 2023-01-20 19:52:18 -05:00
38c52449c4 README updates 2023-01-20 16:02:26 -05:00
7f057a3310 Additional Workflow test 2023-01-20 15:06:26 -05:00
65def04aca Workflow and test fixes 2023-01-20 14:28:57 -05:00
3673ece113 More workflow tweaks 2023-01-20 11:56:43 -05:00
927f9c7ceb Workflow example cleanup 2023-01-20 11:48:19 -05:00
1d2a7b7888 Minor cleanups 2023-01-20 11:25:49 -05:00
9de8e896f6 Added workflow example.
Tweaks to workflow engine.
2023-01-20 11:02:26 -05:00
2e127ddd93 Workflow work waiting tweaks. 2023-01-20 09:47:40 -05:00
9d04473685 Workflow refactorings, added informational events, added utility methods to wait for work conditions. 2023-01-20 09:25:47 -05:00
ee0b02c186 Workflow engine refactoring and cleanup 2023-01-20 06:35:02 -05:00
1b889c07f4 Workflow engine tweaks 2023-01-19 23:29:25 -05:00
a53c8c4834 Added both class and instant based continuable starting, allowing the workflow engine to start task instances as well as task classes. 2023-01-19 23:12:41 -05:00
d407ed67e4 Changed workflow Task to being an interface 2023-01-19 22:40:42 -05:00
203d8eba33 Added workflow engine continuations transformation to the main RIFE agent. Consolidated all tests again. 2023-01-19 22:28:53 -05:00
28651d1b93 Made workflow events more versatile and possible to be triggered from outside tasks. 2023-01-19 21:31:04 -05:00
0f95b03e22 Authentication cleanups 2023-01-19 19:35:08 -05:00
61827ff32e TOTP cleanups 2023-01-19 09:24:58 -05:00
Jason Aylward
7ebff434d9
Add totp utilities (#9)
Provide TOTP utilities for 2FA authentication.
2023-01-19 09:09:09 -05:00
f52b1fa5ea Workflow javadoc improvements 2023-01-19 08:38:01 -05:00
d38246d9ba Minor workflow cleanup 2023-01-19 08:35:52 -05:00
4702a35152 Minor workflow cleanups 2023-01-19 08:20:35 -05:00
a6ba91f1fc Simplified workflow events 2023-01-19 08:18:12 -05:00
0c6230a1b3 More workflow improvements 2023-01-19 07:04:01 -05:00
aa2640cb54 More workflow improvements 2023-01-19 06:44:42 -05:00
bb9e9ea324 Workflow text fix 2023-01-18 23:25:57 -05:00
ba69340d20 Further workflow engine simplification, the event type doesn't need to have a particular API, it can be any object. 2023-01-18 23:23:29 -05:00
004c313119 Use an executor service for the workflow task runner instead of manually spawning threads, allow that executor service to be passed in. Cleaned up TaskTest example. 2023-01-18 23:02:17 -05:00
2496925df2 Minor cleanups 2023-01-18 22:22:06 -05:00