Daniele Teti
470c0861b1
Update README.md
2016-11-01 17:10:46 +01:00
Daniele Teti
2b8ae18eb6
Merge patch from Chenavier Gérald
...
* Unsubscribe STOMP 1.1 : It requires that the id header matches the id value of previous SUBSCRIBE operation.
* ACK STOMP 1.1 : has two REQUIRED headers: message-id, which MUST contain a value matching the message-id for the MESSAGE being acknowledged and subscription, which MUST be set to match the value of the subscription's id header
* NACK STOMP 1.1 : takes the same headers as ACK: message-id (mandatory), subscription (mandatory) and transaction (OPTIONAL).
* Add SSL Support with Delphi
* test connected with delphi: add test ClosedGracefully
* add test Connected before write on socket in SendHeartBeat/SendFrame
* add connect event
2016-11-01 17:05:54 +01:00
Daniele Teti
20941df19d
https://github.com/danieleteti/delphistompclient/issues/16
2016-11-01 16:49:01 +01:00
Daniele Teti
515526d3a7
HearBeat Sample
2016-11-01 16:48:18 +01:00
spinettaro
3f0eb0d040
added support to serialize json null value as nil in object property
...
added relative test TestJSONObjectToObjectWithNullInJSONString
2016-10-26 14:42:45 +02:00
Daniele Teti
beed7bc0a4
fix to some hearbeat issue
2016-10-17 14:14:55 +02:00
Daniele Teti
5ce5edb341
Support 1.1 beta
2016-10-14 15:19:08 +02:00
Daniele Teti
ef8e90f087
Update README.md
2016-10-14 12:28:44 +02:00
Daniele Teti
161edfcea8
Update README.md
2016-10-14 12:27:52 +02:00
Daniele Teti
160bb8d51e
ADDED
...
AllowedOriginURL: string = '*'
AllowsCredentials: Boolean = true
In CORS Middleware
2016-10-12 13:11:19 +02:00
Ezequiel Juliano Müller
1535695426
Set to build on Delphi XE7
2016-10-11 15:58:09 -03:00
danieleteti
bd10056c6f
https://github.com/danieleteti/delphimvcframework/issues/56
2016-10-11 11:39:57 +02:00
danieleteti
07309fb77b
PDF file needed by the demo
2016-10-10 16:13:04 +02:00
danieleteti
4d1427d859
-IDE Expert small bug fix
...
- ADDED Paremeter "ARewindStream" to procedure SendStream(AStream: TStream; AOwnStream: Boolean = true;
ARewindStream: Boolean = false); virtual;
2016-10-10 16:11:48 +02:00
danieleteti
78f635c720
Added Apache 2.4 for windows in the "apache module sample" folder.
2016-10-10 15:49:10 +02:00
danieleteti
dc690bf0e1
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2016-10-05 23:32:31 +02:00
danieleteti
115e856d04
DelphiREDISClient changed a method name
2016-10-05 23:32:11 +02:00
spinettaro
afe014b331
added assert to check _DefaultLogger initialization
...
initialized description string for ControllerMethods retrieved by describeserver.info
2016-10-03 18:18:48 +02:00
spinettaro
4961ca855c
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2016-10-03 01:05:10 +02:00
spinettaro
c9fcd9bdbd
linked required libraries
2016-10-03 01:04:52 +02:00
danieleteti
ecc4947290
ADDED LoadViewFragment
...
ADDED TMVCMediaType.TEXT_CSV
2016-10-02 17:44:45 +02:00
danieleteti
ca31619e57
Just the CHANGES.TXT
2016-09-30 11:47:12 +02:00
danieleteti
3672a73b8d
Names refactoring
...
Added TMVCController.RenderWrappedList to renders heterogeneous lists
2016-09-30 11:44:30 +02:00
spinettaro
d689e92642
added support in TMVCController and ObjectsMappers to serialize a IWrappedList
...
added link to LoggerPro in tests projects
2016-09-29 18:17:26 +02:00
danieleteti
d93d3f5a6b
Missed TestServerControllerPrivateU.pas
2016-09-29 16:44:46 +02:00
danieleteti
76d2d38432
Added UserName and Password in cloning
2016-09-27 17:37:22 +02:00
Daniele Teti
7f685e7997
Merge pull request #55 from MPannier/master
...
Delphi XE3 compatibility; Small improvements
2016-09-27 15:15:45 +02:00
MPannier
07dcef7eab
added ReleaseGlobalLogger in MVCFramework.Logger.pas
...
added ParamsAsInt64 for TMVCWebRequest
added some "more Results" in TRTTIUtils.TValueAsString
2016-09-27 14:33:51 +02:00
MPannier
af0e4fdca7
removed Iocp.Logger.pas (no longer needed)
...
Delphi XE3 adjustments
added some missing consts to paramters (thanks to FixInsight; there are a lot more hints)
2016-09-27 14:22:17 +02:00
MPannier
751069cb07
Delphi XE3 adjustments
...
corrected search path in sample projects
2016-09-27 13:49:24 +02:00
danieleteti
fa405af775
Merge branch 'master' of https://github.com/danieleteti/delphistompclient
2016-09-26 17:42:22 +02:00
danieleteti
b18a53b840
ConnectionTimeout
2016-09-26 17:42:08 +02:00
danieleteti
9eaccd9a3e
FIX for DX10 Seattle
2016-09-25 22:31:44 +02:00
danieleteti
83f5b378ed
Possibile FIX for a RTL bug. IT works now on Berlin and Seattle.
2016-09-25 22:25:06 +02:00
danieleteti
e17af8455e
ADD helper for DURABLE header
2016-09-25 16:18:47 +02:00
danieleteti
ce80bb79fd
Refactoring
2016-09-25 16:17:48 +02:00
danieleteti
ffd7d355cc
Merge branch 'master' of https://github.com/danieleteti/delphistompclient
2016-09-23 22:37:07 +02:00
danieleteti
3b35d9631a
ADDED Clone
...
ADDED ConnectionTimeout
2016-09-23 22:36:50 +02:00
danieleteti
6f295d952b
Fixed some demo
2016-09-20 16:27:29 +02:00
danieleteti
cbc37640d4
Added publish/subscribe sample
2016-09-20 16:07:09 +02:00
Daniele Teti
f1d536cc09
Update roadmap.md
2016-09-20 11:29:20 +02:00
danieleteti
c443fffa44
FIX https://github.com/danieleteti/delphimvcframework/issues/48
2016-09-20 11:27:37 +02:00
Daniele Teti
562bbc1779
Update roadmap.md
2016-09-20 11:21:48 +02:00
danieleteti
72acad17a5
Custom Auth Sample
2016-09-20 11:19:13 +02:00
danieleteti
6842f5efec
IDE Expert: Load optimized configuration for the default generated project (MaxConnections and ListenQueue)
...
small optimization for body reading in the TWebContext
add sample for CustomAuth
2016-09-20 11:10:47 +02:00
danieleteti
0d3b591174
Added CopyRight info were not present
2016-09-18 19:19:43 +02:00
danieleteti
3157e6e018
Added unit to contains auth handlers for basicauth and customauth
2016-09-18 12:02:27 +02:00
danieleteti
f0670af618
Added custom authentication and authorization middleware
2016-09-16 23:55:11 +02:00
danieleteti
86d431a61e
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2016-09-13 19:10:48 +02:00
danieleteti
33d62713df
Small FIX RESTClient
2016-09-13 19:10:34 +02:00