mobilizon.chapril.org-mobil.../js
Thomas Citharel 4b4ecec693 Introduce avatar and banner and fetch Gravatar to fill avatar during registration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>

typo

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Rename avatar to avatar_url, same with header.

Add a comment to explain why the tweak with HTTPoison and TLS1.2

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

Rename avatar to avatar_url

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

rename old avatar properties in front-end to avatar_url

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

fix change gravatar from ?d= to ?default=

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

reorganize aliases and imports

Signed-off-by: Thomas Citharel <tcit@tcit.fr>

set avatar url only when gravatar exists, add a test for that case

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-27 19:04:45 +01:00
..
build end 2018-01-09 17:52:26 +01:00
config Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
src Introduce avatar and banner and fetch Gravatar to fill avatar during registration 2018-01-27 19:04:45 +01:00
static end 2018-01-09 17:52:26 +01:00
test end 2018-01-09 17:52:26 +01:00
.babelrc end 2018-01-09 17:52:26 +01:00
.editorconfig end 2018-01-09 17:52:26 +01:00
.eslintignore end 2018-01-09 17:52:26 +01:00
.eslintrc.js end 2018-01-09 17:52:26 +01:00
.gitignore end 2018-01-09 17:52:26 +01:00
.postcssrc.js end 2018-01-09 17:52:26 +01:00
README.md end 2018-01-09 17:52:26 +01:00
index.html Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
package-lock.json Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
package.json Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00

README.md

libre-event

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.