1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

7374 Commits

Author SHA1 Message Date
Awilum
4cdf61ea8c refactor(bootstrap): code cleanup 2020-07-27 17:12:27 +03:00
Awilum
17ccbaf88d refactor(collection): code cleanup 2020-07-27 16:30:16 +03:00
Awilum
e4b0cb0e6b refactor(helpers): code cleanup 2020-07-27 16:29:25 +03:00
Awilum
89a2b021f6 refactor(preflight): code cleanup 2020-07-27 16:25:08 +03:00
Awilum
fcaa8daec1 feat(core): add PhpArrayFileAdapter set PhpArrayFile Cache as a default fallback cache driver instead of Filesystem Cache driver 2020-07-27 16:19:45 +03:00
Awilum
4e60b8f2db feat(core): add flextype preflight to Flextype basic checks and performance boost. 2020-07-27 16:17:49 +03:00
Awilum
66aa2dcc11 feat(core): add PhpArrayFileAdapter set PhpArrayFile Cache as a default fallback cache driver instead of Filesystem Cache driver 2020-07-27 15:43:18 +03:00
Awilum
8a360d8b99 fix(cache): fix all cache drivers names 2020-07-26 22:47:20 +03:00
Awilum
3b6afa66d1 fix(cache): fix all cache drivers names 2020-07-26 22:37:01 +03:00
Awilum
7a52754514 feat(core): add PhpFileAdapter for PHPFile Cache and set PhpFile Cache as a default fallback cache driver instead of Filesystem Cache driver 2020-07-26 18:47:56 +03:00
Awilum
6b0c8dc698 chore(composer): update vendors 2020-07-26 09:55:35 +03:00
Awilum
6cf25dbbfe chore(composer): update vendors 2020-07-26 09:51:46 +03:00
Awilum
655e393361 feat(settings): set max_file_size 8mb. 2020-07-26 09:00:37 +03:00
Awilum
0b99cc6b38 fix(core): Update all namespaces + update vendors versions #437 2020-07-25 22:26:29 +03:00
Awilum
d42bfd61bb fix(core): Update all namespaces #437 2020-07-25 22:25:49 +03:00
Awilum
c4de50ae1e feat(entries): Simplify and improve Entries API #439 2020-07-25 21:52:12 +03:00
Awilum
62f3502fcf fix(serializers): fix YAML native parser 2020-07-25 19:55:38 +03:00
Awilum
f25ee81682 feat(core): use Arrays class for arrays 2020-07-25 19:20:51 +03:00
Awilum
cebf6c3f34 Simplify and improve Entries API #439 2020-07-25 16:40:15 +03:00
Awilum
e43556ccb1 Simplify and improve Entries API #439 2020-07-25 16:37:13 +03:00
Awilum
9905522a77 feat(entries): updates for method create()
Added ability to set predefined fields on new entry creation:
$data['uuid']
$data['published_at']
$data['created_at']
$data['published_by']
$data['created_by']
2020-07-24 22:11:04 +03:00
Awilum
d14ae101b0 refactor(core): Entries API refactor 2020-07-24 09:45:57 +03:00
Awilum
016b6fa93a chore(core): backers updates 2020-07-24 01:22:26 +03:00
Awilum
9661d05907 refactor(core): Cors API refactor 2020-07-24 01:20:46 +03:00
Awilum
9e296a5e10 feat(element-queries): refactor #436 2020-07-24 01:18:38 +03:00
Awilum
178c2efed4 refactor(core): Media API refactor 2020-07-24 01:14:55 +03:00
Awilum
f942b00aab refactor(core): Entries API refactor 2020-07-24 00:59:34 +03:00
Awilum
5fbcad8bec refactor(core): Entries API refactor 2020-07-23 23:59:15 +03:00
Awilum
b2729cd445 refactor(core): Media API refactor 2020-07-23 23:45:20 +03:00
Awilum
574c59012f refactor(core): Entries API refactor 2020-07-23 23:43:56 +03:00
Awilum
b4db9ac94c feat(element-queries): fix orderBy() in the collect_filter #436 2020-07-23 23:40:34 +03:00
Awilum
9b9649ed9f feat(element-queries): The assignment to $_expr removed from collect_filter #436 2020-07-23 23:38:49 +03:00
Awilum
a8e63c4f0f feat(media): Media API implementation #428 2020-07-23 23:36:21 +03:00
Awilum
c7af47449b feat(rest-api): Moving from CDA and CMA to more universal format of REST API'S #435 2020-07-23 23:34:38 +03:00
Awilum
c10b975b65 feat(rest-api): Moving from CDA and CMA to more universal format of REST API'S #435 2020-07-23 23:32:52 +03:00
Awilum
fe46042409 feat(rest-api): Moving from CDA and CMA to more universal format of REST API'S #435 2020-07-23 23:30:51 +03:00
Awilum
a52d3aa903 feat(element-queries): updates for collect_filter #436 2020-07-23 23:00:19 +03:00
Awilum
0f75851f46 feat(media): Media API implementation #428 2020-07-23 22:06:55 +03:00
Awilum
aaa97ca962 chore(cache): typo update 2020-07-23 22:06:20 +03:00
Awilum
ac57475e11 chore(changelog): update changelog 2020-07-23 17:55:21 +03:00
Awilum
3f98af57c0 chore(changelog): update changelog 2020-07-23 17:53:38 +03:00
Awilum
b3a9e6dad5 chore(changelog): update changelog 2020-07-23 17:53:06 +03:00
Awilum
4c7ac3fc16 chore(changelog): update changelog 2020-07-23 17:38:32 +03:00
Awilum
ce5beee355 feat(core): use ArrayDot class for arrays instead of Flex/Arrays 2020-07-23 17:38:23 +03:00
Awilum
02663695f3 feat(core): use ArrayDot class for arrays 2020-07-22 22:27:27 +03:00
Awilum
929e583f7c chore(changelog): update changelog 2020-07-22 12:18:25 +03:00
Awilum
6670b0755e feat(support): Simplify parsers and serializers #438 2020-07-22 11:17:49 +03:00
Awilum
1f078918fc feat(support): Simplify parsers and serializers #438 2020-07-22 11:16:52 +03:00
Awilum
5db796ac64 feat(support): Simplify parsers and serializers #438 2020-07-22 11:11:26 +03:00
Awilum
f3dae27c60 refactor(entries): rename recursive to deep 2020-07-22 10:11:27 +03:00