This website works better with JavaScript
Home
Explore
Help
Sign In
bux
/
muzich
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Truc chelou avec les droits sur les fichiers :S
bastien
13 years ago
parent
6d42154d24
commit
35f8004614
100 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
+ 0
- 0
app/.htaccess
View File
+ 0
- 0
app/AppCache.php
View File
+ 0
- 0
app/AppKernel.php
View File
+ 0
- 0
app/Resources/FOSUserBundle/views/layout.html.twig
View File
+ 0
- 0
app/Resources/MuzichIndexBundle/views/layout.html.twig
View File
+ 0
- 0
app/Resources/views/base.html.twig
View File
+ 0
- 0
app/autoload.php
View File
+ 0
- 0
app/bootstrap.php.cache
View File
+ 0
- 0
app/check.php
View File
+ 0
- 0
app/config/config_dev.yml
View File
+ 0
- 0
app/config/config_prod.yml
View File
+ 0
- 0
app/config/config_test.yml
View File
+ 0
- 0
app/config/parameters.ini
View File
+ 0
- 0
app/config/parameters.ini~
View File
+ 0
- 0
app/config/routing.yml
View File
+ 0
- 0
app/config/routing_dev.yml
View File
+ 0
- 0
app/config/security.yml
View File
+ 0
- 0
app/phpunit.xml.dist
View File
+ 0
- 0
bin/.htaccess
View File
+ 0
- 0
deps
View File
+ 0
- 0
deps.lock
View File
+ 0
- 0
deps~
View File
+ 0
- 0
src/.htaccess
View File
+ 0
- 0
src/Acme/DemoBundle/AcmeDemoBundle.php
View File
+ 0
- 0
src/Acme/DemoBundle/Controller/DemoController.php
View File
+ 0
- 0
src/Acme/DemoBundle/Controller/SecuredController.php
View File
+ 0
- 0
src/Acme/DemoBundle/Controller/WelcomeController.php
View File
+ 0
- 0
src/Acme/DemoBundle/ControllerListener.php
View File
+ 0
- 0
src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php
View File
+ 0
- 0
src/Acme/DemoBundle/Form/ContactType.php
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/config/services.xml
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/css/demo.css
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/blue-arrow.png
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/field-background.gif
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/logo.gif
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/search.png
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Demo/index.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Secured/login.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Resources/views/layout.html.twig
View File
+ 0
- 0
src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
View File
+ 0
- 0
src/Acme/DemoBundle/Twig/Extension/DemoExtension.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Controller/SearchController.php
View File
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementData.php
View File
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementTypeData.php
View File
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadGroupData.php
View File
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadTagData.php
View File
+ 0
- 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersTagsFavoritesData.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/Element.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/ElementType.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/FollowGroup.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/FollowUser.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/Group.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/GroupsTagsFavorites.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/Tag.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/User.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Form/Search/ElementSearchForm.php
View File
+ 0
- 0
src/Muzich/CoreBundle/MuzichCoreBundle.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Repository/ElementRepository.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Repository/GroupRepository.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Repository/TagRepository.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Repository/UserRepository.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/config/routing.yml
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/config/security.yml
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/doc/index.rst
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/SearchElement/default.html.twig
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/SearchElement/form.html.twig
View File
+ 0
- 0
src/Muzich/CoreBundle/Resources/views/layout.html.twig
View File
+ 0
- 0
src/Muzich/CoreBundle/Searcher/ElementSearcher.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Searcher/Searcher.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Searcher/SearcherInterface.php
View File
+ 0
- 0
src/Muzich/CoreBundle/Searcher/UserAndGroupSearcher.php
View File
+ 0
- 0
src/Muzich/CoreBundle/lib/Controller.php
View File
+ 0
- 0
src/Muzich/HomeBundle/Controller/HomeController.php
View File
+ 0
- 0
src/Muzich/HomeBundle/Controller/ShowController.php
View File
+ 0
- 0
src/Muzich/HomeBundle/MuzichHomeBundle.php
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/config/routing.yml
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/doc/index.rst
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Home/index.html.twig
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig
View File
+ 0
- 0
src/Muzich/HomeBundle/Resources/views/layout.html.twig
View File
+ 0
- 0
src/Muzich/IndexBundle/Controller/IndexController.php
View File
+ 0
- 0
src/Muzich/IndexBundle/MuzichIndexBundle.php
View File
+ 0
- 0
src/Muzich/IndexBundle/Resources/config/routing.yml
View File
+ 0
- 0
src/Muzich/IndexBundle/Resources/doc/index.rst
View File
+ 0
- 0
src/Muzich/IndexBundle/Resources/views/Index/index.html.twig
View File
+ 0
- 0
src/Muzich/MynetworkBundle/Controller/MynetworkController.php
View File
+ 0
- 0
src/Muzich/MynetworkBundle/DependencyInjection/Configuration.php
View File
Some files were not shown because too many files changed in this diff