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
206e48992e feat(core): Symfony Finder Integration #443 2020-08-01 10:03:18 +03:00
Awilum
84fe03c6e6 feat(core): Symfony Finder Integration #443 2020-08-01 02:51:08 +03:00
Awilum
c1c6710f0d chore(composer): update doctrine/collections to 1.6.7 2020-07-31 21:50:20 +03:00
Awilum
989cb71f7b chore(composer): update ramsey/uuid to 4.1.0 2020-07-31 21:47:47 +03:00
Awilum
eb6c07379e chore(composer): update symfony/yaml to 5.1.3 2020-07-31 21:46:47 +03:00
Awilum
f52b849e0e chore(composer): update composer/semver to 3.0.0 2020-07-31 21:45:47 +03:00
Awilum
bc0c636a96 feat(core): Symfony Finder Integration #443 2020-07-31 21:44:24 +03:00
Awilum
4fc4c42cab feat(core): Moving to PHP 7.2.5 #444 2020-07-31 20:33:04 +03:00
Awilum
1379f868a4 refactor(rest-api): fix not reachable code 2020-07-31 00:25:30 +03:00
Awilum
66a2031497 refactor(rest-api): initialize response_data
scrutinizer-ci:
$response_data was never initialized. Although not strictly required by PHP, it is generally a good practice to add $response_data = array(); before regardless.
2020-07-31 00:22:10 +03:00
Awilum
dba78af69d refactor(rest-api): initilize response_data
scrutinizer-ci:
$response_data was never initialized. Although not strictly required by PHP, it is generally a good practice to add $response_data = array(); before regardless.
2020-07-31 00:21:10 +03:00
Awilum
7e21e75a50 refactor(cache): try to fix this notice:
The method withJson() does not exist on Psr\Http\Message\ResponseInterface. It seems like you code against a sub-type of Psr\Http\Message\ResponseInterface such as Slim\Http\Response
2020-07-31 00:14:28 +03:00
Awilum
d4358c7777 refactor(cache): add flextype property for cache drivers 2020-07-31 00:08:07 +03:00
Awilum
2e1f657095 feat(rest-api): fix files rest api next round #435 2020-07-31 00:00:19 +03:00
Awilum
1b876eae45 feat(rest-api): fix folders rest api next round #435 2020-07-31 00:00:12 +03:00
Awilum
f2ef16e855 chore(changelog): update changelog 2020-07-30 19:37:08 +03:00
Awilum
e4a792c7e1 feat(rest-api): fix files rest api next round #435 2020-07-30 15:55:06 +03:00
Awilum
4b56d32715 feat(rest-api): add abbility to copy files in rest api #435 2020-07-30 14:40:26 +03:00
Awilum
ce418944ac feat(rest-api): fix files rest api next round #435 2020-07-30 14:23:32 +03:00
Awilum
0d7bcb1fe9 feat(rest-api): fix files rest api #435 2020-07-30 14:15:18 +03:00
Awilum
9557124cf2 feat(rest-api): fix files rest api #435 2020-07-30 14:05:25 +03:00
Awilum
9329c7d83c feat(rest-api): fix files rest api #435 2020-07-30 13:46:10 +03:00
Awilum
3c119cdc69 feat(rest-api): fix files rest api #435 2020-07-30 13:42:48 +03:00
Awilum
084264fef1 feat(rest-api): fix folders rest api next round #435 2020-07-30 12:25:34 +03:00
Awilum
0f91bc2916 feat(media): add copy() method for folders #428 2020-07-30 12:25:21 +03:00
Awilum
7855389795 feat(rest-api): fix folders rest api next round #435 2020-07-30 10:56:58 +03:00
Awilum
17cf56e24e feat(rest-api): fix folders rest api #435 2020-07-30 10:06:49 +03:00
Awilum
58bd4d3652 feat(rest-api): update rest api errors #435 2020-07-30 10:06:33 +03:00
Awilum
4df4912477 chore(changelog): update changelog 2020-07-30 10:06:08 +03:00
Awilum
f4445b6bf2 feat(rest-api): fix images rest api #435 2020-07-30 09:14:34 +03:00
Awilum
13f12582ed feat(rest-api): fix registry rest api #435 2020-07-30 09:10:01 +03:00
Awilum
2d72936eeb feat(rest-api): fix entries rest api next round #435 2020-07-30 09:05:56 +03:00
Awilum
8defb64b56 feat(element-queries): update collect_filter helper function #436 2020-07-30 09:05:35 +03:00
Awilum
9c374f33a9 fix(entries) fix CreateAtField #439 2020-07-30 09:05:11 +03:00
Awilum
1022e4568e feat(rest-api): fix entries rest api next round #435 2020-07-29 23:47:52 +03:00
Awilum
26e9ffac55 feat(rest-api): fix entries rest api #435 2020-07-29 21:32:25 +03:00
Awilum
70b89ed2e1 fix(frontmatter): Remove UTF-8 BOM if it exists. And Normalize line endings to Unix style. 2020-07-29 21:26:42 +03:00
Awilum
269fcdbbb0 move #432 to next release and remove from current 2020-07-29 15:34:04 +03:00
Awilum
6408544923 feat(element-queries): update collect_filter helper function #436 2020-07-29 15:30:35 +03:00
Awilum
d48b7e17e5 fix(core): Fix all namespaces #437 2020-07-29 15:26:51 +03:00
Awilum
fc425acb4c feat(element-queries): update collect_filter helper function #436 2020-07-29 15:26:18 +03:00
Awilum
c584387242 chore(changelog): update changelog 2020-07-29 00:11:27 +03:00
Awilum
d572cc002a chore(changelog): update changelog 2020-07-28 23:57:22 +03:00
Awilum
603bd61ee8 chore(changelog): update changelog 2020-07-28 23:41:13 +03:00
Awilum
adfc240024 move #432 to next release and remove from current 2020-07-27 19:27:56 +03:00
Awilum
d06e4850b0 refactor(cors): code cleanup 2020-07-27 18:01:26 +03:00
Awilum
0ee3654d29 refactor(entries-fields): code cleanup 2020-07-27 18:01:01 +03:00
Awilum
999a97636a refactor(media): code cleanup 2020-07-27 17:57:13 +03:00
Awilum
28e9564e42 refactor(plugins): code cleanup 2020-07-27 17:54:23 +03:00
Awilum
a212aad72c refactor(dependencies): code cleanup 2020-07-27 17:53:16 +03:00