Merge branch 'developJC'
Showing
with
4643 additions
and
15 deletions
.gcloudignore
0 → 100644
.gitignore
0 → 100644
app.yaml
0 → 100644
app/Config.prod/App.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Config.prod/Autoload.php
0 → 100644
app/Config.prod/Boot/development.php
0 → 100644
app/Config.prod/Boot/production.php
0 → 100644
app/Config.prod/Boot/testing.php
0 → 100644
app/Config.prod/CURLRequest.php
0 → 100644
app/Config.prod/Cache.php
0 → 100644
app/Config.prod/Constants.php
0 → 100644
app/Config.prod/ContentSecurityPolicy.php
0 → 100644
app/Config.prod/Cookie.php
0 → 100644
app/Config.prod/Database.php
0 → 100644
app/Config.prod/DocTypes.php
0 → 100644
app/Config.prod/Email.php
0 → 100644
app/Config.prod/Encryption.php
0 → 100644
app/Config.prod/Events.php
0 → 100644
app/Config.prod/Exceptions.php
0 → 100644
app/Config.prod/Feature.php
0 → 100644
app/Config.prod/Filters.php
0 → 100644
app/Config.prod/ForeignCharacters.php
0 → 100644
app/Config.prod/Format.php
0 → 100644
app/Config.prod/Generators.php
0 → 100644
app/Config.prod/Honeypot.php
0 → 100644
app/Config.prod/Images.php
0 → 100644
app/Config.prod/Kint.php
0 → 100644
app/Config.prod/Logger.php
0 → 100644
app/Config.prod/Migrations.php
0 → 100644
app/Config.prod/Mimes.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Config.prod/Modules.php
0 → 100644
app/Config.prod/Pager.php
0 → 100644
app/Config.prod/Paths.php
0 → 100644
app/Config.prod/Publisher.php
0 → 100644
app/Config.prod/Routes.php
0 → 100644
app/Config.prod/Security.php
0 → 100644
app/Config.prod/Services.php
0 → 100644
app/Config.prod/Session.php
0 → 100644
app/Config.prod/Toolbar.php
0 → 100644
app/Config.prod/UserAgents.php
0 → 100644
app/Config.prod/Validation.php
0 → 100644
app/Config.prod/View.php
0 → 100644
app/Controllers/Insert.php
0 → 100644
app/Controllers/InsertRecipeController.php
0 → 100644
app/Controllers/RecipesController.php
0 → 100644
app/Controllers/User.php
0 → 100644
app/Filters/AdminAuth.php
0 → 100644
app/Filters/UserAuth.php
0 → 100644
app/Models/IngredientModel.php
0 → 100644
app/Models/RecipesIngredientModel.php
0 → 100644
app/Models/RecipesModel.php
0 → 100644
app/Models/UserModel.php
0 → 100644
app/Views/pages/insertRecipe.php
0 → 100644
app/Views/pages/profile_view.php
0 → 100644
app/Views/pages/recipe_view.php
0 → 100644
app/Views/pages/userRecipes.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Views/user/list.php
0 → 100644
app/Views/user/unauthorized.php
0 → 100644
| ... | ... | @@ -10,9 +10,7 @@ |
| "ext-json": "*", | ||
| "ext-mbstring": "*", | ||
| "laminas/laminas-escaper": "^2.9", | ||
| "psr/log": "^1.1" | ||
| }, | ||
| "require-dev": { | ||
| "psr/log": "^1.1", | ||
| "kint-php/kint": "^5.0.1", | ||
| "codeigniter/coding-standard": "^1.5", | ||
| "fakerphp/faker": "^1.9", | ||
| ... | ... |
gitignore
0 → 100644
php.ini
0 → 100644
public/css/insert.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/recipe_view.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/imagenes/2729270.png
0 → 100644
48.8 KB
public/imagenes/fondoLogin.jpg
0 → 100644
775 KB
public/imagenes/ingredientes/aceite.png
0 → 100644
20.9 KB
public/imagenes/ingredientes/aguadecoco.png
0 → 100644
21.7 KB
public/imagenes/ingredientes/ajo.png
0 → 100644
44.1 KB
public/imagenes/ingredientes/azucar.png
0 → 100644
20.4 KB
public/imagenes/ingredientes/bacon.png
0 → 100644
54.7 KB
public/imagenes/ingredientes/bbq.png
0 → 100644
20.9 KB
public/imagenes/ingredientes/bizcocho.png
0 → 100644
21.7 KB
public/imagenes/ingredientes/brandy.png
0 → 100644
24.9 KB
public/imagenes/ingredientes/cacao.png
0 → 100644
44.5 KB
public/imagenes/ingredientes/cafe.png
0 → 100644
48.7 KB
public/imagenes/ingredientes/calabaza.png
0 → 100644
37.2 KB
45.2 KB
public/imagenes/ingredientes/caldopollo.png
0 → 100644
60.6 KB
public/imagenes/ingredientes/carne.png
0 → 100644
49.5 KB
public/imagenes/ingredientes/carnePicada.png
0 → 100644
17.6 KB
public/imagenes/ingredientes/cebolla.png
0 → 100644
34.7 KB
public/imagenes/ingredientes/chile.png
0 → 100644
20.8 KB
public/imagenes/ingredientes/cilantro.png
0 → 100644
63 KB
public/imagenes/ingredientes/comino.png
0 → 100644
54.8 KB
public/imagenes/ingredientes/curry.png
0 → 100644
36.6 KB
public/imagenes/ingredientes/esparragos.png
0 → 100644
25.4 KB
public/imagenes/ingredientes/fideos.png
0 → 100644
54.1 KB
public/imagenes/ingredientes/garam.png
0 → 100644
20.2 KB
public/imagenes/ingredientes/hamburguesa.png
0 → 100644
34.4 KB
public/imagenes/ingredientes/harina.png
0 → 100644
23.3 KB
public/imagenes/ingredientes/huevo.png
0 → 100644
34 KB
public/imagenes/ingredientes/jengibre.png
0 → 100644
43 KB
public/imagenes/ingredientes/kebab.png
0 → 100644
20.1 KB
public/imagenes/ingredientes/ketchup.png
0 → 100644
24.6 KB
public/imagenes/ingredientes/lechuga.png
0 → 100644
51.8 KB
public/imagenes/ingredientes/mantequilla.png
0 → 100644
14 KB
public/imagenes/ingredientes/masaFilo.png
0 → 100644
15.7 KB
public/imagenes/ingredientes/mascarpone.png
0 → 100644
35.4 KB
public/imagenes/ingredientes/mayonesa.png
0 → 100644
30.2 KB
public/imagenes/ingredientes/naranja.png
0 → 100644
36.3 KB
public/imagenes/ingredientes/nata.png
0 → 100644
20.6 KB
public/imagenes/ingredientes/nuez.png
0 → 100644
45.4 KB
public/imagenes/ingredientes/otro.png
0 → 100644
26 KB
public/imagenes/ingredientes/pan.png
0 → 100644
14.9 KB
public/imagenes/ingredientes/pasta.png
0 → 100644
16.6 KB
public/imagenes/ingredientes/patata.png
0 → 100644
28 KB
public/imagenes/ingredientes/perejil.png
0 → 100644
35.1 KB
public/imagenes/ingredientes/pimienta.png
0 → 100644
19.1 KB
public/imagenes/ingredientes/pimiento.png
0 → 100644
39.3 KB
public/imagenes/ingredientes/pina.png
0 → 100644
36.7 KB
public/imagenes/ingredientes/pollo.png
0 → 100644
30.6 KB
public/imagenes/ingredientes/puerro.png
0 → 100644
16.8 KB
public/imagenes/ingredientes/queso.png
0 → 100644
20.3 KB
51.7 KB
public/imagenes/ingredientes/quesocrema.png
0 → 100644
20.8 KB
public/imagenes/ingredientes/rucula.png
0 → 100644
36.2 KB
public/imagenes/ingredientes/sal.png
0 → 100644
21.7 KB
public/imagenes/ingredientes/salchicha.png
0 → 100644
41.4 KB
public/imagenes/ingredientes/salsa.png
0 → 100644
14.7 KB
public/imagenes/ingredientes/setas.png
0 → 100644
18.7 KB
public/imagenes/ingredientes/soja.png
0 → 100644
17.5 KB
public/imagenes/ingredientes/tomate.png
0 → 100644
27.5 KB
public/imagenes/ingredientes/tortilla.png
0 → 100644
22.5 KB
public/imagenes/ingredientes/vino.png
0 → 100644
15.6 KB
public/imagenes/ingredientes/zanahoria.png
0 → 100644
29.3 KB
public/imagenes/profile.png
0 → 100644
20.3 KB
public/js/apexcharts.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/bootstrap.bundle.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/chart.umd.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/echarts.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/insert.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/quill.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/recipe_view.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/simple-database.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/simple-datatables.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/tinymce.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/apexcharts.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.bundle.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.bundle.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.bundle.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/bootstrap.bundle.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.esm.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.esm.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.esm.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/bootstrap.esm.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/bootstrap.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/chart.umd.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/echarts.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/insert.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/login.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/quill.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/recipe_view.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/simple-database.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/simple-datatables.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/recipe/js/tinymce.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/recipe/js/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-03-23.log
0 → 100644
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-03-24.log
0 → 100644
This diff could not be displayed because it is too large.
writable/logs/log-2023-03-27.log
0 → 100644
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-03-28.log
0 → 100644
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-03-31.log
0 → 100644
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-04-02.log
0 → 100644
This diff is collapsed.
Click to expand it.
writable/logs/log-2023-05-01.log
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment