nitweb: use model filters
[nit.git] / src / web / web_base.nit
2017-11-10 Alexandre Terrasanitweb: use model filters
2017-10-22 Alexandre Terrasanitweb: update ModelView
2017-09-26 Alexandre Terrasanitweb: introduce pagination handler
2017-09-25 Jean PrivatMerge: nitunit: use annotations
2017-08-15 Alexandre Terrasanitdoc: set icons for each kind of cards
2017-08-15 Alexandre Terrasanitweb: serialize POSetElement to JSON
2017-08-15 Alexandre Terrasanitweb: do not return full html doc in entity json
2017-08-15 Alexandre Terrasaloader: use `test` annotations for modules
2017-06-12 Alexandre Terrasanitweb: classdefs and propdefs link directly into class...
2017-06-02 Alexandre Terrasalib/popcorn: import pop_json when needed
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2016-12-05 Alexandre Terrasanitweb: avoid linearization errors
2016-12-03 Alexandre Terrasanitweb: migrate to new json serialization API
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-08-31 Alexandre Terrasanitweb: move view to config
2016-08-31 Alexandre Terrasanitweb: add `namespace` key to all mentities json
2016-08-31 Alexandre Terrasanitweb: use model_json `full_json`
2016-08-25 Alexandre Terrasanitweb: better error responses from API
2016-08-25 Alexandre Terrasanitweb: merge ModelHandler and APIHandler
2016-08-25 Alexandre Terrasanitweb: split APIRouter in modules
2016-08-17 Alexandre Terrasanitweb: move mongo to web_base
2016-08-10 Alexandre Terrasanitweb: use config file
2016-08-10 Alexandre Terrasanitweb: factorize APIRouter
2016-06-22 Alexandre Terrasanitweb: api return the unified web_url
2016-06-22 Alexandre Terrasanitweb: remove useless modules since Angular app introd...
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 Alexandre Terrasanitweb: add /api/inheritance/:id service
2016-06-21 Alexandre Terrasamodel_collect: generalize hierarchy_poset service
2016-06-20 Alexandre Terrasanitweb: add signatures to refs
2016-06-06 Alexandre Terrasanitweb: move APIHandler to web_base
2016-05-30 Alexandre Terrasanitweb: migrate /entity?json to /api/entity
2016-05-30 Alexandre Terrasanitweb: rename ModelAction intro ModelHandler
2016-05-30 Alexandre Terrasaweb: redefine model_json for API ready json objets...
2016-05-20 Alexandre Terrasasrc/web: nitweb use popcorn
2016-05-20 Alexandre Terrasasrc/web: render do not require the server reference...
2016-05-20 Alexandre Terrasasrc/web: replace adhoc MEntity::to_json by the model_js...
2016-05-20 Alexandre Terrasasrc/web: ModelAction can search mentities by full_name
2015-12-19 Alexandre Terrasanitweb: introduce ModelAction
2015-12-11 Alexandre Terrasasrc: introduce a new tool called nitweb