This website works better with JavaScript.
Domů
Procházet
Nápověda
Přihlásit se
roberto.santini
/
rapportinoRedmineBGWorld
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Activity
Procházet zdrojové kódy
reseed
Roberto Santini
před 1 rokem
rodič
c6408698cc
revize
8ef977b127
100 změnil soubory
, kde provedl
1597 přidání
a
1693 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
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
Zobrazit soubor
+ 0
- 0
.env.example
Zobrazit soubor
+ 0
- 0
.gitattributes
Zobrazit soubor
+ 0
- 0
.gitignore
Zobrazit soubor
+ 0
- 0
.styleci.yml
Zobrazit soubor
+ 0
- 0
README.md
Zobrazit soubor
+ 0
- 0
app/Console/Kernel.php
Zobrazit soubor
+ 0
- 0
app/DataTables/AziendaDataTable.php
Zobrazit soubor
+ 0
- 0
app/DataTables/AziendaDataTableEditor.php
Zobrazit soubor
+ 0
- 0
app/DataTables/IssueDataTable.php
Zobrazit soubor
+ 0
- 0
app/Exceptions/Handler.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/AziendaController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/ConfigController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/Controller.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/HomeController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/IssueController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/LoginController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/RoleController.php
Zobrazit soubor
+ 0
- 0
app/Http/Controllers/UserController.php
Zobrazit soubor
+ 0
- 0
app/Http/Kernel.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/Authenticate.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/CheckRedmineAuth.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/EncryptCookies.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/PreventRequestsDuringMaintenance.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/RedirectIfAuthenticated.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/TrimStrings.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/TrustHosts.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/TrustProxies.php
Zobrazit soubor
+ 0
- 0
app/Http/Middleware/VerifyCsrfToken.php
Zobrazit soubor
+ 0
- 0
app/Models/AbstractModels/AbstractAzienda.php
Zobrazit soubor
+ 0
- 0
app/Models/AbstractModels/AbstractConfig.php
Zobrazit soubor
+ 0
- 0
app/Models/AbstractModels/AbstractUser.php
Zobrazit soubor
+ 0
- 0
app/Models/Azienda.php
Zobrazit soubor
+ 0
- 0
app/Models/Config.php
Zobrazit soubor
+ 0
- 0
app/Models/Issue.php
Zobrazit soubor
+ 0
- 0
app/Models/User.php
Zobrazit soubor
+ 0
- 0
app/Providers/AppServiceProvider.php
Zobrazit soubor
+ 0
- 0
app/Providers/AuthServiceProvider.php
Zobrazit soubor
+ 0
- 0
app/Providers/BroadcastServiceProvider.php
Zobrazit soubor
+ 0
- 0
app/Providers/EventServiceProvider.php
Zobrazit soubor
+ 0
- 0
app/Providers/RouteServiceProvider.php
Zobrazit soubor
+ 0
- 0
app/View/Components/AppLayout.php
Zobrazit soubor
+ 0
- 0
app/View/Components/GuestLayout.php
Zobrazit soubor
+ 0
- 0
bootstrap/app.php
Zobrazit soubor
+ 0
- 0
bootstrap/cache/.gitignore
Zobrazit soubor
+ 0
- 0
composer.json
Zobrazit soubor
+ 1597
- 1693
composer.lock
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor
+ 0
- 0
config/app.php
Zobrazit soubor
+ 0
- 0
config/auth.php
Zobrazit soubor
+ 0
- 0
config/broadcasting.php
Zobrazit soubor
+ 0
- 0
config/cache.php
Zobrazit soubor
+ 0
- 0
config/cors.php
Zobrazit soubor
+ 0
- 0
config/database.php
Zobrazit soubor
+ 0
- 0
config/filesystems.php
Zobrazit soubor
+ 0
- 0
config/hashing.php
Zobrazit soubor
+ 0
- 0
config/logging.php
Zobrazit soubor
+ 0
- 0
config/mail.php
Zobrazit soubor
+ 0
- 0
config/queue.php
Zobrazit soubor
+ 0
- 0
config/sanctum.php
Zobrazit soubor
+ 0
- 0
config/services.php
Zobrazit soubor
+ 0
- 0
config/session.php
Zobrazit soubor
+ 0
- 0
config/view.php
Zobrazit soubor
+ 0
- 0
database/.gitignore
Zobrazit soubor
+ 0
- 0
database/factories/UserFactory.php
Zobrazit soubor
+ 0
- 0
database/migrations/2022_03_11_154913_skipper_migrations_2022031115491329.php
Zobrazit soubor
+ 0
- 0
database/migrations/2022_03_11_161942_skipper_migrations_2022031116194269.php
Zobrazit soubor
+ 0
- 0
database/migrations/2022_03_11_165412_skipper_migrations_2022031116541229.php
Zobrazit soubor
+ 0
- 0
database/migrations/2022_03_18_142224_skipper_migrations_2022031814222440.php
Zobrazit soubor
+ 0
- 0
database/seeders/ConfigSeeder.php
Zobrazit soubor
+ 0
- 0
database/seeders/DatabaseSeeder.php
Zobrazit soubor
+ 0
- 0
package.json
Zobrazit soubor
+ 0
- 0
phpunit.xml
Zobrazit soubor
+ 0
- 0
public/.htaccess
Zobrazit soubor
+ 0
- 0
public/assets/logo_rm.png
Zobrazit soubor
+ 0
- 0
public/assets/sql/comune.sql
Zobrazit soubor
+ 0
- 0
public/assets/sql/nazione.sql
Zobrazit soubor
+ 0
- 0
public/assets/sql/provincia.sql
Zobrazit soubor
+ 0
- 0
public/css/app.css
Zobrazit soubor
+ 0
- 0
public/css/bootstrap-datetimepicker.min.css
Zobrazit soubor
+ 0
- 0
public/css/custom.css
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_444444_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_555555_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_777620_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_777777_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_cc0000_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/images/ui-icons_ffffff_256x240.png
Zobrazit soubor
+ 0
- 0
public/css/jquery-ui.css
Zobrazit soubor
+ 0
- 0
public/css/sbadmin_pro.css
Zobrazit soubor
+ 0
- 0
public/css/select2.min.css
Zobrazit soubor
+ 0
- 0
public/favicon.ico
Zobrazit soubor
+ 0
- 0
public/index.php
Zobrazit soubor
+ 0
- 0
public/js/app.js
Zobrazit soubor
+ 0
- 0
public/js/bootbox.all.min.js
Zobrazit soubor
+ 0
- 0
public/js/bootstrap-datetimepicker.min.js
Zobrazit soubor
+ 0
- 0
public/js/bootstrap.bundle-4.5.3.min.js
Zobrazit soubor
+ 0
- 0
public/js/jquery-3.4.1.min.js
Zobrazit soubor
+ 0
- 0
public/js/jquery-3.5.1.min.js
Zobrazit soubor
+ 0
- 0
public/js/jquery-ui.js
Zobrazit soubor
+ 0
- 0
public/js/jquery.key.js
Zobrazit soubor
+ 0
- 0
public/js/moment-with-locales.js
Zobrazit soubor
Některé soubory nejsou zobrazny, neboť je v této revizi změněno mnoho souborů
Write
Preview
Loading…
Zrušit
Uložit