.gitignore000066400000000000000000000003371516544076000130610ustar00rootroot00000000000000/build /node_modules /*.log /*.iws .idea/workspace.xml .idea/tasks.xml .idea/profiles_settings.xml .idea/inspectionProfiles/Project_Default.xml .idea/inspectionProfiles/profiles_settings.xml node_modules/.yarn-integrity .gitmodules000066400000000000000000000017571516544076000132550ustar00rootroot00000000000000[submodule "corifeus-utils"] path=corifeus-utils url=https://github.com/patrikx3/corifeus-utils branch=master [submodule "corifeus-builder"] path=corifeus-builder url=https://github.com/patrikx3/corifeus-builder branch=master [submodule "corifeus-builder-angular"] path=corifeus-builder-angular url=https://github.com/patrikx3/corifeus-builder-angular branch=master [submodule "corifeus-server"] path=corifeus-server url=https://github.com/patrikx3/corifeus-server branch=master [submodule "corifeus-web"] path=corifeus-web url=https://github.com/patrikx3/corifeus-web branch=master [submodule "corifeus-web-material"] path=corifeus-web-material url=https://github.com/patrikx3/corifeus-web-material branch=master [submodule "corifeus-app-web-pages"] path=corifeus-app-web-pages url=https://github.com/patrikx3/corifeus-app-web-pages branch=master [submodule "corifeus-app-server-patrikx3"] path=corifeus-app-server-patrikx3 url=https://github.com/patrikx3/corifeus-app-server-patrikx3 branch=master .idea/000077500000000000000000000000001516544076000120465ustar00rootroot00000000000000.idea/codeStyleSettings.xml000066400000000000000000000004251516544076000162450ustar00rootroot00000000000000 .idea/corifeus.iml000066400000000000000000000005201516544076000143650ustar00rootroot00000000000000 .idea/modules.xml000066400000000000000000000033111516544076000142360ustar00rootroot00000000000000 .idea/php.xml000066400000000000000000000003301516544076000133530ustar00rootroot00000000000000 .idea/vcs.xml000066400000000000000000000014641516544076000133700ustar00rootroot00000000000000 .npmignore000066400000000000000000000002501516544076000130620ustar00rootroot00000000000000/.idea /artifacts /build /Gemfile /_layouts /_site /_includes /test /node_modules /*.iml /*.ipr /*.iws /.travis.yml /.scrutinizer.yml /Gruntfile.js /corifeus-boot.json .travis.yml000066400000000000000000000014301516544076000131750ustar00rootroot00000000000000language: node_js node_js: - node before_script: - npm install -g grunt-cli npm env: global: secure: X2PB9oS2zxBG1t66YbDIjDqt1t/CHPL53wG/SY8diAHgnq2FjoKT4bp2Y9PWsO74xw22AdaqbRowLjqJAb5cjEEINW+olyvwKGjFF6KE3smJDZtBq9twk5/mMQaOBYpbunkiuIV8yghhXUOoKUKTieJn87nLSBq27MagBTZosmwxH8ja87eLUcHfAULtf4htThznZaBBXgfqWj4kYVm/a7pA2pqnFN0YVTc4sBNjRKXjoqSxSBqTgX7fYEGKbgSxpmwbUJdPqLLtG3hFknSvsFcVJzql8R30WGeKJsh0de9Gxfm66jsKAeZ7EUiA6uimCmqFaFW1FAhrhtE0EqiI0EiNPMm7mPTiLnKDbilu5wIkf1aIKMqJ3+AcNsqG+S7CDbZbBo3yP5jxvWXZeTHfTcrHyIeTi9H7inKqQjr8ZDhahlsvkSKfIjbWf3uuXUj5+GRiaOgmzgFab1IdpMh7xolh+AfCrMbGY4ABIT8XBI8CdwLlFNHrNYE6tD9pK/0fpQD2+IQZk/KxX5TOosJj7dfKd5WCOqIN9DwJ+KXqaaegbTkxJH4DG00LDyyNqsmUGbfrzl+3ZfN+wmPFzngxlSDUqz5tPL6uHx3b8wN3bis7Fts5kGEpcPOJwCAeKFZ2+q6TJnKbhNNtWfVxgKTRJZA1xLVKcV2zP2tUPZQOunk= Gruntfile.js000066400000000000000000000040771516544076000133730ustar00rootroot00000000000000const utils = require('corifeus-utils'); module.exports = (grunt) => { const _ = require('lodash'); const builder = require(`corifeus-builder`); const loader = new builder.loader(grunt); loader.js(); grunt.registerTask('cory-load-modules', async function() { const done = this.async(); try { let replace = ''; /* let finds = await utils.fs.find({ find: 'package.json', }); const path = require('path') const findsP3x = await utils.fs.find({ root: path.resolve(process.cwd(), '../p3x'), find: 'package.json', }); finds = finds.concat(findsP3x) */ const packages = (await utils.http.request('https://server.patrikx3.com/api/patrikx3/git/repos')).body.repo let sortedObject = {} sortedObject = Object.keys(packages).sort((a, b) => { return packages[b].corifeus.stargazers_count - packages[a].corifeus.stargazers_count }).reduce((prev, curr, i) => { prev[i] = packages[curr] return prev }, {}) Object.keys(sortedObject).forEach((key) => { const pkg = sortedObject[key] const desc = pkg.description ; replace += `### ${desc} [Wiki](https://pages.corifeus.com/${pkg.corifeus.reponame}) - [Github](https://github.com/patrikx3/${pkg.corifeus.reponame}) ` }) const config = grunt.config.get('cory-replace'); config['projects'] = { prefix: '[//]: #@corifeus-projects', postfix: '[//]: #@corifeus-projects:end', replace: replace, files: [ 'README.md', ] } grunt.config.set('cory-replace', config) done(); } catch(e) { done(e) } }); grunt.registerTask('default', ['cory-load-modules'].concat(builder.config.task.build.js)); } LICENSE000066400000000000000000000022621516544076000120750ustar00rootroot00000000000000 @license corifeus v2019.1.8-5 ๐ŸŽฎ Corifeus Matrix https://pages.corifeus.com/corifeus Copyright (c) 2019 Patrik Laszlo / P3X / Corifeus and contributors. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. README.md000066400000000000000000000234511516544076000123520ustar00rootroot00000000000000[//]: #@corifeus-header [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Build Status](https://api.travis-ci.com/patrikx3/corifeus.svg?branch=master)](https://travis-ci.com/patrikx3/corifeus) [![Uptime Robot ratio (30 days)](https://img.shields.io/uptimerobot/ratio/m780749701-41bcade28c1ea8154eda7cca.svg)](https://uptimerobot.patrikx3.com/) --- # ๐ŸŽฎ Corifeus Matrix v2019.1.8-5 ๐Ÿ™ This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much! I run my own server with dynamic IP address, so, it may happen, that the server can not be reachable for about max 15 minutes, due to nature of the dynamic DNS. The server may also be unreachable, when I backup the SSD with Clonzilla (very rarely) or an electrical issue (but this should not happen again). When the server is down, please hang on for 15-30 minutes and the server will be back up. All my domains (patrikx3.com and corifeus.com) could have errors, since I am developing in my free time. However, it is usually stable. **Bugs are evidentโ„ข - MATRIX๏ธ** ### Node Version Requirement ``` >=10.13.0 ``` ### Built on Node ``` v11.6.0 ``` The ```async``` and ```await``` keywords are required. Install NodeJs: https://nodejs.org/en/download/package-manager/ # Description [//]: #@corifeus-header:end # About Corifeus Matrix provides microservices, web and Electron apps (as well Ionic) on GitHub . ## Programs including [//]: #@corifeus-projects ### ๐Ÿ“š P3X Onenote Linux [Wiki](https://pages.corifeus.com/onenote) - [Github](https://github.com/patrikx3/onenote) ### ๐Ÿ“ก P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by Electron. [Wiki](https://pages.corifeus.com/redis-ui) - [Github](https://github.com/patrikx3/redis-ui) ### ๐Ÿ†– Angular Dynamic Compile component, that turns a string into a compiled component [Wiki](https://pages.corifeus.com/angular-compile) - [Github](https://github.com/patrikx3/angular-compile) ### ๐Ÿ’พ RAM disk persistent with Systemd timer, service and suspend [Wiki](https://pages.corifeus.com/ramdisk) - [Github](https://github.com/patrikx3/ramdisk) ### ๐Ÿค– P3X Gitlist - A decorated enhanced elegant, feature rich and modern private git ui repository viewer [Wiki](https://pages.corifeus.com/gitlist) - [Github](https://github.com/patrikx3/gitlist) ### ๐ŸŒ Freenom API - Promise and auto renew expiring domains [Wiki](https://pages.corifeus.com/freenom) - [Github](https://github.com/patrikx3/freenom) ### โ˜• OpenWrt Latest Stable with latest NodeJs, kaloz/mwlwifi's latest WIFI driver, latest Redis stable [Wiki](https://pages.corifeus.com/openwrt-insomnia) - [Github](https://github.com/patrikx3/openwrt-insomnia) ### โœจ Debian Stretch / Buster / Bullseye / Testing MongoDB and MongoDB Tools build stable [Wiki](https://pages.corifeus.com/docker-debian-testing-mongodb-stable) - [Github](https://github.com/patrikx3/docker-debian-testing-mongodb-stable) ### ๐Ÿ“ก The OpenWrt Redis stable version package [Wiki](https://pages.corifeus.com/openwrt-redis) - [Github](https://github.com/patrikx3/openwrt-redis) ### ๐Ÿ‘ฎ AES secure folder encrypt and decrypt [Wiki](https://pages.corifeus.com/aes-folder) - [Github](https://github.com/patrikx3/aes-folder) ### ๐Ÿ•ธ๏ธ Corifeus App Web Pages - Support [Wiki](https://pages.corifeus.com/corifeus-app-web-pages) - [Github](https://github.com/patrikx3/corifeus-app-web-pages) ### ๐ŸŽฎ Corifeus Matrix [Wiki](https://pages.corifeus.com/corifeus) - [Github](https://github.com/patrikx3/corifeus) ### ๐ŸŒด Corifeus Web Material - Amazing [Wiki](https://pages.corifeus.com/corifeus-web-material) - [Github](https://github.com/patrikx3/corifeus-web-material) ### ๐Ÿšง Grunt Express Server updated with additional options [Wiki](https://pages.corifeus.com/grunt-p3x-express) - [Github](https://github.com/patrikx3/grunt-p3x-express) ### ๐Ÿ“ƒ Generates PDF from HTML with custom headers and footers with wkhtmltopdf [Wiki](https://pages.corifeus.com/html-pdf) - [Github](https://github.com/patrikx3/html-pdf) ### ๐Ÿ๏ธ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface. [Wiki](https://pages.corifeus.com/redis-ui-server) - [Github](https://github.com/patrikx3/redis-ui-server) ### ๐Ÿ–ฅ๏ธ Corifeus App Server P3X - Spectrum [Wiki](https://pages.corifeus.com/corifeus-app-server-patrikx3) - [Github](https://github.com/patrikx3/corifeus-app-server-patrikx3) ### ๐Ÿ—๏ธ Corifeus Builder - Make [Wiki](https://pages.corifeus.com/corifeus-builder) - [Github](https://github.com/patrikx3/corifeus-builder) ### ๐Ÿ›๏ธ Corifeus Builder Angular - Prototype [Wiki](https://pages.corifeus.com/corifeus-builder-angular) - [Github](https://github.com/patrikx3/corifeus-builder-angular) ### ๐Ÿ Corifeus Server - Motor [Wiki](https://pages.corifeus.com/corifeus-server) - [Github](https://github.com/patrikx3/corifeus-server) ### ๐ŸŒณ Corifeus Web - Forest [Wiki](https://pages.corifeus.com/corifeus-web) - [Github](https://github.com/patrikx3/corifeus-web) ### โค๏ธ Corifeus Utils - Memory [Wiki](https://pages.corifeus.com/corifeus-utils) - [Github](https://github.com/patrikx3/corifeus-utils) ### A Facebook Fortune Cookie App [Wiki](https://pages.corifeus.com/fortune-cookie) - [Github](https://github.com/patrikx3/fortune-cookie) ### ๐Ÿค– P3X Experimental AI / machine learning / tensors based UI playground [Wiki](https://pages.corifeus.com/play-ai-ui) - [Github](https://github.com/patrikx3/play-ai-ui) ### ๐Ÿ’ฟ The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io [Wiki](https://pages.corifeus.com/redis-ui-material) - [Github](https://github.com/patrikx3/redis-ui-material) ### โŒš SystemD Manager, watchdog, notifier and service [Wiki](https://pages.corifeus.com/systemd-manager) - [Github](https://github.com/patrikx3/systemd-manager) ### ๐Ÿ’ฃ Tools [Wiki](https://pages.corifeus.com/tools) - [Github](https://github.com/patrikx3/tools) [//]: #@corifeus-projects:end # Webpack repos * gitlist * redis-ui-material * fortune-cookie * corifeus-builder-angular * sygnus ngivr builder webpack ## History ... ... is a platform for core (auth / REST / CI), CMS, commercial and enterprise resource planning. #### [The name of the platform.](https://en.wikipedia.org/wiki/Coryphaeus) #### [Code style](artifacts/readme/code-style.md) #### [Architecture](artifacts/readme/arthictecture/overview.md) #### [Design Patterns](artifacts/readme/patterns.md) ## Scenarios web, android, ios, cli, rest, cordova, electron ## Code names Linux, Logico, Vader, Spawn, Mafia, Insomnia, MissOut, Support, Tempo, Matrix, CIA, Amazing, Next, WwkhtmlTox, Last, Forest, Memory, Motor, Make, Prototype, Spectrum, Flap, Split, Fireball, Reverse, 2Q, Robo8X, **Venture, Backwash, Howling, Crusoe, Tracktor, White Raven, Waterflood, Done, Legend, Halite, Micro, Sunday, Forty, Mafia, Hurricane, Nanometer, Elektra, Tension, Lazy, DoinIt, Fresh, Breeze, Breaking, Turbo, Underground, Q, Thunder Cluster** ## Agent p3x-robot, robo8x, corifeus-server-renderer ## Colors Brown and green, like the forest and blue like the sky. ## Frameworks, B2B Travis, Github, NPM, Docker, MIT License, Grunt, ES.NEXT, TypeScript, WebPack, ReactiveX ### Mixed Composable / Pluggable / Patterns / Extensibility / De-couple / Loose-based # Install Requires minimum NodeJs v11, GIT and ```npm install -g npm-check-updates yarn grunt-cli``` ## Windows / Powershell ```powershell iwr https://raw.githubusercontent.com/patrikx3/corifeus/master/scripts/init.ps1 -UseBasicParsing | iex # or, add credit $cred = Get-Credential iwr https://git.patrikx3.com/corifeus.git/raw/master/scripts/init.ps1 -Credential $cred -UseBasicParsing | iex ``` ## \*nix / BSD / Bash / Curl ```bash curl -sL https://raw.githubusercontent.com/patrikx3/corifeus/master/scripts/init.sh | bash - # or curl -sL -u patrikx3 https://git.patrikx3.com/corifeus.git/raw/master/scripts/init.sh | bash - ``` # Inception 2016\. December 25. [//]: #@corifeus-footer --- [**CORIFEUS**](https://pages.corifeus.com/corifeus) Build v2019.1.8-5 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) ## P3X Sponsors [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/) [The Smartest IDE for MongoDB](https://www.nosqlbooster.com) [//]: #@corifeus-footer:end artifacts/000077500000000000000000000000001516544076000130465ustar00rootroot00000000000000artifacts/readme/000077500000000000000000000000001516544076000143035ustar00rootroot00000000000000artifacts/readme/arthictecture/000077500000000000000000000000001516544076000171515ustar00rootroot00000000000000artifacts/readme/arthictecture/overview.md000066400000000000000000000053701516544076000213460ustar00rootroot00000000000000[//]: #@corifeus-header # ๐ŸŽฎ Corifeus Matrix [//]: #@corifeus-header:end # Architecture ![Corifeus Architecture](https://patrikx3.com/files/playground/corifeus-architecture/corifeus-p3x-tdd-component.svg) ## Interoperability * Client * Javascript _latest_ * TypeScript _latest_ * Server * NodeJs * JavaScript * Integration * Joomla * Wordpress * Drupal ## Version control systems * Git ## Documentation * JSDoc ## Template * HTML * Angular Typescript * PDF ## Style * CSS * SASS ## Data * MongoDB / Mongoose * XML * REST ## Development * Skeleton * Iterative * Refactored * Driven * Model * Test * Unit / Behavior / Should - find something simpler than Should, I just need simple asserts * Mocha / Karma / Protractor * **Only test the required specifications, don't test everything** ## Continuous integration / build * Grunt * Travis * Scrutinizer * Docker * WebPack ## Schema / Model * Mongoose * Uses multiple models * master * settings * role * user / role / authentication / categories / tags * commercial / product / order / invoice * erp ## Validation * Shared / Same for client and server ## Internationalization * Shared / Same for client and server ## Live [ReactiveX](http://reactivex.io/) [SocketIO](http://socket.io/) ## Deployment * Server * core * commercial * erp * Client * web angular typescript / angular material typescript * core - login/profile * commercial - product/order/invoice * erp - stock/warehouse ## Scenarios * core + api/commercial + angular/commercial + web * core + api/erp + angular/erp + web * core + api/erp + angular/erp + cordova + ios * core + api/erp + angular/erp + cordova + android * server/commercial + CLI * server/erp + CLI * ... etc ... [//]: #@corifeus-footer --- [**CORIFEUS**](https://pages.corifeus.com/corifeus) Build v2019.1.8-5 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) ## P3X Sponsors [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/) [The Smartest IDE for MongoDB](https://www.nosqlbooster.com) [//]: #@corifeus-footer:endartifacts/readme/code-style.md000066400000000000000000000074701516544076000167050ustar00rootroot00000000000000[//]: #@corifeus-header # ๐ŸŽฎ Corifeus Matrix [//]: #@corifeus-header:end # Code style ## Case we use ```camelCase = theFirstIsSmallTheRestIsCapital``` ```kabeb-case = meaning-only-lower-case-and-a-z-and-dash-and-numbers``` ## Case we do not use ```PascalCase = JustAlphaAndAlwaysCapitalWords``` ## CSS Prefix ``` kabeb-case ``` **Prefix so that get away form namespace clashes.** ```.cory = corifeus``` ```css .cory-something { font-family: "Corifeus"; } ``` ## HTML Prefix ``` kabeb-case ``` **Prefix so that get away form namespace clashes.** It is both for tags and attributes. ``cory = corifeus`` ```html ``` ## Url ``` kabeb-case ``` ```bash https://localhost/very-long-sentance/is/just/kebab-case.html ``` ## Path ``` kabeb-case ``` ```bash /module-one/love/live/path.js /try/code-style/by/class.js ``` ## Filename ``` kabeb-case ``` ```bash // function camel-case.js // class camel-case-is-kebab-as-well.js // html file kabeb-case.html // regular file kebab-case.any kabeb-case.js kabeb-case.pdf kabeb-case.html kabeb-case.css ``` ## Namespace ``` camelCase ``` The namespace = ```corifeus``` ```js // JavaScript global.corifeus.camelCase = () => console.log('camelCase'); global.corifeus.camelCase = class camelCaseClass {}; ``` ## Variables ``` camelCase ``` ```js // JavaScript const variableIsCool = 'camelCase'; let anotherVariable = false; var oldTypeVariable = 'cool'; ``` ## Functions ``` camelCase ``` ```js // JavaScript function justSimpleFunction() { console.log('alsoCamelCase') } ``` ## Prototype based class ``` camelCase ``` ```js // JavaScript function prototypeBasedClass() { console.log('likeAClassIsCamelCase'); } prototypeBasedClass.staticFunction = function() {} prototypeBasedClass.staticVariable = true; prototypeBasedClass.prototype.instanceFunction = function() {} prototypeBasedClass.prototype.instanceVariable = true; ``` ## Classes Usually, we do not use OOP in JavaScript, for us, it is too functional to use OOP instead. Only TypeScript uses a lot of OOP. JavaScript is much functional. We like simple solutions, instead of being too strict programming, of course JavaScript allows some strict functions... ๐Ÿ™ˆ ``` camelCase ``` ```js // JavaScript class simpleClass { constructor() {} instanceFunctionCamelCase() {} get instanceProperty() { return true; } set instanceProperty(value) { this._instanceProperty = value; } static classMethod() { console.log('camelCase'); } static get classProperty() { return 'camelCase'; } } ``` ## Objects ``` camelCase ``` ```js // JavaScript const objects = { variableNow: camelCase, methodName: camelCase, nameOfTheClass: camelCase, staticFuncitonName: camelCase.static, instance: camelCase.variable } ``` [//]: #@corifeus-footer --- [**CORIFEUS**](https://pages.corifeus.com/corifeus) Build v2019.1.8-5 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) ## P3X Sponsors [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/) [The Smartest IDE for MongoDB](https://www.nosqlbooster.com) [//]: #@corifeus-footer:endartifacts/readme/patterns.md000066400000000000000000000035031516544076000164660ustar00rootroot00000000000000[//]: #@corifeus-header # ๐ŸŽฎ Corifeus Matrix [//]: #@corifeus-header:end # Patterns * core - implemented in server / client * schema * validation * types * relations by schema * json schema * data * query * paginate / page * limit / max * sort * count * search / find * delete * disable * id * all * last * first * auth * login * logout * live / socket.io / reactivex / observable * model * entity * created * modified * version * disabled * deleted * validation * user * role * category / tag * client * notification / growl / smack - multiple! * angular * virtual list / like facebook list with live update * live / socket.io * form * validation * grid / list / thumbnail * pagination * query / search * sort [//]: #@corifeus-footer --- [**CORIFEUS**](https://pages.corifeus.com/corifeus) Build v2019.1.8-5 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) ## P3X Sponsors [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/) [The Smartest IDE for MongoDB](https://www.nosqlbooster.com) [//]: #@corifeus-footer:endcorifeus-app-server-patrikx3/000077500000000000000000000000001516544076000165325ustar00rootroot00000000000000corifeus-app-web-pages/000077500000000000000000000000001516544076000153335ustar00rootroot00000000000000corifeus-builder/000077500000000000000000000000001516544076000143315ustar00rootroot00000000000000corifeus-builder-angular/000077500000000000000000000000001516544076000157605ustar00rootroot00000000000000corifeus-server/000077500000000000000000000000001516544076000142115ustar00rootroot00000000000000corifeus-utils/000077500000000000000000000000001516544076000140435ustar00rootroot00000000000000corifeus-web/000077500000000000000000000000001516544076000134605ustar00rootroot00000000000000corifeus-web-material/000077500000000000000000000000001516544076000152545ustar00rootroot00000000000000corifeus.iml000066400000000000000000000006241516544076000134120ustar00rootroot00000000000000 package.json000066400000000000000000000033571516544076000133640ustar00rootroot00000000000000{ "name": "corifeus", "version": "2019.1.8-5", "corifeus": { "icon": "fab fa-superpowers", "inception": "12/25/2016", "code": "Matrix", "cdn": true, "menu": [ { "name": "menu-corifeus-code-style", "link": "artifacts/readme/code-style.html" }, { "name": "menu-corifeus-architecture", "link": "artifacts/readme/arthictecture/overview.html" }, { "name": "menu-corifeus-patterns", "link": "artifacts/readme/patterns.html" }, { "name": "menu-corifeus-more-origin", "link": "https://en.wikipedia.org/wiki/Coryphaeus" } ], "nodejs": "v11.6.0", "opencollective": false, "reponame": "corifeus", "build": true }, "description": "๐ŸŽฎ Corifeus Matrix", "main": "src/index.js", "directories": { "test": "test" }, "scripts": { "test": "grunt", "coverage": "istanbul cover node_modules/mocha/bin/_mocha --report clover -- -R spec test/mocha/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/corifeus.git" }, "keywords": [ "corifeus", "one", "platform" ], "author": "Patrik Laszlo ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/corifeus/issues" }, "homepage": "https://pages.corifeus.com/corifeus", "devDependencies": { "corifeus-builder": "^2019.1.8-9", "corifeus-utils": "^2019.1.8-5" }, "engines": { "node": ">=10.13.0" } }scripts/000077500000000000000000000000001516544076000125555ustar00rootroot00000000000000scripts/init.ps1000066400000000000000000000003731516544076000141500ustar00rootroot00000000000000 git clone https://github.com/patrikx3/corifeus pushd corifeus git checkout master git submodule update --init --recursive --remote git submodule foreach --recursive git checkout master #yarn install #&git submodule foreach --recursive yarn install scripts/init.sh000077500000000000000000000004161516544076000140600ustar00rootroot00000000000000#!/usr/bin/env bash git clone https://github.com/patrikx3/corifeus.git pushd corifeus git checkout master git submodule update --init --recursive --remote git submodule foreach --recursive git checkout master yarn install git submodule foreach --recursive yarn install src/000077500000000000000000000000001516544076000116555ustar00rootroot00000000000000src/index.js000066400000000000000000000000431516544076000133170ustar00rootroot00000000000000module.exports = console.log('CI');