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
97879f97b6 More authentication restructuring. 2023-01-10 13:26:54 -05:00
215674593b Re-structure authentication to allow for extensions more cleanly. 2023-01-10 12:04:30 -05:00
680ea98f71 Re-enabled URL build with a custom root 2023-01-10 12:04:02 -05:00
aeb763c277 Fixed bean fetcher to not overwrite bean properties that were already set during the same query execution. 2023-01-10 12:03:40 -05:00
2dc9def77c Switched back to snapshot version 2023-01-10 12:03:02 -05:00
1bb28a5f49 Updated version to 0.9.7 2023-01-10 09:54:00 -05:00
b86be90602 Minor cleanups 2023-01-10 08:59:09 -05:00
64b4334682 Added scheduler example.
Improved the scheduler API.
2023-01-09 19:33:29 -05:00
89c405a6e6 Updated version to 0.9.7-SNAPSHOT 2023-01-08 09:50:31 -05:00
6c2e45f986 Updated version to 0.9.6 2023-01-08 09:41:49 -05:00
95461357f9 Javadoc work 2023-01-08 08:47:16 -05:00
cba907ecca Added support for getPost() routing as a convenience. 2023-01-07 21:00:47 -05:00
f2f1fcbdba Don't redeploy a site that was already deployed. 2023-01-07 21:00:29 -05:00
4afbed8b7e Added safety check prohibiting routing changes after deployment 2023-01-07 20:24:37 -05:00
d0c5771c0d Javadocs 2023-01-07 20:08:59 -05:00
310cfa887e Updated the readme with a Why RIFE2? section. 2023-01-07 14:24:46 -05:00
43b7981964 Minor tweaks to cmf example 2023-01-07 09:52:20 -05:00
f4c1297162 Minor tweaks to cmf example 2023-01-07 09:00:08 -05:00
a5d9484438 Added Java 17 badge to README 2023-01-07 08:19:52 -05:00
59ca86ef6c Minor cleanups 2023-01-07 00:23:17 -05:00
9f84956dfd Removed file() constraint. 2023-01-06 23:39:45 -05:00
9c2016774f Improved CMF image scaling quality.
Fixed CMF tests for now scaling logic.
Added CMF example.
Improved UrlBuilder to only add the continuation ID when the target router points to an element of the same class.
2023-01-06 22:06:08 -05:00
4fae7639da Added context:paramContId template tag which does what context:contId used to do, context:contId now merely contains the value without the parameter part. 2023-01-06 14:06:41 -05:00
ca0b9b4189 Fixed to multipart request handling, also taking query string parameters into account.
Minor cleanups.
2023-01-06 14:04:49 -05:00
440eb09e81 Updated version to 0.9.6-SNAPSHOT 2023-01-06 09:32:19 -05:00
41941c1ca0 Updated version to 0.9.5 2023-01-06 09:13:48 -05:00
411076647f Added form generation example test 2023-01-06 02:07:20 -05:00
8a35e426a4 Improvements to form generation 2023-01-06 01:28:34 -05:00
c94868a12e Reworked and modernized the form generation. Added support for additional input types and attributes. Added form generation example. 2023-01-05 23:11:48 -05:00
05cbbc8c54 Also clear generated template values from instance variables that are present in resumed elements. 2023-01-05 19:11:18 -05:00
8de9411fdd Clear out any generated values from templates that are restored through a continuation. 2023-01-05 18:48:39 -05:00
34e7a41ff3 Allow RIFE instrumentation of the example models 2023-01-05 17:26:10 -05:00
2673e84b26 Updated email validity check 2023-01-05 17:25:39 -05:00
bdfeae5559 Made the default path info parameters match on the unreserved URL characters, instead of just alphanumeric 2023-01-05 12:10:03 -05:00
6b9e7ddc65 Updated version to 0.9.5-SNAPSHOT 2023-01-05 11:18:03 -05:00
1a4ccb51e2 Updated version to 0.9.4 2023-01-05 10:56:47 -05:00
60936f7c34 Fix to previous URL builder change. 2023-01-05 08:34:09 -05:00
217e1a50e8 URL encode explicit pathinfo in URL builder 2023-01-05 08:12:44 -05:00
e067a8d08f URL encode more defensively 2023-01-04 21:14:02 -05:00
64f714bcdd Folded purging authentication managers into the main ones. 2023-01-04 13:27:03 -05:00
739b9e09ce Validation example cleanup 2023-01-04 07:22:00 -05:00
a00018e685 Added many-to-one example.
Restructure the example classes a bit.
2023-01-04 06:58:15 -05:00
ba187f325b Make validation builder filtered tags more permissive in their content 2023-01-04 06:43:22 -05:00
e16e584e2e GQM fixes when using the new BeanFetcher functional interface. Some cleanups. 2023-01-04 06:11:26 -05:00
a6f8751273 Authentication cleanup and rework.
Instead of storing a hostIp for each auth session, arbitrary auth data can now be associated with an authentication session. Allowing for any kinda of differentiator to be applied to sessions.
2023-01-03 22:40:22 -05:00
a1dcc8ff7a Added support for request attribute template value tags. 2023-01-03 17:08:10 -05:00
fd7e975876 Minor code cleanups 2023-01-03 13:23:29 -05:00
67a45f8566 Added more default passthrough types 2023-01-03 10:42:08 -05:00
730acc6e56 Some cleanups, mostly to the scheduler API 2023-01-03 09:37:39 -05:00
653b14ca3b Made hello all index page adapt to the root URL 2023-01-02 23:24:44 -05:00