9916 Commits

Author SHA1 Message Date
9c7761eb1e
maintenance docu port corrected 2021-01-22 14:03:46 +01:00
48d3715628
removed unfunctional maintainer list 2021-01-22 13:59:59 +01:00
6463705d03
simplified docker installation instructions, remove tabs 2021-01-22 13:58:26 +01:00
5a6ad276b4
removed link to gitbook 2021-01-22 13:56:54 +01:00
36a5aaff36
Replaced HC Image with Ocelot Image 2021-01-22 13:52:31 +01:00
Wolfgang Huß
990b3506bb Merge branch 'fix_docker' of https://github.com/Ocelot-Social-Community/Ocelot-Social into fix_docker 2021-01-22 13:03:39 +01:00
930cce6b51
fixed neo4j query browser name - its not called playground 2021-01-22 11:31:31 +01:00
Wolfgang Huß
9dbe8bd257 Merge branch 'master' of https://github.com/Ocelot-Social-Community/Ocelot-Social into fix_docker 2021-01-22 11:21:19 +01:00
Brandon Tripp
e33da64c10
Merge pull request #4104 from Ocelot-Social-Community/bgt-german-umlaut-slug
[WIP] fix: 🍰 Issue #3504 umlaut encoding #3676
2021-01-21 15:39:52 -07:00
Moriz Wahl
721d248b19
Merge pull request #4148 from Ocelot-Social-Community/auto-detect-languages
feat: Auto Detect Language Of Posts
2021-01-21 21:32:45 +01:00
Moriz Wahl
4e423e6965 detect languages linting 2021-01-21 13:50:49 +01:00
Moriz Wahl
ca74c91fc9
language detect: remove unwanted db fields 2021-01-21 13:30:56 +01:00
Moriz Wahl
250d231a74
auto detect language. Input field in contribution form removed. 2021-01-21 13:30:56 +01:00
Moriz Wahl
5559a9bc06
detect languages removes html tags before detection 2021-01-21 13:25:46 +01:00
Moriz Wahl
3bd8a531f1
basic tests for language detection 2021-01-21 13:25:46 +01:00
Moriz Wahl
f3847e5c97
setup middleware for language detection 2021-01-21 13:25:46 +01:00
Brandon Tripp
00e0ccd7a4 The uniqueSlug charmap option was set to the multicharmap in order to keep the modified german umlaut settings to overide the internal settings for other diacritics. The test cases strings were extended to improve coverage of diacritic removal. 2021-01-20 18:49:04 -07:00
Moriz Wahl
9130b2bb50
Merge pull request #4154 from Ocelot-Social-Community/hot-fix.invite-codes
bug: hotfix for invite codes
2021-01-20 22:20:02 +01:00
Moriz Wahl
828ba7547f
Merge pull request #4134 from Ocelot-Social-Community/remove-categories
refactor: Disable Categories
2021-01-20 18:54:26 +01:00
Moriz Wahl
95a423a33a hotfix for invite codes 2021-01-20 18:49:51 +01:00
0081219926
remove unit tests - its too complicated for this PR 2021-01-20 15:15:26 +01:00
9f09c9f2fb
define remaining envs required 2021-01-20 15:07:55 +01:00
cb27c737ee
env in docker run command 2021-01-20 15:02:07 +01:00
42b9446d0a
define env variable in ci.yml 2021-01-20 14:53:48 +01:00
b9aa51edf3
try using sepperat commands 2021-01-20 14:44:40 +01:00
022f87e0c2
try to copy .env template 2021-01-20 14:36:52 +01:00
87db5ae31e
- corrected docu
- run unit test correctly for backend
2021-01-20 14:24:15 +01:00
d53ec6e05d
corrected yml syntax error 2021-01-20 14:17:41 +01:00
f7cb81f52a
include unit tests in github ci 2021-01-20 14:14:17 +01:00
ac3f330fd0
refactor some documentations 2021-01-20 14:04:25 +01:00
c41d32d527
- fixed node_modules running out of sync since they are on a volume for development docker builds 2021-01-20 13:43:22 +01:00
Moriz Wahl
8a4f64e030
Merge pull request #4125 from Ocelot-Social-Community/invite-codes
feat: Invite codes
2021-01-20 12:47:11 +01:00
Moriz Wahl
b5fc711521 remove-categories merged conflicts 2021-01-20 01:46:04 +01:00
Brandon Tripp
c8ac972e20 Linting fix. 2021-01-19 15:38:21 -07:00
a2fb94a7de
- CI: use build image instead of development, since development must be bound to a local volume with the source files 2021-01-19 23:32:31 +01:00
36afad0a67
-fix CI 2021-01-19 23:28:10 +01:00
3b3ff8ab03
- removed unused docker-compose files 2021-01-19 23:18:52 +01:00
33b8b001d7
- remove yarn run dev command since its part of the dockerfile for the production stage 2021-01-19 23:18:52 +01:00
cbf799d265
- build community edition of neo4j 2021-01-19 23:18:52 +01:00
0715310089
- refactor neo4j dockerfile
- support build stages community & enterprise
2021-01-19 23:18:52 +01:00
c9a5df0cd6
- fixed build version in webapp and backend 2021-01-19 23:18:52 +01:00
a662fed961
- override all image names for development
- structuring comment for service blocks
2021-01-19 23:18:52 +01:00
b25af045db
- include maintenance in production environment 2021-01-19 23:18:52 +01:00
7cc003602f
- docker-compose definition order 2021-01-19 23:18:52 +01:00
2518e38582
- webapp Dockerfile
- cleanup backend Dockerfile
- docker-compose cleanup
- docker-compose networks
- docker-compose for production, docker-compose.override for development
- security
- todos
2021-01-19 23:18:52 +01:00
269e38b56e
backend dockerfile and compose seem to be pretty solid now 2021-01-19 23:18:52 +01:00
0523c88bb8
- fixed docker compose for backend
- changed backend port to 4000
- removed volume from development build stage
2021-01-19 23:18:52 +01:00
a4e4d5d74e
New Dockerfile for the backend 2021-01-19 23:18:52 +01:00
Brandon Tripp
da99ee596e Linting for code changes. 2021-01-19 14:51:19 -07:00
Brandon Tripp
4c8eeb506e A charmap added for slug to transliterate the german umlauts and the spanish enya. The package was updated but does not accept the setting properly. 2021-01-19 14:51:19 -07:00