Gautier P
764a5c68ec
Fix linter
3 years ago
Gautier P
6862648d50
Improve flat view
3 years ago
Gautier P
67da9a055e
Fix handling of multiple INSEE on same postal code
3 years ago
Gautier P
4d11726332
Use ratelimit to avoid rate bans on some APIs
3 years ago
Gautier P
1bd855dbd8
Fix invalid black formatting
3 years ago
Gautier P
bd07988549
Use a per language dict for emails i18n
3 years ago
Gautier P
e4aef0bfaf
Create Notation component
3 years ago
Gautier P
7790eb0a32
Add debug logs
3 years ago
Gautier P
9f328259a7
Add INSEE filtering
3 years ago
Gautier P
48f249bae2
Fix component name
3 years ago
Gautier P
711590b809
Add import API
3 years ago
Gautier P
a92db5e8ee
Reformat with black (max-line-length=120)
3 years ago
Gautier P
582a868a1d
Reduce logs verbosity
3 years ago
Gautier P
0f2a14b024
Do not move map on flat click
3 years ago
Gautier P
36e98bc5b3
Remove misleading log
3 years ago
Gautier P
713912cfbc
Translate email notification
3 years ago
Gautier P
42909bd46f
reformat with black
3 years ago
Gautier P
c6f711030a
Put flat details on main page
3 years ago
Gautier P
cc4c1ccb18
Do not download svg photos
3 years ago
Gautier P
c659dc6b76
Add --new-only import option
3 years ago
Gautier P
5a3a82ca8d
Add flatisfy_position
3 years ago
Gautier P
2374763d3b
Open original link in new tab
3 years ago
Gautier P
e6b71c6ed5
Sleep when querying leboncoin
3 years ago
Gautier P
da6cb83f93
Simplify bad/good term match
3 years ago
Gautier P
caa4961679
Set housing.id only after retrieving phone if needed
3 years ago
Gautier P
89234b5c5b
Display cost in marker popup
3 years ago
Gautier P
395a8ba72b
Crop to max_entries at most
3 years ago
Gautier P
fefab6ea36
Update laposte.json
3 years ago
Gautier P
361725ea4d
Add an option to ignore stations
3 years ago
Gautier P
76a06cf795
Increase maxZoom
3 years ago
Gautier P
9698a889ad
Add marker cluster and update leaflet
3 years ago
Gautier P
b19459b97f
Try fallback to address if location is missing
3 years ago
Gautier P
af8d864c38
Add default map center to avoid error on launch
3 years ago
Gautier P
8f0e13fa6d
Update docker to use python3 and add docker-compose
3 years ago
Nicolas Frandeboeuf
0747c46400
Print URL in console when launching webserver
4 years ago
Nicolas Frandeboeuf
5b15ce6918
Add keywords to ignore in description to avoid useless ads
4 years ago
Nicolas Frandeboeuf
a150312daa
Fix some typos
4 years ago
Simon Sapin
e4f1ce96bb
Add support for SMTP authentication for email notification
...
CC 23bbee8271
5 years ago
Lucas Verney
0f2c4e0685
Partially fix tests
5 years ago
Lucas Verney
11684b6fd7
Don't crash metadata API route if timestamp file is not ready
5 years ago
Lucas Verney
15fcb04368
Support OPTIONS method for all API endpoints
5 years ago
dohseven
f67ec66d9b
Make linter happy
5 years ago
dohseven
1434cfedda
Add metadata indicating last update of application
5 years ago
dohseven
c5187172f6
Set the Moment.js locale
5 years ago
dohseven
22906b063f
Add missing localizations
5 years ago
dohseven
a1b3470f6b
Add French support
5 years ago
dohseven
ff9c46dac5
Add French translations
5 years ago
Adrien Guatto
a38cf0e9a8
Allow blacklisting words from flat descriptions
...
This commit adds a new field "description_should_not_contain" to the
configuration object. Any flat whose description contains a word
appearing in this list will be filtered out.
5 years ago
Lucas Verney
d87f2ec37d
Fix issue #131
5 years ago
Julien Wajsberg
ef896f999f
Fix the "delete" button in the table view
...
In c7fa6c8b5b
the code using
`updateFlatStatus` moved to the new file `flatstableline.vue` but the
actual method wasn't moved in the process, yielding an error when one
wanted to use the button.
This patch moves the method to the new file.
5 years ago