aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
AgeCommit message (Collapse)Author
2022-01-15build(deps): bump marked from 0.7.0 to 4.0.10 in /clientdependabot[bot]
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04client/build: update builder image Node.js version to LTSneobooru
Fixes #412 The older stylus version throws some warnings in Node.js LTS. The new one doesn't.
2021-06-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-14build(deps-dev): bump underscore from 1.9.1 to 1.12.1 in /clientdependabot[bot]
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14Improve compilation speed for development builds (#402)Ruin0x11
* Improve incremental build times * Live-reloading in development mode
2020-12-19build(deps): bump dompurify from 2.0.11 to 2.0.17 in /clientdependabot[bot]
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.17. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.17) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-23client/markdown: use DOMPurify over marked.js sanitizerShyam Sunder
See markedjs/marked#1232
2020-06-23client/build: fix npm auditShyam Sunder
2020-05-03Add pool CRUD operations/pagesRuin0x11
2019-11-03client: update NPM lockfileShyam Sunder
Merges #288 #290 #291
2018-08-23client: generate web app images in build scriptShyam Sunder
2018-07-08client/build: replace uglify-es, update dependenciesMichael Serajnik
2018-07-06client: improved build.js, use relative linksShyam Sunder
* Removed unnecessary require('config.js') calls * 'markdown.js' now uses rel. links in EntityPermalinkWrapper * 'password_reset.py' now generates rel. links * Removed 'Base URL' config parameter * Removed 'API URL' config parameter * 'build.js' no longer reads/requires config.yaml * Updated documentation * Removed unnecessary node packages used in 'build.js' abandon api_url parameter
2018-05-01client/posts: fix viewport height calculation on iOSMichael Serajnik
2018-01-06client: update dependenciesrr-
2017-08-25client: update dependenciesrr-
2017-08-11client/build: fix build, use uglify-es package directlyMichael Serajnik
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/build: ditch watchrr-
This shit has been always triggering 150 times for every single changed file; now it simply doesn't fucking work.
2016-06-12client/router: introduce own routerrr-
I'm tired of page.js lack of documentation around finer quirks, and being forced to read its crap code. Refactored into classes, removed unused cruft.
2016-05-29client/misc: add formatMarkdown()rr-
2016-05-21client/build: don't use CDN for FontAwesomerr-
2016-05-21client/build: pick up changes fasterrr-
2016-05-21client/build: roll back to underscorerr-
lodash adds extra 50K for no benefit.
2016-05-14client/general: skip vendor JS on watchrr-
2016-05-14client/general: replace underscore with lodashrr-
2016-05-09client/general: replace handlebars with underscorerr-
2016-05-08client/general: add nprogress to API callsrr-
2016-05-08client/build: add missing dependencyrr-
2016-04-14client/users: add keyboard shortcuts to user listrr-
2016-04-13client/css: switch to stylusrr-
2016-04-13client/build: transpile ES6 for older browsersrr-
2016-04-06client+server: switch to yaml configrr-
2016-04-01split files into client/ and server/rr-

© 2015 - 2026 Jakob L. Kreuze