Commit Graph

8844 Commits

Author SHA1 Message Date
Benoît Burnichon
54a476a75c Change encoding of file from ISO to UTF8 2015-03-12 15:08:26 +01:00
Benoît Burnichon
7d7e8983c9 Change raw SQL into builder use 2015-03-12 15:08:26 +01:00
Benoît Burnichon
a8c5166ed2 Missing app remove in databox_status 2015-03-12 15:08:26 +01:00
Benoît Burnichon
43bc4dd9bb More SQL Injection prevention. 2015-03-12 15:08:26 +01:00
Benoît Burnichon
135b2fcaff Remove now useless dependency 2015-03-12 15:08:25 +01:00
Benoît Burnichon
541d8a1d27 Fixup error in binary operations. 2015-03-12 15:08:25 +01:00
Benoît Burnichon
e17bdf83c9 Setup Controller should call with db_name, not dbname 2015-03-12 15:08:25 +01:00
Benoît Burnichon
66f0379c00 Properly use doctrine DBAL notIn statement 2015-03-12 15:08:25 +01:00
Benoît Burnichon
d9b7c599d4 Always work on 32bits statuses. use base_convert i/o hex2bin 2015-03-12 15:08:25 +01:00
Benoît Burnichon
d2c5ecf620 cleanup some methods in databox_status as only 32bit ints used. 2015-03-12 15:08:25 +01:00
Benoît Burnichon
109c93f243 Add myself to AUTHORS file 2015-03-12 15:08:25 +01:00
Benoît Burnichon
ad0ec3c901 Fixup query builder to use literals 2015-03-12 15:08:25 +01:00
Benoît Burnichon
3205d0e1b6 Fix databox for SQL injections. 2015-03-12 15:08:25 +01:00
Benoît Burnichon
40b894367a Fix caption_field class
Possible SQL injection
Proper looping when renaming big bunch of metadata.

/!\ Big refactoring in progress
2015-03-12 15:08:25 +01:00
Benoît Burnichon
82815e0fb5 Possible SQL injection in base box class 2015-03-12 15:08:24 +01:00
Benoît Burnichon
fbfaeba5fe Use proper DBAL connection call with parameter. 2015-03-12 15:08:24 +01:00
Benoît Burnichon
e84061924b Refactor MailChecker to avoid static instance. 2015-03-12 15:08:24 +01:00
Benoît Burnichon
b44fb7ed76 Typehint collection in RegistrationRepository 2015-03-12 15:08:24 +01:00
Benoît Burnichon
1f6b1791dc Remove useless use statements 2015-03-12 15:08:24 +01:00
Benoît Burnichon
84ef2f438f Refactor base, appbox & databox instanciation process 2015-03-12 15:08:24 +01:00
Benoît Burnichon
6d7c086ad7 Improve LazaretFileRepository by using query builder 2015-03-12 15:08:24 +01:00
Benoît Burnichon
932ab09dc0 Remove some possible SQL injections by using IN (:parameter) prepared statements 2015-03-12 15:08:24 +01:00
Benoît Burnichon
51a3ff25b5 Change string to array parameter to prevent SQL injections 2015-03-12 15:08:24 +01:00
Benoît Burnichon
e51466fc46 Properly use yaml string with breaklines 2015-03-12 15:08:24 +01:00
Benoît Burnichon
8cc24dcaad fixup configuration sample yml with proper yaml 2015-03-12 15:08:23 +01:00
Nicolas Le Goff
d1894b375c Merge pull request #1292 from bburnichon/more-fix-39
Tests fixes after ES merge
2015-03-12 14:59:04 +01:00
Benoît Burnichon
565a3af9ce Fixup test of ConfigurationServiceProvider. 2015-03-12 14:40:54 +01:00
Benoît Burnichon
86cc3550ee in_array should use strict mode for integer checks 2015-03-12 14:40:54 +01:00
Nicolas Le Goff
95f6c9a366 Merge pull request #1289 from nlegoff/more-fix-39
[3.9] More tests fix
2015-03-12 13:28:23 +01:00
Nicolas Le Goff
743dda54b6 Merge pull request #1291 from mdarse/query-and-operator
Use conjonction for coalesced words in text nodes
2015-03-12 13:28:13 +01:00
Mathieu Darse
99e61d6368 Use conjonction for coalesced words in text nodes 2015-03-12 11:41:19 +01:00
Nicolas Le Goff
24036bf4ed Fix some tests 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
b536c7ae59 Remove unused function 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
3115729da4 Deprecate client 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
d5a56165a2 Fix search route tests 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
61e9c6f215 Index record en search engine 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
f8963d2e04 Fix upload file tests 2015-03-11 21:50:36 +01:00
Nicolas Le Goff
ae26a9563f Merge pull request #1285 from mdarse/es-bulk-throw-error
Throw on failing bulk operation item
2015-03-11 21:11:17 +01:00
Nicolas Le Goff
50cff849dd Merge pull request #1286 from mdarse/candidate-term-duplicated-field
Fix indexing issue after first candidate term in a new field
2015-03-11 21:10:59 +01:00
Nicolas Le Goff
dcb27a9d66 Merge pull request #1288 from jygaulier/RESTORE-LOCALES
fix config and latest strings
2015-03-11 21:10:23 +01:00
Benoît Burnichon
65120d2a61 Merge pull request #1287 from bburnichon/feature/fix-classes-testsuite
fix classes testsuite
2015-03-11 21:08:43 +01:00
Jean-Yves Gaulier
3c9c705fdf fix config and latest strings 2015-03-11 18:25:20 +01:00
Benoît Burnichon
4be59504d1 Merge pull request #1283 from bburnichon/feature/elastic-install
Add proper elasticsearch configuration in .travis.yml
2015-03-11 18:09:25 +01:00
Benoît Burnichon
3dfed100ea Double binary to decimal conversion 2015-03-11 17:48:14 +01:00
Benoît Burnichon
089674bc26 replace loop by str_pad 2015-03-11 17:47:40 +01:00
Mathieu Darse
3974e24888 Fix indexing issue after first candidate term in a new field 2015-03-11 17:10:20 +01:00
Mathieu Darse
4d7ea8debb Throw on failing bulk operation item 2015-03-11 17:06:51 +01:00
Benoît Burnichon
345dfbdc2c Add proper elasticsearch configuration in .travis.yml 2015-03-11 16:49:06 +01:00
Benoît Burnichon
2366cf7c9a Merge pull request #1282 from bburnichon/feature/search-engine-fix
Some fixup for ES instance
2015-03-11 16:08:51 +01:00
Benoît Burnichon
118bb2f03c Some fixup for ES instance 2015-03-11 15:22:20 +01:00