Daniele Teti
78b2fa23ec
Merge commit 'a33e84b988262dc6031874fda9930d25686879d7' into feature_partial_ar_update
2024-03-19 16:28:05 +01:00
Daniele Teti
a33e84b988
Squashed 'lib/swagdoc/' changes from 5734fb7c..8f81a28f
...
8f81a28f Merge pull request #20 from joaoduarte19/master
81d2a18b Compatibility fix for compiling for Linux on Delphi Tokyo
git-subtree-dir: lib/swagdoc
git-subtree-split: 8f81a28fcdbb0e62e1468757af8f3caa80d2ea38
2024-03-19 16:28:05 +01:00
Daniele Teti
7e3b551e11
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/samples/react/WebApp/follow-redirects-1.15.6' into feature_partial_ar_update
2024-03-19 16:26:35 +01:00
Daniele Teti
fea6b0c273
Added support for TSQLTimeStampOffset in dataset derialization and deserialization
2024-03-19 16:05:17 +01:00
dependabot[bot]
1398ecbd83
build(deps): bump follow-redirects in /samples/react/WebApp
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 22:38:06 +00:00
Daniele Teti
cbc971aaf6
Any exception in TMVCWebResponse.Destroy on logged
2024-03-14 15:03:51 +01:00
Daniele Teti
17747dcf19
Completed new field options (foDoNot*)
2024-03-13 16:45:09 +01:00
Daniele Teti
ab92225d12
First implementation for foDoNotInsert and foDoNotUpdate
2024-03-13 13:00:11 +01:00
Daniele Teti
09ecb5f5a1
Updated packages
2024-03-13 12:10:37 +01:00
João Antônio Duarte
2793808115
Swagger: adding support for defining request body parameters as an array of objects.
...
Fix https://github.com/danieleteti/delphimvcframework/issues/713
2024-03-09 18:24:20 -03:00
Daniele Teti
ec59eaee18
Updated tests after removing ViewDatasets
2024-03-08 16:20:12 +01:00
Daniele Teti
eb8d535c9b
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2024-03-08 16:17:42 +01:00
Daniele Teti
3dc4592837
Removed ViewDataSets and all related methods from TMVCController. Use ViewData instead.
...
https://github.com/danieleteti/delphimvcframework/issues/729
2024-03-08 16:17:30 +01:00
Graham Murt
ec5a804576
Fixed issue where an exception is raised if KEYS() finds no matches and returns null ( #733 )
2024-03-08 15:26:35 +01:00
Daniele Teti
b9fcc04647
https://github.com/danieleteti/delphimvcframework/issues/728
2024-03-08 12:10:15 +01:00
Francisco Zanini
a7ea6c8369
Return 401 instead 403 when authenticating an user ( #734 )
...
Co-authored-by: Francisco Zanini <francisco@digifort.com.br>
2024-02-27 21:17:34 +01:00
Daniele Teti
833195243e
Added proper handling of TimeStampWithOffset
2024-02-23 00:30:04 +01:00
Daniele Teti
02c0ae0f37
Added TEXT serializer - Improved content type handling in case of errors and no_route_found cases.
2024-02-22 19:18:34 +01:00
Daniele Teti
f9076a4732
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2024-02-21 23:40:34 +01:00
Daniele Teti
b0e3cfc424
Added functional utils: Filter, Map, Reduce, ForEach
2024-02-21 23:40:25 +01:00
Graham Murt
0ceb7180fa
Added DeleteCacheKey method to TMVCCacheController ( #731 )
...
Deletes the specified key(s) from the Redis cache. Pattern matching can be used to delete multiple keys
2024-02-21 23:33:25 +01:00
Daniele Teti
cc5789d56e
Now "NoRouteFound" error returns the correct content-type
2024-02-21 14:41:25 +01:00
Daniele Teti
49bbce0959
URLEncoding uses new TNetEncoding broader
2024-02-14 18:03:44 +01:00
Daniele Teti
f224ea7eeb
Date and Time Conversion simple test
2024-02-14 18:03:01 +01:00
Daniele Teti
2be3ba60b7
Removed SimpleConsoleAppender from MOBILE platforms
2024-02-14 18:02:25 +01:00
Daniele Teti
b2ce859b4e
https://github.com/danieleteti/delphimvcframework/issues/730
2024-02-12 18:11:48 +01:00
Daniele Teti
e2f63fd8d7
Improved file logger delete strategy
2024-02-06 23:42:27 +01:00
Daniele Teti
d7c9628cf1
404 doesn't raise exception anymore - it just returns 404
2024-02-05 16:40:50 +01:00
Daniele Teti
8b0d370a85
Merge commit '547fec74b9dcbf32887aad4fdd6348685c654ef2' into feature_filters
...
# Conflicts:
# sources/MVCFramework.Filters.CORS.pas
# sources/MVCFramework.pas
# unittests/general/Several/LiveServerTestU.pas
2024-02-05 16:30:02 +01:00
Daniele Teti
d1b14eb24a
Optimized pooling and cache of frequently used object in mustache and partitioning
2024-01-31 16:00:56 +01:00
Daniele Teti
d4c7e449ae
Tests don't log to the console.
2024-01-29 23:41:01 +01:00
Daniele Teti
b42feddffd
Less string concats in router
2024-01-25 19:32:04 +01:00
Daniele Teti
745cf3c24b
ThereIsBody -> HasBody
2024-01-25 19:31:27 +01:00
Daniele Teti
59afaec81a
Updated wizard to use ConsoleLogger
2024-01-24 00:14:26 +01:00
Daniele Teti
40c445668c
Now console app logs on console
2024-01-23 17:25:32 +01:00
Daniele Teti
7ec97f4aea
Updated LoggerPro to v2.0
2024-01-23 17:25:13 +01:00
Daniele Teti
88cb06e717
Squashed 'lib/loggerpro/' changes from 49891138..d490578b
...
d490578b Update README.md
0dedf956 Added ILogItemRenders
git-subtree-dir: lib/loggerpro
git-subtree-split: d490578b87872f7995c230f48e328e576d0e2ffe
2024-01-23 17:20:36 +01:00
Daniele Teti
fada5f5c6e
Changed fropm procedure to functional actions
2024-01-23 17:20:15 +01:00
Daniele Teti
0ccf2b699d
UseCommonHeaders for Page and PageFragment
2024-01-23 17:19:48 +01:00
Daniele Teti
30a247281f
Breaking Change! TMVCActiveRecordController uses (and requires) TMVCActiveRecordMiddleware - it doesn't require a TFDConnection on constructor
2024-01-20 10:37:34 +01:00
Daniele Teti
7a11512347
Breaking Change! TMVCActiveRecordController uses (and requires) TMVCActiveRecordMiddleware - it doesn't require a TFDConnection on constructor
2024-01-20 10:36:45 +01:00
Daniele Teti
400aa4d549
Removed old "breaking changes" files. Check www.danieleteti.it to know about the breaking changes of each version.
2024-01-09 09:41:15 +01:00
Daniele Teti
bf8e1fdc4b
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2024-01-09 09:24:59 +01:00
Daniele Teti
dbe638222e
new beta version 3.4.2-magnesium-beta
2024-01-09 09:24:47 +01:00
dependabot[bot]
f4a6b86ddb
build(deps): bump follow-redirects in /samples/react/WebApp ( #725 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 08:27:40 +01:00
dependabot[bot]
e6923fdd01
build(deps): bump axios from 0.21.4 to 1.6.0 in /samples/react/WebApp ( #710 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 08:25:18 +01:00
Daniele Teti
40b709b318
https://github.com/danieleteti/delphimvcframework/issues/721
2024-01-08 16:39:49 +01:00
Daniele Teti
38b02272a3
Update README
2024-01-06 15:43:07 +01:00
danieleteti
77c9785116
chore(docs): update TOC
2024-01-06 14:40:36 +00:00
Daniele Teti
dd4abc643e
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2024-01-06 15:40:05 +01:00