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

6370 Commits

Author SHA1 Message Date
Awilum
b4b1beebb2 Standardize Media Folders API fetch. #488
BREAKING CHANGES

method fetch() removed and instead of it should be used fetchSingle() and fetchCollection()
methods fetchSingle() and fetchCollection() return an instance of Atomastic Arrays.
2020-12-04 20:59:00 +03:00
Awilum
e687a1898f Standardize Media Folders API fetch. #488
BREAKING CHANGES

method fetch() removed and instead of it should be used fetchSingle() and fetchCollection()
methods fetchSingle() and fetchCollection() return an instance of Atomastic Arrays.
2020-12-04 20:52:32 +03:00
Awilum
fc61551b22 Standardize Media Files API fetch. #487
BREAKING CHANGES

method fetch() removed and instead of it should be used fetchSingle() and fetchCollection()
methods fetchSingle() and fetchCollection() return an instance of Atomastic Arrays.
2020-12-04 20:51:39 +03:00
Awilum
38a761780f Standardize Entries API fetch. #486
BREAKING CHANGES

- method fetch() removed and instead of it should be used fetchSingle() and fetchCollection()
- methods fetchSingle() and fetchCollection() return an instance of Atomastic Arrays.
2020-12-04 20:50:43 +03:00
Awilum
e8786ca33a Standardize Entries API fetch. #486
BREAKING CHANGES

- method fetch() removed and instead of it should be used fetchSingle() and fetchCollection()
- methods fetchSingle() and fetchCollection() return an instance of Atomastic Arrays.
2020-12-04 20:49:37 +03:00
Awilum
a9f1c97f32 feat(helpers): use $options instead of $params 2020-12-03 13:58:36 +03:00
Awilum
cca8606bb4 update CHANGELOG.md 2020-12-03 12:59:25 +03:00
Awilum
222d395bc7 Update README.md and BACKERS.md 2020-12-02 21:32:46 +03:00
Awilum
0e50de3d65 update CHANGELOG.md 2020-12-02 17:25:18 +03:00
Awilum
e7ebae1132 fix(media): fix issue with exif_read_data() on files upload. 2020-12-02 17:24:47 +03:00
Awilum
9b734f3172 update CHANGELOG.md 2020-12-02 16:56:33 +03:00
Awilum
b8be1aa387 update composer.json 2020-12-02 16:56:08 +03:00
Awilum
cdd50d9a52 feat(entries): use new move() method instead of rename() 2020-12-02 16:55:54 +03:00
Awilum
852c8b6447 feat(media): use new move() method instead of rename() 2020-12-02 16:55:41 +03:00
Awilum
4be2a9870b feat(plugins): use Atomastic Components #478 2020-12-02 16:54:42 +03:00
Awilum
abf22d3d49 feat(filter): use Atomastic Components #478 2020-12-02 16:54:32 +03:00
Awilum
ee6961c826 feat(media): create subfolders if they are not exists 2020-12-02 14:34:52 +03:00
Awilum
d52efb91c4 update CHANGELOG.md 2020-12-02 14:26:14 +03:00
Awilum
95cbdee643 update CHANGELOG.md 2020-12-02 14:24:47 +03:00
Awilum
2362294a26 update CHANGELOG.md 2020-12-02 14:13:36 +03:00
Awilum
37e2b9a6fa Update README.md and BACKERS.md 2020-12-02 14:11:40 +03:00
Awilum
ee47bd77ea refactor(core): code formating and refactoring 2020-12-02 14:00:10 +03:00
Awilum
695c488b9b refactor(core): code formating and refactoring 2020-12-02 13:57:13 +03:00
Awilum
fbfe3513fd refactor(plugins): code formating and refactoring 2020-12-02 13:55:13 +03:00
Awilum
961146d0c0 refactor(dependencies): code formating and refactoring 2020-12-02 13:53:48 +03:00
Awilum
82e4c95391 refactor(bootstrap): code formating and refactoring 2020-12-02 13:53:34 +03:00
Awilum
b965a50486 refactor(core): code formating and refactoring 2020-12-02 13:53:09 +03:00
Awilum
a535de88d3 refactor(entries): code formating and refactoring 2020-12-02 13:52:12 +03:00
Awilum
4fe26b6b1b refactor(media): code formating and refactoring 2020-12-02 13:48:56 +03:00
Awilum
deaf6b6330 refactor(cors): code formating and refactoring 2020-12-02 13:47:33 +03:00
Awilum
6525595abf refactor(flextype): code formating and refactoring 2020-12-02 13:47:23 +03:00
Awilum
db42ea07d6 refactor(endpoints): code formating and refactoring 2020-12-01 23:38:07 +03:00
Awilum
14446e2adf feat(entries): Entries API return Arrays Object instead of plain array on fetch. #485 2020-12-01 23:35:09 +03:00
Awilum
b4b0fde384 feat(entries): add ability to work with entries as with Arrays Collection 2020-11-27 16:22:49 +03:00
Awilum
bebd27099a feat(helpers): new helpers find() and filter() instead of find_filter() and arrays_filter() 2020-11-26 21:17:02 +03:00
Awilum
e2de9d4be5 feat(tests): update tests #477 2020-11-25 20:53:54 +03:00
Awilum
aa461a49da feat(plugins): use Atomastic Components #478 2020-11-24 23:16:35 +03:00
Awilum
9cd1c6dece feat(core): use Atomastic Components #478 2020-11-24 23:15:59 +03:00
Awilum
c208407379 feat(helpers): update ArraysFilterHelper return type 2020-11-24 23:15:25 +03:00
Awilum
263d0e2048 feat(tests): improve tests for ArraysFilterHelper #477 2020-11-24 20:43:13 +03:00
Awilum
66f82d8adc feat(entries): update methods getStorage() setStorage() #467 2020-11-24 19:38:51 +03:00
Awilum
aeefcf050d feat(entries): code typo formating 2020-11-24 19:30:55 +03:00
Awilum
3214dbd613 feat(tests): improve tests for ArraysFilterHelper #477 2020-11-24 19:22:35 +03:00
Awilum
e7047ac437 feat(core): use Atomastic Components #478 2020-11-24 19:20:22 +03:00
Awilum
5dc63b3b8e update CHANGELOG.md 2020-11-24 19:20:09 +03:00
Awilum
bb9f5eadc0 feat(tests): improve tests for FinderFilterHelper #477 2020-11-24 19:10:43 +03:00
Awilum
9850e46ad3 feat(tests): improve tests for ArraysFilterHelper #477 2020-11-24 19:05:34 +03:00
Awilum
d40ed45900 feat(core): use Atomastic Components #478 2020-11-24 18:57:33 +03:00
Awilum
99cc5d3f5f feat(helpers): add new arrays_filter() instead of collect_filter() 2020-11-24 18:53:30 +03:00
Awilum
34c644e794 Update CHANGELOG.md 2020-11-24 12:03:27 +03:00