Commit Graph

15059 Commits

Author SHA1 Message Date
aina esokia
4170ac0e4e update readme 2020-09-28 10:10:35 +03:00
aina esokia
12b2328635 add dist folder 2020-09-28 09:55:41 +03:00
aina esokia
abc137bbe6 incorporate phraseanet-production-client into phraseanet 2020-09-25 18:28:43 +03:00
jygaulier
7df5e99c54 Merge pull request #3613 from alchemy-fr/PHRAS-3174_api-v3-records_4.1
PHRAS-3174_api-v3-records_4.1
2020-09-25 16:17:31 +02:00
jygaulier
d5fc38b459 - fix : restore "suggestions". Declarative : use "...&include[]=suggestions..." 2020-09-25 16:14:47 +02:00
Nicolas Maillat
94745f180d Merge pull request #3612 from alchemy-fr/PHRAS-3220_chown_optim
PHRAS-3220 chown datas/ before install
2020-09-25 14:58:05 +02:00
nmaillat
b45a5300c2 chown datas/ before install 2020-09-25 14:15:33 +02:00
Nicolas Maillat
294f0cad08 Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-09-25 07:18:53 +02:00
Nicolas Maillat
dccbe608f6 Merge pull request #3611 from alchemy-fr/PHRAS-3174_api-v3-records_4.1
PHRAS-3174 documentation api v3 records stories
2020-09-25 07:18:31 +02:00
Nicolas Maillat
de29c7f4ef Merge branch 'master' into PHRAS-3174_api-v3-records_4.1 2020-09-24 21:39:44 +02:00
Nicolas Maillat
33ae10124e Merge pull request #3610 from alchemy-fr/PHRAS-3220_chown_optim
PHRAS-3220 chown datas in background
2020-09-24 21:38:57 +02:00
aina esokia
9dde62adf6 upgrade production-client 2020-09-24 15:43:25 +03:00
aina esokia
32db1fb2c2 to use drag and drop 2020-09-24 12:55:16 +03:00
nmaillat
aae4cafd34 PHRAS-3220 remove first chown 2020-09-24 10:50:00 +02:00
nmaillat
01cb189450 PHRAS-3220 chown cache repo 2020-09-24 10:26:26 +02:00
nmaillat
c9cede22f1 PHRASEA-3220 typo 2020-09-24 10:26:26 +02:00
nmaillat
0992e9d66e chown datas in background 2020-09-24 10:26:26 +02:00
jygaulier
60e65585e9 Merge branch 'master' into PHRAS-3174_api-v3-records_4.1 2020-09-23 20:09:50 +02:00
jygaulier
82a8998cb0 wip doc
- add facets structure
- fix record/story differences
2020-09-23 20:03:02 +02:00
Nicolas Maillat
01b357930e Merge pull request #3563 from alchemy-fr/PHRAS-3174_api-v3-records_4.1
PHRAS-3174 api v3 records 4.1 fix stories pagination
2020-09-23 17:24:23 +02:00
jygaulier
e79f2cb4f2 add:
- multiple pagination methods
- "include" parameter in /search route :
-- facets : facets are no more returned by default
-- results.stories.children : to populate the children of stories
- "story_children_limit" parameter in /search route
  will limit the number of children populated by story
- "count" (for results) and "children_count" (for stories in results) is the number of items in the current page
- "total" (for results) and "children_total" (for stories in results) is the total number of items

todo: swagger doc (but impossible to describe related/excluded parameters (like pagination methods in /search)
2020-09-22 21:30:19 +02:00
aina esokia
8294797027 edit publication 2020-09-22 16:19:18 +03:00
Harrys
12391e1d7b PHRAS-3189 upgrade phraseanet-production-client 2020-09-21 11:22:36 +04:00
Harrys
9eead9431c PHRAS-3189 Expose front 2020-09-21 10:41:11 +04:00
aina esokia
9f492bdd45 get one publication 2020-09-18 11:41:08 +03:00
Harrys
b96aa182dd Merge branch 'PHRAS-3189_Admin_expose_setting' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting 2020-09-18 12:36:03 +04:00
Harrys
cecec4e76b PHRAS-3189 2020-09-18 12:35:41 +04:00
Harrys Ravalomanana
30a7896b70 Merge branch 'master' into PHRAS-3189_Admin_expose_setting 2020-09-18 11:53:42 +04:00
Harrys
15d1a8303d PHRAS-3189 2020-09-18 11:43:21 +04:00
jygaulier
f9fa3e0802 - add : doc of stories/children
- fix : limiting the number of children with search stories (story_max_records=N in url) respects coll/mask rights
2020-09-17 18:57:13 +02:00
jygaulier
4d4b163def - fix : invalid syntax (ref) for phpstorm openapi plugin (was ok with swaggerhub ?) 2020-09-17 18:57:13 +02:00
jygaulier
236a4a20ac - add : route GET:stories/.../.../children (wip)
- change : now GET record can return a story (return r.is_story = true); GET story will only return a story.
2020-09-17 18:57:13 +02:00
jygaulier
0fb8c4bf8e - add : API documentation in openapi format (first drop) 2020-09-17 18:57:13 +02:00
jygaulier
b22b3bb8d2 - fix : forgotten type, uuid, sha etc 2020-09-17 18:57:13 +02:00
jygaulier
99be4ea1d3 WIP DO NOT MERGE
- add : route GET:records
- add : route POST:records (can create a record without document)
- add : json can be passed in body OR in a multiparm parm named "body" (to allow upload of file along with json)
- change : story content (children) is now a list of urls (=get action on each child)
2020-09-17 18:57:13 +02:00
Harrys
911df927d3 PHRAS-3189 create publication 2020-09-17 19:05:19 +04:00
Nicolas Maillat
ba9b5c9455 Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-09-17 14:35:22 +02:00
aina esokia
121af2d622 update expose list 2020-09-17 14:31:37 +03:00
Nicolas Maillat
2d5dbd8a0b Translated using Weblate (French)
Currently translated at 99.5% (2593 of 2606 strings)

PHRAS-3219
2020-09-17 11:16:25 +00:00
Nicolas Maillat
139deda751 Translated using Weblate (French)
Currently translated at 99.5% (2593 of 2606 strings)
2020-09-17 11:10:46 +00:00
Nicolas Maillat
4b0c206f05 Translated using Weblate (English)
Currently translated at 99.5% (2593 of 2606 strings)
2020-09-17 11:10:46 +00:00
aina esokia
27f724d527 fix list expose 2020-09-17 11:08:49 +03:00
aina esokia
7273ae49ee add CRUD route 2020-09-17 10:53:29 +03:00
Harrys
10607b1f9b PHRAS-3189 Create publication 2020-09-17 11:05:02 +04:00
Harrys
a1dd5580c7 PHRAS-3189 create publication 2020-09-16 19:20:57 +04:00
Harrys
a2c0b736d7 PHRAS-3189 create publication 2020-09-16 19:03:34 +04:00
aina esokia
2cd885f7a0 update 2020-09-16 14:28:49 +03:00
jygaulier
f7ca61f36b - add : command bin/console validation:remind (experimental)
- removed : internal handling of "VALIDATION_REMINDER" event
- fixed : duration formatting
2020-09-16 10:28:17 +02:00
Harrys
b81b3c0de5 PHRAS-3189 front expose list 2020-09-15 18:22:24 +04:00
Harrys
1629c1d6a6 PHRAS-3189 2020-09-15 17:57:56 +04:00