Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get_photo / add access for all #58

Merged
merged 5 commits into from
May 24, 2019
Merged

Conversation

qhess34
Copy link
Collaborator

@qhess34 qhess34 commented May 24, 2019

Description

  • Get_photo.php allow now everyone to get photo without being admin

@qhess34 qhess34 merged commit 1577a85 into jesuisundesdeux:master May 24, 2019
qhess34 added a commit to qhess34/vigilo-backend that referenced this pull request May 28, 2019
* add filter in get_issues

* add index redirection

*  get photo without being admin
qhess34 pushed a commit to qhess34/vigilo-backend that referenced this pull request May 28, 2019
* add filter in get_issues

* add index redirection

*  get photo without being admin
qhess34 pushed a commit to qhess34/vigilo-backend that referenced this pull request May 28, 2019
* add filter in get_issues

* add index redirection

*  get photo without being admin
qhess34 added a commit that referenced this pull request Nov 5, 2020
* common: bump backend version to 0.0.7

* add scope gps ranges on create issue

* scope: add department and twitter fields

* bump vigilo version to 0.0.8

* scope: introduce cities into get_scope

This patch adds cities that make up the scope.

With the city list:

- users can search for their city and find the proper scope to select
  (with the name or postcode)
- we can calculate the population and area covered by the scope
- we can display the city website url within the client application
- we can handle cities with a unique id that can be used to locate an
  observation.

* doc: add documentation for Twitter

* move categories

* fix typo

* fix typo

* dix fix typo

* fix return in function

* Create UPGRADE.md

* Update UPGRADE.md

* move vars to mysql

* fix typo

* add populate sql

* fix typo

* misc

* iadd install.php

* fix init mysql

* fix 0.0.8

* fix 0.0.9

* fix 0.0.9

* change install php

* fix init 0.0.9

* delete install for now

* add upgrade and install

* fix upgrade

* Update UPGRADE.md

* Update UPGRADE.md

* fix upgrade.php

* Update UPGRADE.md

* fix upgrade

* Update UPGRADE.md

* Update UPGRADE.md

* hotfix : bad conf variables

* merge docker compose

* merge compose

* upgrade memory limit

* Update INSTALLATION.md

* improve make installation process

* Update INSTALLATION.md

* Update INSTALLATION.md

* create version.txt

* delete verison

* rollback on makefile

