Commit Graph

5265 Commits

Author SHA1 Message Date
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
Nicolas Maillat
8ad2981a70 Merge branch 'master' into PHRAS-3023_slow-query-while-indexing_4.1 2020-04-16 00:57:28 +02:00
Harrys Ravalomanana
27fc361342 PHRAS-3022 Prod editing #comment Clean PR with translation 2020-04-14 20:37:59 +04:00
Jean-Yves Gaulier
9b202bea31 PHRAS-3023_slow-query-while-indexing_4.1
- fix break with "bin/developer phraseanet:regenerate-sqlite" due to column add in sql result
2020-04-09 21:47:22 +02:00
Jean-Yves Gaulier
ff41be7e0e PHRAS-3023_slow-query-while-indexing_4.1
- fix rid-list fetcher
2020-04-09 19:57:21 +02:00
Jean-Yves Gaulier
4350e0adf0 PHRAS-3023_slow-query-while-indexing_4.1
- fix php 7.2 only syntax
2020-04-09 19:46:25 +02:00
Jean-Yves Gaulier
e1a3535afa PHRAS-3023_slow-query-while-indexing_4.1
- revert php 7.2 only syntax
2020-04-09 19:23:17 +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
Nicolas Maillat
1f58814a5f Merge branch 'master' into PHRAS-3008_multiple-definitions-warnings_4.1 2020-04-09 01:55:00 +02:00
Nicolas Maillat
d8abfae488 Merge branch 'master' into PHRAS-3019-add-option-on-install 2020-04-09 00:56:59 +02:00
Nicolas Maillat
45dfa8050f Merge branch 'master' into PHRAS-3015_sb31-crashes-indexer_4.1 2020-04-08 23:39:04 +02:00
Jean-Yves Gaulier
3b99f5bb50 PHRAS-3023_slow-query-while-indexing_4.1
fix : remove double where
2020-04-08 20:06:19 +02:00
Jean-Yves Gaulier
2b4accae91 PHRAS-3023_slow-query-while-indexing_4.1
fix : change fetcher query to paginate with record_id/count (not limit/count)
2020-04-08 19:50:57 +02:00
aynsix
690a7998e6 fix 2020-04-08 17:40:58 +03:00
aynsix
411b980000 fix default worker_tmp_files 2020-04-08 17:36:07 +03:00
aynsix
7accf0f995 fix config storage 2020-04-08 17:29:28 +03:00
aynsix
c261a28c34 add Install.php 2020-04-08 12:18:34 +03:00
aynsix
0ef022ea3f merge master 2020-04-08 12:14:22 +03:00
aynsix
d34c287039 use default relatif path 2020-04-08 12:05:27 +03:00
aynsix
d8d7c7de51 add more options during install 2020-04-08 11:03:46 +03:00
Nicolas Maillat
e2ba092abc Merge branch 'master' into PHRAS-3015_sb31-crashes-indexer_4.1 2020-04-07 19:59:28 +02:00
Jean-Yves Gaulier
76692bf3cc PHRAS-3018_reject-php32_4.1
fix : reject install if not php64
2020-04-07 11:22:10 +02:00
Jean-Yves Gaulier
662fe95712 PHRAS-3015_sb31-crashes-indexer_4.1
fix : set es:flags_bitfield as long (signed 64 bits)
2020-04-06 19:51:52 +02:00
Nicolas Maillat
95a086308d Merge branch 'master' into PHRAS-3008_multiple-definitions-warnings_4.1 2020-04-06 10:48:56 +02:00
Nicolas Maillat
d4647ad0e1 Merge branch 'master' into PHRAS-3006_Port41_Front_delete_3_by_3 2020-04-03 00:52:15 +02:00
Jean-Yves Gaulier
1106e28603 PHRAS-3008_multiple-definitions-warnings_4.1
- fix : removed composer.phar after plugin add.
2020-04-02 14:57:05 +02:00
aynsix
51b10b6bec add php modification 2020-04-02 14:56:27 +03:00
Nicolas Maillat
1885a51b1e Merge branch 'master' into PHRAS-3001_es-geopoint-sources_4.1 2020-04-02 09:59:53 +02:00
Harrys Ravalomanana
4febd38154 PHRAS-2999 #comment remove Detail info block 2020-04-01 14:46:34 +04:00
jygaulier
5df663cad2 Merge branch 'master' into PHRAS-3001_es-geopoint-sources_4.1 2020-03-31 17:54:55 +02:00
Jean-Yves Gaulier
027f7e1571 PHRAS-3001_es-geopoint-sources_4.1
- fix : exif source is a fallback if no good values are found in the configured source field (or if conf is not set)
2020-03-31 17:54:22 +02:00
Jean-Yves Gaulier
9f216813b7 PHRAS-3001_es-geopoint-sources_4.1
- fix : follow the original conf structure (position-fields into provider)
- add : handles "latlng" format
2020-03-31 17:16:57 +02:00
Jean-Yves Gaulier
40b9a7cd0c PHRAS-3003_large-value-32ko_es_4.1
- fix (temporary ?) : text values are kept full in metadata table, but truncated to 32Ko by indexer.
2020-03-30 15:46:04 +02:00
Jean-Yves Gaulier
8ffeb58289 PHRAS-3001_es-geopoint-sources_4.1
WIP
- fix : gps position indexed by es now comes from the metadata fields defined in conf; (not from exif anymore).
- todo/wip : decide conf place, since today we only have an array of geo providers
- todo/wip : does exif apply as fallback if nothing in conf ? or if metadata not set in record ?
2020-03-29 20:11:03 +02:00
Nicolas Maillat
141180a02d Remove libtheora from preset 2020-03-27 22:40:10 +01:00
Harrys Ravalomanana
49ce33ceef PHRAS-2997 Rename properties 2020-03-24 18:25:31 +04:00
Harrys Ravalomanana
8e03128544 PHRAS-2997 2020-03-24 17:59:34 +04:00
Harrys Ravalomanana
7d2941146a PHRAS-2997- #comment add matomo script 2020-03-24 17:38:39 +04:00
aynsix
4277bd5d06 add command system:apply-rights 2020-03-18 14:48:19 +03:00
aynsix
ca2611f4c9 Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2979-41-fix-right-access 2020-03-18 14:18:34 +03:00
Nicolas Maillat
d1c299e774 Merge branch 'master' into PHRAS-2680-webhook-privacy-and-security 2020-03-18 11:00:44 +01:00
Nicolas Maillat
5cbf1e8729 Merge branch 'master' into PHRAS-2739-incorporate-subdefwebhook 2020-03-18 10:34:04 +01: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
Harrys Ravalomanana
eddc47301c merge of master 2020-03-17 15:44:16 +04:00
Harrys Ravalomanana
fbc4e01ef3 PHRAS-2978 #comment update feedback expiration date #time 6h 2020-03-17 15:34:24 +04:00