Lucas Verney
48835c0d83
Make "flatisfy" key optional in deep_duplicate computation
5 years ago
Lucas Verney
46457b014a
Avoid too broad ignoring of flats when looking for only some postal codes in a city covered by multiple postal codes. Fix #110 .
5 years ago
Lucas Verney
45c4eca775
Add a logging line after webserver is started.
...
Also remove useless `debug` config option.
5 years ago
Lucas Verney
47ce1ba7e0
Ignore duplicates by IDs, no need to even add the duplicate in db
5 years ago
Lucas Verney
35c88050df
Better logging for station metadata detection
5 years ago
Lucas Verney
219b8e156e
Fix a bug when throwing an exception with unicode characters from
...
Weboob.
As reported by @nicofrand .
5 years ago
Lucas Verney
3f30257b44
Fix spelling in deep_detect
5 years ago
Lucas Verney
a6b193ae87
Fix missing config arg in deep_detect
5 years ago
Lucas Verney
83ff6be409
Better fix for #100
5 years ago
Lucas Verney
67d1299b15
Consider duplicates cannot belong to the same website, should fix #100 .
5 years ago
Lucas Verney
7196add731
Lint code
5 years ago
Lucas Verney
1119bdbf0b
Allow to define the threshold between a housing and a station
...
Fix #101 .
5 years ago
Lucas Verney
49ebfe9111
Add an opendata endpoint in API
5 years ago
Lucas Verney
a1846782ba
Add support for PATCH method in CORS header
5 years ago
Lucas Verney
03d2ac8b80
Support sorting and pagination in API
5 years ago
Lucas Verney
c3941bd70c
Rebuild data on import command if required
5 years ago
Lucas Verney
0376cdf4e0
Fix a bug with Flat.from_dict
5 years ago
Lucas Verney
03d2ad6f7f
Add CORS headers in the API response, add a debug option to get verbose debugging from Bottle webserver
5 years ago
Lucas Verney
8a74a79ac2
Update doc link in README.md
5 years ago
Lucas Verney
daf16d88ba
Sphinx-generated doc
5 years ago
Lucas Verney
b285c270aa
Cleaner API
5 years ago
Lucas Verney
9424f81959
Rework API code
...
Factor flat post-processing in API and fix for #83 . Always return JSON
even if an exception occurred.
5 years ago
Lucas Verney
aa0e1fd965
Use a single common data source for public transports stops
...
Now makes use of Navitia opendata dumps to cover France. Fixes #65 .
5 years ago
Lucas Verney
376b327379
Drop support for entreparticuliers Weboob module
5 years ago
Lucas Verney
64f6e8886b
Deduplicate the available backends list
5 years ago
Lucas Verney
702f58cf9e
Fix JS lint
5 years ago
Lucas Verney
571b42f5b1
Check that postal codes are strings in config
5 years ago
Lucas Verney
4a65f52475
Do not store personal data by default, let user overload this behavior
...
through config.
Fixes #80 .
5 years ago
Lucas Verney
c936228726
Add an ICS feed of visits
...
UI is minimalist and should be improved in the future. Fixes #40 .
5 years ago
Lucas Verney
b9e108d63d
Make Flat notes searchable
5 years ago
Lucas Verney
2d8dfcb7c7
Fix a bug with minimum number of photos constraint
5 years ago
Lucas Verney
1baebffb87
Do some linting
5 years ago
Lucas Verney
40e62baadf
Add a config option to filter on terms in the description. Fix #77 .
5 years ago
Lucas Verney
f81deb9f13
Rename minimum_photos config option to minimum_nb_photos
5 years ago
Lucas Verney
6b82af6b85
Review of Hatrix42 PR
5 years ago
Lucas Verney
1791142218
Check that area, rooms etc are lists in config
5 years ago
Lucas Verney
1d6233e5ca
Completely fix https://github.com/Phyks/Flatisfy/issues/10
5 years ago
Lucas Verney
7fd44b7e8f
No longer make queries with more than three cities
...
Some postal codes correspond to multiple cities, then sometimes we were
spawning queries with more than three cities. This should no longer be
the case. This fixes https://github.com/Phyks/Flatisfy/issues/10 .
5 years ago
Maël Le Garrec$
e7c81d31ac
Add config option for minimum number of pictures
5 years ago
Lucas Verney
c96b2a3f4c
Fix for https://github.com/Phyks/Flatisfy/issues/8
5 years ago
Lucas Verney
f1a5535bca
Fix an error introduced in 88a923c87e
5 years ago
Lucas Verney
fa20d0fcbc
Fix #73
5 years ago
Lucas Verney
9b087729d3
Fix flatisfy.tools.batch with Python3
5 years ago
Lucas Verney
7e35b71c28
Fix an issue with functools, see https://github.com/Phyks/Flatisfy/issues/4
5 years ago
Lucas Verney
88a923c87e
Fix for https://github.com/Phyks/Flatisfy/issues/5
5 years ago
Gautier Pelloux-Prayer
28d4b1e36b
Add missing brackets for method invokation
5 years ago
Lucas Verney
215fe14d01
Better email notifications
...
Rework a bit on top of @bnjbvr's MR to add basic email notifications
support.
* Cleaned the code a bit.
* Add a `Date` and a `Message-ID` header to improve the spam score.
Thanks a lot @bnjbvr's for the MR!
5 years ago
Benjamin Bouvier
23bbee8271
Adds basic email notifications when new flats have been found ( fixes #47 ).
5 years ago
Lucas Verney
be43206d4b
Merge branch 'fix-slider' into 'master'
...
Fix image slider perspective
See merge request !3
5 years ago
Benjamin Bouvier
6a0681fc99
Optimize photo comparisons; fixes #41 , fixes #59
5 years ago