This commit is contained in:
Fergal Moran
2016-06-21 10:18:40 +01:00
parent 84cdd04900
commit 8bc258f917
336 changed files with 0 additions and 0 deletions

0
.bowerrc Executable file → Normal file
View File

0
.buildignore Executable file → Normal file
View File

0
.editorconfig Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
.travis.yml Executable file → Normal file
View File

0
.yo-rc.json Executable file → Normal file
View File

0
Gruntfile.js Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
bower.json Executable file → Normal file
View File

0
client/.htaccess Executable file → Normal file
View File

0
client/.jshintrc Executable file → Normal file
View File

0
client/app/app.js Executable file → Normal file
View File

0
client/app/app.less Executable file → Normal file
View File

0
client/app/components/chatbar/chatbar.controller.js Executable file → Normal file
View File

0
client/app/components/comments/comments.directive.js Executable file → Normal file
View File

0
client/app/components/comments/comments.less Executable file → Normal file
View File

0
client/app/components/footer/footer.controller.js Executable file → Normal file
View File

0
client/app/components/footer/footer.controller.spec.js Executable file → Normal file
View File

0
client/app/components/footer/footer.html Executable file → Normal file
View File

0
client/app/components/footer/footer.less Executable file → Normal file
View File

View File

0
client/app/components/navbar/navbar.controller.js Executable file → Normal file
View File

0
client/app/components/navbar/navbar.html Executable file → Normal file
View File

View File

0
client/app/constants/audio.js Executable file → Normal file
View File

0
client/app/constants/backends.js Executable file → Normal file
View File

0
client/app/constants/chat.js Executable file → Normal file
View File

0
client/app/constants/messages.js Executable file → Normal file
View File

0
client/app/constants/playstates.js Executable file → Normal file
View File

0
client/app/constants/storage.js Executable file → Normal file
View File

0
client/app/dialogs/alert/alertDialog.html Executable file → Normal file
View File

0
client/app/dialogs/alert/alertDialogCtrl.js Executable file → Normal file
View File

0
client/app/dialogs/confirm/confirmDialog.html Executable file → Normal file
View File

0
client/app/dialogs/confirm/confirmDialogCtrl.js Executable file → Normal file
View File

0
client/app/dialogs/login/loginDialog.html Executable file → Normal file
View File

0
client/app/dialogs/login/loginDialogCtrl.js Executable file → Normal file
View File

0
client/app/directives/audio/audio.player.less Executable file → Normal file
View File

0
client/app/directives/misc/checkboxBitfield.js Executable file → Normal file
View File

0
client/app/directives/misc/ckeditor.js vendored Executable file → Normal file
View File

0
client/app/directives/misc/enterpress.js Executable file → Normal file
View File

0
client/app/directives/misc/focus.js Executable file → Normal file
View File

0
client/app/directives/misc/tooltip.js Executable file → Normal file
View File

0
client/app/directives/waveform/waveform.directive.js Executable file → Normal file
View File

View File

0
client/app/directives/waveform/waveform.html Executable file → Normal file
View File

0
client/app/directives/waveform/waveform.less Executable file → Normal file
View File

0
client/app/helpers/filters/html.js Executable file → Normal file
View File

0
client/app/helpers/filters/humanise/humanise.filter.js Executable file → Normal file
View File

View File

0
client/app/helpers/filters/unsafe.js Executable file → Normal file
View File

0
client/app/main.controller.js Executable file → Normal file
View File

0
client/app/models/_adapter.js Executable file → Normal file
View File

0
client/app/models/comment.js Executable file → Normal file
View File

0
client/app/models/message.js Executable file → Normal file
View File

0
client/app/models/mix.js Executable file → Normal file
View File

0
client/app/models/user.js Executable file → Normal file
View File

0
client/app/providers/logger/logger.service.js Executable file → Normal file
View File

0
client/app/providers/logger/logger.service.spec.js Executable file → Normal file
View File

0
client/app/routes.js Executable file → Normal file
View File

0
client/app/services/audio/audio.events.js Executable file → Normal file
View File

0
client/app/services/audio/audio.service.spec.js Executable file → Normal file
View File

0
client/app/services/auth/login.events.js Executable file → Normal file
View File

0
client/app/services/auth/login.service.spec.js Executable file → Normal file
View File

0
client/app/services/image/imageupload.service.js Executable file → Normal file
View File

0
client/app/services/image/imageupload.service.spec.js Executable file → Normal file
View File

0
client/app/services/session/session.service.js Executable file → Normal file
View File

0
client/app/services/session/session.service.spec.js Executable file → Normal file
View File

0
client/app/services/user/notification.service.js Executable file → Normal file
View File

0
client/app/services/user/user.roles.js Executable file → Normal file
View File

0
client/app/views/home/home.controller.js Executable file → Normal file
View File

0
client/app/views/home/home.html Executable file → Normal file
View File

0
client/app/views/home/home.less Executable file → Normal file
View File

0
client/app/views/mixes/item/mix.controller.js Executable file → Normal file
View File

0
client/app/views/mixes/item/mix.less Executable file → Normal file
View File

0
client/app/views/mixes/mixes.controller.js Executable file → Normal file
View File

0
client/app/views/mixes/mixes.directive.html Executable file → Normal file
View File

0
client/app/views/mixes/mixes.directive.js Executable file → Normal file
View File

0
client/app/views/mixes/mixes.html Executable file → Normal file
View File

0
client/app/views/mixes/mixes.less Executable file → Normal file
View File

0
client/app/views/mixes/upload/upload.controller.js Executable file → Normal file
View File

0
client/app/views/mixes/upload/upload.html Executable file → Normal file
View File

0
client/app/views/mixes/upload/upload.less Executable file → Normal file
View File

0
client/app/views/user/item/userItem.html Executable file → Normal file
View File

0
client/app/views/user/item/userItemCtrl.js Executable file → Normal file
View File

0
client/app/views/user/user.controller.js Executable file → Normal file
View File

0
client/app/views/user/user.html Executable file → Normal file
View File

0
client/app/views/user/user.less Executable file → Normal file
View File

0
client/assets/animations.css Executable file → Normal file
View File

0
client/assets/dropzone/dropzone.js Executable file → Normal file
View File

0
client/assets/images/dyn/default-avatar-128.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
client/assets/images/dyn/default-avatar-32.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
client/assets/images/dyn/default-avatar.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
client/assets/images/pause-button.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
client/assets/images/pause_button_overlay.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

0
client/assets/images/placeholders/avatars/avatar.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
client/assets/images/placeholders/avatars/avatar1.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
client/assets/images/placeholders/avatars/avatar10.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

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