1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-26 06:24:32 +02:00

7374 Commits

Author SHA1 Message Date
Awilum
46e9d1d124 refactor(core): try to fix endpoints destination #436 2020-07-14 21:33:07 +03:00
Awilum
9006941629 refactor(core): code standard fixes #436 2020-07-14 21:30:42 +03:00
Awilum
b960d7c6a9 refactor(core): code standard fixes #436 2020-07-14 21:29:10 +03:00
Awilum
df1345969e refactor(core): code standard fixes #436 2020-07-14 21:28:19 +03:00
Awilum
e5a3b0e99b refactor(core): code standard fixes #436 2020-07-14 21:26:17 +03:00
Awilum
52d179e8e3 feat(element-queries): Collections API next round of implementation #436 2020-07-14 21:07:13 +03:00
Awilum
cff4c6ffdd feat(element-queries): infrastructure changes #436 2020-07-14 20:44:07 +03:00
Awilum
28a7e12a00 chore(core): removed .php_cs_cache 2020-07-14 20:41:59 +03:00
Awilum
c238357c0f chore(core): update composer autoload/classmap path 2020-07-14 20:17:52 +03:00
Awilum
1ba14cf480 feat(element-queries): infrastructure changes #436 2020-07-14 20:15:23 +03:00
Awilum
dcfc44c4d5 feat(element-queries): infrastructure changes #436 2020-07-14 20:12:49 +03:00
Awilum
42314fd2cf feat(element-queries): Collections API next round of implementation #436 2020-07-14 18:53:23 +03:00
Awilum
9fccf8f0d6 feat(element-queries): Collections API next round of implementation #436 2020-07-14 09:36:58 +03:00
Awilum
ab60e79f94 chore(core): backers updates 2020-07-14 09:36:25 +03:00
Awilum
da0a51a657 feat(element-queries): Collections API implementation #436 2020-07-13 15:59:41 +03:00
Awilum
0a206c0fb5 feat(element-queries): Collections class commit #436 2020-07-13 15:07:55 +03:00
Awilum
1e77941721 feat(entries): rethinking Entries API philosophy #436 2020-07-13 15:07:39 +03:00
Awilum
751d1b2218 feat(entries): rethinking Entries API philosophy #436 2020-07-13 11:39:30 +03:00
Sergey Romanenko
6d35bbe6f6 Update README.md 2020-07-13 10:06:50 +03:00
Sergey Romanenko
dd846a6f07 Update README.md 2020-07-13 10:03:25 +03:00
Awilum
4e4d287838 feat(element-queries): several updates and improvements for Collections class #436 2020-07-12 17:19:54 +03:00
Awilum
a3269e9eb6 feat(element-queries): initial Collections class commit #436 2020-07-12 15:02:50 +03:00
Sergey Romanenko
8981000bb7 Update README.md 2020-07-10 22:31:51 +03:00
Sergey Romanenko
baee4a3842 Update README.md 2020-07-10 22:28:41 +03:00
Sergey Romanenko
36f6a35326 Update README.md 2020-07-10 22:23:44 +03:00
Sergey Romanenko
1c7aa71ca3 Update README.md 2020-07-10 22:23:22 +03:00
Sergey Romanenko
8ec88e1d76 Update README.md 2020-07-10 22:20:20 +03:00
Sergey Romanenko
626e374fd6 Update README.md 2020-07-10 22:08:49 +03:00
Sergey Romanenko
7da8161df0 Update README.md 2020-07-10 22:06:26 +03:00
Sergey Romanenko
57b3ec1d08 Update README.md 2020-07-10 22:06:01 +03:00
Sergey Romanenko
f800250d35 Update README.md 2020-07-10 22:05:15 +03:00
Awilum
6a8457c0d5 fix(entries): fix entries fields parsing settings
BREAKING CHANGES

removed "*" fields definition for parsers
2020-07-04 17:30:57 +03:00
Awilum
8f2da411bc fix(entries): fix entries fields parsing settings
BREAKING CHANGES

removed "*" fields definition for parsers
2020-07-04 17:24:37 +03:00
Awilum
28111d4886 feat(media): general code updates for media folders apis #428 2020-06-29 21:18:06 +03:00
Awilum
47f80c5e67 feat(media): general code updates for media apis #428 2020-06-29 19:52:03 +03:00
Awilum
cb99b5f4ba fix after commit 2020-06-29 09:15:36 +03:00
Awilum
26574429bc feat(media): improvements and updates for apis #428 2020-06-29 08:58:58 +03:00
Awilum
b555ff358a feat(media): improvements and updates #428 2020-06-28 18:10:44 +03:00
Awilum
8986a2ef9a feat(media): add create media file endpoint #428 2020-06-28 15:10:41 +03:00
Awilum
fc70631fcd feat(rest-api): Moving from CDA and CMA to more universal format of REST API'S #435 2020-06-27 20:54:10 +03:00
Awilum
2ed1eace57 feat(rest-api): Moving from CDA and CMA to more universal format of REST API'S #435
BREAKING CHANGES

From now we don't have CDA and CMA groups.

New api endpoints:

Config
GET /api/config
POST /api/config
PATCH /api/config
DELETE /api/config

Entries
GET /api/entries
POST /api/entries
PATCH /api/entries
PUT /api/entries
PUT /api/entries/copy
DELETE /api/entries

Files
GET /api/files

Images
GET /api/images

Registry
GET /api/registry
2020-06-27 20:53:14 +03:00
Awilum
cd89c9e1a4 fix(core): fix flextype config loading.
BREAKING CHANGES

1. /project/config/settings.yaml move to /project/config/flextype/settings.yaml
2. remove constant PATH['config'], use - PATH['project'] . '/config/'
2020-06-27 09:19:21 +03:00
Awilum
7b722673ce chore(plugins): typo fixes in phpdocs sections 2020-06-27 00:41:34 +03:00
Awilum
5af484b122 fix(plugins): fix method getPluginsCacheID() for Plugins API 2020-06-27 00:39:29 +03:00
Awilum
a047a6f312 fix after merge 2020-06-26 22:36:07 +03:00
Awilum
a0a881f512 Merge branch '428-files-api' into dev
# Conflicts:
#	src/flextype/bootstrap.php
#	src/flextype/config/settings.yaml
2020-06-26 22:31:40 +03:00
Awilum
5cea32dc57 feat(media): Media API implementation #428 2020-06-26 22:13:10 +03:00
Awilum
a4044e521b feat(media): Media API implementation #428 2020-06-26 17:00:49 +03:00
Awilum
01f1115584 fix(media-files): do not save filenames in filemeta #433 2020-06-25 21:35:00 +03:00
Awilum
46047914ed feat(bootstrap): add new containers media_folders, media_files, media_folders_meta, media_files_meta #428 2020-06-25 21:14:33 +03:00