Nicolas Maillat
ccd460be27
Revert "PHRAS-3215 : add ThumbnailOrientation facet ; add strings"
2022-02-25 23:10:23 +01:00
Nicolas Maillat
a11d11b5b5
Merge branch 'master' into PHRAS-3215_orientation-facet-of-thumbnail
2022-02-25 17:43:57 +01:00
jygaulier
406a0ce953
PHRAS-3602 : add ThumbnailOrientation facet ; add strings
2022-02-25 10:11:49 +01:00
aynsix
e882021019
PHRAS-3642 api return subdefs
2022-02-24 16:07:54 +03:00
aynsix
518d2d94ff
use the guzzle 6 version
2022-02-07 17:29:30 +03:00
aynsix
cb206c79bf
PHRAS-3555 add description in record.edit webhook
2021-12-07 15:24:58 +03:00
jygaulier
e247c8b576
Merge branch 'master' into PHRAS-3582_missing-apiv3-data
2021-12-06 10:16:27 +01:00
jygaulier
9fd6c50377
PHRAS-3582
...
WIP
fix missing data on apiv3 stories (not implemented includes)
todo : check apiv1 "metadataS" (aka dublin core) output.
2021-12-01 20:35:27 +01:00
jygaulier
038bdf20bd
PHRAS-3584
...
return "cover_record_id" into api/v1/stories/{{sbid}}/{{rid}}
2021-12-01 12:17:10 +01:00
jygaulier
ac78153f46
Merge branch 'PHRAS-3584_story-cover-link' of github.com:alchemy-fr/Phraseanet into PHRAS-3584_story-cover-link
2021-11-30 17:06:15 +01:00
jygaulier
37e42d049c
PHRAS-3584
...
fix api/v1/.../setcover ("Sub definition substituer locator was not set")
original ticket #PHRAS-3592
2021-11-30 17:04:13 +01:00
jygaulier
623d087a44
Merge branch 'master' into PHRAS-3584_story-cover-link
2021-11-26 12:08:35 +01:00
jygaulier
fba12a64aa
PHRAS-3564
...
fix: wmark is applied
better internal callback
2021-11-25 19:23:30 +01:00
jygaulier
a6f1d40517
PHRAS-3564
...
WIP fix
2021-11-25 17:24:15 +01:00
jygaulier
12cb9b582b
PHRAS-3584
...
add databox.record.cover_record_id
add get/set coverRecordId() to record adapter
include cover_record_id to api results (V1 & V3)
2021-11-25 11:52:11 +01:00
Arthur de Moulins
8bbdfe07ee
PHRAS-3564 fail fast, turn off ssl verification
2021-11-17 15:16:24 +01:00
jygaulier
ac3aa6e1ba
PHRAS-3564
...
fix video work location
subdefs posted
result set with sent/failed & durations
add test callback route
2021-11-17 15:16:24 +01:00
jygaulier
10127a21b1
PHRAS-3564 WIP
...
wip
2021-11-17 15:16:24 +01:00
jygaulier
0553f6152c
PHRAS-3564 WIP
...
create subdefs (on tmp) from file passed as upload or reference
route /api/v3/subdefs_service/{{base_id}}
subdef setttings comes from base_id
todo : pass settings in json ; remove base_id from route
todo : return files by upload
2021-11-17 15:16:24 +01:00
jygaulier
fff3f284bb
PHRAS-3425_fix-translation-dump_MASTER
...
fix : bump patched jms/translation-bundle (forked)
fix : all errors ; most warnings
2021-04-21 15:02:39 +02:00
jygaulier
1d5769e002
PHRAS-3393_apiv3-patch-use-recordadapter_MASTER
...
change : api v3 record metadata post/patch. Use the code that was moved to record adapter
2021-03-29 17:16:10 +02:00
aina esokia
427216ec43
PHRAS-3277 validation reminder in percent
2020-12-02 17:31:05 +03:00
aina esokia
e23b9dd294
PHRAS-3277 create event recordsWitemeta
2020-11-20 17:10:58 +03:00
jygaulier
5ae105d9c2
- fix : error during populate
...
- add : clear structure cache when structure (field or sb) is changed
2020-11-05 11:27:39 +01:00
jygaulier
5cf7818187
- add timers again
2020-10-27 18:27:12 +01:00
jygaulier
919211d219
- add timers
2020-10-27 18:07:12 +01:00
jygaulier
7c01c34dfc
- add timing debug, disable permalinks injection to es
2020-10-27 17:18:37 +01:00
jygaulier
ff44cc379e
WIP / DEBUG
...
- add every subdef in es document, including permalink
2020-10-21 20:07:11 +02:00
jygaulier
d0283913de
WIP / DEBUG
...
- add stopwatches to find slow parts.
- to test : add api-v3/searchraw ; same as "search", but returns raw es docs (shortest way). No objects, no fractal.
2020-10-21 20:07:11 +02:00
jygaulier
4da47a7908
- fix : include=facets now works also in extended mode
2020-09-29 20:00:14 +02:00
jygaulier
d5fc38b459
- fix : restore "suggestions". Declarative : use "...&include[]=suggestions..."
2020-09-25 16:14:47 +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
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
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
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
bb2123df5a
include plugin worker in phraseanet core
2020-05-12 18:06:45 +03:00
Arthur de Moulins
565e7c450b
add doctrine metadata filesystem cache
2020-02-21 10:34:51 +01:00
aynsix
afc5a85edf
change param name
2019-12-13 15:28:02 +04:00
aynsix
f475a5c925
fix api/v3 api_version
2019-12-06 14:24:03 +04:00
aynsix
276d5a8ce6
remove unused comment
2019-12-05 14:42:15 +04:00
aynsix
3d6d2e4e64
fix V1Controller
2019-12-05 14:30:17 +04:00
aynsix
e4b29d70c5
route search and storie on api/v3
2019-12-05 12:30:23 +04:00