Commit Graph

977 Commits

Author SHA1 Message Date
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
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
8f3f3845c0 add subdef_source in config 2020-07-06 18:23:42 +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
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
Harrys Ravalomanana
f21d126295 PHRAS-3072 2020-05-15 13:05:51 +04:00
Harrys Ravalomanana
7022c382b8 PHRAS-3066 #commetn fix 500 error on tools #time 2h 2020-05-12 11:15:07 +04:00
aynsix
632bed7f06 add email and company in push search 2020-05-05 17:14:36 +03:00
Harrys Ravalomanana
dbe85dd498 PHRAS-3047 Tools metadatas tab 2020-04-30 15:15:31 +04:00
Nicolas Maillat
692b738809 Merge branch 'master' into PHRAS-3033_Prod_tools_with_storie 2020-04-24 13:00:20 +02:00
Harrys Ravalomanana
6235cbb574 PHRAS-2963 2020-04-23 20:21:04 +04:00
Harrys Ravalomanana
697628450d PHRAS-3033 2020-04-23 15:23:39 +04:00
aynsix
ada4702d92 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2184-list-manager-email-domain-filter 2020-04-22 13:58:02 +03:00
Nicolas Maillat
26df189dcd Merge branch 'master' into PHRAS-2184-list-manager-email-domain-filter 2020-04-21 14:41:14 +02:00
Harrys Ravalomanana
cc2869464e PHRAS-2888 Remove unused translation 2020-04-21 16:19:19 +04:00
aynsix
d8d7c7de51 add more options during install 2020-04-08 11:03:46 +03:00
aynsix
51b10b6bec add php modification 2020-04-02 14:56:27 +03:00
Harrys Ravalomanana
4febd38154 PHRAS-2999 #comment remove Detail info block 2020-04-01 14:46:34 +04:00
Nicolas Maillat
9a3d4600b9 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-03-18 00:37:29 +01:00
Harrys Ravalomanana
a1deb3c28f PHRAS-2978 fix date format 2020-03-17 18:35:36 +04:00
Harrys Ravalomanana
fbc4e01ef3 PHRAS-2978 #comment update feedback expiration date #time 6h 2020-03-17 15:34:24 +04:00
Nicolas Maillat
ed7a5fe288 Merge branch 'master' into PHRAS-2741-worker-service-part1 2020-02-19 20:49:31 +01:00
Nicolas Maillat
d7417177e4 Merge branch 'master' into PHRAS-2913_create-tokens-faster_4.1 2020-02-18 15:24:11 +01:00
Jean-Yves Gaulier
b1b35cc92b fix malformed query on tech fields ('_' in query) 2020-02-17 20:17:08 +01:00
Jean-Yves Gaulier
20839f1dd7 return facets following the order defined in conf. 2020-02-17 20:17:08 +01:00
Jean-Yves Gaulier
e75a483cd5 PHRAS-2913_create-tokens-faster_4.1
- create token by sql
- create feedentry tokens in bulk-sql
2020-02-07 22:14:47 +01:00
jygaulier
b6fa28276d Merge branch 'master' into PHRAS-2757_print-feedback_4.1 2020-01-09 20:33:11 +01:00
Jean-Yves Gaulier
32fbf049cf PHRAS-2757_print-feedback_4.1
Add a print format when printing a feedback basket
Only the creator of the feedback can print it.
2020-01-09 20:31:09 +01:00
Harrys Ravalomanana
1dd0be65d4 PHRAS-2868 #comment update phraseanet-production-client version 2020-01-09 19:05:31 +04:00
aynsix
12d01afeb0 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2741-worker-service-part1 2019-12-19 16:09:47 +04:00
Jean-Yves Gaulier
0967f3c810 PHRAS-2631_feedback-icon
fix : 2 new icons for feedback baskets; no more display of 2 icons.
fix : tooltip on "about" icon of feedback baskets
2019-12-05 14:52:46 +01:00
Jean-Yves Gaulier
246ffd15ef PHRAS-2796_actionbar-enhancements_4.1
port code from 4.0
2019-11-21 14:11:33 +01:00
Harrys Ravalomanana
5e4da5f28f PHRAS-2805 #comment Port41 of Facet-case-sensibility 2019-11-14 15:02:04 +04:00
Harrys Ravalomanana
5f2617e5f7 PHRAS-2816 #comment add attribute gui_visible to show fields on roll over and detailled view #time 2h 2019-11-12 18:13:05 +04:00
Nicolas Maillat
c9a0a0490c Merge branch 'master' into PHRAS-2761_add_status_change_capabilities-to_quarantine 2019-11-05 12:26:43 +01:00
aynsix
378f67c203 PHRAS-2769 delete record 2019-11-04 17:19:18 +04:00
Jean-Yves Gaulier
b4e848a5e9 PHRAS-2808-2806_disable-cterms_mask-writable-fields_4.1
new : checkbox in admin/field to allow gui (prod) editing, default=checked.
rename "publish_cterms" to "generate_cterms"
todo : implement "gui_editable" in edit ux (hide field when =false)
todo : 2 new strings (ckbox labels) to trans
2019-10-31 19:31:12 +01:00
Jean-Yves Gaulier
ce13112105 PHRAS-2808_disable-cterms_4.1
new : checkbox in admin/field to disable cterms generation.
fix : when cterms is cleared (during reindex), rejected terms are kept
WIP
2019-10-31 18:12:26 +01:00