This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 636fef8 remise en place de la recuperation du favicon et d'un screenshot new 79d1b6e ajout de la configuration de l'historisation des actions ajout de l'historisation des pages The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 79d1b6e25e1109a2d03822493ed37fae3ce9df8b Author: Benjamin <poussin@codelutin.com> Date: Mon Jan 25 22:15:14 2021 +0100 ajout de la configuration de l'historisation des actions ajout de l'historisation des pages Summary of changes: .gitlab-ci.yml | 10 + cmd/bow/main.go | 4 +- docker/docker-compose.yml | 31 + migrate/006_add_config_collect_action_history.sql | 8 + pkg/constant/const.go | 3 + pkg/http/opensearchResource.go | 4 +- pkg/http/router.go | 1 + pkg/http/systemResource.go | 4 +- pkg/http/userResource.go | 21 + pkg/model/pageHistory.go | 16 + pkg/model/user.go | 33 +- pkg/repository/bookmarkRepository.go | 5 + pkg/repository/pageHistoryRepository.go | 42 + pkg/repository/pageInfoRepository.go | 4 - pkg/repository/userRepository.go | 12 +- pkg/utils/html.go | 35 + readability-js/Readability-0.4.1.js | 2260 ++++++++++++++++++++ readability-js/extract.js | 5 + readability-js/purify-2.2.6.min.js | 3 + .../{MaxResultEditor.vue => BooleanEditor.vue} | 33 +- web/src/views/Preferences.vue | 5 +- 21 files changed, 2498 insertions(+), 41 deletions(-) create mode 100644 migrate/006_add_config_collect_action_history.sql create mode 100644 pkg/model/pageHistory.go create mode 100644 pkg/repository/pageHistoryRepository.go create mode 100644 pkg/utils/html.go create mode 100644 readability-js/Readability-0.4.1.js create mode 100644 readability-js/extract.js create mode 100644 readability-js/purify-2.2.6.min.js copy web/src/components/preferences/{MaxResultEditor.vue => BooleanEditor.vue} (52%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.