Roberto Santini 1 jaar geleden
bovenliggende
commit
8ef977b127
100 gewijzigde bestanden met toevoegingen van 1597 en 1693 verwijderingen
  1. 0
    0
      .editorconfig
  2. 0
    0
      .env.example
  3. 0
    0
      .gitattributes
  4. 0
    0
      .gitignore
  5. 0
    0
      .styleci.yml
  6. 0
    0
      README.md
  7. 0
    0
      app/Console/Kernel.php
  8. 0
    0
      app/DataTables/AziendaDataTable.php
  9. 0
    0
      app/DataTables/AziendaDataTableEditor.php
  10. 0
    0
      app/DataTables/IssueDataTable.php
  11. 0
    0
      app/Exceptions/Handler.php
  12. 0
    0
      app/Http/Controllers/AziendaController.php
  13. 0
    0
      app/Http/Controllers/ConfigController.php
  14. 0
    0
      app/Http/Controllers/Controller.php
  15. 0
    0
      app/Http/Controllers/HomeController.php
  16. 0
    0
      app/Http/Controllers/IssueController.php
  17. 0
    0
      app/Http/Controllers/LoginController.php
  18. 0
    0
      app/Http/Controllers/RoleController.php
  19. 0
    0
      app/Http/Controllers/UserController.php
  20. 0
    0
      app/Http/Kernel.php
  21. 0
    0
      app/Http/Middleware/Authenticate.php
  22. 0
    0
      app/Http/Middleware/CheckRedmineAuth.php
  23. 0
    0
      app/Http/Middleware/EncryptCookies.php
  24. 0
    0
      app/Http/Middleware/PreventRequestsDuringMaintenance.php
  25. 0
    0
      app/Http/Middleware/RedirectIfAuthenticated.php
  26. 0
    0
      app/Http/Middleware/TrimStrings.php
  27. 0
    0
      app/Http/Middleware/TrustHosts.php
  28. 0
    0
      app/Http/Middleware/TrustProxies.php
  29. 0
    0
      app/Http/Middleware/VerifyCsrfToken.php
  30. 0
    0
      app/Models/AbstractModels/AbstractAzienda.php
  31. 0
    0
      app/Models/AbstractModels/AbstractConfig.php
  32. 0
    0
      app/Models/AbstractModels/AbstractUser.php
  33. 0
    0
      app/Models/Azienda.php
  34. 0
    0
      app/Models/Config.php
  35. 0
    0
      app/Models/Issue.php
  36. 0
    0
      app/Models/User.php
  37. 0
    0
      app/Providers/AppServiceProvider.php
  38. 0
    0
      app/Providers/AuthServiceProvider.php
  39. 0
    0
      app/Providers/BroadcastServiceProvider.php
  40. 0
    0
      app/Providers/EventServiceProvider.php
  41. 0
    0
      app/Providers/RouteServiceProvider.php
  42. 0
    0
      app/View/Components/AppLayout.php
  43. 0
    0
      app/View/Components/GuestLayout.php
  44. 0
    0
      bootstrap/app.php
  45. 0
    0
      bootstrap/cache/.gitignore
  46. 0
    0
      composer.json
  47. 1597
    1693
      composer.lock
  48. 0
    0
      config/app.php
  49. 0
    0
      config/auth.php
  50. 0
    0
      config/broadcasting.php
  51. 0
    0
      config/cache.php
  52. 0
    0
      config/cors.php
  53. 0
    0
      config/database.php
  54. 0
    0
      config/filesystems.php
  55. 0
    0
      config/hashing.php
  56. 0
    0
      config/logging.php
  57. 0
    0
      config/mail.php
  58. 0
    0
      config/queue.php
  59. 0
    0
      config/sanctum.php
  60. 0
    0
      config/services.php
  61. 0
    0
      config/session.php
  62. 0
    0
      config/view.php
  63. 0
    0
      database/.gitignore
  64. 0
    0
      database/factories/UserFactory.php
  65. 0
    0
      database/migrations/2022_03_11_154913_skipper_migrations_2022031115491329.php
  66. 0
    0
      database/migrations/2022_03_11_161942_skipper_migrations_2022031116194269.php
  67. 0
    0
      database/migrations/2022_03_11_165412_skipper_migrations_2022031116541229.php
  68. 0
    0
      database/migrations/2022_03_18_142224_skipper_migrations_2022031814222440.php
  69. 0
    0
      database/seeders/ConfigSeeder.php
  70. 0
    0
      database/seeders/DatabaseSeeder.php
  71. 0
    0
      package.json
  72. 0
    0
      phpunit.xml
  73. 0
    0
      public/.htaccess
  74. 0
    0
      public/assets/logo_rm.png
  75. 0
    0
      public/assets/sql/comune.sql
  76. 0
    0
      public/assets/sql/nazione.sql
  77. 0
    0
      public/assets/sql/provincia.sql
  78. 0
    0
      public/css/app.css
  79. 0
    0
      public/css/bootstrap-datetimepicker.min.css
  80. 0
    0
      public/css/custom.css
  81. 0
    0
      public/css/images/ui-icons_444444_256x240.png
  82. 0
    0
      public/css/images/ui-icons_555555_256x240.png
  83. 0
    0
      public/css/images/ui-icons_777620_256x240.png
  84. 0
    0
      public/css/images/ui-icons_777777_256x240.png
  85. 0
    0
      public/css/images/ui-icons_cc0000_256x240.png
  86. 0
    0
      public/css/images/ui-icons_ffffff_256x240.png
  87. 0
    0
      public/css/jquery-ui.css
  88. 0
    0
      public/css/sbadmin_pro.css
  89. 0
    0
      public/css/select2.min.css
  90. 0
    0
      public/favicon.ico
  91. 0
    0
      public/index.php
  92. 0
    0
      public/js/app.js
  93. 0
    0
      public/js/bootbox.all.min.js
  94. 0
    0
      public/js/bootstrap-datetimepicker.min.js
  95. 0
    0
      public/js/bootstrap.bundle-4.5.3.min.js
  96. 0
    0
      public/js/jquery-3.4.1.min.js
  97. 0
    0
      public/js/jquery-3.5.1.min.js
  98. 0
    0
      public/js/jquery-ui.js
  99. 0
    0
      public/js/jquery.key.js
  100. 0
    0
      public/js/moment-with-locales.js

+ 0
- 0
.editorconfig Bestand weergeven


+ 0
- 0
.env.example Bestand weergeven


+ 0
- 0
.gitattributes Bestand weergeven


+ 0
- 0
.gitignore Bestand weergeven


+ 0
- 0
.styleci.yml Bestand weergeven


+ 0
- 0
README.md Bestand weergeven


+ 0
- 0
app/Console/Kernel.php Bestand weergeven


+ 0
- 0
app/DataTables/AziendaDataTable.php Bestand weergeven


+ 0
- 0
app/DataTables/AziendaDataTableEditor.php Bestand weergeven


+ 0
- 0
app/DataTables/IssueDataTable.php Bestand weergeven


+ 0
- 0
app/Exceptions/Handler.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/AziendaController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/ConfigController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/Controller.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/HomeController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/IssueController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/LoginController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/RoleController.php Bestand weergeven


+ 0
- 0
app/Http/Controllers/UserController.php Bestand weergeven


+ 0
- 0
app/Http/Kernel.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/Authenticate.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/CheckRedmineAuth.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/EncryptCookies.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/PreventRequestsDuringMaintenance.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/RedirectIfAuthenticated.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/TrimStrings.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/TrustHosts.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/TrustProxies.php Bestand weergeven


+ 0
- 0
app/Http/Middleware/VerifyCsrfToken.php Bestand weergeven


+ 0
- 0
app/Models/AbstractModels/AbstractAzienda.php Bestand weergeven


+ 0
- 0
app/Models/AbstractModels/AbstractConfig.php Bestand weergeven


+ 0
- 0
app/Models/AbstractModels/AbstractUser.php Bestand weergeven


+ 0
- 0
app/Models/Azienda.php Bestand weergeven


+ 0
- 0
app/Models/Config.php Bestand weergeven


+ 0
- 0
app/Models/Issue.php Bestand weergeven


+ 0
- 0
app/Models/User.php Bestand weergeven


+ 0
- 0
app/Providers/AppServiceProvider.php Bestand weergeven


+ 0
- 0
app/Providers/AuthServiceProvider.php Bestand weergeven


+ 0
- 0
app/Providers/BroadcastServiceProvider.php Bestand weergeven


+ 0
- 0
app/Providers/EventServiceProvider.php Bestand weergeven


