Grzegorz Leoniec
aa920040a9
Try to fix build by providing default env vars
2019-01-12 14:48:03 +01:00
Grzegorz Leoniec
f6b5516352
Fixed content menu positioning
2019-01-12 14:39:28 +01:00
Grzegorz Leoniec
275b8d7261
Improved report dropdown on post view
2019-01-12 14:25:17 +01:00
Grzegorz Leoniec
1d5fde6086
Small improvements
2019-01-12 14:13:21 +01:00
Grzegorz Leoniec
1c2745ed2d
Translated report dialog and improved popover
2019-01-12 14:09:17 +01:00
Grzegorz Leoniec
e19de71cdb
Improved content menu
2019-01-12 13:40:07 +01:00
Grzegorz Leoniec
7dde1a1844
Added basic moderation interface
2019-01-11 19:20:00 +01:00
Robert Schäfer
096b3b7e9d
Use multiline strings in the step definition
...
@appinteractive I'm having trouble to run cypress on my machine right
now. But I think this is the correct syntax.
2019-01-11 18:46:35 +01:00
Robert Schäfer
bde7282f09
Try to substitute BACKEND_BRANCH env var properly
2019-01-11 18:19:18 +01:00
Grzegorz Leoniec
a914587f5c
Adjusted and optimized borderradius, tooltips and popovers
2019-01-11 18:15:21 +01:00
Robert Schäfer
a74a82ef23
Add missing JWT token to docker-compose.yml
...
How come that we didn't face this error earlier??
2019-01-11 17:42:05 +01:00
Robert Schäfer
c12250874f
Set protocol of github dependencies to https
...
I'm sitting in a café and its WiFi is blocking certain ports. I believe
this setting does not hurt and it fixes a connection issue in my current
situation.
2019-01-11 17:33:05 +01:00
Grzegorz Leoniec
c1fb68eb36
Report now works
2019-01-11 16:34:16 +01:00
Grzegorz Leoniec
487fe2aabe
Dispatch request for report
2019-01-11 15:57:31 +01:00
Grzegorz Leoniec
00e61e5978
Added translations for modal.
2019-01-11 15:24:31 +01:00
Grzegorz Leoniec
b2ab7e4301
merged master in
2019-01-11 15:19:02 +01:00
Grzegorz Leoniec
01ad6a9822
Added Content Menu and Report Modal
2019-01-11 15:11:49 +01:00
Grzegorz Leoniec
cd83d35dc7
Improved Modal
2019-01-11 15:11:17 +01:00
Grzegorz Leoniec
17a52fa8e5
Added Modal to our Styleguide
2019-01-11 14:54:21 +01:00
Grzegorz Leoniec
c144e12229
Added some transitions, animations and some more shadow variant to the styleguide
2019-01-11 14:53:57 +01:00
Grzegorz Leoniec
331ea6d0c1
Forgott some metter while teleporting
2019-01-11 14:53:13 +01:00
Grzegorz Leoniec
8c83019cf4
Introduced portal-vue component for teleporting components like... like in Portal 1 & 2
2019-01-11 14:52:40 +01:00
Robert Schäfer
b7c0b5d2fa
Add missing MAPBOX_TOKEN
2019-01-11 14:36:37 +01:00
Robert Schäfer
82eb66a170
Merge remote-tracking branch 'origin/master' into locations
2019-01-11 13:56:40 +01:00
Robert Schäfer
9825b4107c
Merge pull request #115 from Human-Connection/93-minimize-docker-image-size-with-multi-stage-build
...
Multistage build docker
2019-01-11 12:31:40 +01:00
Robert Schäfer
8ee883954c
Merge branch 'master' into 93-minimize-docker-image-size-with-multi-stage-build
2019-01-11 01:31:10 +01:00
Robert Schäfer
521a868ca8
Revert "Try to help @mattwr18"
...
This reverts commit 6b4601e9d14d63362877e293b7219d23cf1b4ecd.
@mattwr18 for reasons I don't understand, our build server hangs
https://travis-ci.com/Human-Connection/Nitro-Web/builds/96979338
Honestly, I start to think this is a bug in `docker-compose`
2019-01-11 01:14:48 +01:00
Robert Schäfer
6b4601e9d1
Try to help @mattwr18
...
I give up now after numerous attempts to reduce the docker image size.
The only thing left is that I've put the NODE_ENV=.. configuration in
the docker-compose.X.yml files, I think that's slightly cleaner
2019-01-11 00:54:43 +01:00
Grzegorz Leoniec
02ed3db6fc
Improved integration tests
2019-01-10 15:55:05 +01:00
Grzegorz Leoniec
c45be5f39b
Fixed i18n on SSR
2019-01-10 15:32:54 +01:00
Grzegorz Leoniec
9cfbb8429b
Removed unused steps
2019-01-10 13:54:01 +01:00
Grzegorz Leoniec
a6b8a81574
Renamed scenario "I change my name" to "change username"
2019-01-10 13:51:45 +01:00
Grzegorz Leoniec
5c7ecfc6a6
Improved integration tests
2019-01-10 13:50:20 +01:00
Grzegorz Leoniec
3382c5ef6f
Removed unused comment slashes
2019-01-10 12:11:26 +01:00
Grzegorz Leoniec
89fb7e8e07
Merged master in
2019-01-10 12:08:13 +01:00
Grzegorz Leoniec
c124602c89
Merge pull request #129 from Human-Connection/improve-dropdown
...
Improve dropdown
2019-01-10 12:03:00 +01:00
Grzegorz Leoniec
4676f5af5c
Fixed is-exact usage ofr user menu and optimized Dropdown internals
2019-01-10 12:01:27 +01:00
Grzegorz Leoniec
e9ac233d6c
Use Dropdown in Author Component
2019-01-10 10:29:21 +01:00
Grzegorz Leoniec
78978e9bdb
Added disabled, isOpen, openMenu, closeMenu to Dropdown
2019-01-10 10:29:02 +01:00
Grzegorz Leoniec
a7010d32cf
Improve Dropdown
2019-01-10 09:47:35 +01:00
Matt Rider
bae7b7b74d
Merge branch 'master' of github.com:Human-Connection/Nitro-Web into 93-minimize-docker-image-size-with-multi-stage-build
2019-01-09 20:18:36 -02:00
Matt Rider
6948c147e2
Remove un-needed copies
2019-01-09 20:05:04 -02:00
Matt Rider
b17107438c
Revert to passing build
2019-01-09 19:52:38 -02:00
Matt Rider
19a298d7f6
Add back static and plugins copy from build and test
2019-01-09 19:36:37 -02:00
Matt Rider
0acca8c73f
Add copy everything in build and test
2019-01-09 19:15:48 -02:00
Matt Rider
cca09415c3
Fix copy path
2019-01-09 19:14:38 -02:00
Matt Rider
1a234e70f8
Copy over styleguide/dist
2019-01-09 18:54:42 -02:00
Grzegorz Leoniec
ac04e766f9
Removed console log
2019-01-09 17:52:39 +01:00
Grzegorz Leoniec
2cb18f33d5
Try to fix build - issue #128
2019-01-09 17:43:09 +01:00
Grzegorz Leoniec
bfee061a26
Added JWT_SECRET from env var
2019-01-09 17:22:02 +01:00