This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
bux
/
muzich
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Activity
Bläddra i källkod
Truc chelou avec les droits sur les fichiers :S
bastien
13 år sedan
förälder
6d42154d24
incheckning
35f8004614
100 ändrade filer
med
0 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
0
0
README.md
0
0
app/.htaccess
0
0
app/AppCache.php
0
0
app/AppKernel.php
0
0
app/Resources/FOSUserBundle/views/layout.html.twig
0
0
app/Resources/MuzichIndexBundle/views/layout.html.twig
0
0
app/Resources/views/base.html.twig
0
0
app/autoload.php
0
0
app/bootstrap.php.cache
0
0
app/check.php
0
0
app/config/config_dev.yml
0
0
app/config/config_prod.yml
0
0
app/config/config_test.yml
0
0
app/config/parameters.ini
0
0
app/config/parameters.ini~
0
0
app/config/routing.yml
0
0
app/config/routing_dev.yml
0
0
app/config/security.yml
0
0
app/phpunit.xml.dist
0
0
bin/.htaccess
0
0
deps
0
0
deps.lock
0
0
deps~
0
0
src/.htaccess
0
0
src/Acme/DemoBundle/AcmeDemoBundle.php
0
0
src/Acme/DemoBundle/Controller/DemoController.php
0
0
src/Acme/DemoBundle/Controller/SecuredController.php
0
0
src/Acme/DemoBundle/Controller/WelcomeController.php
0
0
src/Acme/DemoBundle/ControllerListener.php
0
0
src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php
0
0
src/Acme/DemoBundle/Form/ContactType.php
0
0
src/Acme/DemoBundle/Resources/config/services.xml
0
0
src/Acme/DemoBundle/Resources/public/css/demo.css
0
0
src/Acme/DemoBundle/Resources/public/images/blue-arrow.png
0
0
src/Acme/DemoBundle/Resources/public/images/field-background.gif
0
0
src/Acme/DemoBundle/Resources/public/images/logo.gif
0
0
src/Acme/DemoBundle/Resources/public/images/search.png
0
0
src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif
0
0
src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif
0
0
src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif
0
0
src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Demo/index.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Secured/login.html.twig
0
0
src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig
0
0
src/Acme/DemoBundle/Resources/views/layout.html.twig
0
0
src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
0
0
src/Acme/DemoBundle/Twig/Extension/DemoExtension.php
0
0
src/Muzich/CoreBundle/Controller/SearchController.php
0
0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementData.php
0
0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementTypeData.php
0
0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadGroupData.php
0
0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadTagData.php
0
0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersTagsFavoritesData.php
0
0
src/Muzich/CoreBundle/Entity/Element.php
0
0
src/Muzich/CoreBundle/Entity/ElementType.php
0
0
src/Muzich/CoreBundle/Entity/FollowGroup.php
0
0
src/Muzich/CoreBundle/Entity/FollowUser.php
0
0
src/Muzich/CoreBundle/Entity/Group.php
0
0
src/Muzich/CoreBundle/Entity/GroupsTagsFavorites.php
0
0
src/Muzich/CoreBundle/Entity/Tag.php
0
0
src/Muzich/CoreBundle/Entity/User.php
0
0
src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php
0
0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php
0
0
src/Muzich/CoreBundle/Form/Search/ElementSearchForm.php
0
0
src/Muzich/CoreBundle/MuzichCoreBundle.php
0
0
src/Muzich/CoreBundle/Repository/ElementRepository.php
0
0
src/Muzich/CoreBundle/Repository/GroupRepository.php
0
0
src/Muzich/CoreBundle/Repository/TagRepository.php
0
0
src/Muzich/CoreBundle/Repository/UserRepository.php
0
0
src/Muzich/CoreBundle/Resources/config/routing.yml
0
0
src/Muzich/CoreBundle/Resources/config/security.yml
0
0
src/Muzich/CoreBundle/Resources/doc/index.rst
0
0
src/Muzich/CoreBundle/Resources/views/SearchElement/default.html.twig
0
0
src/Muzich/CoreBundle/Resources/views/SearchElement/form.html.twig
0
0
src/Muzich/CoreBundle/Resources/views/layout.html.twig
0
0
src/Muzich/CoreBundle/Searcher/ElementSearcher.php
0
0
src/Muzich/CoreBundle/Searcher/Searcher.php
0
0
src/Muzich/CoreBundle/Searcher/SearcherInterface.php
0
0
src/Muzich/CoreBundle/Searcher/UserAndGroupSearcher.php
0
0
src/Muzich/CoreBundle/lib/Controller.php
0
0
src/Muzich/HomeBundle/Controller/HomeController.php
0
0
src/Muzich/HomeBundle/Controller/ShowController.php
0
0
src/Muzich/HomeBundle/MuzichHomeBundle.php
0
0
src/Muzich/HomeBundle/Resources/config/routing.yml
0
0
src/Muzich/HomeBundle/Resources/doc/index.rst
0
0
src/Muzich/HomeBundle/Resources/views/Home/index.html.twig
0
0
src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig
0
0
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig
0
0
src/Muzich/HomeBundle/Resources/views/layout.html.twig
0
0
src/Muzich/IndexBundle/Controller/IndexController.php
0
0
src/Muzich/IndexBundle/MuzichIndexBundle.php
0
0
src/Muzich/IndexBundle/Resources/config/routing.yml
0
0
src/Muzich/IndexBundle/Resources/doc/index.rst
0
0
src/Muzich/IndexBundle/Resources/views/Index/index.html.twig
0
0
src/Muzich/MynetworkBundle/Controller/MynetworkController.php
0
0
src/Muzich/MynetworkBundle/DependencyInjection/Configuration.php
+ 0
- 0
README.md
Visa fil
+ 0
- 0
app/.htaccess
Visa fil
+ 0
- 0
app/AppCache.php
Visa fil
+ 0
- 0
app/AppKernel.php
Visa fil
+ 0
- 0
app/Resources/FOSUserBundle/views/layout.html.twig
Visa fil
+ 0
- 0
app/Resources/MuzichIndexBundle/views/layout.html.twig
Visa fil
+ 0
- 0
app/Resources/views/base.html.twig
Visa fil
+ 0
- 0
app/autoload.php
Visa fil
+ 0
- 0
app/bootstrap.php.cache
Visa fil
+ 0
- 0
app/check.php
Visa fil
+ 0
- 0
app/config/config_dev.yml
Visa fil
+ 0
- 0
app/config/config_prod.yml
Visa fil
+ 0
- 0
app/config/config_test.yml
Visa fil
+ 0
- 0
app/config/parameters.ini
Visa fil
+ 0
- 0
app/config/parameters.ini~
Visa fil
+ 0
- 0
app/config/routing.yml
Visa fil
+ 0
- 0
app/config/routing_dev.yml
Visa fil
+ 0
- 0
app/config/security.yml
Visa fil
+ 0
- 0
app/phpunit.xml.dist
Visa fil
+ 0
- 0
bin/.htaccess
Visa fil
+ 0
- 0
deps
Visa fil
+ 0
- 0
deps.lock
Visa fil
+ 0
- 0
deps~
Visa fil
+ 0
- 0
src/.htaccess
Visa fil
+ 0
- 0
src/Acme/DemoBundle/AcmeDemoBundle.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Controller/DemoController.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Controller/SecuredController.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Controller/WelcomeController.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/ControllerListener.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Form/ContactType.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/config/services.xml
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/css/demo.css
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/blue-arrow.png
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/field-background.gif
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/logo.gif
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/search.png
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/index.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/login.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Resources/views/layout.html.twig
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
Visa fil
+ 0
- 0
src/Acme/DemoBundle/Twig/Extension/DemoExtension.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Controller/SearchController.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementData.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementTypeData.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadGroupData.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadTagData.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersTagsFavoritesData.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/Element.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/ElementType.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/FollowGroup.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/FollowUser.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/Group.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/GroupsTagsFavorites.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/Tag.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/User.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Form/Search/ElementSearchForm.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/MuzichCoreBundle.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Repository/ElementRepository.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Repository/GroupRepository.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Repository/TagRepository.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Repository/UserRepository.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/config/routing.yml
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/config/security.yml
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/doc/index.rst
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/SearchElement/default.html.twig
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/SearchElement/form.html.twig
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/layout.html.twig
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Searcher/ElementSearcher.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Searcher/Searcher.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Searcher/SearcherInterface.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/Searcher/UserAndGroupSearcher.php
Visa fil
+ 0
- 0
src/Muzich/CoreBundle/lib/Controller.php
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Controller/HomeController.php
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Controller/ShowController.php
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/MuzichHomeBundle.php
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/config/routing.yml
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/doc/index.rst
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Home/index.html.twig
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig
Visa fil
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/layout.html.twig
Visa fil
+ 0
- 0
src/Muzich/IndexBundle/Controller/IndexController.php
Visa fil
+ 0
- 0
src/Muzich/IndexBundle/MuzichIndexBundle.php
Visa fil
+ 0
- 0
src/Muzich/IndexBundle/Resources/config/routing.yml
Visa fil
+ 0
- 0
src/Muzich/IndexBundle/Resources/doc/index.rst
Visa fil
+ 0
- 0
src/Muzich/IndexBundle/Resources/views/Index/index.html.twig
Visa fil
+ 0
- 0
src/Muzich/MynetworkBundle/Controller/MynetworkController.php
Visa fil
+ 0
- 0
src/Muzich/MynetworkBundle/DependencyInjection/Configuration.php
Visa fil
Vissa filer visades inte eftersom för många filer har ändrats