Commit Graph

5645 Commits

Author SHA1 Message Date
aina esokia
641c2d210d PHRAS-3239 purge queue in admin
#time 6h
2020-10-19 17:50:03 +03:00
aina esokia
713562c679 load more,delete some fix displayed
#time 7h
2020-10-15 17:54:10 +03:00
aina esokia
50e2cc1a1a Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting 2020-10-14 18:16:29 +03:00
aina esokia
37c8b7b609 PHRAS-3189 add cover
#time 5h
2020-10-14 18:16:04 +03:00
aina esokia
e3e431ed76 PHRAS-3189 change some button display 2020-10-13 18:04:19 +03:00
aina esokia
2f181da2cd Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting 2020-10-09 15:06:32 +03:00
aina esokia
4229d1862d Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3214_validation-tokens-mess_MASTER 2020-10-09 14:31:55 +03:00
aina esokia
f316cef7a2 PHRAS-3214 fix command validation:remind 2020-10-09 14:17:35 +03:00
aina esokia
e8968441bf PHRAS-3228 uploader pull mode report oauth refactoring 2020-10-08 16:49:26 +03:00
Nicolas Maillat
1483fb90b5 Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-10-08 14:54:27 +02:00
aina esokia
18a87be497 PHRAS-3227 fix import file 2020-10-07 15:29:28 +03:00
aina esokia
541823f9c7 PHRAS-3222 expose upload asset 2020-10-06 18:06:36 +03:00
aina esokia
a9b3c5231e PHRAS-3189 add confirm dialog an button 2020-10-06 15:36:58 +03:00
Nicolas Maillat
c022f664d4 Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-10-05 16:48:53 +02:00
aina esokia
36908875f9 PHRAS-3189 remove asset and publication 2020-10-02 18:02:35 +03:00
aina esokia
d9a0409f06 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting 2020-10-02 10:18:03 +03:00
aina esokia
585a24c40d PHRAS-3224 2020-10-01 15:11:54 +03:00
aina esokia
4ac0646920 fix dialog, display assets, add link in title 2020-09-30 16:55:29 +03:00
jygaulier
4da47a7908 - fix : include=facets now works also in extended mode 2020-09-29 20:00:14 +02:00
aina esokia
f7b2fa581c fix edit and list 2020-09-29 18:26:25 +03:00
aina esokia
1be9b62ea8 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3189_Admin_expose_setting 2020-09-29 14:07:23 +03:00
Nicolas Maillat
96faa2b70a Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-09-29 11:08:33 +02:00
aina esokia
9a1f0e4ada change scheme https to http 2020-09-29 10:50:01 +03:00
aina esokia
728511055d merge master into PHRAS-3189 2020-09-28 14:35:35 +03:00
Nicolas Maillat
e7ccb4f1dc Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-09-28 13:04:41 +02:00
jygaulier
d5fc38b459 - fix : restore "suggestions". Declarative : use "...&include[]=suggestions..." 2020-09-25 16:14:47 +02:00
Nicolas Maillat
294f0cad08 Merge branch 'master' into PHRAS-3214_validation-tokens-mess_MASTER 2020-09-25 07:18:53 +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
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
aina esokia
9f492bdd45 get one publication 2020-09-18 11:41:08 +03: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
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
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
aina esokia
7273ae49ee add CRUD route 2020-09-17 10:53:29 +03: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
aina esokia
fbd8ce58a4 list publication 2020-09-15 14:59:34 +03:00
jygaulier
7205df082d - fix : the "validate" token of the initiator should always have be non-expiring (so the initiator can see results after expiration) 2020-09-14 19:39:51 +02:00
jygaulier
6e06124f0c - fix nullable type function signature (again) 2020-09-14 18:11:55 +02:00
jygaulier
e6dc6bc7c9 - fix phpstorm warnings 2020-09-14 17:43:52 +02:00
jygaulier
e829e91bee - fix err500 because expecting Datetime (signature), receive null (null IS ok); Could use NullableDatetime but too many changes required. 2020-09-14 17:41:41 +02:00
jygaulier
0ec33829df - fix : "validate" token is created for every user (participant) of a validation
the expiration date of tokens is same as validation session
- fix : changing the exp. date of a validation session updates the tokens exp. dates
- fix : remind is done even for validation sessions with force-auth (no tokens)
- change : no more 'null' user for basket validation (never used)
2020-09-14 16:57:53 +02:00
aina esokia
d0a0a57936 change connection kin name, taking acount expose list in config 2020-09-11 16:54:10 +03:00
aina esokia
932dedf793 add list and create controller 2020-09-11 15:16:41 +03:00
aina esokia
412db94fca update config structure 2020-09-10 12:23:07 +03:00
Harrys
7c24e2bd51 PHRAS-3188 : Front expose : add expose edit modal 2020-09-09 18:38:42 +04:00
aina esokia
a8cfaa6d03 save expose setting 2020-09-09 15:26:42 +03:00
Nicolas Maillat
66993b1947 Merge branch 'master' into PHRAS-3189_Admin_expose_setting 2020-09-02 14:30:19 +02:00