summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
commit7a3a22bd2757e129c8964d9ddcde15ec53b736bb (patch)
tree3098439a8c6b88ce4063b8de25383019380358d3 /js
parent24a1b9708c559cc54de2b18a6803493819e97fbf (diff)
Adjust copyright header
Diffstat (limited to 'js')
-rw-r--r--js/admin/Admin.js2
-rw-r--r--js/app/App.js2
-rw-r--r--js/app/Config.js2
-rw-r--r--js/app/Run.js2
-rw-r--r--js/controller/AppController.js2
-rw-r--r--js/controller/ContentController.js4
-rw-r--r--js/controller/ExploreController.js2
-rw-r--r--js/controller/NavigationController.js2
-rw-r--r--js/controller/SettingsController.js2
-rw-r--r--js/directive/AppNavigationEntryUtils.js2
-rw-r--r--js/directive/NewsAddFeed.js2
-rw-r--r--js/directive/NewsArticleActions.js2
-rw-r--r--js/directive/NewsAutoFocus.js2
-rw-r--r--js/directive/NewsBindUnsafeHtml.js2
-rw-r--r--js/directive/NewsDraggable.js2
-rw-r--r--js/directive/NewsDroppable.js2
-rw-r--r--js/directive/NewsFinishedTransition.js2
-rw-r--r--js/directive/NewsFocus.js2
-rw-r--r--js/directive/NewsInstantNotification.js2
-rw-r--r--js/directive/NewsOnActive.js2
-rw-r--r--js/directive/NewsPlayOne.js2
-rw-r--r--js/directive/NewsReadFile.js2
-rw-r--r--js/directive/NewsRefreshMasonry.js2
-rw-r--r--js/directive/NewsScroll.js2
-rw-r--r--js/directive/NewsSearch.js2
-rw-r--r--js/directive/NewsStickyMenu.js2
-rw-r--r--js/directive/NewsStopPropagation.js2
-rw-r--r--js/directive/NewsTimeout.js2
-rw-r--r--js/directive/NewsTitleUnreadCount.js2
-rw-r--r--js/directive/NewsToggleShow.js2
-rw-r--r--js/directive/NewsTriggerClick.js2
-rw-r--r--js/filter/TrustUrl.js2
-rw-r--r--js/filter/UnreadCountFormatter.js2
-rw-r--r--js/gui/ExternSubscription.js2
-rw-r--r--js/gui/Fixes.js2
-rw-r--r--js/gui/KeyboardShortcuts.js2
-rw-r--r--js/gulpfile.js2
-rw-r--r--js/protractor.conf.js2
-rw-r--r--js/service/FeedResource.js2
-rw-r--r--js/service/FolderResource.js2
-rw-r--r--js/service/ItemResource.js2
-rw-r--r--js/service/Loading.js2
-rw-r--r--js/service/OPMLImporter.js2
-rw-r--r--js/service/OPMLParser.js2
-rw-r--r--js/service/Publisher.js2
-rw-r--r--js/service/Resource.js4
-rw-r--r--js/service/SettingsResource.js2
-rw-r--r--js/tests/e2e/main.js2
-rw-r--r--js/tests/unit/controller/AppControllerSpec.js2
-rw-r--r--js/tests/unit/controller/ContentControllerSpec.js2
-rw-r--r--js/tests/unit/controller/ExploreControllerSpec.js2
-rw-r--r--js/tests/unit/controller/NavigationControllerSpec.js2
-rw-r--r--js/tests/unit/controller/SettingsControllerSpec.js2
-rw-r--r--js/tests/unit/filter/UnreadCountFormatterSpec.js2
-rw-r--r--js/tests/unit/service/FeedResourceSpec.js2
-rw-r--r--js/tests/unit/service/FolderResourceSpec.js2
-rw-r--r--js/tests/unit/service/ItemResourceSpec.js2
-rw-r--r--js/tests/unit/service/LoadingSpec.js2
-rw-r--r--js/tests/unit/service/OPMLImporterSpec.js2
-rw-r--r--js/tests/unit/service/OPMLParserSpec.js2
-rw-r--r--js/tests/unit/service/PublisherSpec.js2
-rw-r--r--js/tests/unit/service/ResourceSpec.js2
-rw-r--r--js/tests/unit/service/SettingsResourceSpec.js2
-rw-r--r--js/tests/unit/stubs/App.js2
-rw-r--r--js/tests/unit/stubs/OC.js2
65 files changed, 67 insertions, 67 deletions
diff --git a/js/admin/Admin.js b/js/admin/Admin.js
index 4ba52f3e9..18866b9fb 100644
--- a/js/admin/Admin.js
+++ b/js/admin/Admin.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/app/App.js b/js/app/App.js
index 37266a438..c1e4d667d 100644
--- a/js/app/App.js
+++ b/js/app/App.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/app/Config.js b/js/app/Config.js
index 7f9c54bef..8300258ef 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/app/Run.js b/js/app/Run.js
index 2d9815fdf..2a9842104 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index bb40b80fa..310b326e0 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js
index c63fc65e8..dbd8bbc75 100644
--- a/js/controller/ContentController.js
+++ b/js/controller/ContentController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -221,6 +221,6 @@ app.controller('ContentController',
return undefined;
}
};
-
+
this.activeItem = this.getFirstItem();
}); \ No newline at end of file
diff --git a/js/controller/ExploreController.js b/js/controller/ExploreController.js
index 61ecb4385..08c1ee251 100644
--- a/js/controller/ExploreController.js
+++ b/js/controller/ExploreController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 4f7d549bf..812c2b2bd 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/controller/SettingsController.js b/js/controller/SettingsController.js
index 2bb932aa8..1507fdf55 100644
--- a/js/controller/SettingsController.js
+++ b/js/controller/SettingsController.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/AppNavigationEntryUtils.js b/js/directive/AppNavigationEntryUtils.js
index c96589a6a..cca7f310c 100644
--- a/js/directive/AppNavigationEntryUtils.js
+++ b/js/directive/AppNavigationEntryUtils.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsAddFeed.js b/js/directive/NewsAddFeed.js
index b4b615b71..c2d9e66a5 100644
--- a/js/directive/NewsAddFeed.js
+++ b/js/directive/NewsAddFeed.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsArticleActions.js b/js/directive/NewsArticleActions.js
index 15116791e..31c418570 100644
--- a/js/directive/NewsArticleActions.js
+++ b/js/directive/NewsArticleActions.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsAutoFocus.js b/js/directive/NewsAutoFocus.js
index 422df4d78..3b703934e 100644
--- a/js/directive/NewsAutoFocus.js
+++ b/js/directive/NewsAutoFocus.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsBindUnsafeHtml.js b/js/directive/NewsBindUnsafeHtml.js
index 5d8cadf85..63910532c 100644
--- a/js/directive/NewsBindUnsafeHtml.js
+++ b/js/directive/NewsBindUnsafeHtml.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsDraggable.js b/js/directive/NewsDraggable.js
index 2d365e06c..ae94abef5 100644
--- a/js/directive/NewsDraggable.js
+++ b/js/directive/NewsDraggable.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsDroppable.js b/js/directive/NewsDroppable.js
index 2808dc6a4..e06b2aac1 100644
--- a/js/directive/NewsDroppable.js
+++ b/js/directive/NewsDroppable.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsFinishedTransition.js b/js/directive/NewsFinishedTransition.js
index ba1d60ef7..5dd5be017 100644
--- a/js/directive/NewsFinishedTransition.js
+++ b/js/directive/NewsFinishedTransition.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsFocus.js b/js/directive/NewsFocus.js
index 5c83db4f5..1ffdf72f0 100644
--- a/js/directive/NewsFocus.js
+++ b/js/directive/NewsFocus.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/directive/NewsInstantNotification.js b/js/directive/NewsInstantNotification.js
index 893da8f7c..ffb29f599 100644
--- a/js/directive/NewsInstantNotification.js
+++ b/js/directive/NewsInstantNotification.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - News
+ * Nextcloud - News
*
* This file is licensed under the Affero General