├── .bowerrc ├── .dockerignore ├── .editorconfig ├── .gitignore ├── .jshintrc ├── .travis.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CustomRegex.yml ├── ISSUE_TEMPLATE ├── LICENSE.md ├── README.md ├── SECURITY.md ├── bower.json ├── design ├── README.txt ├── banner.png ├── banner2.png ├── bg.jpg ├── bg.png ├── google-play-badge.jpg ├── live-demo-button.png ├── logo_new.png ├── logo_new_simple.png ├── promo-page.png └── splash.png ├── docker ├── Dockerfile ├── docker-compose.yml └── nginx │ ├── Dockerfile │ └── nginx.conf ├── docs ├── changelog-externalUrl.png ├── changelog-highlighting.png ├── changelog-language.png └── sample_application.yml ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── grails-app ├── assets │ ├── bower │ │ ├── Autolinker.js │ │ │ └── Autolinker.js │ │ ├── alertify │ │ │ ├── alertify.bootstrap.css │ │ │ ├── alertify.bootstrap3.css │ │ │ ├── alertify.core.css │ │ │ ├── alertify.default.css │ │ │ └── alertify.min.js │ │ ├── angular-bootstrap │ │ │ └── ui-bootstrap-tpls.js │ │ ├── angular-local-storage │ │ │ └── angular-local-storage.js │ │ ├── angular-mocks │ │ │ └── angular-mocks.js │ │ ├── angular-resource │ │ │ └── angular-resource.js │ │ ├── angular-sanitize │ │ │ └── angular-sanitize.js │ │ ├── angular-translate │ │ │ └── angular-translate.js │ │ ├── angular-ui-router │ │ │ └── angular-ui-router.js │ │ ├── angular-ui-slider │ │ │ └── slider.js │ │ ├── angular │ │ │ ├── angular-csp.css │ │ │ ├── angular-mocks.js │ │ │ ├── angular-resource.js │ │ │ ├── angular.js │ │ │ └── ui-bootstrap-tpls.js │ │ ├── bootstrap │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.custom.css │ │ │ ├── bootstrap.js │ │ │ └── bootstrap.less │ │ ├── fonts │ │ │ ├── ionicons.eot │ │ │ ├── ionicons.svg │ │ │ ├── ionicons.ttf │ │ │ └── ionicons.woff │ │ ├── ionicons │ │ │ ├── ionicons.css │ │ │ ├── ionicons.eot │ │ │ ├── ionicons.svg │ │ │ ├── ionicons.ttf │ │ │ └── ionicons.woff │ │ ├── jquery-mousewheel │ │ │ └── jquery.mousewheel.js │ │ ├── jquery-ui-1.11.4.custom │ │ │ └── jquery-ui.min.js │ │ ├── jquery-ui │ │ │ └── jquery-ui.js │ │ ├── jquery │ │ │ └── jquery.js │ │ ├── lodash │ │ │ └── lodash.js │ │ ├── mousetrap │ │ │ └── mousetrap.js │ │ ├── ng-file-upload │ │ │ └── ng-file-upload.js │ │ ├── owl.carousel │ │ │ ├── owl.carousel.css │ │ │ ├── owl.carousel.js │ │ │ └── owl.theme.default.min.css │ │ └── ui-select │ │ │ ├── select.css │ │ │ └── select.js │ ├── fonts │ │ ├── lato_bold.ttf │ │ ├── lato_hairline.ttf │ │ ├── lato_italic.ttf │ │ ├── lato_light.ttf │ │ └── lato_regular.ttf │ ├── images │ │ ├── apple-touch-icon-retina.png │ │ ├── apple-touch-icon.png │ │ ├── bg.jpg │ │ ├── favicon.ico │ │ ├── grails-cupsonly-logo-white.svg │ │ ├── grails_logo.png │ │ ├── image-not-found.png │ │ ├── logo.png │ │ ├── logo_lg.png │ │ ├── poster-not-found.png │ │ ├── skin │ │ │ ├── database_add.png │ │ │ ├── database_delete.png │ │ │ ├── database_edit.png │ │ │ ├── database_save.png │ │ │ ├── database_table.png │ │ │ ├── exclamation.png │ │ │ ├── house.png │ │ │ ├── information.png │ │ │ ├── shadow.jpg │ │ │ ├── sorted_asc.gif │ │ │ └── sorted_desc.gif │ │ ├── spinner.gif │ │ ├── springsource.png │ │ └── streama-profile-smiley.png │ ├── javascripts │ │ ├── streama │ │ │ ├── controllers │ │ │ │ ├── admin-ctrl.js │ │ │ │ ├── admin-fileManager-ctrl.js │ │ │ │ ├── admin-genres-ctrl.js │ │ │ │ ├── admin-movie-ctrl.js │ │ │ │ ├── admin-movies-ctrl.js │ │ │ │ ├── admin-new-releases-ctrl.js │ │ │ │ ├── admin-notifications-ctrl.js │ │ │ │ ├── admin-reports-ctrl.js │ │ │ │ ├── admin-show-ctrl.js │ │ │ │ ├── admin-shows-ctrl.js │ │ │ │ ├── admin-video-ctrl.js │ │ │ │ ├── admin-videos-ctrl.js │ │ │ │ ├── createFromFileCtrl.modal.js │ │ │ │ ├── dash-ctrl.js │ │ │ │ ├── help-ctrl.js │ │ │ │ ├── imageChooserModalCtrl.js │ │ │ │ ├── modal-error-report-ctrl.js │ │ │ │ ├── modal-file-browser-ctrl.js │ │ │ │ ├── modal-file-ctrl.js │ │ │ │ ├── modal-generic-video-ctrl.js │ │ │ │ ├── modal-media-detail-ctrl.js │ │ │ │ ├── modal-movie-ctrl.js │ │ │ │ ├── modal-new-release-ctrl.js │ │ │ │ ├── modal-notification-add-ctrl.js │ │ │ │ ├── modal-opensubtitles-ctrl.js │ │ │ │ ├── modal-tvshow-ctrl.js │ │ │ │ ├── modal-user-ctrl.js │ │ │ │ ├── modal-video-ctrl.js │ │ │ │ ├── playbackOptionsModalCtrl.js │ │ │ │ ├── player-ctrl.js │ │ │ │ ├── settings-ctrl.js │ │ │ │ ├── settings-settings-ctrl.js │ │ │ │ ├── settings-user-activity-ctrl.js │ │ │ │ ├── settings-users-ctrl.js │ │ │ │ ├── subProfiles-ctrl.js │ │ │ │ └── user-settings-ctrl.js │ │ │ ├── core │ │ │ │ ├── services │ │ │ │ │ └── DomainServiceFactory.js │ │ │ │ └── streama.core.js │ │ │ ├── directives │ │ │ │ ├── admin-episode-directive.js │ │ │ │ ├── streama-dash-media-item.js │ │ │ │ ├── streama-progress-bar.js │ │ │ │ ├── streama-video-image.js │ │ │ │ ├── streama-video-player-directive.js │ │ │ │ ├── streama-wysiwyg-directive.js │ │ │ │ ├── video-sort-order-directive.js │ │ │ │ └── video-time-format-directive.js │ │ │ ├── services │ │ │ │ ├── api-service.js │ │ │ │ ├── filters.js │ │ │ │ ├── languageCode.js │ │ │ │ ├── media-list-service.js │ │ │ │ ├── modal-service.js │ │ │ │ ├── player-service.js │ │ │ │ ├── profile-service.js │ │ │ │ ├── socket-service.js │ │ │ │ ├── upload-service.js │ │ │ │ └── user-service.js │ │ │ ├── streama-public.js │ │ │ ├── streama.interceptor.js │ │ │ ├── streama.js │ │ │ ├── streama.routes.js │ │ │ ├── streama.run.js │ │ │ ├── streama.translations.js │ │ │ ├── templates │ │ │ │ ├── admin-fileManager.tpl.htm │ │ │ │ ├── admin-genres.tpl.htm │ │ │ │ ├── admin-movie.tpl.htm │ │ │ │ ├── admin-movies.tpl.htm │ │ │ │ ├── admin-new-releases.tpl.htm │ │ │ │ ├── admin-notifications.tpl.htm │ │ │ │ ├── admin-reports.tpl.htm │ │ │ │ ├── admin-show.tpl.htm │ │ │ │ ├── admin-shows.tpl.htm │ │ │ │ ├── admin-video.tpl.htm │ │ │ │ ├── admin-videos.tpl.htm │ │ │ │ ├── admin.tpl.htm │ │ │ │ ├── dash.tpl.htm │ │ │ │ ├── directive--admin-episode.tpl.htm │ │ │ │ ├── directive--streama-dash-media-item.tpl.htm │ │ │ │ ├── directive--streama-progress-bar.tpl.htm │ │ │ │ ├── directive--streama-video-image.tpl.htm │ │ │ │ ├── directive--video-sort-order-dropdown.tpl.htm │ │ │ │ ├── help.tpl.htm │ │ │ │ ├── modal--create-from-file-recursive-item.tpl.htm │ │ │ │ ├── modal--create-from-file.tpl.htm │ │ │ │ ├── modal--create-user.tpl.htm │ │ │ │ ├── modal--edit-user.tpl.htm │ │ │ │ ├── modal--error-report.tpl.htm │ │ │ │ ├── modal--file-browser.tpl.htm │ │ │ │ ├── modal--file.tpl.htm │ │ │ │ ├── modal--genericVideo.tpl.htm │ │ │ │ ├── modal--image-chooser.tpl.htm │ │ │ │ ├── modal--invite-user.tpl.htm │ │ │ │ ├── modal--manage-files.tpl.htm │ │ │ │ ├── modal--manage-opensubtitles.tpl.htm │ │ │ │ ├── modal--media-detail.tpl.htm │ │ │ │ ├── modal--movie.tpl.htm │ │ │ │ ├── modal--new-release.tpl.htm │ │ │ │ ├── modal--notification-add.tpl.htm │ │ │ │ ├── modal--playback-options.tpl.htm │ │ │ │ ├── modal--tvShow.tpl.htm │ │ │ │ ├── modal--video.tpl.htm │ │ │ │ ├── player.tpl.htm │ │ │ │ ├── popover--files.tpl.htm │ │ │ │ ├── popover--movie-files.tpl.htm │ │ │ │ ├── settings-settings.tpl.htm │ │ │ │ ├── settings-user-activity.tpl.htm │ │ │ │ ├── settings-users.tpl.htm │ │ │ │ ├── settings.tpl.htm │ │ │ │ ├── streama-video-player.tpl.htm │ │ │ │ ├── sub-profiles.tpl.htm │ │ │ │ ├── typeahead--episode.tpl.htm │ │ │ │ ├── typeahead--media.tpl.htm │ │ │ │ ├── typeahead--movie.tpl.htm │ │ │ │ ├── typeahead--tvShow.tpl.htm │ │ │ │ └── user-settings.tpl.htm │ │ │ └── translations │ │ │ │ ├── CAT_cat.js │ │ │ │ ├── CN_zh.js │ │ │ │ ├── DE_de.js │ │ │ │ ├── DK_da.js │ │ │ │ ├── EN_us.js │ │ │ │ ├── ES_es.js │ │ │ │ ├── FR_fr.js │ │ │ │ ├── HR.js │ │ │ │ ├── HU_hu.js │ │ │ │ ├── IQ_ar.js │ │ │ │ ├── IT_it.js │ │ │ │ ├── JA_ja.js │ │ │ │ ├── KR_ko.js │ │ │ │ ├── NL_nl.js │ │ │ │ ├── PT_br.js │ │ │ │ ├── Ru_ru.js │ │ │ │ ├── SK_sk.js │ │ │ │ └── TR_tr.js │ │ ├── systaro │ │ │ └── core │ │ │ │ ├── directives │ │ │ │ └── uisOwlCarousel.js │ │ │ │ ├── lodashMixins.js │ │ │ │ └── systaro.core.js │ │ └── vendor.js │ └── stylesheets │ │ ├── _admin.scss │ │ ├── _alertify.scss │ │ ├── _btn.scss │ │ ├── _dash.scss │ │ ├── _genre.scss │ │ ├── _invite.scss │ │ ├── _login.scss │ │ ├── _main.scss │ │ ├── _media-display.scss │ │ ├── _media.scss │ │ ├── _misc.scss │ │ ├── _mixins.scss │ │ ├── _modal.scss │ │ ├── _player-controls-subtitle-picker.scss │ │ ├── _player-controls.scss │ │ ├── _player.scss │ │ ├── _profile.scss │ │ ├── _report.scss │ │ ├── _settings.scss │ │ ├── _spinner.scss │ │ ├── _subprofiles.scss │ │ ├── _util.scss │ │ ├── _variables.scss │ │ ├── application.css │ │ ├── errors.css │ │ ├── grails.css │ │ ├── icomoon │ │ ├── Read Me.txt │ │ ├── demo-files │ │ │ ├── demo.css │ │ │ └── demo.js │ │ ├── demo.html │ │ ├── fonts │ │ │ ├── icomoon.eot │ │ │ ├── icomoon.svg │ │ │ ├── icomoon.ttf │ │ │ ├── icomoon.woff │ │ │ └── icomoon.woff2 │ │ ├── selection.json │ │ └── style.css │ │ ├── lato_font.css │ │ ├── main.css │ │ ├── mobile.css │ │ ├── style.scss │ │ └── vendor.css ├── conf │ ├── application.groovy │ ├── application.yml │ ├── logback.groovy │ └── spring │ │ └── resources.groovy ├── controllers │ └── streama │ │ ├── BulkController.groovy │ │ ├── DashController.groovy │ │ ├── EpisodeController.groovy │ │ ├── FileController.groovy │ │ ├── GenericVideoController.groovy │ │ ├── GenreController.groovy │ │ ├── InviteController.groovy │ │ ├── LoginController.groovy │ │ ├── MovieController.groovy │ │ ├── NotificationQueueController.groovy │ │ ├── ProfileController.groovy │ │ ├── ReportController.groovy │ │ ├── SettingsController.groovy │ │ ├── SubtitlesController.groovy │ │ ├── TagController.groovy │ │ ├── TheMovieDbController.groovy │ │ ├── TvShowController.groovy │ │ ├── UrlMappings.groovy │ │ ├── UserActivityController.groovy │ │ ├── UserController.groovy │ │ ├── VideoController.groovy │ │ ├── ViewingStatusController.groovy │ │ ├── WatchlistEntryController.groovy │ │ ├── WebsocketController.groovy │ │ └── api │ │ └── v1 │ │ ├── ApiController.groovy │ │ └── PlayerController.groovy ├── domain │ └── streama │ │ ├── Episode.groovy │ │ ├── File.groovy │ │ ├── GenericVideo.groovy │ │ ├── Genre.groovy │ │ ├── Movie.groovy │ │ ├── NotificationQueue.groovy │ │ ├── Profile.groovy │ │ ├── Report.groovy │ │ ├── Role.groovy │ │ ├── Settings.groovy │ │ ├── Tag.groovy │ │ ├── TvShow.groovy │ │ ├── User.groovy │ │ ├── UserActivity.groovy │ │ ├── UserRole.groovy │ │ ├── Video.groovy │ │ ├── ViewingStatus.groovy │ │ └── WatchlistEntry.groovy ├── i18n │ ├── messages.properties │ ├── messages_cs_CZ.properties │ ├── messages_da.properties │ ├── messages_de.properties │ ├── messages_es.properties │ ├── messages_fr.properties │ ├── messages_it.properties │ ├── messages_ja.properties │ ├── messages_nb.properties │ ├── messages_nl.properties │ ├── messages_pl.properties │ ├── messages_pt_BR.properties │ ├── messages_pt_PT.properties │ ├── messages_ru.properties │ ├── messages_sv.properties │ ├── messages_th.properties │ └── messages_zh_CN.properties ├── init │ └── streama │ │ ├── Application.groovy │ │ └── BootStrap.groovy ├── services │ └── streama │ │ ├── BulkCreateService.groovy │ │ ├── DefaultDataService.groovy │ │ ├── FileService.groovy │ │ ├── MediaService.groovy │ │ ├── MigrationService.groovy │ │ ├── OpenSubtitlesHasherService.groovy │ │ ├── OpensubtitlesService.groovy │ │ ├── PlayerService.groovy │ │ ├── SettingsService.groovy │ │ ├── Srt2vttService.groovy │ │ ├── TheMovieDbService.groovy │ │ ├── UploadService.groovy │ │ ├── UserActivityService.groovy │ │ ├── VideoConverterService.groovy │ │ ├── VideoService.groovy │ │ ├── ViewingStatusService.groovy │ │ └── marshallers │ │ ├── MarshallerService.groovy │ │ ├── MediaDetailMarshallerService.groovy │ │ └── PlayerMarshallerService.groovy ├── taglib │ └── streama │ │ └── AssetSettingTagLib.groovy └── views │ ├── application │ └── index.gson │ ├── dash │ ├── _episode.gson │ ├── _viewingStatus.gson │ ├── listContinueWatching.gson │ └── listEpisodesForShow.gson │ ├── episode │ ├── _episode.gson │ ├── index.gson │ └── show.gson │ ├── error.gson │ ├── errors │ └── _errors.gson │ ├── file │ ├── _file.gson │ ├── index.gson │ └── show.gson │ ├── genre │ ├── _genre.gson │ ├── index.gson │ └── show.gson │ ├── index.gsp │ ├── invite │ └── index.gsp │ ├── layouts │ ├── main.gsp │ └── noAngular.gsp │ ├── login │ └── auth.gsp │ ├── mail │ ├── notification.gsp │ └── userInvite.gsp │ ├── message.gsp │ ├── movie │ ├── _movie.gson │ ├── index.gson │ └── show.gson │ ├── notFound.gson │ ├── notificationQueue │ ├── _notificationQueue.gson │ ├── index.gson │ └── show.gson │ ├── templates │ ├── _footer.gsp │ ├── _header.gsp │ ├── _header_anonymous.gsp │ └── _header_simple.gsp │ ├── tvShow │ ├── _tvShow.gson │ ├── index.gson │ ├── save.gson │ ├── show.gson │ └── update.gson │ ├── user │ ├── _user.gson │ ├── current.gson │ └── index.gson │ ├── userActivity │ ├── _userActivity.gson │ └── index.gson │ ├── video │ ├── _video.gson │ ├── index.gson │ └── show.gson │ └── watchlistEntry │ ├── _watchlistEntry.gson │ └── listWatchlistEntries.gson └── src ├── main └── groovy │ └── streama │ ├── LdapUserDetailsContextMapper.groovy │ ├── ResultHelper.groovy │ ├── SubtitlesRequest.groovy │ ├── SubtitlesResponse.groovy │ ├── VideoHelper.groovy │ ├── VideoStatics.groovy │ ├── ZipHelper.groovy │ └── traits │ └── SimpleInstance.groovy └── test ├── groovy └── streama │ ├── EpisodeSpec.groovy │ ├── FileSpec.groovy │ ├── GenreSpec.groovy │ ├── SettingsControllerSpec.groovy │ ├── SettingsServiceSpec.groovy │ ├── SettingsSpec.groovy │ ├── TvShowSpec.groovy │ ├── UploadServiceSpec.groovy │ ├── UserSpec.groovy │ ├── VideoServiceSpec.groovy │ └── VideoSpec.groovy └── resources ├── BigBuckBunny.jpg └── BigBuckBunny.mp4 /.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "bower-components" 3 | } 4 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/.gitignore -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/.jshintrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CustomRegex.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/CustomRegex.yml -------------------------------------------------------------------------------- /ISSUE_TEMPLATE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/ISSUE_TEMPLATE -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/SECURITY.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/bower.json -------------------------------------------------------------------------------- /design/README.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /design/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/banner.png -------------------------------------------------------------------------------- /design/banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/banner2.png -------------------------------------------------------------------------------- /design/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/bg.jpg -------------------------------------------------------------------------------- /design/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/bg.png -------------------------------------------------------------------------------- /design/google-play-badge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/google-play-badge.jpg -------------------------------------------------------------------------------- /design/live-demo-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/live-demo-button.png -------------------------------------------------------------------------------- /design/logo_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/logo_new.png -------------------------------------------------------------------------------- /design/logo_new_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/logo_new_simple.png -------------------------------------------------------------------------------- /design/promo-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/promo-page.png -------------------------------------------------------------------------------- /design/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/design/splash.png -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docker/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docker/docker-compose.yml -------------------------------------------------------------------------------- /docker/nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docker/nginx/Dockerfile -------------------------------------------------------------------------------- /docker/nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docker/nginx/nginx.conf -------------------------------------------------------------------------------- /docs/changelog-externalUrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docs/changelog-externalUrl.png -------------------------------------------------------------------------------- /docs/changelog-highlighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docs/changelog-highlighting.png -------------------------------------------------------------------------------- /docs/changelog-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docs/changelog-language.png -------------------------------------------------------------------------------- /docs/sample_application.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/docs/sample_application.yml -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/gradlew.bat -------------------------------------------------------------------------------- /grails-app/assets/bower/Autolinker.js/Autolinker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/Autolinker.js/Autolinker.js -------------------------------------------------------------------------------- /grails-app/assets/bower/alertify/alertify.bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/alertify/alertify.bootstrap.css -------------------------------------------------------------------------------- /grails-app/assets/bower/alertify/alertify.bootstrap3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/alertify/alertify.bootstrap3.css -------------------------------------------------------------------------------- /grails-app/assets/bower/alertify/alertify.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/alertify/alertify.core.css -------------------------------------------------------------------------------- /grails-app/assets/bower/alertify/alertify.default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/alertify/alertify.default.css -------------------------------------------------------------------------------- /grails-app/assets/bower/alertify/alertify.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/alertify/alertify.min.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-bootstrap/ui-bootstrap-tpls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-bootstrap/ui-bootstrap-tpls.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-local-storage/angular-local-storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-local-storage/angular-local-storage.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-mocks/angular-mocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-mocks/angular-mocks.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-resource/angular-resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-resource/angular-resource.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-sanitize/angular-sanitize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-sanitize/angular-sanitize.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-translate/angular-translate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-translate/angular-translate.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-ui-router/angular-ui-router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-ui-router/angular-ui-router.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular-ui-slider/slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular-ui-slider/slider.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular/angular-csp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular/angular-csp.css -------------------------------------------------------------------------------- /grails-app/assets/bower/angular/angular-mocks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular/angular-mocks.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular/angular-resource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular/angular-resource.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular/angular.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular/angular.js -------------------------------------------------------------------------------- /grails-app/assets/bower/angular/ui-bootstrap-tpls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/angular/ui-bootstrap-tpls.js -------------------------------------------------------------------------------- /grails-app/assets/bower/bootstrap/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/bootstrap/bootstrap.css -------------------------------------------------------------------------------- /grails-app/assets/bower/bootstrap/bootstrap.custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/bootstrap/bootstrap.custom.css -------------------------------------------------------------------------------- /grails-app/assets/bower/bootstrap/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/bootstrap/bootstrap.js -------------------------------------------------------------------------------- /grails-app/assets/bower/bootstrap/bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/bootstrap/bootstrap.less -------------------------------------------------------------------------------- /grails-app/assets/bower/fonts/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/fonts/ionicons.eot -------------------------------------------------------------------------------- /grails-app/assets/bower/fonts/ionicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/fonts/ionicons.svg -------------------------------------------------------------------------------- /grails-app/assets/bower/fonts/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/fonts/ionicons.ttf -------------------------------------------------------------------------------- /grails-app/assets/bower/fonts/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/fonts/ionicons.woff -------------------------------------------------------------------------------- /grails-app/assets/bower/ionicons/ionicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ionicons/ionicons.css -------------------------------------------------------------------------------- /grails-app/assets/bower/ionicons/ionicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ionicons/ionicons.eot -------------------------------------------------------------------------------- /grails-app/assets/bower/ionicons/ionicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ionicons/ionicons.svg -------------------------------------------------------------------------------- /grails-app/assets/bower/ionicons/ionicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ionicons/ionicons.ttf -------------------------------------------------------------------------------- /grails-app/assets/bower/ionicons/ionicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ionicons/ionicons.woff -------------------------------------------------------------------------------- /grails-app/assets/bower/jquery-mousewheel/jquery.mousewheel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/jquery-mousewheel/jquery.mousewheel.js -------------------------------------------------------------------------------- /grails-app/assets/bower/jquery-ui-1.11.4.custom/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/jquery-ui-1.11.4.custom/jquery-ui.min.js -------------------------------------------------------------------------------- /grails-app/assets/bower/jquery-ui/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/jquery-ui/jquery-ui.js -------------------------------------------------------------------------------- /grails-app/assets/bower/jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/jquery/jquery.js -------------------------------------------------------------------------------- /grails-app/assets/bower/lodash/lodash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/lodash/lodash.js -------------------------------------------------------------------------------- /grails-app/assets/bower/mousetrap/mousetrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/mousetrap/mousetrap.js -------------------------------------------------------------------------------- /grails-app/assets/bower/ng-file-upload/ng-file-upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ng-file-upload/ng-file-upload.js -------------------------------------------------------------------------------- /grails-app/assets/bower/owl.carousel/owl.carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/owl.carousel/owl.carousel.css -------------------------------------------------------------------------------- /grails-app/assets/bower/owl.carousel/owl.carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/owl.carousel/owl.carousel.js -------------------------------------------------------------------------------- /grails-app/assets/bower/owl.carousel/owl.theme.default.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/owl.carousel/owl.theme.default.min.css -------------------------------------------------------------------------------- /grails-app/assets/bower/ui-select/select.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ui-select/select.css -------------------------------------------------------------------------------- /grails-app/assets/bower/ui-select/select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/bower/ui-select/select.js -------------------------------------------------------------------------------- /grails-app/assets/fonts/lato_bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/fonts/lato_bold.ttf -------------------------------------------------------------------------------- /grails-app/assets/fonts/lato_hairline.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/fonts/lato_hairline.ttf -------------------------------------------------------------------------------- /grails-app/assets/fonts/lato_italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/fonts/lato_italic.ttf -------------------------------------------------------------------------------- /grails-app/assets/fonts/lato_light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/fonts/lato_light.ttf -------------------------------------------------------------------------------- /grails-app/assets/fonts/lato_regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/fonts/lato_regular.ttf -------------------------------------------------------------------------------- /grails-app/assets/images/apple-touch-icon-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/apple-touch-icon-retina.png -------------------------------------------------------------------------------- /grails-app/assets/images/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/apple-touch-icon.png -------------------------------------------------------------------------------- /grails-app/assets/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/bg.jpg -------------------------------------------------------------------------------- /grails-app/assets/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/favicon.ico -------------------------------------------------------------------------------- /grails-app/assets/images/grails-cupsonly-logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/grails-cupsonly-logo-white.svg -------------------------------------------------------------------------------- /grails-app/assets/images/grails_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/grails_logo.png -------------------------------------------------------------------------------- /grails-app/assets/images/image-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/image-not-found.png -------------------------------------------------------------------------------- /grails-app/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/logo.png -------------------------------------------------------------------------------- /grails-app/assets/images/logo_lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/logo_lg.png -------------------------------------------------------------------------------- /grails-app/assets/images/poster-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/poster-not-found.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/database_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/database_add.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/database_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/database_delete.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/database_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/database_edit.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/database_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/database_save.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/database_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/database_table.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/exclamation.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/house.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/information.png -------------------------------------------------------------------------------- /grails-app/assets/images/skin/shadow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/shadow.jpg -------------------------------------------------------------------------------- /grails-app/assets/images/skin/sorted_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/sorted_asc.gif -------------------------------------------------------------------------------- /grails-app/assets/images/skin/sorted_desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/skin/sorted_desc.gif -------------------------------------------------------------------------------- /grails-app/assets/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/spinner.gif -------------------------------------------------------------------------------- /grails-app/assets/images/springsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/springsource.png -------------------------------------------------------------------------------- /grails-app/assets/images/streama-profile-smiley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/images/streama-profile-smiley.png -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-fileManager-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-fileManager-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-genres-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-genres-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-movie-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-movie-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-movies-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-movies-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-new-releases-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-new-releases-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-notifications-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-notifications-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-reports-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-reports-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-show-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-show-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-shows-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-shows-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-video-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-video-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/admin-videos-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/admin-videos-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/createFromFileCtrl.modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/createFromFileCtrl.modal.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/dash-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/dash-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/help-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/help-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/imageChooserModalCtrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/imageChooserModalCtrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-error-report-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-error-report-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-file-browser-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-file-browser-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-file-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-file-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-generic-video-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-generic-video-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-media-detail-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-media-detail-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-movie-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-movie-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-new-release-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-new-release-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-notification-add-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-notification-add-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-opensubtitles-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-opensubtitles-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-tvshow-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-tvshow-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-user-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-user-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/modal-video-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/modal-video-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/playbackOptionsModalCtrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/playbackOptionsModalCtrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/player-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/player-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/settings-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/settings-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/settings-settings-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/settings-settings-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/settings-user-activity-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/settings-user-activity-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/settings-users-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/settings-users-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/subProfiles-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/subProfiles-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/controllers/user-settings-ctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/controllers/user-settings-ctrl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/core/services/DomainServiceFactory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/core/services/DomainServiceFactory.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/core/streama.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/core/streama.core.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/admin-episode-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/admin-episode-directive.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/streama-dash-media-item.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/streama-dash-media-item.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/streama-progress-bar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/streama-progress-bar.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/streama-video-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/streama-video-image.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/streama-video-player-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/streama-video-player-directive.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/streama-wysiwyg-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/streama-wysiwyg-directive.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/video-sort-order-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/video-sort-order-directive.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/directives/video-time-format-directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/directives/video-time-format-directive.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/api-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/api-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/filters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/filters.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/languageCode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/languageCode.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/media-list-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/media-list-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/modal-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/modal-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/player-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/player-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/profile-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/profile-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/socket-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/socket-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/upload-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/upload-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/services/user-service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/services/user-service.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama-public.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama-public.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama.interceptor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama.interceptor.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama.routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama.routes.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama.run.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama.run.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/streama.translations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/streama.translations.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-fileManager.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-fileManager.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-genres.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-genres.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-movie.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-movie.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-movies.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-movies.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-new-releases.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-new-releases.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-notifications.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-notifications.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-reports.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-reports.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-show.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-show.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-shows.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-shows.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-video.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-video.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin-videos.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin-videos.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/admin.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/admin.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/dash.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/dash.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/directive--admin-episode.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/directive--admin-episode.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/directive--streama-dash-media-item.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/directive--streama-dash-media-item.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/directive--streama-progress-bar.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/directive--streama-progress-bar.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/directive--streama-video-image.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/directive--streama-video-image.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/directive--video-sort-order-dropdown.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/directive--video-sort-order-dropdown.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/help.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/help.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--create-from-file-recursive-item.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--create-from-file-recursive-item.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--create-from-file.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--create-from-file.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--create-user.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--create-user.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--edit-user.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--edit-user.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--error-report.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--error-report.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--file-browser.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--file-browser.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--file.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--file.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--genericVideo.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--genericVideo.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--image-chooser.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--image-chooser.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--invite-user.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--invite-user.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--manage-files.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--manage-files.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--manage-opensubtitles.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--manage-opensubtitles.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--media-detail.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--media-detail.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--movie.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--movie.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--new-release.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--new-release.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--notification-add.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--notification-add.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--playback-options.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--playback-options.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--tvShow.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--tvShow.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/modal--video.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/modal--video.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/player.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/player.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/popover--files.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/popover--files.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/popover--movie-files.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/popover--movie-files.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/settings-settings.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/settings-settings.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/settings-user-activity.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/settings-user-activity.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/settings-users.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/settings-users.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/settings.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/settings.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/streama-video-player.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/streama-video-player.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/sub-profiles.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/sub-profiles.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/typeahead--episode.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/typeahead--episode.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/typeahead--media.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/typeahead--media.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/typeahead--movie.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/typeahead--movie.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/typeahead--tvShow.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/typeahead--tvShow.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/templates/user-settings.tpl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/templates/user-settings.tpl.htm -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/CAT_cat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/CAT_cat.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/CN_zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/CN_zh.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/DE_de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/DE_de.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/DK_da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/DK_da.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/EN_us.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/EN_us.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/ES_es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/ES_es.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/FR_fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/FR_fr.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/HR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/HR.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/HU_hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/HU_hu.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/IQ_ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/IQ_ar.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/IT_it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/IT_it.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/JA_ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/JA_ja.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/KR_ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/KR_ko.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/NL_nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/NL_nl.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/PT_br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/PT_br.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/Ru_ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/Ru_ru.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/SK_sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/SK_sk.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/streama/translations/TR_tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/streama/translations/TR_tr.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/systaro/core/directives/uisOwlCarousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/systaro/core/directives/uisOwlCarousel.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/systaro/core/lodashMixins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/systaro/core/lodashMixins.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/systaro/core/systaro.core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/systaro/core/systaro.core.js -------------------------------------------------------------------------------- /grails-app/assets/javascripts/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/javascripts/vendor.js -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_admin.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_admin.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_alertify.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_alertify.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_btn.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_btn.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_dash.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_dash.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_genre.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_genre.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_invite.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_invite.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_login.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_login.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_main.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_media-display.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_media-display.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_media.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_media.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_misc.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_misc.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_mixins.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_modal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_modal.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_player-controls-subtitle-picker.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_player-controls-subtitle-picker.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_player-controls.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_player-controls.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_player.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_player.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_profile.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_profile.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_report.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_report.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_settings.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_settings.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_spinner.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_spinner.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_subprofiles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_subprofiles.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_util.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_util.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/_variables.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/application.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/application.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/errors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/errors.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/grails.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/grails.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/Read Me.txt -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/demo-files/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/demo-files/demo.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/demo-files/demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/demo-files/demo.js -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/demo.html -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/fonts/icomoon.eot -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/fonts/icomoon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/fonts/icomoon.svg -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/fonts/icomoon.ttf -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/fonts/icomoon.woff -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/fonts/icomoon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/fonts/icomoon.woff2 -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/selection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/selection.json -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/icomoon/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/icomoon/style.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/lato_font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/lato_font.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/main.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/mobile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/mobile.css -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/style.scss -------------------------------------------------------------------------------- /grails-app/assets/stylesheets/vendor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/assets/stylesheets/vendor.css -------------------------------------------------------------------------------- /grails-app/conf/application.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/conf/application.groovy -------------------------------------------------------------------------------- /grails-app/conf/application.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/conf/application.yml -------------------------------------------------------------------------------- /grails-app/conf/logback.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/conf/logback.groovy -------------------------------------------------------------------------------- /grails-app/conf/spring/resources.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/conf/spring/resources.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/BulkController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/BulkController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/DashController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/DashController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/EpisodeController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/EpisodeController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/FileController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/FileController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/GenericVideoController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/GenericVideoController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/GenreController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/GenreController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/InviteController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/InviteController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/LoginController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/LoginController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/MovieController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/MovieController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/NotificationQueueController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/NotificationQueueController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/ProfileController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/ProfileController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/ReportController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/ReportController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/SettingsController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/SettingsController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/SubtitlesController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/SubtitlesController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/TagController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/TagController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/TheMovieDbController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/TheMovieDbController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/TvShowController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/TvShowController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/UrlMappings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/UrlMappings.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/UserActivityController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/UserActivityController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/UserController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/UserController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/VideoController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/VideoController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/ViewingStatusController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/ViewingStatusController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/WatchlistEntryController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/WatchlistEntryController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/WebsocketController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/WebsocketController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/api/v1/ApiController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/api/v1/ApiController.groovy -------------------------------------------------------------------------------- /grails-app/controllers/streama/api/v1/PlayerController.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/controllers/streama/api/v1/PlayerController.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Episode.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Episode.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/File.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/File.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/GenericVideo.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/GenericVideo.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Genre.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Genre.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Movie.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Movie.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/NotificationQueue.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/NotificationQueue.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Profile.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Profile.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Report.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Report.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Role.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Role.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Settings.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Settings.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Tag.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Tag.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/TvShow.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/TvShow.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/User.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/User.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/UserActivity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/UserActivity.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/UserRole.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/UserRole.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/Video.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/Video.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/ViewingStatus.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/ViewingStatus.groovy -------------------------------------------------------------------------------- /grails-app/domain/streama/WatchlistEntry.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/domain/streama/WatchlistEntry.groovy -------------------------------------------------------------------------------- /grails-app/i18n/messages.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_cs_CZ.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_cs_CZ.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_da.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_da.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_de.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_es.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_es.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_fr.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_fr.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_it.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_it.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_ja.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_ja.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_nb.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_nb.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_nl.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_nl.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_pl.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_pl.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_pt_BR.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_pt_BR.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_pt_PT.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_pt_PT.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_ru.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_ru.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_sv.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_sv.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_th.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_th.properties -------------------------------------------------------------------------------- /grails-app/i18n/messages_zh_CN.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/i18n/messages_zh_CN.properties -------------------------------------------------------------------------------- /grails-app/init/streama/Application.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/init/streama/Application.groovy -------------------------------------------------------------------------------- /grails-app/init/streama/BootStrap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/init/streama/BootStrap.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/BulkCreateService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/BulkCreateService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/DefaultDataService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/DefaultDataService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/FileService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/FileService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/MediaService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/MediaService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/MigrationService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/MigrationService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/OpenSubtitlesHasherService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/OpenSubtitlesHasherService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/OpensubtitlesService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/OpensubtitlesService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/PlayerService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/PlayerService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/SettingsService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/SettingsService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/Srt2vttService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/Srt2vttService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/TheMovieDbService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/TheMovieDbService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/UploadService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/UploadService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/UserActivityService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/UserActivityService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/VideoConverterService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/VideoConverterService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/VideoService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/VideoService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/ViewingStatusService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/ViewingStatusService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/marshallers/MarshallerService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/marshallers/MarshallerService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/marshallers/MediaDetailMarshallerService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/marshallers/MediaDetailMarshallerService.groovy -------------------------------------------------------------------------------- /grails-app/services/streama/marshallers/PlayerMarshallerService.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/services/streama/marshallers/PlayerMarshallerService.groovy -------------------------------------------------------------------------------- /grails-app/taglib/streama/AssetSettingTagLib.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/taglib/streama/AssetSettingTagLib.groovy -------------------------------------------------------------------------------- /grails-app/views/application/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/application/index.gson -------------------------------------------------------------------------------- /grails-app/views/dash/_episode.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/dash/_episode.gson -------------------------------------------------------------------------------- /grails-app/views/dash/_viewingStatus.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/dash/_viewingStatus.gson -------------------------------------------------------------------------------- /grails-app/views/dash/listContinueWatching.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/dash/listContinueWatching.gson -------------------------------------------------------------------------------- /grails-app/views/dash/listEpisodesForShow.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/dash/listEpisodesForShow.gson -------------------------------------------------------------------------------- /grails-app/views/episode/_episode.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/episode/_episode.gson -------------------------------------------------------------------------------- /grails-app/views/episode/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/episode/index.gson -------------------------------------------------------------------------------- /grails-app/views/episode/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/episode/show.gson -------------------------------------------------------------------------------- /grails-app/views/error.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/error.gson -------------------------------------------------------------------------------- /grails-app/views/errors/_errors.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/errors/_errors.gson -------------------------------------------------------------------------------- /grails-app/views/file/_file.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/file/_file.gson -------------------------------------------------------------------------------- /grails-app/views/file/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/file/index.gson -------------------------------------------------------------------------------- /grails-app/views/file/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/file/show.gson -------------------------------------------------------------------------------- /grails-app/views/genre/_genre.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/genre/_genre.gson -------------------------------------------------------------------------------- /grails-app/views/genre/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/genre/index.gson -------------------------------------------------------------------------------- /grails-app/views/genre/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/genre/show.gson -------------------------------------------------------------------------------- /grails-app/views/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/index.gsp -------------------------------------------------------------------------------- /grails-app/views/invite/index.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/invite/index.gsp -------------------------------------------------------------------------------- /grails-app/views/layouts/main.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/layouts/main.gsp -------------------------------------------------------------------------------- /grails-app/views/layouts/noAngular.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/layouts/noAngular.gsp -------------------------------------------------------------------------------- /grails-app/views/login/auth.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/login/auth.gsp -------------------------------------------------------------------------------- /grails-app/views/mail/notification.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/mail/notification.gsp -------------------------------------------------------------------------------- /grails-app/views/mail/userInvite.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/mail/userInvite.gsp -------------------------------------------------------------------------------- /grails-app/views/message.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/message.gsp -------------------------------------------------------------------------------- /grails-app/views/movie/_movie.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/movie/_movie.gson -------------------------------------------------------------------------------- /grails-app/views/movie/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/movie/index.gson -------------------------------------------------------------------------------- /grails-app/views/movie/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/movie/show.gson -------------------------------------------------------------------------------- /grails-app/views/notFound.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/notFound.gson -------------------------------------------------------------------------------- /grails-app/views/notificationQueue/_notificationQueue.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/notificationQueue/_notificationQueue.gson -------------------------------------------------------------------------------- /grails-app/views/notificationQueue/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/notificationQueue/index.gson -------------------------------------------------------------------------------- /grails-app/views/notificationQueue/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/notificationQueue/show.gson -------------------------------------------------------------------------------- /grails-app/views/templates/_footer.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/templates/_footer.gsp -------------------------------------------------------------------------------- /grails-app/views/templates/_header.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/templates/_header.gsp -------------------------------------------------------------------------------- /grails-app/views/templates/_header_anonymous.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/templates/_header_anonymous.gsp -------------------------------------------------------------------------------- /grails-app/views/templates/_header_simple.gsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/templates/_header_simple.gsp -------------------------------------------------------------------------------- /grails-app/views/tvShow/_tvShow.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/tvShow/_tvShow.gson -------------------------------------------------------------------------------- /grails-app/views/tvShow/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/tvShow/index.gson -------------------------------------------------------------------------------- /grails-app/views/tvShow/save.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/tvShow/save.gson -------------------------------------------------------------------------------- /grails-app/views/tvShow/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/tvShow/show.gson -------------------------------------------------------------------------------- /grails-app/views/tvShow/update.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/tvShow/update.gson -------------------------------------------------------------------------------- /grails-app/views/user/_user.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/user/_user.gson -------------------------------------------------------------------------------- /grails-app/views/user/current.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/user/current.gson -------------------------------------------------------------------------------- /grails-app/views/user/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/user/index.gson -------------------------------------------------------------------------------- /grails-app/views/userActivity/_userActivity.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/userActivity/_userActivity.gson -------------------------------------------------------------------------------- /grails-app/views/userActivity/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/userActivity/index.gson -------------------------------------------------------------------------------- /grails-app/views/video/_video.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/video/_video.gson -------------------------------------------------------------------------------- /grails-app/views/video/index.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/video/index.gson -------------------------------------------------------------------------------- /grails-app/views/video/show.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/video/show.gson -------------------------------------------------------------------------------- /grails-app/views/watchlistEntry/_watchlistEntry.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/watchlistEntry/_watchlistEntry.gson -------------------------------------------------------------------------------- /grails-app/views/watchlistEntry/listWatchlistEntries.gson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/grails-app/views/watchlistEntry/listWatchlistEntries.gson -------------------------------------------------------------------------------- /src/main/groovy/streama/LdapUserDetailsContextMapper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/LdapUserDetailsContextMapper.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/ResultHelper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/ResultHelper.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/SubtitlesRequest.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/SubtitlesRequest.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/SubtitlesResponse.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/SubtitlesResponse.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/VideoHelper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/VideoHelper.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/VideoStatics.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/VideoStatics.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/ZipHelper.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/ZipHelper.groovy -------------------------------------------------------------------------------- /src/main/groovy/streama/traits/SimpleInstance.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/main/groovy/streama/traits/SimpleInstance.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/EpisodeSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/EpisodeSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/FileSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/FileSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/GenreSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/GenreSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/SettingsControllerSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/SettingsControllerSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/SettingsServiceSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/SettingsServiceSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/SettingsSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/SettingsSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/TvShowSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/TvShowSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/UploadServiceSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/UploadServiceSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/UserSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/UserSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/VideoServiceSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/VideoServiceSpec.groovy -------------------------------------------------------------------------------- /src/test/groovy/streama/VideoSpec.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/groovy/streama/VideoSpec.groovy -------------------------------------------------------------------------------- /src/test/resources/BigBuckBunny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/resources/BigBuckBunny.jpg -------------------------------------------------------------------------------- /src/test/resources/BigBuckBunny.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streamaserver/streama/HEAD/src/test/resources/BigBuckBunny.mp4 --------------------------------------------------------------------------------