* Fix: get_issues count parameter (#43)

* wip: test limit get issues

* refacto: get SQL Limit and offset inside a function

* fix: get parameter count

* e2e: curl get_issues / ?count

* fix: travis e2e script

* readme: refresh

* fix migratedb bug + add make upgrade-db

* fix upgrade

* fix version upgrade on migratedb

* add filters in get_issues (#54)

* add filter in get_issues

* add index redirection

* refacto: e2e test inside testApp.sh (#55)

wip: debug create_issue scope lat/long

fix: test 34_Montpellier --> 34_montpellier

* feat: add PR template (#56)

change PR_template

* Update REST_API.md

* Get_photo / add access for all (#58)

* add filter in get_issues

* add index redirection

*  get photo without being admin

* upgrade: improve upgrade system and provide more explanation (#60)

* Make the token param not mandatory (#61)

* remove token as a mandatory param

* fix typo

* Update REST_API.md

* add log to admin (#62)

* remove token as a mandatory param

* fix typo

* add logs on admin

* obs_login => unique (#63)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* Update REST_API.md

* Limit comment to 50 chars (#64)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* Fix admin cache (#65)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* Get_issues: wrong default value for content-type header (#66)

* Enable time to be in sec (#68)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* Add MySQl fields (#69)

* add status change fields in mysql (#67)

* Update REST_API.md

* Hotfix : time in create_issue (#74)

* hot fix : create_issue time strlen error

* Fix get issues (#81)


* fix getissues

* Categorie lsiting in getissues (#82)



* add categories filtering list

* Add approved filter (#84)


* add option approved in get_issues

* update doc

* Always remove cache on approve.php calls, add CORS on acl and approve (#87)

* cors in get_photo.php (#90)

* Fix mosaic (#94)



* fix mosaic

* Add image file checking (#96)


* add image file check

* fix (#98)



* add image file check

* fix add_image

* Merge 0.0.10 to master (#105)

* 0.0.10 (#70)

* init 0.0.10

* Update REST_API.md

* Fix + add_images resolved images handling (#71)



* add image + fix database migration script

* fix typo

* 0.0.10 (#73)



* update mysql on add_image

* fix typo

* mysql: 0.0.10 - Fix obs_status_resolved (#76)

add missing default values. Unable to insert data in obs_list table
without default values.

* create_issue: introduce obs_city field in observations (#77)

This patch now uses city information described in database from the
configured scope.

Each observation

- is now tested with a Nominatim API call to verify the observation is
  within limits of the scope.

- has now an obs_city field (based on GPS coordinates) so we can easily
  filter observations by city.

It is important to know Nominatim API calls are limited to 1 per second.
For now it should work, but we should find a better solution for the
long term.

With this patch

- all new observations are properly located within the scope and we
  can't accept observations outside of it. This should ease moderation
  from now.

- all new obserations will have the obs_city field. Older ones won't
  have it for now. We should plan a migration when we will want to use
  that field later on.

- several fields used by create_issue.php are now mandatory. It used to
  make no sense to create issues without gps coordinates, time,
  categorie, scope and address. Documentation has been changed
  accordingly.

* Temp Fix travis (#79)

* Update REST_API.md

* Hotfix : time in create_issue (#74)

* hot fix : create_issue time strlen error

* disable make test-server cause of a bug with jq command

* fix time len issue

* Doc (#80)

* Update REST_API.md

* Hotfix : time in create_issue (#74)

* hot fix : create_issue time strlen error

* disable make test-server cause of a bug with jq command

* fix time len issue

* add doc

* 0.0.10 (#83)

* Update REST_API.md

* Hotfix : time in create_issue (#74)

* hot fix : create_issue time strlen error

* disable make test-server cause of a bug with jq command

* fix time len issue

* add doc

* fix get issues

* add categories filter

* Add approve filter (#85)



* update get_issues

* Change status db structure (#86)

* change status in db

* fix name

* Rollback status (#88)

* rollback status

* rollback add_image

* rollback status

* merge master

* update get_photo from master (#91)


* merge master

* add cors

* Fix mosaic (#95)


* fix mosaic

*  Add image file checking (#97)


* add image file check

* fix

* gestion des erreurs (#99)



* improve json error

* improve error handling

* typo fix

* add default values for town and road

* fix typo

* add update status workflow (#100)


* add update status workflow

* update error handling on every script (#101)



* add error handlign

* replace error_log

* Review upgrade + doc + misc (#102)



* Update REST_API.md

* update doc + review upgrade doc

* whange log facility

* handle config.php missing

* Status in get_issues (#103)

* add status

* update doc

* fix CI

* fix phpunit

* fix

* fix

* add some error messages

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update UPGRADE.md

* Add admin panel (#106)



* add admin panel

* update admin

* update admin panel

* Init 0.0.11 (#107)


* init 0.0.11

* add requires fileds

* init 0.0.11

* Fix evol mysql (#108)



* change init 0.0.4

* fix sql mode (#109)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* Update init-0.0.10.sql

* generate_panel: handle zoom map generation errors (#110)

- mapquestapi limits request size to 10,240 bytes. This limit seems to
  be reached above ~200 markers. This patch sets a limit and selects
  only 180 last markers to avoid reaching maximum mapquestapi request
  size.

- this patch uses curl instead of file_get_contents to get HTTP header
  before parsing it's content. That way we can detect errors and choose
  to use a default place holder picture instead of returning an error.

* admin: misc improvements (#111)

- scope: reorder creation request
- scope: fix scope_coordinate_lon_max field
- observations: fix UTF-8 encoding
- misc indentation fixes

* mysql: add primary keys for edition (#112)

- obs_twitteraccounts
- obs_cities

without unique column (primary key) we can't select, edit, copy, delete
data from phpmyadmin.

* New version (#114)



* add new version

* Update login.php

* Fix typo in admin cities (#115)



* fix typo

* fix typo

* fix typo

* fix : postcode non existing (#116)



* fix non existing postcode

* Update REST_API.md

* BUG Fix : Chunked image transferts (#117)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* clear mysql script + fix install  (#118)


* fix install / clear mysql scripts

* fix typo in create issues (#119)


* fix typo

* Droits distincts admin/citystaff (#120)

* Ajout de la page de config.php dans gitignore
Inversion lon/lat dans geoJSON de get_issues.php
Ajout image, nom et explication dans geoJSON

* Ajout explication dans geoJSON de get_issues

* Ajout des droits sur chaque page (admin only sauf pour observations.php
Dans login : ajout d'un champ $_SESSION['role']
Dans index : on gère le menu en fonction des droits

* Ajout documentation

* Update config.php

remove pass

* Admin : ajout de boutons d'actions pour résolution des observations
Admin : ajout d'onglets selon l'état de résolution des observations

* Je retire le config.php du .gitignore

* Admin : ajout de nouveaux onglets "pris en compte", "en cours de résolution", "résolu"

* Update get_issues.php

Fix Url de saclay hardcodée

* Revue Config + admin (#121)



* move config file + make key in admin optional

* Update INSTALLATION.md

* add update mysql from 0.0.10 to 0.0.12 (#123)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix non existing header case (#124)



* fix transfert encoding in add image

* Upload images (#125)



* fix add image

* Lancement 0.0.13 (#126)


* fix some bugs

* Update INSTALLATION.md

* Update INSTALLATION.md

* Update INSTALLATION.md

* Finalisation citysatff/observations resolues (#129)



* improve citystaff actions

* Ajout recherche token dans l'admin (#130)



* Update observations.php

* Amelioration recherche (#131)


* add token in input

* Update REST_API.md

* add city mgt (#132)


* add cities management

* add filed to list

* Modifs mineures esthétiques page admin/observations (#133)

* Ajout de la page de config.php dans gitignore
Inversion lon/lat dans geoJSON de get_issues.php
Ajout image, nom et explication dans geoJSON

* Ajout explication dans geoJSON de get_issues

* Ajout des droits sur chaque page (admin only sauf pour observations.php
Dans login : ajout d'un champ $_SESSION['role']
Dans index : on gère le menu en fonction des droits

* Ajout documentation

* Update config.php

remove pass

* Admin : ajout de boutons d'actions pour résolution des observations
Admin : ajout d'onglets selon l'état de résolution des observations

* Je retire le config.php du .gitignore

* Admin : ajout de nouveaux onglets "pris en compte", "en cours de résolution", "résolu"

* Update get_issues.php

Fix Url de saclay hardcodée

* Correction de coquilles dans la page update
Ajout d'icones dans la page observations pour améliorer la lisibilité

* Edition du pull_request_template

* Ajout de cityname dans getissues (#134)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* Update REST_API.md

* ajout ville  + categorie dans contenu du tweet (#135)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* Champ recherche ville/addresse dans console admin (#136)

* Ajout de la page de config.php dans gitignore
Inversion lon/lat dans geoJSON de get_issues.php
Ajout image, nom et explication dans geoJSON

* Ajout explication dans geoJSON de get_issues

* Ajout des droits sur chaque page (admin only sauf pour observations.php
Dans login : ajout d'un champ $_SESSION['role']
Dans index : on gère le menu en fonction des droits

* Ajout documentation

* Update config.php

remove pass

* Admin : ajout de boutons d'actions pour résolution des observations
Admin : ajout d'onglets selon l'état de résolution des observations

* Je retire le config.php du .gitignore

* Admin : ajout de nouveaux onglets "pris en compte", "en cours de résolution", "résolu"

* Update get_issues.php

Fix Url de saclay hardcodée

* Correction de coquilles dans la page update
Ajout d'icones dans la page observations pour améliorer la lisibilité

* Edition du pull_request_template

* Ajout d'un champ de recherche sur obs_address_string
Amélioration de la gestion des radio button type "unique" ou "similaire"

* MAJ de la documentation

* Ajout detection ville dans le create_issue (#141)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo (#142)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* Citystaff associé à une ville (#138)

* Ajout de la page de config.php dans gitignore
Inversion lon/lat dans geoJSON de get_issues.php
Ajout image, nom et explication dans geoJSON

* Ajout explication dans geoJSON de get_issues

* Ajout des droits sur chaque page (admin only sauf pour observations.php
Dans login : ajout d'un champ $_SESSION['role']
Dans index : on gère le menu en fonction des droits

* Ajout documentation

* Update config.php

remove pass

* Admin : ajout de boutons d'actions pour résolution des observations
Admin : ajout d'onglets selon l'état de résolution des observations

* Je retire le config.php du .gitignore

* Admin : ajout de nouveaux onglets "pris en compte", "en cours de résolution", "résolu"

* Update get_issues.php

Fix Url de saclay hardcodée

* Correction de coquilles dans la page update
Ajout d'icones dans la page observations pour améliorer la lisibilité

* Edition du pull_request_template

* Ajout d'un champ de recherche sur obs_address_string
Amélioration de la gestion des radio button type "unique" ou "similaire"

* MAJ de la documentation

* Possibilité d'ajouter une ville pour un citystaff
Lorsqu'un citystaff se connecte et est associé à une ville les observations de la ville sont surlignées

* On compare cityname à l'adresse (obs_address_string) ou au cityname de la bdd (depuis 0.0.12) OU ALORS on compare city à city_id si on l'a depuis l'application

* Correction dans la bdd : champ "role_city" en INT(11) et non VARCHAR

* Possibilité d'associer un citystaff à plusieurs city_id

* Image cliquable dans panel admin (#143)

* Ajout de la page de config.php dans gitignore
Inversion lon/lat dans geoJSON de get_issues.php
Ajout image, nom et explication dans geoJSON

* Ajout explication dans geoJSON de get_issues

* Ajout des droits sur chaque page (admin only sauf pour observations.php
Dans login : ajout d'un champ $_SESSION['role']
Dans index : on gère le menu en fonction des droits

* Ajout documentation

* Update config.php

remove pass

* Admin : ajout de boutons d'actions pour résolution des observations
Admin : ajout d'onglets selon l'état de résolution des observations

* Je retire le config.php du .gitignore

* Admin : ajout de nouveaux onglets "pris en compte", "en cours de résolution", "résolu"

* Update get_issues.php

Fix Url de saclay hardcodée

* Correction de coquilles dans la page update
Ajout d'icones dans la page observations pour améliorer la lisibilité

* Edition du pull_request_template

* Ajout d'un champ de recherche sur obs_address_string
Amélioration de la gestion des radio button type "unique" ou "similaire"

* MAJ de la documentation

* Possibilité d'ajouter une ville pour un citystaff
Lorsqu'un citystaff se connecte et est associé à une ville les observations de la ville sont surlignées

* On compare cityname à l'adresse (obs_address_string) ou au cityname de la bdd (depuis 0.0.12) OU ALORS on compare city à city_id si on l'a depuis l'application

* Correction dans la bdd : champ "role_city" en INT(11) et non VARCHAR

* Possibilité d'associer un citystaff à plusieurs city_id

* Image cliquable sur les observations du panel admin

* Update Umap installation documentation (#144)

* Fix missing token  (#146)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to streename in panel (#147)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add moderator role (#148)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin (#151)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* Retrocompatibility : add special field to remove city from addresses (#152)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* Update REST_API.md

* Update REST_API.md

* remove app version update when editing obs (#153)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration from admin panel (#154)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix typos

* fix citycheck (#155)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix citycheck

* fix citycheck (#156)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix citycheck

* improve city search during obs creation (#157)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix citycheck

* improve city search

* Update UPGRADE.md

* Update UPGRADE.md

* change migration process (#158)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix citycheck

* improve city search

* change migration process

* change migration process

* fix variable name

* add link to tokens to fix (#159)

* remove token as a mandatory param

* fix typo

* add logs on admin

* add futur sql migration script

* add comment lenght limitation

* fix Makefile

* add approbation consideration in generate_panel

* fix cache creation if admin

* add gp

* fix pixelisation

* add trick to upload time in seconds instead of ms

* add status change fields in mysql (#67)

* hot fix : create_issue time strlen error

* fix getissues

* add categories filtering list

* add option approved in get_issues

* update doc

* fix mosaic

* add image file check

* fix add_image

* add admin panel

* update admin

* update admin panel

* init 0.0.11

* add requires fileds

* init 0.0.11

* change init 0.0.4

* add new version

* fix typo

* fix non existing postcode

* ifix stdin upload imagex

* fix install / clear mysql scripts

* fix typo

* imove config file + make key in admin optional

* add init sql

* fix transfert encoding in add image

* invert image header checks

* rollback

* fix add image

* missing tabresolved

* fix some bugs

* improve citystaff actions

* add research

* add token in input

* add images

* add cities management

* add filed to list

* add cityname to getissues

* update test script

* ajout ville et caterogie dans message twwets

* ajout doc dans admin

* add city detection in create issue

* fix typo

* missing token in url

* add city to adresse in panel

* add role moderator

* add cache clean when delete an obs from admin

* add field to get_issues for retro compatibility with address & city

* don't update app vertsion when editing obs

* migration via l'admin

* update updates in admin

* add city check

* fix citycheck

* improve city search

* change migration process

* change migration process

* fix variable name

* add link to tokens

* Delete 0.0.13.php

* Update 0.0.12.php

* add city search and import in admin

* manage new ase for adresses display

* add cityfilter in get_issues (#163)

* Update REST_API.md

* Amélioration affichage observations sur l'admin (#164)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* display_errors = off (#165)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* Update INSTALLATION.md

* Réalignement fork (#167)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* Ajout possibilité de masquer les obs non modérées (#168)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* Update REST_API.md

* Update REST_API.md

* Ajout de htaccess dans images + caches + php error => no (#169)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* Update UPGRADE.md

* Update UPGRADE.md

* Improve observation panel on admin (#171)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* Add city detection in create_issue (#174)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* ajout nominatim url / scope (#176)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* Update REST_API.md

* fix create_issue with provided cityid (#177)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* fix: e2e test (#179)

* improve sameas (#180)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* Improve status resolutions (#181)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* improve resolutions (#182)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management on admin panel (#183)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* cleaning resolution tools code (#184)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* Update REST_API.md

* Update REST_API.md

* Amélioration resolution dans panel admin (#185)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* Update UPGRADE.md

* Update UPGRADE.md

* Add web dockerfile (#187)

* add web image build

* Bugfix admin + docker (#188)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* add web image build

* fix admin category bug + add docker files

* 0.0.14 (#191)

* Update UPGRADE.md

* Update UPGRADE.md

* Hotfix : last master fix on 0.0.14 (#189)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* Update UPGRADE.md

* Update UPGRADE.md

* add web image build

* fix admin category bug + add docker files

* fix some mysql upgrade issues

* iempty migration file when cpompleted

* 0.0.14 (#192)

* Update UPGRADE.md

* Update UPGRADE.md

* Hotfix : last master fix on 0.0.14 (#189)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* Update UPGRADE.md

* Update UPGRADE.md

* add web image build

* fix admin category bug + add docker files

* fix some mysql upgrade issues

* iempty migration file when cpompleted

* fix makefile

* Update Makefile

* 34 addlinkinmosaic (#195)

* Update UPGRADE.md

* Update UPGRADE.md

* Hotfix : last master fix on 0.0.14 (#189)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* Update UPGRADE.md

* Update UPGRADE.md

* add web image build

* fix admin category bug + add docker files

* fix some mysql upgrade issues

* iempty migration file when cpompleted

* fix makefile

* Update Makefile

* add link to mosaic

* fix typo

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* Create GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update GUIDE_CONTRIBUTION.md

* Update REST_API.md

* Update REST_API.md

* remove return in values for csv

* Update UPGRADE.md

* vhange versions

* Update UPGRADE.md

* remove \r from csv

* remove \r

* Update UPGRADE.md

* Update UPGRADE.md

* fix missing query in get photo

* change order of resolutions in admin

* fix typo in image url

* fix typo

* 34 addlinkinmosaic (#200)

* Update UPGRADE.md

* Update UPGRADE.md

* Hotfix : last master fix on 0.0.14 (#189)

* add cityfilter in get_issues

* remove possibility to set a empty city in admin

* add observation counter on tabs

* add icon to clean cache button

* hide errors

* change text in install

* add possibility to hide non approved obs

* add images + caches protection

* upgrade pixelization

* modifiy max input files

* change text

* add categorie search+update in admin

* add city detection when creating issue

* add nominatimurl in scopes

* fix issue with cityid

* improve sameas

* remove table status

* create tables

* add resolutions functions

* fix typo

* fix some bugs

* add resolutions management to admin

* clean code

* fix docker-compose with  unittest

* rollback photo

* work on resolution/observation panels

* add status change in generate panel and get issues

* code review + add pagination in resolution

* fix some bugs

* improve resolution panel with pagination/duplicates detection /...

* fix role

* add status to get_isues filter

* Update UPGRADE.md

* Update UPGRADE.md

* add web image build

* fix admin category bug + add docker files

* fix some mysql upgrade issues

* iempty migration file when cpompleted

* fix makefile

* Update Makefile

* add link to mosaic

* fix typo

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* make panel custom (#202)

* make panel cutom

* add panel choice in settings

* fix style

* clean code

* make mapquest in function

* create generateimage function

* remove categorie code

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* Delete dump.202007080100.sql.gz

* Make panel cutomizable (#204)

* make panel cutom

* add panel choice in settings

* fix style

* clean code

* make mapquest in function

* create generateimage function

* remove categorie code

* update upgrade process

* change doc

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* Make panel cutomizable (#205)

* make panel cutom

* add panel choice in settings

* fix style

* clean code

* make mapquest in function

* create generateimage function

* remove categorie code

* update upgrade process

* change doc

* rm dump file

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* rm dump

* Add data path (#206)

* add data path

* fix geojson images path

* fix typo

* fix global

* add mode saas

* disable updates in saas mode

* disable update/delete on saas mode

* fix scopes

* fix mysql innodb issue

* add base64 for uploading images

* fix backend version in generate panel

* remove debug

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* Add data path (#207)

* add data path

* fix geojson images path

* fix typo

* fix global

* add mode saas

* disable updates in saas mode

* disable update/delete on saas mode

* fix scopes

* fix mysql innodb issue

* add base64 for uploading images

* fix backend version in generate panel

* remove debug

* fix fix get input

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* fix undefined variables

* fix page nb

* fix path

* fix pixelation

* fix typo

* remove error log

* Update UPGRADE.md

* Update UPGRADE.md

* Update REST_API.md

* fix test sql query

* fix test

* rollback

* Update REST_API.md

* WIP: format add_image (#208)

* format add_image

* phpformat

* phpformat all fils

* fix in_array typo

* error

* fix typo

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* fix url path (#210)

* fix url path

* rm old to csv

* fix typo + img src

Tested on beta env

Co-authored-by: kentiss34 <webmaster@my-heb.eu>

* POssibilité de twitter à partir de la liste des Observations dans l'admin

* tweeter le nom de ville sous forme de hashtag

* test de l'API twitter

* correction bug

* ajout du # pour cityhashtag

* création de la fonction tweetToken()

* Corrections proposées par Kentiss

* Import des données Villes depuis Wikidata

* Création d'un fichier externe js

Co-authored-by: Yoann Sculo <yoann@printk.fr>
Co-authored-by: kentiss34 <hessquentin@gmail.com>
Co-authored-by: root <root@p-mpl-fenouil.smile.fr>
Co-authored-by: Paul Leclercq <paul.leclercq@tabmo.io>
Co-authored-by: Yoann Sculo <yoannsculo@users.noreply.github.com>
Co-authored-by: Thibault Coupin <thibault.coupin@gmail.com>
Co-authored-by: lenny64 <thibault.armengaud@gmail.com>
Co-authored-by: Bruno Adele <bruno@adele.im>
Co-authored-by: root <webmaster@my-heb.eu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant