Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
roberto.santini
/
rapportinoRedmineBGWorld
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
reseed
Roberto Santini
1 jaar geleden
bovenliggende
c6408698cc
commit
8ef977b127
100 gewijzigde bestanden
met
toevoegingen van 1597
en
1693 verwijderingen
Zij-aan-zij weergave
Toon Diff Stats
0
0
.editorconfig
0
0
.env.example
0
0
.gitattributes
0
0
.gitignore
0
0
.styleci.yml
0
0
README.md
0
0
app/Console/Kernel.php
0
0
app/DataTables/AziendaDataTable.php
0
0
app/DataTables/AziendaDataTableEditor.php
0
0
app/DataTables/IssueDataTable.php
0
0
app/Exceptions/Handler.php
0
0
app/Http/Controllers/AziendaController.php
0
0
app/Http/Controllers/ConfigController.php
0
0
app/Http/Controllers/Controller.php
0
0
app/Http/Controllers/HomeController.php
0
0
app/Http/Controllers/IssueController.php
0
0
app/Http/Controllers/LoginController.php
0
0
app/Http/Controllers/RoleController.php
0
0
app/Http/Controllers/UserController.php
0
0
app/Http/Kernel.php
0
0
app/Http/Middleware/Authenticate.php
0
0
app/Http/Middleware/CheckRedmineAuth.php
0
0
app/Http/Middleware/EncryptCookies.php
0
0
app/Http/Middleware/PreventRequestsDuringMaintenance.php
0
0
app/Http/Middleware/RedirectIfAuthenticated.php
0
0
app/Http/Middleware/TrimStrings.php
0
0
app/Http/Middleware/TrustHosts.php
0
0
app/Http/Middleware/TrustProxies.php
0
0
app/Http/Middleware/VerifyCsrfToken.php
0
0
app/Models/AbstractModels/AbstractAzienda.php
0
0
app/Models/AbstractModels/AbstractConfig.php
0
0
app/Models/AbstractModels/AbstractUser.php
0
0
app/Models/Azienda.php
0
0
app/Models/Config.php
0
0
app/Models/Issue.php
0
0
app/Models/User.php
0
0
app/Providers/AppServiceProvider.php
0
0
app/Providers/AuthServiceProvider.php
0
0
app/Providers/BroadcastServiceProvider.php
0
0
app/Providers/EventServiceProvider.php
0
0
app/Providers/RouteServiceProvider.php
0
0
app/View/Components/AppLayout.php
0
0
app/View/Components/GuestLayout.php
0
0
bootstrap/app.php
0
0
bootstrap/cache/.gitignore
0
0
composer.json
1597
1693
composer.lock
0
0
config/app.php
0
0
config/auth.php
0
0
config/broadcasting.php
0
0
config/cache.php
0
0
config/cors.php
0
0
config/database.php
0
0
config/filesystems.php
0
0
config/hashing.php
0
0
config/logging.php
0
0
config/mail.php
0
0
config/queue.php
0
0
config/sanctum.php
0
0
config/services.php
0
0
config/session.php
0
0
config/view.php
0
0
database/.gitignore
0
0
database/factories/UserFactory.php
0
0
database/migrations/2022_03_11_154913_skipper_migrations_2022031115491329.php
0
0
database/migrations/2022_03_11_161942_skipper_migrations_2022031116194269.php
0
0
database/migrations/2022_03_11_165412_skipper_migrations_2022031116541229.php
0
0
database/migrations/2022_03_18_142224_skipper_migrations_2022031814222440.php
0
0
database/seeders/ConfigSeeder.php
0
0
database/seeders/DatabaseSeeder.php
0
0
package.json
0
0
phpunit.xml
0
0
public/.htaccess
0
0
public/assets/logo_rm.png
0
0
public/assets/sql/comune.sql
0
0
public/assets/sql/nazione.sql
0
0
public/assets/sql/provincia.sql
0
0
public/css/app.css
0
0
public/css/bootstrap-datetimepicker.min.css
0
0
public/css/custom.css
0
0
public/css/images/ui-icons_444444_256x240.png
0
0
public/css/images/ui-icons_555555_256x240.png
0
0
public/css/images/ui-icons_777620_256x240.png
0
0
public/css/images/ui-icons_777777_256x240.png
0
0
public/css/images/ui-icons_cc0000_256x240.png
0
0
public/css/images/ui-icons_ffffff_256x240.png
0
0
public/css/jquery-ui.css
0
0
public/css/sbadmin_pro.css
0
0
public/css/select2.min.css
0
0
public/favicon.ico
0
0
public/index.php
0
0
public/js/app.js
0
0
public/js/bootbox.all.min.js
0
0
public/js/bootstrap-datetimepicker.min.js
0
0
public/js/bootstrap.bundle-4.5.3.min.js
0
0
public/js/jquery-3.4.1.min.js
0
0
public/js/jquery-3.5.1.min.js
0
0
public/js/jquery-ui.js
0
0
public/js/jquery.key.js
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
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan