Commit Graph

2140 Commits

Author SHA1 Message Date
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
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
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
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
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
jygaulier
4da47a7908 - fix : include=facets now works also in extended mode 2020-09-29 20:00:14 +02: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
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
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
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
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
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
Harrys
7c24e2bd51 PHRAS-3188 : Front expose : add expose edit modal 2020-09-09 18:38:42 +04:00
aynsix
baf22aae86 change key name 2020-08-06 16:14:17 +03:00
aynsix
2e1ce43321 change behavior api_token_header 2020-08-05 19:57:53 +03:00
Harrys
369bff4271 PHRAS-2541 Design of publish window 2020-08-05 14:31:04 +04:00
Harrys Ravalomanana
be1f4aac1c PHRAS-3164 add destination mail list 2020-08-03 18:02:27 +04:00
Harrys Ravalomanana
3b4e058b7a Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3164_lightbox-download_link 2020-07-27 11:56:28 +04:00
Harrys Ravalomanana
99a4b2b808 PHRAS-3164 replace ; / and space by comma to separate emails 2020-07-20 17:52:19 +04:00
aynsix
34b614d30d add translate for ginga 2020-07-16 21:31:59 +03:00
aynsix
1d243776e2 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2504-ginga-subtitle 2020-07-08 18:04:47 +03:00
aynsix
8f3f3845c0 add subdef_source in config 2020-07-06 18:23:42 +03:00
aynsix
dad3bc4577 fix /thesaurus/populate return 2020-07-03 17:23:15 +03:00
aynsix
1bdc82232f fix permalink url 2020-07-03 12:59:45 +03:00
aynsix
afc6f9e193 create auto-subtitle event 2020-06-25 16:58:56 +03:00
aynsix
d9f11cbe06 ginga subtitle 2020-06-24 19:51:06 +03:00
jygaulier
b0259d4953 Merge branch 'master' into PHRAS-3092_api-setmetadats-v3_master 2020-06-23 17:02:54 +02:00
aynsix
df22b24b19 add populate controller in thesaurus 2020-06-23 11:06:51 +03:00
jygaulier
18f7a658ed change : removed "/setmetadatas" from route, the http verb "PATCH" on "record" entity is ok
fix : unknown field now throws exception (no more erase all...)
add : set "base_id":x to change collection
cleanup : removed unused parm to recordadapter::move_to_collection()
2020-06-22 14:40:27 +02:00
Harrys Ravalomanana
44764eaac9 PHRAS-3116 Video editor Fix on video request tab 2020-06-22 14:52:57 +04:00
Harrys Ravalomanana
1f6166dfab PHRAS-3116 2020-06-16 18:34:50 +04:00
Harrys Ravalomanana
5c5078c36f PHRAs-3116 : save video caption field 2020-06-16 12:09:38 +04:00
aynsix
f84b5a2c4e fix drop down langage 2020-06-16 10:32:12 +03:00
aynsix
6a626886e0 get videotexttrack field 2020-06-15 19:00:16 +03:00
jygaulier
0b099878f5 OK to test 2020-06-04 20:54:21 +02:00
jygaulier
cdadb3acc4 WIP
refacto common code
2020-06-04 14:08:08 +02:00
jygaulier
9272f3642f WIP
refacto : explode v3 controller, fix warnings
2020-06-03 20:32:10 +02:00
jygaulier
aeb7b4e60b WIP
fix ; add errors catch
todo :
- status-bits
- apply changes to record
- json output
2020-06-03 12:48:13 +02:00
jygaulier
b67c37c340 WIP 2020-06-02 20:26:30 +02:00
aynsix
b2bb0c612e fix api upload/enqueue 2020-05-19 15:42:02 +03:00
aynsix
6a7ca08000 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3057-worker-in-core-4-1 2020-05-15 21:01:55 +03:00
Harrys Ravalomanana
f21d126295 PHRAS-3072 2020-05-15 13:05:51 +04:00
aynsix
bb2123df5a include plugin worker in phraseanet core 2020-05-12 18:06:45 +03:00
Harrys Ravalomanana
7022c382b8 PHRAS-3066 #commetn fix 500 error on tools #time 2h 2020-05-12 11:15:07 +04:00