2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-04-30 10:38:12 -07:00
Commit graph

942 commits

Author SHA1 Message Date
e534d665f1 Fixed template block overriding behavior, now properly resetting blockvalue and blockappend status 2022-11-26 10:43:37 -05:00
c86b780e73 Removed needless import 2022-11-23 16:28:38 -05:00
11396a0801 Use a safer unique ID generator for the authentication IDs.
Provide a general purpose UniqueID class that can be used for safer identifiers than standard UUIDs.
2022-11-22 18:29:06 -05:00
81ae2e301d Minor cleanups 2022-11-22 17:46:10 -05:00
d7606e0d62 Test fixes 2022-11-19 12:48:42 -05:00
4e99254184 Added support for authentication filtered template tags 2022-11-19 12:30:42 -05:00
d546b54c1f Added in out flow annotations tests 2022-11-19 01:01:41 -05:00
71fdf0bfa3 Added support for output flow of annotation class element fields. 2022-11-18 17:02:56 -05:00
eba706ea25 Renamed ContextAction for annotations to FlowDirection 2022-11-17 09:30:00 -05:00
0f7b698019 Expanded element field annotation support and added tests. 2022-11-15 21:18:23 -05:00
e44b366a40 Set up a session handler for the embedded Jetty server. 2022-11-15 19:46:32 -05:00
2273f2b824 Tweaks to engine Context methods so that response changes always have verbs associated with them. 2022-11-15 16:38:57 -05:00
22339c204e Updates to authentication example 2022-11-15 15:12:21 -05:00
9d49af75f0 Added support for fallback routes 2022-11-15 15:00:53 -05:00
9d6bbf236b Added mock routing registration tests, using the same sites as the container tests in order to test the mock testing engine. 2022-11-15 12:27:27 -05:00
b17f933fc4 Allow exception route to be specified at any level in the group hierarchy 2022-11-14 21:27:20 -05:00
26daa9649f Code cleanups 2022-11-14 21:19:03 -05:00
9854b2f4d8 Added more route registration tests 2022-11-14 20:02:18 -05:00
a2d07e2fe6 Renamed Taskoption to TaskOption 2022-11-14 19:09:48 -05:00
5de1a3007a Added more RESTful route registrations.
WIP route registration tests.
2022-11-14 18:02:48 -05:00
0eee8ae8d7 Tweaks to authentication API and remember tests.
Updated Mock testing API to automatically expire cookies.
2022-11-13 12:11:06 -05:00
845066ed65 Tweaks to authentication API. Added database authentication elements tests. 2022-11-12 17:18:59 -05:00
18b14fcd2b Added logout tests 2022-11-12 15:05:30 -05:00
a4920994bd Updated version to 0.5.6 2022-11-09 14:58:50 -05:00
c4ae3219f0 Revert urlFor so that it stays absolute, keeping the proxy url into account now 2022-11-09 14:40:16 -05:00
d06ceae847 Updated version to 0.5.5 2022-11-08 09:19:40 -05:00
4d2fadc067 Missing file from previous commit 2022-11-08 09:00:28 -05:00
62e1d4a31c Split out server root URL and webapp root URL 2022-11-08 08:59:29 -05:00
eefb7f5a75 Authentication tests and fixes.
Fixes to router group path prefix handling.
Minor cleanups.
2022-11-05 20:34:23 -04:00
07445cfe06 Removed support for template transformers.
Added support for templates to create new instances of themselves, possibly with refreshed content.
Updated login and logout elements to use the new template instance creation methods.
2022-11-05 02:18:42 -04:00
93605dca38 Increase default maximum login length 2022-11-03 16:13:35 -04:00
27a95f6097 Updated version to 0.5.4 2022-11-02 23:30:09 -04:00
ddfea1d1d0 Added logout element.
Improved support for path-based route resolving, now also taking super classes into account.
2022-11-02 23:25:24 -04:00
9ae3bb7148 Added support for resolving route paths and template route tags 2022-11-02 21:45:16 -04:00
a2f77f7b29 Updated version to 0.5.3 2022-11-01 16:07:33 -04:00
58c47d5c07 Fixed regression where servlet package got accidentally moved 2022-11-01 16:02:46 -04:00
853d1a0b6f Updated version to 0.5.2 2022-11-01 09:38:34 -04:00
784733550c Updated version to 0.5.1 2022-11-01 09:34:17 -04:00
98ea6195fd Moved Server class to engine package 2022-10-31 22:47:05 -04:00
c317ba9ccc Reverted back to previous RouteInstance defaults 2022-10-31 21:21:46 -04:00
d242a94864 Tweaks to RouteInstance default behaviors. 2022-10-31 21:18:40 -04:00
9fa0e95798 Tweaks to RouteInstance default behaviors. 2022-10-31 21:14:59 -04:00
3e6079a948 Updated version 2022-10-31 03:46:07 -04:00
7633fcd145 Removed Config facility and related features. 2022-10-31 03:44:20 -04:00
76fd79d43e More README tweaks 2022-10-30 23:38:30 -04:00
48aba97cd8 README tweaks 2022-10-30 23:30:52 -04:00
1a11f9c6b7 README updates 2022-10-30 23:19:36 -04:00
795d0ec029 Added gradle configuration to publish to central maven repository 2022-10-30 22:52:36 -04:00
ddd76851f3 More work on readme 2022-10-30 21:15:39 -04:00
f21aa3a90b Minor readme edits 2022-10-30 21:11:19 -04:00