1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

7374 Commits

Author SHA1 Message Date
Awilum
a2ca98fd99 feat(images): update and improve settings for Images service 2021-09-01 19:40:42 +03:00
Awilum
d4d57d4b62 feat(helpers): update redirect urls helpers 2021-09-01 08:07:11 +03:00
Awilum
d14bac223f feat(plugins): simple updates for plugins api 2021-08-30 11:41:25 +03:00
Awilum
7a2c71a7db feat(flextype): update flextype bootstrap code 2021-08-30 11:40:49 +03:00
Awilum
d3443a14b7 feat(middlewares): updates for CSRF middleware 2021-08-30 11:39:32 +03:00
Awilum
319c65768d feat(macros): fix paths for macros 2021-08-30 11:39:22 +03:00
Awilum
96beeb3b32 feat(helpers): fix paths for helpers 2021-08-30 11:38:57 +03:00
Awilum
3b3161658a feat(helpers): add urls helpers 2021-08-30 11:08:43 +03:00
Awilum
f1d6f4c0d4 feat(helpers): remove router service 2021-08-30 11:08:12 +03:00
Awilum
84cfcc3957 feat(macros): decouple and refactor all macros 2021-08-30 09:58:28 +03:00
Awilum
b6e1866dcc feat(helpers): fix services helpers 2021-08-29 20:54:05 +03:00
Awilum
d4138a4aee feat(helpers): decouple and refactor all helpers 2021-08-29 20:50:56 +03:00
Awilum
c8576f7a3c feat(middlewares): updates for CSRF middleware 2021-08-26 09:58:34 +03:00
Awilum
15a21c2870 feat(tests): add macos os 2021-08-25 16:45:15 +03:00
Awilum
689bc66858 feat(tests): update phpunit xml file 2021-08-25 16:44:53 +03:00
Awilum
0c5692d47f feat(composer): add atomastic view 2021-08-25 16:44:24 +03:00
Awilum
d478c9c034 feat(console): initial code commit for flextype console app 2021-08-22 18:13:05 +03:00
Awilum
3d8f8f5f44 feat(media): remove media class, use actions instead 2021-08-22 17:21:48 +03:00
Awilum
b9d245059e feat(actions): add new actions for media 2021-08-22 16:14:00 +03:00
Awilum
322e88f3d5 feat(helpers): fix upload helper 2021-08-22 15:14:43 +03:00
Awilum
c4ef57716c feat(settings): update settings 2021-08-22 09:11:07 +03:00
Awilum
e6a482c32a feat(entries): typo update 2021-08-22 09:07:46 +03:00
Awilum
2cbda98afd feat(entries): use load instead of init prefix 2021-08-22 09:05:59 +03:00
Awilum
980b7b7aae feat(entries): fix logic for initCollectionsFields when fields not found 2021-08-21 22:03:14 +03:00
Awilum
43bd5b79da feat(entries): implement new logic for initCollectionsActions 2021-08-21 22:02:48 +03:00
Awilum
99ca8ec129 feat(tokens): remove Token class 2021-08-21 17:06:56 +03:00
Awilum
173def33f6 feat(endpoints): use helper function tokenHashValidate for API Validation 2021-08-21 17:06:36 +03:00
Awilum
21578e974a feat(helpers): add new helpers, token, tokenHash, tokenHashValidate 2021-08-21 17:05:55 +03:00
Awilum
4ae85b5442 feat(settings): update settings 2021-08-21 13:38:46 +03:00
Awilum
9af9740404 feat(helpers): update upload herlper 2021-08-21 13:38:32 +03:00
Awilum
8d34ecf4dd feat(endpoints): fix entries endpoints 2021-08-21 12:08:33 +03:00
Awilum
7a9be57682 feat(entries): typo update #563 2021-08-21 12:06:26 +03:00
Awilum
fc6ffa383c feat(fields): update and fix logic for all entries fields #563 2021-08-21 11:50:27 +03:00
Awilum
24565aa577 feat(tests): update all tests 2021-08-21 11:50:08 +03:00
Awilum
4ab71f6094 feat(settings): update settings 2021-08-19 21:40:17 +03:00
Awilum
0be1c1ef73 feat(flextype): fix endpoints includes 2021-08-19 21:19:31 +03:00
Awilum
c7964f4d52 feat(flextype): fix endpoints includes 2021-08-19 21:15:10 +03:00
Awilum
77dc54888b feat(endpoints): update all endpoints 2021-08-19 21:11:11 +03:00
Awilum
d2cf653add feat(tests): add tests for blogs 2021-08-19 19:59:04 +03:00
Awilum
a4feec8997 feat(settings): update settings #563 2021-08-18 17:15:00 +03:00
Awilum
d54014fe3c feat(fields): update and fix logic for all entries fields #563 2021-08-18 17:11:21 +03:00
Awilum
063151380f feat(entries): update and fix logic for Entries API #563
- use `onEntries*` for all events instead of specific emitters setup
- new method `setRegistry`
- new method `setOptions`
- added ability to setup registry data on Entries object init
- new logic for `getCollectionOptions`
- new private method `initCollectionsFields`
2021-08-18 17:08:12 +03:00
Awilum
42acfdb5a0 feat(fields): update and fix logic for all entries fields #563
- use onEntries as common events entry point
- use entries()->registry() to get actual options for current field per current event
2021-08-18 17:03:34 +03:00
Awilum
25ab51e126 feat(tests): improve and rewrite tests 2021-08-18 09:46:30 +03:00
Awilum
09639fc4b8 feat(tests): improve and rewrite tests 2021-08-17 22:38:29 +03:00
Awilum
5f09a4f670 feat(tests): improve and rewrite tests 2021-08-17 22:30:04 +03:00
Awilum
afa864832b feat(tests): improve and rewrite tests 2021-08-17 22:26:09 +03:00
Awilum
a61fb13d6e feat(shortcodes): rename Content to Entries shortcode #563 2021-08-17 20:18:26 +03:00
Awilum
8d43979383 feat(fields): remove unused and duplicated tokens fields #563 2021-08-17 17:30:39 +03:00
Awilum
024fbef294 feat(settings): update settings #563 2021-08-17 17:29:07 +03:00