11170 Commits

Author SHA1 Message Date
b202241ff1
- workflow jobs aint gonna do the job for now 2021-01-30 04:03:12 +01:00
129339e11f
- checkout code is not persistent between jobs 2021-01-30 03:58:48 +01:00
5050174eb1
- fixed typo 2021-01-30 03:53:27 +01:00
980da55162
- split ci jobs to make them run in parallel
- include backend unit tests
2021-01-30 03:52:26 +01:00
e37d9f34bc
- lint fixes 2021-01-29 20:48:12 +01:00
9bf90bc880
- make cookie time configurable (default: 2 years)
- make cookie https setting configurable (default true in production)
- ensure cookie is set to `path: /` to fix redirect problem
2021-01-29 20:45:54 +01:00
Moriz Wahl
0af45c0156 change role as admin tests added. current user cannot change own role 2021-01-29 14:16:42 +01:00
309c89ecf8
Merge pull request #4179 from Ocelot-Social-Community/statistics-test
bug: DB Reset At Start Of Statistics Test In Backend
2021-01-29 12:06:03 +01:00
Moriz Wahl
5ed6fb7c62
Merge pull request #4153 from Ocelot-Social-Community/docu_kubernetes
docu_kubernetes
2021-01-29 12:03:04 +01:00
Moriz Wahl
65d33ccdae db reset at start of statistics test in backend must be async 2021-01-28 20:29:54 +01:00
Moriz Wahl
9a6759aae4 db reset at start of statistics test in backend 2021-01-28 20:26:49 +01:00
Wolfgang Huß
3d1e07a40f Collect submit data 2021-01-28 20:24:22 +01:00
35cfcfc1a2
Merge pull request #4133 from Ocelot-Social-Community/refactor_config
Refactor config
2021-01-28 20:22:21 +01:00
Wolfgang Huß
d77e0fc0b6 Delete console.log 2021-01-28 20:05:07 +01:00
Moriz Wahl
5d14ebc113
Merge pull request #4144 from Ocelot-Social-Community/2144-Add_Search_Results_Page
feat: 🍰 Search Results Page
2021-01-28 20:00:32 +01:00
Wolfgang Huß
963fb234b3 Handle validation of create user account and submit 2021-01-28 20:00:19 +01:00
a6bd42856a
- fixed config import
- default for STYLEGUIDE_DEV config
2021-01-28 17:47:55 +01:00
9f549371f7
fixed dockerfile for maintenance with new config 2021-01-28 17:47:55 +01:00
7d66431049
introduced config file for webapp 2021-01-28 17:47:55 +01:00
13c8b85c78
refactor backend config 2021-01-28 17:47:55 +01:00
5ef781c49d
Merge pull request #4151 from Ocelot-Social-Community/fix_docker
Rework dockerfiles & docker-compose
2021-01-28 17:14:12 +01:00
Wolfgang Huß
61666fbd74 Introduced 'sliderData' 2021-01-28 15:51:17 +01:00
Wolfgang Huß
5601821c88 Change 'enter-nonce' to 'enter-invite' 2021-01-28 13:56:50 +01:00
Wolfgang Huß
2068dd507b Play with callbacks 2021-01-28 13:52:47 +01:00
3b8646b44e
- lint fix 2021-01-28 00:51:03 +01:00
f4bab1997d
-fixed test to work in docker and local environment 2021-01-28 00:46:11 +01:00
Wolfgang Huß
e062cbaa0c Implement ResistrationEnterInvite.vue, start 2021-01-27 17:14:36 +01:00
Wolfgang Huß
1ffcb0f077 Add ComponentSlider and RegistrationSlider, as well as story, starting 2021-01-27 11:12:41 +01:00
Wolfgang Huß
da041db83a Add Story for CreateUserAccount.vue, as well for experimenting with storybook 2021-01-27 11:12:41 +01:00
Wolfgang Huß
a69a310ff0 Refactor SearchInput.vue storybook, but couldn't fix it
- If I run 'yarn storybook' and chose 'SearchInput' the error 'undefined is not an object (evaluating '$i18n.locale')' still occurs.
2021-01-26 09:54:07 +01:00
Wolfgang Huß
cf9eafa2eb Refactor TabNavigator.vue storybook entry 2021-01-26 09:50:10 +01:00
Wolfgang Huß
3ef41adfb1 Refactor TabNavigator.story.js 2021-01-25 15:28:07 +01:00
Wolfgang Huß
1f8fdb78fd Write unit test for TabNavigator.vue 2021-01-25 11:00:08 +01:00
Wolfgang Huß
7ffd8c59cb Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 2144-Add_Search_Results_Page 2021-01-25 08:24:47 +01:00
narendra chandra
d5e227a38a Added user role change feature 2021-01-24 21:07:45 -05:00
4842c5d7fe
Fixed no-env-warning to be more precise 2021-01-23 21:45:02 +01:00
52842c51bb
- working production docker-compose setup 2021-01-23 03:10:07 +01:00
c5a1243b4b
- corrected comment 2021-01-23 02:09:44 +01:00
210e09a12a
docker compose does not work out of the box with ci. Therefore this is for another PR 2021-01-23 02:03:01 +01:00
124ab5e31f
- test docker compose for backend tests 2021-01-23 01:56:06 +01:00
203b4b80ab
- fixed typo 2021-01-22 17:51:00 +01:00
c420e18543
- lint fixes 2021-01-22 17:38:54 +01:00
cd42824502
force NODE_ENV=test also on backend tests 2021-01-22 17:33:33 +01:00
d8d22015d0
- fixed webapp tests
- corrected docker image name
2021-01-22 17:29:58 +01:00
4b04a6bb5c
- fixed webfinger test to work with docker(hackfix)
- fixed permissions middleware to properly authenticate users
2021-01-22 16:53:13 +01:00
9ecdfdab44
frontend tests for ci (test) 2021-01-22 14:45:09 +01:00
47f58a3c5e
some comment-styling issues 2021-01-22 14:25:05 +01:00
c3147bbd4a
Update docker-compose.yml
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2021-01-22 14:19:23 +01:00
169b0b4520
Update docker-compose.override.yml
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2021-01-22 14:17:53 +01:00
29f8f00587
Update README.md
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2021-01-22 14:17:39 +01:00