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

815 commits

Author SHA1 Message Date
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
eaebb31dca Center the logo in the readme 2022-10-30 20:50:41 -04:00
0e73565d0e Center the logo in the readme 2022-10-30 20:49:49 -04:00
a65c34db3a Updated README logo image 2022-10-30 20:47:40 -04:00
29490ab7d4 Added a README 2022-10-30 20:42:35 -04:00
8bb25a2e40 Removed changelogs 2022-10-30 19:35:58 -04:00
ba110248f6 Fixed for javadoc generation 2022-10-30 19:27:12 -04:00
891106db3e Remove COPYING file 2022-10-30 19:00:40 -04:00
50ecf9770c Example of authentication 2022-10-30 18:51:08 -04:00
a2bbeacc8a Renaming of validation error identifier literals. 2022-10-30 18:17:20 -04:00
62f93106c1 Working authentication elements. 2022-10-30 17:46:10 -04:00
5f5c3bcfb4 Minor tweak to form example to make the template use a little more explicit 2022-10-30 15:25:55 -04:00
3652c9957f Added form example 2022-10-30 15:24:16 -04:00
9c463ee8dc Added HelloTemplate example 2022-10-30 14:48:47 -04:00
b3e15a5aea Minor hello world tweaks 2022-10-30 14:30:25 -04:00
e7bf764255 Added HelloLink example 2022-10-30 12:54:57 -04:00
e0b4643d9e Minor hello world tweak 2022-10-30 12:23:28 -04:00
4284b77cca Minor hello world tweak 2022-10-30 12:00:14 -04:00
9dc525a7b6 Updated colors of exception handler template 2022-10-30 11:57:46 -04:00
c226038c0e Added support for parameterBeans 2022-10-30 11:45:35 -04:00
f8a118213d Tweaks to gradle scripts and HelloWorld app 2022-10-30 11:36:10 -04:00
ad18e8f779 Cleanups 2022-10-29 18:05:43 -04:00
931b9c86e8 Added support for before and after elements, including respond() and next() calls. 2022-10-29 12:24:22 -04:00
b2fec0e975 Added more engine tests 2022-10-28 00:57:38 -04:00
b46e956470 HTML templates are going to be the most common ones, shortening that method 2022-10-27 09:19:05 -04:00
1b99db4b6c API refactoring 2022-10-26 09:18:39 -04:00
e8927b080e Ongoing work on expanding the engine's usability 2022-10-26 08:34:42 -04:00
79992decb6 Fixed excessive ANTLR dependencies.
Build uberjar with ASM and ANTLR runtime for core RIFE features.
2022-10-25 21:20:05 -04:00