Commit Graph

3071 Commits

Author SHA1 Message Date
jygaulier
ebfaedb427 add : faster permalinks creation
fix : bad label escaping
2020-11-18 11:12:16 +01:00
jygaulier
c7fd8da16d add : small optim for faster permalink creation (speed to be compared with previous commit)
fix : label escaping
2020-11-18 09:57:24 +01:00
aina esokia
06b2de9056 merge master into branch 2020-11-17 10:09:32 +03:00
jygaulier
7020caea83 - fix : total children count is now 0 for empty stories
- fix : creating permalinks (create_many) on twice the same record is handled.
2020-11-10 17:38:55 +01:00
jygaulier
ca250c547e - fix : wip 2020-11-02 18:05:36 +01:00
jygaulier
de0f05ad9f - fix : wip to run tests 2020-11-02 17:37:27 +01:00
jygaulier
341f076412 - fix : better simple cache 2020-10-30 12:46:19 +01:00
jygaulier
e36b0785ee - add some simple cache
- disable check of conf/searchengine/type
- faster construction of concept-paths
- pass strucure to es as factory (useless, to be reverted)
- add stopwatch (log into file, disabled for now)
2020-10-30 11:00:17 +01:00
aina esokia
684b961285 add export FTP in worker 2020-10-27 17:49:12 +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
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
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
aynsix
92502d8caa search user on like %...% 2020-05-29 11:25:37 +03:00
aynsix
71cc21bb43 custom link section 2020-05-27 11:27:18 +03:00
aynsix
1f1a2e9aa1 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-3034-geoloc-video-timeout-patch 2020-05-27 09:55:13 +03:00
aynsix
a0521c59fc port to 4.1 archive task improvement 2020-05-22 12:24:19 +03:00
aynsix
7a3f74d256 fix conf timeout and patch geoloc binaries video editor 2020-05-20 17:06:29 +03:00
aynsix
001e5af572 revert : remove trim 2020-04-22 16:58:23 +03:00
aynsix
620943c2cf trim field in where clause 2020-04-22 13:53:47 +03:00
Nicolas Maillat
26df189dcd Merge branch 'master' into PHRAS-2184-list-manager-email-domain-filter 2020-04-21 14:41:14 +02:00
Jean-Yves Gaulier
cb6a781b02 PHRAS-3023_slow-query-while-indexing_4.1
- fix bound limit depending on order/direction options
- add index on dbox:record.moddate
2020-04-09 19:11:08 +02:00
Harrys Ravalomanana
1b752fde1c PHRAS-2992 code factoring 2020-04-01 17:42:36 +04:00
Harrys Ravalomanana
eddf95e71b PHRAS-2992 2020-04-01 17:40:01 +04:00
Harrys Ravalomanana
ed0c2bbf2e PHRAS-2992 fix date translation 2020-04-01 17:27:54 +04:00
Nicolas Maillat
a89f170241 Merge branch 'master' into PHRAS-2979-41-fix-right-access 2020-03-18 10:27:58 +01:00
Nicolas Maillat
9a3d4600b9 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-03-18 00:37:29 +01:00
Nicolas Maillat
5fdcc9eb86 Merge branch 'master' into PHRAS-2979-41-fix-right-access 2020-03-18 00:01:54 +01:00
Harrys Ravalomanana
a1deb3c28f PHRAS-2978 fix date format 2020-03-17 18:35:36 +04:00
Nicolas Maillat
be5b67d7e2 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-03-16 15:42:48 +01:00
Harrys Ravalomanana
947bc734ac PHRAS-2978 #comment fix date format and add datepicker fo modify feedback validation deadline #time 4h 2020-03-13 17:14:37 +04:00
aynsix
597216429a fix right access and right on story elements per user 2020-03-12 16:16:41 +03:00
Harrys Ravalomanana
c4d33f5f55 PHRAS-2978 #comment Workzone basket: fix date format and tooltip display 2020-03-11 16:59:44 +04:00
aynsix
cd42452db8 migration patch for facets 2020-03-10 10:49:53 +03:00
Nicolas Maillat
d62767ad39 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-02-26 20:15:15 +01:00
Harrys Ravalomanana
3b72c99832 PHRAS-2638 #comment Remove eventsmanager_notify_bridgeuploadfail #time 2h 2020-02-25 17:02:32 +04:00
aynsix
c0297f53f5 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2741-worker-service-part1 2020-02-21 12:03:29 +03:00
aynsix
db0489c05e Revert "start subdef creation after first write meta"
This reverts commit cfa854f307.
2020-02-20 11:11:18 +03:00
Nicolas Maillat
ed7a5fe288 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-02-19 20:49:31 +01:00
aynsix
f10126bf3c change patch name 2020-02-19 10:48:45 +03:00
aynsix
90db5f7358 merge master 2020-02-19 10:46:03 +03:00
aynsix
24d85bb499 bump to version 4.1.0-alpha.23a 2020-02-19 10:43:23 +03:00
Nicolas Maillat
378daacabb Merge branch 'master' into PHRAS-2901_tokens-add-index_4.1 2020-02-18 14:52:36 +01:00
Jean-Yves Gaulier
c7fc2b6422 change patch number 2020-02-17 20:17:08 +01:00
Harrys Ravalomanana
b08ae5c2fa PHRAS-2910 #comment Fix Order manager : action from notification in menu bar #time 4h 2020-02-11 17:21:03 +04:00
Jean-Yves Gaulier
211ba02f59 bump patch to 22a 2020-02-10 11:39:42 +01:00
Jean-Yves Gaulier
5f7ca7c9a6 add indexes to table "Tokens" 2020-02-10 11:16:41 +01:00