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 4bbf358 Mise en place du menu pour mobile/tablette
new 14a9778 Réorganisation des fichiers de style Less
new 9b374b1 Modifications d'affichage des boutons
new e5b5fe2 Modifications d'affichage du menu principal
new 593e29b Modifications d'affichage des formulaires
new 3334a36 Ajout de la police Fira
The 5 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 3334a36b89219b25ca542b8556f781cf57dbf0e8
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Aug 5 17:53:10 2020 +0200
Ajout de la police Fira
commit 593e29b3111b2822929062bd6c574e2168b449f7
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Aug 5 17:51:29 2020 +0200
Modifications d'affichage des formulaires
commit e5b5fe235d808334dbacef4b7e9cbb4baa5feb55
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Aug 5 17:50:05 2020 +0200
Modifications d'affichage du menu principal
commit 9b374b14adba4cce735939b49e7d2e3cbb9db3d6
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Aug 5 17:49:52 2020 +0200
Modifications d'affichage des boutons
commit 14a97783fcf3d4a58e568edb2de2c44d932160a6
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Wed Aug 5 17:49:29 2020 +0200
Réorganisation des fichiers de style Less
Summary of changes:
web/src/App.vue | 13 ++--
web/src/assets/font/FiraSans-Bold.otf | Bin 0 -> 369296 bytes
web/src/assets/font/FiraSans-Regular.otf | Bin 0 -> 357996 bytes
web/src/assets/less/_base.less | 2 +-
web/src/assets/less/_colors.less | 47 +++----------
web/src/assets/less/_globals.less | 30 --------
web/src/assets/less/_sizes.less | 21 ------
web/src/assets/less/_templates.less | 18 -----
web/src/assets/less/_theme-default.less | 44 ++++++++++++
web/src/assets/less/_titles.less | 17 -----
web/src/assets/less/globals.less | 2 +
web/src/assets/less/main.less | 6 +-
web/src/components/Bookmark.vue | 4 +-
web/src/components/CloudTags.vue | 4 +-
web/src/components/Navigation.vue | 4 +-
web/src/components/common/Button.vue | 49 +++++--------
web/src/components/common/FormRow.vue | 44 ++++++++++++
web/src/components/common/PageMainTitle.vue | 30 ++++++++
web/src/components/common/TagsInput.vue | 9 ++-
web/src/components/layout/Header.vue | 8 +--
web/src/components/layout/HeaderSearchInput.vue | 2 +-
web/src/components/layout/Sidebar.vue | 33 +++++++--
web/src/components/layout/SidebarLink.vue | 15 ++--
web/src/views/BookmarkEdit.vue | 88 ++++++++++++++----------
web/src/views/Login.vue | 44 +++++++-----
25 files changed, 286 insertions(+), 248 deletions(-)
create mode 100644 web/src/assets/font/FiraSans-Bold.otf
create mode 100644 web/src/assets/font/FiraSans-Regular.otf
delete mode 100644 web/src/assets/less/_globals.less
delete mode 100644 web/src/assets/less/_sizes.less
delete mode 100644 web/src/assets/less/_templates.less
create mode 100644 web/src/assets/less/_theme-default.less
delete mode 100644 web/src/assets/less/_titles.less
create mode 100644 web/src/assets/less/globals.less
create mode 100644 web/src/components/common/FormRow.vue
create mode 100644 web/src/components/common/PageMainTitle.vue
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 d3f5012 Améliorations d'affichage des bookmarks
new e45307e Création d'un composant pour les liens du menu principal
new 4bbf358 Mise en place du menu pour mobile/tablette
The 2 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 4bbf3580db3fedb4ca07484e139f0a702c34fbab
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Fri Jul 31 18:11:03 2020 +0200
Mise en place du menu pour mobile/tablette
commit e45307ecbc06a636938b92f6f813c38e225134e0
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Fri Jul 31 17:51:46 2020 +0200
Création d'un composant pour les liens du menu principal
Summary of changes:
web/src/components/layout/Header.vue | 3 +-
web/src/components/layout/Sidebar.vue | 121 +++++++++++++++++++++---------
web/src/components/layout/SidebarLink.vue | 100 ++++++++++++++++++++++++
3 files changed, 187 insertions(+), 37 deletions(-)
create mode 100644 web/src/components/layout/SidebarLink.vue
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 2fa9ddf si on oublie d'appeller l'enregistrement du type mime pour le json, ca marche moins bien :(
new 3b8c139 Création d'un composant pour uniformiser l'affichage des liens
new 89b92cf Améliorations d'affichage du formulaire de création d'un bookmark
new 8b880e0 Améliorations d'affichage du bandeau d'entête
new d3f5012 Améliorations d'affichage des bookmarks
The 4 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 d3f5012e1d4d569690f23bd2b4a764f1a0734fd3
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Fri Jul 31 17:27:52 2020 +0200
Améliorations d'affichage des bookmarks
commit 8b880e098381ad20697ba82bb0f8c19348773abd
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Fri Jul 31 17:27:04 2020 +0200
Améliorations d'affichage du bandeau d'entête
commit 89b92cfd8e769053657087ececb45f6e416b4da2
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Thu Jul 30 17:28:19 2020 +0200
Améliorations d'affichage du formulaire de création d'un bookmark
commit 3b8c1398f532b8370c5b4c17d3521afc57f07565
Author: kaufmann <kaufmann(a)codelutin.com>
Date: Thu Jul 30 17:26:47 2020 +0200
Création d'un composant pour uniformiser l'affichage des liens
Summary of changes:
web/src/App.vue | 25 +++----
web/src/assets/less/_base.less | 9 +++
web/src/assets/less/_colors.less | 31 ++++-----
web/src/assets/less/_globals.less | 30 ++++++++
web/src/assets/less/_titles.less | 17 +++++
web/src/assets/less/main.less | 3 +
web/src/components/Bookmark.vue | 34 ++++++++-
web/src/components/CloudTags.vue | 9 +++
web/src/components/Navigation.vue | 12 +++-
web/src/components/common/Button.vue | 34 ++++-----
web/src/components/common/SimpleLink.vue | 66 ++++++++++++++++++
web/src/components/layout/Footer.vue | 51 ++++++++++----
web/src/components/layout/Header.vue | 80 +++++++++++++++++++---
.../HeaderSearchInput.vue} | 60 +++++++++++-----
web/src/views/BookmarkEdit.vue | 73 +++++++++++++++-----
web/src/views/Home.vue | 6 +-
web/src/views/Login.vue | 27 +++++---
17 files changed, 442 insertions(+), 125 deletions(-)
create mode 100644 web/src/assets/less/_globals.less
create mode 100644 web/src/assets/less/_titles.less
create mode 100644 web/src/components/common/SimpleLink.vue
rename web/src/components/{SearchInput.vue => layout/HeaderSearchInput.vue} (60%)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 32cb69c correction type mime et label
new 2fa9ddf si on oublie d'appeller l'enregistrement du type mime pour le json, ca marche moins bien :(
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 2fa9ddf92b1e2aafe697df4bd44ad9cf6984f330
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Jun 5 01:25:19 2020 +0200
si on oublie d'appeller l'enregistrement du type mime pour le json, ca marche moins bien :(
Summary of changes:
pkg/http/router.go | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 ff54968 ajout du support i18n (ajout du champs lang dans les info du user)
new 32cb69c correction type mime et label
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 32cb69c4b7122a43d36857229dc270494588a5a4
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Jun 5 01:15:50 2020 +0200
correction type mime et label
Summary of changes:
pkg/http/router.go | 5 +++++
web/src/components/preferences/LangEditor.vue | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 2a5de39 correction des transactions (on utilisait pas la tx :() ajout de fonction de log
new ff54968 ajout du support i18n (ajout du champs lang dans les info du user)
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 ff54968a1aab5ffa5d3cdf6146b4fab7b0121c49
Author: Benjamin <poussin(a)codelutin.com>
Date: Fri Jun 5 00:25:21 2020 +0200
ajout du support i18n (ajout du champs lang dans les info du user)
Summary of changes:
migrate/004_add_user_lang.sql | 9 +++
pkg/constant/const.go | 4 +-
pkg/http/router.go | 5 ++
pkg/http/userResource.go | 24 ++++++++
pkg/model/user.go | 1 +
pkg/repository/userRepository.go | 15 ++++-
web/package.json | 3 +-
web/public/i18n/available.json | 1 +
web/public/i18n/fr.json | 3 +
web/src/App.vue | 16 +++++-
web/src/components/SearchInput.vue | 2 +-
web/src/components/preferences/LangEditor.vue | 81 +++++++++++++++++++++++++++
web/src/main.js | 2 +
web/src/utils/FetchHelper.js | 18 +++---
web/src/views/Preferences.vue | 4 +-
web/yarn.lock | 5 ++
16 files changed, 178 insertions(+), 15 deletions(-)
create mode 100644 migrate/004_add_user_lang.sql
create mode 100644 web/public/i18n/available.json
create mode 100644 web/public/i18n/fr.json
create mode 100644 web/src/components/preferences/LangEditor.vue
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 f6d44de == et non pas = pour l'egalité :(
new 2a5de39 correction des transactions (on utilisait pas la tx :() ajout de fonction de log
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 2a5de390ea5510293423a35c59f2b16cf0072a53
Author: Benjamin <poussin(a)codelutin.com>
Date: Thu Jun 4 22:09:09 2020 +0200
correction des transactions (on utilisait pas la tx :()
ajout de fonction de log
Summary of changes:
doc/stats.md | 62 ++++++++++++++++++++++++++++++++++++
pkg/constant/const.go | 4 +++
pkg/http/bookmarkResource.go | 2 +-
pkg/http/router.go | 9 ++++--
pkg/repository/bookmarkRepository.go | 7 ++--
pkg/repository/database.go | 41 ++++++++++++------------
pkg/utils/log.go | 24 ++++++++++++++
7 files changed, 120 insertions(+), 29 deletions(-)
create mode 100644 doc/stats.md
create mode 100644 pkg/utils/log.go
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 5d719b8 on force la base sur une machine a 2 cpu
new f6d44de == et non pas = pour l'egalité :(
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 f6d44def97ebaa1651ce26ebe91458bd278f1f78
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Jun 2 22:34:36 2020 +0200
== et non pas = pour l'egalité :(
Summary of changes:
docker/docker-compose.yml | 2 +-
web/src/views/Preferences.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 7b1a18d correction recherche par tag depuis le navigateur
new 5d719b8 on force la base sur une machine a 2 cpu
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 5d719b8e513d9711cf823f9928f81f848ac5475a
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Jun 2 22:28:15 2020 +0200
on force la base sur une machine a 2 cpu
Summary of changes:
docker/docker-compose.yml | 1 +
web/src/views/Preferences.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 2a0232e ajout delai avant enregistrement maxResult et MaxTagInCloud
new 7b1a18d correction recherche par tag depuis le navigateur
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 7b1a18dc5e2fc8d384e814dec17e42c0faa08b23
Author: Benjamin <poussin(a)codelutin.com>
Date: Tue Jun 2 18:22:47 2020 +0200
correction recherche par tag depuis le navigateur
Summary of changes:
web/src/views/Home.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.