summaryrefslogtreecommitdiff
path: root/client/js/models/info.js
AgeCommit message (Collapse)Author
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2017-01-21client: refactor linking and routingrr-
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
2017-01-08client: rework promise error handlingrr-
2016-08-28client/home: fix reporting backend errorsrr-
The code mistakenly referred to a non-existing field. Now it matches the rest of the error handlers.
2016-08-27client/models: don't modify API responsesrr-
API responses are cached internally - if they're modified, they're modified in cache too. This can lead to certain anomalies, that can be easily solved by making object copies.
2016-07-30client/home: fix post not being bound to its modelrr-
This resulted in errors while presenting post content control - it tried to use methods that were available only in the actual model.
2016-06-20client/general: replace direct API with modelsrr-