+ 0
- 0
app/Providers/RouteServiceProvider.php Bestand weergeven


+ 0
- 0
app/View/Components/AppLayout.php Bestand weergeven


+ 0
- 0
app/View/Components/GuestLayout.php Bestand weergeven


+ 0
- 0
bootstrap/app.php Bestand weergeven


+ 0
- 0
bootstrap/cache/.gitignore Bestand weergeven


+ 0
- 0
composer.json Bestand weergeven


+ 1597
- 1693
composer.lock
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 0
- 0
config/app.php Bestand weergeven


+ 0
- 0
config/auth.php Bestand weergeven


+ 0
- 0
config/broadcasting.php Bestand weergeven


+ 0
- 0
config/cache.php Bestand weergeven


+ 0
- 0
config/cors.php Bestand weergeven


+ 0
- 0
config/database.php Bestand weergeven


+ 0
- 0
config/filesystems.php Bestand weergeven


+ 0
- 0
config/hashing.php Bestand weergeven


+ 0
- 0
config/logging.php Bestand weergeven


+ 0
- 0
config/mail.php Bestand weergeven


+ 0
- 0
config/queue.php Bestand weergeven


+ 0
- 0
config/sanctum.php Bestand weergeven


+ 0
- 0
config/services.php Bestand weergeven


+ 0
- 0
config/session.php Bestand weergeven


+ 0
- 0
config/view.php Bestand weergeven


+ 0
- 0
database/.gitignore Bestand weergeven


+ 0
- 0
database/factories/UserFactory.php Bestand weergeven


+ 0
- 0
database/migrations/2022_03_11_154913_skipper_migrations_2022031115491329.php Bestand weergeven


+ 0
- 0
database/migrations/2022_03_11_161942_skipper_migrations_2022031116194269.php Bestand weergeven


+ 0
- 0
database/migrations/2022_03_11_165412_skipper_migrations_2022031116541229.php Bestand weergeven


+ 0
- 0
database/migrations/2022_03_18_142224_skipper_migrations_2022031814222440.php Bestand weergeven


+ 0
- 0
database/seeders/ConfigSeeder.php Bestand weergeven


+ 0
- 0
database/seeders/DatabaseSeeder.php Bestand weergeven


+ 0
- 0
package.json Bestand weergeven


+ 0
- 0
phpunit.xml Bestand weergeven


+ 0
- 0
public/.htaccess Bestand weergeven


+ 0
- 0
public/assets/logo_rm.png Bestand weergeven


+ 0
- 0
public/assets/sql/comune.sql Bestand weergeven


+ 0
- 0
public/assets/sql/nazione.sql Bestand weergeven


+ 0
- 0
public/assets/sql/provincia.sql Bestand weergeven


+ 0
- 0
public/css/app.css Bestand weergeven


+ 0
- 0
public/css/bootstrap-datetimepicker.min.css Bestand weergeven


+ 0
- 0
public/css/custom.css Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_444444_256x240.png Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_555555_256x240.png Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_777620_256x240.png Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_777777_256x240.png Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_cc0000_256x240.png Bestand weergeven


+ 0
- 0
public/css/images/ui-icons_ffffff_256x240.png Bestand weergeven


+ 0
- 0
public/css/jquery-ui.css Bestand weergeven


+ 0
- 0
public/css/sbadmin_pro.css Bestand weergeven


+ 0
- 0
public/css/select2.min.css Bestand weergeven


+ 0
- 0
public/favicon.ico Bestand weergeven


+ 0
- 0
public/index.php Bestand weergeven


+ 0
- 0
public/js/app.js Bestand weergeven


+ 0
- 0
public/js/bootbox.all.min.js Bestand weergeven


+ 0
- 0
public/js/bootstrap-datetimepicker.min.js Bestand weergeven


+ 0
- 0
public/js/bootstrap.bundle-4.5.3.min.js Bestand weergeven


+ 0
- 0
public/js/jquery-3.4.1.min.js Bestand weergeven


+ 0
- 0
public/js/jquery-3.5.1.min.js Bestand weergeven


+ 0
- 0
public/js/jquery-ui.js Bestand weergeven


+ 0
- 0
public/js/jquery.key.js Bestand weergeven


+ 0
- 0
public/js/moment-with-locales.js Bestand weergeven


Some files were not shown because too many files changed in this diff

Laden…
Annuleren
Opslaan