1. bda1115 chore(deps-dev): bump linkify-it from 5.0.0 to 5.0.2 (#9267) by dependabot[bot] · 2 weeks ago master
  2. 4fcd2b8 chore(deps): bump shell-quote from 1.8.1 to 1.10.0 (#9266) by dependabot[bot] · 2 weeks ago
  3. 70b9de3 fix: use backtick code blocks instead of highlight blocks, since template vars didn't work in those by Alex Feyerke · 8 weeks ago
  4. bc3b3bc chore: ASFify README.md and link to DISCLAIMER by Alex Feyerke · 8 weeks ago
  5. 80c5b38 feat: add ASF dropdown to main nav by Alex Feyerke · 8 weeks ago
  6. 15d049c feat: ASFify index and download pages, add apache and trademark to the pouchdb logo by Alex Feyerke · 8 weeks ago
  7. 2e5d241 feat: ASFify footer and improve responsive behaviour by Alex Feyerke · 8 weeks ago
  8. 62dfe58 fix: asf site config file had the wrong yaml extension by Alex Feyerke · 10 weeks ago
  9. 80d7169 fix: no www in pouchdb.com by Alex Feyerke · 2 months ago
  10. d9d94e3 fix: make css font asset paths relative by Alex Feyerke · 2 months ago
  11. e15265c fix: website asset paths. insert missing site.baseurl in a variety of places by Alex Feyerke · 2 months ago
  12. 348fe6a fix: correct pubDate format in website feed.xml by Alex Feyerke · 2 months ago
  13. 83bbe38 docs: add info on new releases and website deployment to the website readme by Alex Feyerke · 2 months ago
  14. 6d712ee fix: proper path for hosted pouchdb.min.js in default layout by Alex Feyerke · 2 months ago
  15. 9b61a3d docs: add new WEBSITE_README.md by Alex Feyerke · 2 months ago
  16. 004d892 refactor: self-host pouchdb.min.js instead of pulling from CDN by Alex Feyerke · 3 months ago
  17. aede631 refactor: pull bootstrap and jquery js files into repo by Alex Feyerke · 3 months ago
  18. f93c06f refactor: self-host fonts instead of using google fonts by Alex Feyerke · 3 months ago
  19. e491c49 chore: remove google analytics from website by Alex Feyerke · 3 months ago
  20. 4b3ada6 fix: remove gravatar, host avatars in repo, and allow authors without avatar images by Alex Feyerke · 3 months ago
  21. 0e3c3bc chore(deps-dev): bump liquidjs from 10.25.5 to 10.27.0 (#9251) by dependabot[bot] · 2 months ago
  22. 8fff8b4 fix: filter __proto__ in utils.clone() by Jan Lehnardt · 3 months ago
  23. 925a85c fix: add baseurl to serviceworker template by Alex Feyerke · 3 months ago
  24. a2c8176 fix: have serviceworker only react to GET requests by Alex Feyerke · 3 months ago
  25. b94a0fb fix: minify site css by Alex Feyerke · 3 months ago
  26. a06e141 fix: simplify, fix and harden build-site script with execa. by Alex Feyerke · 3 months ago
  27. 615235e chore: remove some 11ty postprocessing that doesn't seem to be needed any longer, plus some cleanup in the config file by Alex Feyerke · 3 months ago
  28. e3adfe7 chore: various small content and formatting fixes on the site by Alex Feyerke · 3 months ago
  29. 4b2a175 fix: ignore browser extensions in serviceworker by Alex Feyerke · 3 months ago
  30. c4ed95e fix: formatting issues in serviceworker output by Alex Feyerke · 3 months ago
  31. cdf4f4e refactor: remove stickyfill, since position sticky is widely available now. by Alex Feyerke · 3 months ago
  32. aaa8845 fix: reinstate code.js minification for the site, plus fixes for the code copy button by Alex Feyerke · 3 months ago
  33. 6000b43 chore: move 11ty syntac highlighter plugin to dev dependencies by Alex Feyerke · 3 months ago
  34. becc985 chore: format code.js by Alex Feyerke · 3 months ago
  35. 3809b10 fix: edit button link and position by Alex Feyerke · 3 months ago
  36. eda846f fix: fixed, updated and simplified the build-site script by Alex Feyerke · 3 months ago
  37. 4552ed7 chore: move layouts to _includes, explicitly set layout file types, move 11ty config file to root by Alex Feyerke · 3 months ago
  38. 91cfc3c chore: remove quotation marks from highlight block language attribute by Alex Feyerke · 3 months ago
  39. 5c02f2c fix: Tune syntax highlighting colours, fix margins for JS style tabs above code blocks by Alex Feyerke · 3 months ago
  40. fc6f585 refactor: use highlighting plugin instead of custom shortcode, add inline markdown filter by Alex Feyerke · 3 months ago
  41. 2ebf647 refactor: use async/await, const and arrow function by Mariano Giménez · 4 months ago
  42. 8c63d82 refactor: use async/await, const and arrow function by Mariano Giménez · 4 months ago
  43. e959087 refactor: use async/await, const and arrow function by Mariano Giménez · 4 months ago
  44. 26c3f31 refactor: use async/await, const and arrow function by Mariano Giménez · 4 months ago
  45. 4aabda8 CI: add missing .asf.yml for automatic deployment by Alex Feyerke · 3 months ago
  46. 56bd27a CI: use checkout action’s token handling by Alex Feyerke · 3 months ago
  47. ebdf655 CI: use PAT instead of SSH key by Alex Feyerke · 3 months ago
  48. 694853a CI: Another attempt at deploying to a remote repo by Alex Feyerke · 3 months ago
  49. d287197 CI: more explicit SSH key handling for website deploy workflow by Alex Feyerke · 4 months ago
  50. b0acbbd CI: different attempt at pushing to pouchdb-site, omit ssh key for checkout by Alex Feyerke · 4 months ago
  51. cd6f947 CI: only trigger website deployment on push to master by Alex Feyerke · 4 months ago
  52. d6dcc14 CI: attempt deployment without unauthorized ssh-agent action by Alex Feyerke · 4 months ago
  53. e51dad5 CI: update website deployment action with actual secret, repo and branch names for Apache deployment by Alex Feyerke · 4 months ago
  54. acf21d2 ci: commit built docs to pouchdb-www repo, asf-site branch by Alex Feyerke · 5 months ago
  55. e69a50a eslint: update env to es2017 (#9229) by Alex Anderson · 4 months ago
  56. a9c9509 chore: rename node sqlite adapter export by Julia Krüger · 4 months ago
  57. a5bcbc9 docs: add nodesqlite and deprecation notice by Alba Herrerias · 4 months ago
  58. 731953a chore: introduce warning notice when using leveldb adapter by Alba Herrerias · 4 months ago
  59. 9637d8b docs: add nosqlite post by Alba Herrerias · 4 months ago
  60. f3ee481 chore(deps): upgrade websql by Alba Herrerias · 4 months ago
  61. f825b1c chore: remove deprecated file by Alba Herrerias · 4 months ago
  62. c3d0c5d feat: add node-sqlite-adapter by Alba Herrerias · 4 months ago
  63. 3f1964e chore: add type check to PR template by hulkoba · 4 months ago
  64. 1714901 refactor/test find suite2 (#9219) by Mariano · 4 months ago
  65. 0712326 refactor/test find suite1 (#9218) by Mariano · 4 months ago
  66. bb80a77 eslint: remove unnecessary global declarations (#9228) by Alex Anderson · 4 months ago
  67. a840fc2 deps: remove fruitdown package by Alba Herrerias · 4 months ago
  68. b354c6c chore: remove fruitdown references by Alba Herrerias · 4 months ago
  69. 25a5bb4 ci: avoid azure mirrors if possible by Alex Feyerke · 4 months ago
  70. fb063f4 chore(deps-dev): bump follow-redirects from 1.15.6 to 1.16.0 (#9230) by dependabot[bot] · 4 months ago
  71. 94d95a0 chore(deps): bump picomatch (#9203) by dependabot[bot] · 4 months ago
  72. 495c81b chore(deps-dev): bump liquidjs from 10.25.0 to 10.25.5 (#9224) by dependabot[bot] · 4 months ago
  73. 19dd0b2 Revert "ci: only run tests for non-docs changes" by Jan Lehnardt · 5 months ago
  74. 39fe402 Revert "ci: update paths to ignore for tests" by Jan Lehnardt · 5 months ago
  75. 527b464 Revert "ci: update paths of doc changes" by Jan Lehnardt · 5 months ago
  76. 45609f6 chore(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#9216) by dependabot[bot] · 4 months ago
  77. f8a2f10 chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#9208) by dependabot[bot] · 4 months ago
  78. 39b9f96 ci: speed up CI by installing fewer playwright deps by Alex Feyerke · 5 months ago
  79. 5105b26 ci: update paths of doc changes by Julia Krüger · 5 months ago
  80. 1c42db3 ci: update paths to ignore for tests by Julia Krüger · 5 months ago
  81. c68f02f ci: only run tests for non-docs changes by Julia Krüger · 5 months ago
  82. 16e02ae tests: update testing docs by Alex Feyerke · 5 months ago
  83. 2a27f22 ci: avoid using pouchdb-server in testing by Alex Feyerke · 5 months ago
  84. bec973e chore(deps-dev): bump liquidjs from 10.24.0 to 10.25.0 (#9195) by dependabot[bot] · 5 months ago
  85. e530163 chore(deps-dev): bump flatted from 3.2.7 to 3.4.2 (#9201) by dependabot[bot] · 5 months ago
  86. b36628f fix(replication): Propagate errors on 'paused' from underlying replication to sync event by maralorn · 5 months ago
  87. b2c3e58 docs/users: standardise hospitalrun logo reference (#9188) by Alex Anderson · 5 months ago
  88. f6d6735 docs/users: update pokedox.org URL (#9192) by Alex Anderson · 5 months ago
  89. 088cadb docs/users: update NPM Browser URL (#9191) by Alex Anderson · 5 months ago
  90. 6f41f20 docs/users: fix Delta link (#9189) by Alex Anderson · 5 months ago
  91. e924fa8 docs/users: update medicmoible URL (#9190) by Alex Anderson · 5 months ago
  92. 4a15bfd docs/users: ad dmissing titles (#9187) by Alex Anderson · 5 months ago
  93. c4e1944 Update .github/PULL_REQUEST_TEMPLATE.md by Jan Lehnardt · 5 months ago
  94. ac9166f chore: add LLM policy to contributing and (new) PR template by Jan Lehnardt · 6 months ago
  95. f9910ec docs: build with eleventy instead of jekyll (#9146) by Alex Anderson · 5 months ago
  96. c337978 checkpointer: fix indentation (#9179) by Alex Anderson · 6 months ago
  97. 50cb0ba docs: remove docs for 3rd-party GQL plugin (#9181) by Alex Anderson · 6 months ago
  98. 1d7c935 fix getCheckpoint 404 handling on iinitial replication by ems · 7 months ago
  99. a8cb8b6 revert 0b4e70a78974637fcfe0d874c695251d5b851948 by Steven · 7 months ago
  100. 904c563 refactor: change methods to private by adding '#' prefix by Steven · 7 months ago