380 Commits

Author SHA1 Message Date
Grzegorz Leoniec
90ea91c333
Fixed small issue with dropdown 2019-01-08 14:41:51 +01:00
Grzegorz Leoniec
0c336279b4
Improved dropdown behaviour 2019-01-08 14:37:07 +01:00
Grzegorz Leoniec
bf73b7ca84
Added missing axios configuration 2019-01-08 14:36:36 +01:00
Grzegorz Leoniec
7a383c88f1
Use locale for location name 2019-01-08 14:36:21 +01:00
Grzegorz Leoniec
2eb77149ed
Encode mapbox url 2019-01-08 14:35:26 +01:00
Grzegorz Leoniec
367043972e
Added locale to axios requests 2019-01-08 14:35:07 +01:00
Grzegorz Leoniec
e13e14ce64
Added Cypress Tests for about me and location 2019-01-07 18:17:58 +01:00
Grzegorz Leoniec
ce3a812eb2
Fixed a test 2019-01-07 18:17:38 +01:00
Grzegorz Leoniec
4f50274b0d
Added more localizations 2019-01-07 18:17:21 +01:00
Grzegorz Leoniec
c156bcedc9
Added author location to quick user preview 2019-01-05 13:43:20 +01:00
Grzegorz Leoniec
662589e995
Removed console.log 2019-01-05 13:42:38 +01:00
Grzegorz Leoniec
f1392e47c5
disabled autocomplete on select 2019-01-04 15:03:52 +01:00
Grzegorz Leoniec
47c858d9d2
Improved locale handling 2019-01-04 15:03:35 +01:00
Grzegorz Leoniec
d1f0131e0e
Moved JWT_TOKEN and MAPBOX_TOKEN to .env 2019-01-04 14:59:23 +01:00
Grzegorz Leoniec
8b5c59d39a
try to fix memory leak 2019-01-04 14:50:55 +01:00
Grzegorz Leoniec
6e22dde22c
Merge branch 'master' into locations 2019-01-04 09:31:50 +01:00
dependabot[bot]
d7f9769e68
Merge pull request #113 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-vue-5.1.0 2019-01-03 07:31:42 +00:00
dependabot[bot]
b5f1688fb8
Bump eslint-plugin-vue from 5.0.0 to 5.1.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.0.0...v5.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 06:55:48 +00:00
dependabot[bot]
3f6ca51c11
Merge pull request #112 from Human-Connection/dependabot/npm_and_yarn/cookie-universal-nuxt-2.0.12 2019-01-03 06:49:19 +00:00
dependabot[bot]
9b7695d937
Bump cookie-universal-nuxt from 2.0.11 to 2.0.12
Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/microcipcip/cookie-universal/releases)
- [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.0.11...v2.0.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-03 04:46:22 +00:00
dependabot[bot]
a3171d3449
Merge pull request #105 from Human-Connection/dependabot/npm_and_yarn/vuex-i18n-1.10.9 2018-12-31 19:15:12 +00:00
dependabot[bot]
188e8e3a5f
Bump vuex-i18n from 1.10.5 to 1.10.9
Bumps [vuex-i18n](https://github.com/dkfbasel/vuex-i18n) from 1.10.5 to 1.10.9.
- [Release notes](https://github.com/dkfbasel/vuex-i18n/releases)
- [Commits](https://github.com/dkfbasel/vuex-i18n/compare/v1.10.5...v1.10.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 18:12:13 +00:00
dependabot[bot]
f5cca4f74c
Merge pull request #106 from Human-Connection/dependabot/npm_and_yarn/eslint-5.11.1 2018-12-31 18:08:36 +00:00
dependabot[bot]
bc96c7112f
Bump eslint from 5.11.0 to 5.11.1
Bumps [eslint](https://github.com/eslint/eslint) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.11.0...v5.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 17:45:27 +00:00
dependabot[bot]
4e91a9798a
Merge pull request #108 from Human-Connection/dependabot/npm_and_yarn/@vue/server-test-utils-1.0.0-beta.28 2018-12-31 17:43:20 +00:00
dependabot[bot]
82026a116f
Bump @vue/server-test-utils from 1.0.0-beta.27 to 1.0.0-beta.28
Bumps [@vue/server-test-utils](https://github.com/vuejs/vue-test-utils) from 1.0.0-beta.27 to 1.0.0-beta.28.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.27...v1.0.0-beta.28)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 17:21:28 +00:00
Grzegorz Leoniec
991b27a9f7
Merge pull request #109 from Human-Connection/dependabot/npm_and_yarn/@vue/test-utils-1.0.0-beta.28
Bump @vue/test-utils from 1.0.0-beta.27 to 1.0.0-beta.28
2018-12-31 18:15:42 +01:00
dependabot[bot]
e2e9528894
Bump @vue/test-utils from 1.0.0-beta.27 to 1.0.0-beta.28
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils) from 1.0.0-beta.27 to 1.0.0-beta.28.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.27...v1.0.0-beta.28)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 14:15:58 +00:00
Grzegorz Leoniec
5908be404f
Merge pull request #110 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-prettier-3.0.1
Bump eslint-plugin-prettier from 3.0.0 to 3.0.1
2018-12-31 15:13:55 +01:00
dependabot[bot]
11dfa00f3e
Bump eslint-plugin-prettier from 3.0.0 to 3.0.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-31 04:38:29 +00:00
Grzegorz Leoniec
cad596357a
Little style improvements 2018-12-29 16:29:41 +01:00
Grzegorz Leoniec
bbe1d4e7c3
merged master in 2018-12-29 16:09:06 +01:00
Grzegorz Leoniec
313538bd0c
Merge pull request #103 from Human-Connection/dependabot/npm_and_yarn/eslint-5.11.0
Bump eslint from 5.10.0 to 5.11.0
2018-12-24 16:47:16 +01:00
Grzegorz Leoniec
241a14f09c
Merge pull request #100 from Human-Connection/refactor_login_method_and_setup_unit_tests
Refactor login method and setup unit tests
2018-12-24 16:46:09 +01:00
Grzegorz Leoniec
8b40bae372
Merge branch 'master' into refactor_login_method_and_setup_unit_tests 2018-12-24 16:17:54 +01:00
Grzegorz Leoniec
cb256bdf49
Merge pull request #104 from Human-Connection/imgbot
[ImgBot] Optimize images
2018-12-24 16:04:43 +01:00
ImgBotApp
433d698419
[ImgBot] Optimize images
/static/img/sign-up/humanconnection.png -- 220.04kb -> 129.61kb (41.1%)
2018-12-24 14:33:15 +00:00
Robert Schäfer
eaddac15cc
Merge branch 'master' into dependabot/npm_and_yarn/eslint-5.11.0 2018-12-24 15:30:45 +01:00
Robert Schäfer
70739faef4
Merge pull request #99 from Human-Connection/i18n-pure
Integrate i18n
2018-12-24 15:30:29 +01:00
dependabot[bot]
9d79612cdf
Bump eslint from 5.10.0 to 5.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.10.0...v5.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-24 04:49:51 +00:00
Grzegorz Leoniec
6c2b606341
Updated translations 2018-12-21 15:42:25 +01:00
Grzegorz Leoniec
1e1864277d
Improved intarnationalization test 2018-12-21 15:31:07 +01:00
Grzegorz Leoniec
4fe90668a6
Improved internationalization tests 2018-12-21 15:27:11 +01:00
Grzegorz Leoniec
4a0d03e011
Refactored i18n plugin and fixed several bugs 2018-12-21 15:11:51 +01:00
Grzegorz Leoniec
4f3a18263b
Refactored internationalization tests 2018-12-21 15:11:13 +01:00
Grzegorz Leoniec
8106d632ed
fixed missing imports 2018-12-21 15:09:29 +01:00
Grzegorz Leoniec
043c8630e9
Added iso codes to locales 2018-12-21 14:57:44 +01:00
Grzegorz Leoniec
dc3a4204f8
Added lang attribute to html tag 2018-12-21 14:49:27 +01:00
Grzegorz Leoniec
3633ebe04f
removed vue-i18n in favor of vuex-i18n 2018-12-21 14:47:13 +01:00
Grzegorz Leoniec
f67345d246
Ignore .vscode 2018-12-21 10:25:12 +01:00