summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Treffler <mail@jonathan-treffler.de>2020-08-07 11:06:13 +0200
committerSimon Spannagel <simonspa@kth.se>2021-12-16 19:49:12 +0100
commita2b48907f4f6d32d5d9c2350d9f11502506996b1 (patch)
tree7e235ab894327bfc6d5592125c3fcde4c4e5455c
parentbe3db27ed3d7c75e054e54ea6ba0639cf29487dc (diff)
renamed js into js old
Signed-off-by: Jonathan Treffler <mail@jonathan-treffler.de>
-rw-r--r--js-old/.jshintignore (renamed from js/.jshintignore)0
-rw-r--r--js-old/.jshintrc (renamed from js/.jshintrc)0
-rw-r--r--js-old/README.md (renamed from js/README.md)0
-rw-r--r--js-old/admin/Admin.js (renamed from js/admin/Admin.js)0
-rw-r--r--js-old/app/App.js (renamed from js/app/App.js)0
-rw-r--r--js-old/app/Config.js (renamed from js/app/Config.js)0
-rw-r--r--js-old/app/Run.js (renamed from js/app/Run.js)0
-rw-r--r--js-old/controller/AppController.js (renamed from js/controller/AppController.js)0
-rw-r--r--js-old/controller/ContentController.js (renamed from js/controller/ContentController.js)0
-rw-r--r--js-old/controller/ExploreController.js (renamed from js/controller/ExploreController.js)0
-rw-r--r--js-old/controller/NavigationController.js (renamed from js/controller/NavigationController.js)0
-rw-r--r--js-old/controller/SettingsController.js (renamed from js/controller/SettingsController.js)0
-rw-r--r--js-old/directive/AppNavigationEntryUtils.js (renamed from js/directive/AppNavigationEntryUtils.js)0
-rw-r--r--js-old/directive/NewsAddFeed.js (renamed from js/directive/NewsAddFeed.js)0
-rw-r--r--js-old/directive/NewsArticleActions.js (renamed from js/directive/NewsArticleActions.js)0
-rw-r--r--js-old/directive/NewsAutoFocus.js (renamed from js/directive/NewsAutoFocus.js)0
-rw-r--r--js-old/directive/NewsBindUnsafeHtml.js (renamed from js/directive/NewsBindUnsafeHtml.js)0
-rw-r--r--js-old/directive/NewsDraggable.js (renamed from js/directive/NewsDraggable.js)0
-rw-r--r--js-old/directive/NewsDroppable.js (renamed from js/directive/NewsDroppable.js)0
-rw-r--r--js-old/directive/NewsFinishedTransition.js (renamed from js/directive/NewsFinishedTransition.js)0
-rw-r--r--js-old/directive/NewsFocus.js (renamed from js/directive/NewsFocus.js)0
-rw-r--r--js-old/directive/NewsInstantNotification.js (renamed from js/directive/NewsInstantNotification.js)0
-rw-r--r--js-old/directive/NewsOnActive.js (renamed from js/directive/NewsOnActive.js)0
-rw-r--r--js-old/directive/NewsPlayOne.js (renamed from js/directive/NewsPlayOne.js)0
-rw-r--r--js-old/directive/NewsReadFile.js (renamed from js/directive/NewsReadFile.js)0
-rw-r--r--js-old/directive/NewsRefreshMasonry.js (renamed from js/directive/NewsRefreshMasonry.js)0
-rw-r--r--js-old/directive/NewsScroll.js (renamed from js/directive/NewsScroll.js)0
-rw-r--r--js-old/directive/NewsSearch.js (renamed from js/directive/NewsSearch.js)0
-rw-r--r--js-old/directive/NewsStickyMenu.js (renamed from js/directive/NewsStickyMenu.js)0
-rw-r--r--js-old/directive/NewsStopPropagation.js (renamed from js/directive/NewsStopPropagation.js)0
-rw-r--r--js-old/directive/NewsTimeout.js (renamed from js/directive/NewsTimeout.js)0
-rw-r--r--js-old/directive/NewsTitleUnreadCount.js (renamed from js/directive/NewsTitleUnreadCount.js)0
-rw-r--r--js-old/directive/NewsToggleShow.js (renamed from js/directive/NewsToggleShow.js)0
-rw-r--r--js-old/directive/NewsTriggerClick.js (renamed from js/directive/NewsTriggerClick.js)0
-rw-r--r--js-old/filter/TrustUrl.js (renamed from js/filter/TrustUrl.js)0
-rw-r--r--js-old/filter/UnreadCountFormatter.js (renamed from js/filter/UnreadCountFormatter.js)0
-rw-r--r--js-old/gui/ExternSubscription.js (renamed from js/gui/ExternSubscription.js)0
-rw-r--r--js-old/gui/Fixes.js (renamed from js/gui/Fixes.js)0
-rw-r--r--js-old/gui/KeyboardShortcuts.js (renamed from js/gui/KeyboardShortcuts.js)0
-rw-r--r--js-old/karma.conf.js (renamed from js/karma.conf.js)0
-rw-r--r--js-old/plugin/ArticleActionPlugin.js (renamed from js/plugin/ArticleActionPlugin.js)0
-rw-r--r--js-old/protractor.conf.js (renamed from js/protractor.conf.js)0
-rw-r--r--js-old/service/FeedResource.js (renamed from js/service/FeedResource.js)0
-rw-r--r--js-old/service/FolderResource.js (renamed from js/service/FolderResource.js)0
-rw-r--r--js-old/service/ItemResource.js (renamed from js/service/ItemResource.js)0
-rw-r--r--js-old/service/Loading.js (renamed from js/service/Loading.js)0
-rw-r--r--js-old/service/OPMLImporter.js (renamed from js/service/OPMLImporter.js)0
-rw-r--r--js-old/service/OPMLParser.js (renamed from js/service/OPMLParser.js)0
-rw-r--r--js-old/service/Publisher.js (renamed from js/service/Publisher.js)0
-rw-r--r--js-old/service/Resource.js (renamed from js/service/Resource.js)0
-rw-r--r--js-old/service/SettingsResource.js (renamed from js/service/SettingsResource.js)0
-rw-r--r--js-old/tests/e2e/main.js (renamed from js/tests/e2e/main.js)0
-rw-r--r--js-old/tests/static/owncloud.org.rss (renamed from js/tests/static/owncloud.org.rss)0
-rw-r--r--js-old/tests/unit/controller/AppControllerSpec.js (renamed from js/tests/unit/controller/AppControllerSpec.js)0
-rw-r--r--js-old/tests/unit/controller/ContentControllerSpec.js (renamed from js/tests/unit/controller/ContentControllerSpec.js)0
-rw-r--r--js-old/tests/unit/controller/ExploreControllerSpec.js (renamed from js/tests/unit/controller/ExploreControllerSpec.js)0
-rw-r--r--js-old/tests/unit/controller/NavigationControllerSpec.js (renamed from js/tests/unit/controller/NavigationControllerSpec.js)0
-rw-r--r--js-old/tests/unit/controller/SettingsControllerSpec.js (renamed from js/tests/unit/controller/SettingsControllerSpec.js)0
-rw-r--r--js-old/tests/unit/filter/UnreadCountFormatterSpec.js (renamed from js/tests/unit/filter/UnreadCountFormatterSpec.js)0
-rw-r--r--js-old/tests/unit/service/FeedResourceSpec.js (renamed from js/tests/unit/service/FeedResourceSpec.js)0
-rw-r--r--js-old/tests/unit/service/FolderResourceSpec.js (renamed from js/tests/unit/service/FolderResourceSpec.js)0
-rw-r--r--js-old/tests/unit/service/ItemResourceSpec.js (renamed from js/tests/unit/service/ItemResourceSpec.js)0
-rw-r--r--js-old/tests/unit/service/LoadingSpec.js (renamed from js/tests/unit/service/LoadingSpec.js)0
-rw-r--r--js-old/tests/unit/service/OPMLImporterSpec.js (renamed from js/tests/unit/service/OPMLImporterSpec.js)0
-rw-r--r--js-old/tests/unit/service/OPMLParserSpec.js (renamed from js/tests/unit/service/OPMLParserSpec.js)0
-rw-r--r--js-old/tests/unit/service/PublisherSpec.js (renamed from js/tests/unit/service/PublisherSpec.js)0
-rw-r--r--js-old/tests/unit/service/ResourceSpec.js (renamed from js/tests/unit/service/ResourceSpec.js)0
-rw-r--r--js-old/tests/unit/service/SettingsResourceSpec.js (renamed from js/tests/unit/service/SettingsResourceSpec.js)0
-rw-r--r--js-old/tests/unit/stubs/App.js (renamed from js/tests/unit/stubs/App.js)0
-rw-r--r--js-old/tests/unit/stubs/OC.js (renamed from js/tests/unit/stubs/OC.js)0
-rw-r--r--js/controller/ShareController.js187
-rw-r--r--js/directive/ClickOutside.js31
-rw-r--r--js/filter/RelativeTimestamp.js58
-rw-r--r--js/service/ShareResource.js37
74 files changed, 0 insertions, 313 deletions
diff --git a/js/.jshintignore b/js-old/.jshintignore
index 3e2e84b08..3e2e84b08 100644
--- a/js/.jshintignore
+++ b/js-old/.jshintignore
diff --git a/js/.jshintrc b/js-old/.jshintrc
index 1f0c276f4..1f0c276f4 100644
--- a/js/.jshintrc
+++ b/js-old/.jshintrc
diff --git a/js/README.md b/js-old/README.md
index aa72e4977..aa72e4977 100644
--- a/js/README.md
+++ b/js-old/README.md
diff --git a/js/admin/Admin.js b/js-old/admin/Admin.js
index 5830f13f5..5830f13f5 100644
--- a/js/admin/Admin.js
+++ b/js-old/admin/Admin.js
diff --git a/js/app/App.js b/js-old/app/App.js
index 9e4ee5621..9e4ee5621 100644
--- a/js/app/App.js
+++ b/js-old/app/App.js
diff --git a/js/app/Config.js b/js-old/app/Config.js
index f7c62e7ae..f7c62e7ae 100644
--- a/js/app/Config.js
+++ b/js-old/app/Config.js
diff --git a/js/app/Run.js b/js-old/app/Run.js
index 1a1572864..1a1572864 100644
--- a/js/app/Run.js
+++ b/js-old/app/Run.js
diff --git a/js/controller/AppController.js b/js-old/controller/AppController.js
index e962bd66a..e962bd66a 100644
--- a/js/controller/AppController.js
+++ b/js-old/controller/AppController.js
diff --git a/js/controller/ContentController.js b/js-old/controller/ContentController.js
index ed8d0be55..ed8d0be55 100644
--- a/js/controller/ContentController.js
+++ b/js-old/controller/ContentController.js
diff --git a/js/controller/ExploreController.js b/js-old/controller/ExploreController.js
index 6d34efb40..6d34efb40 100644
--- a/js/controller/ExploreController.js
+++ b/js-old/controller/ExploreController.js
diff --git a/js/controller/NavigationController.js b/js-old/controller/NavigationController.js
index 68a46900e..68a46900e 100644
--- a/js/controller/NavigationController.js
+++ b/js-old/controller/NavigationController.js
diff --git a/js/controller/SettingsController.js b/js-old/controller/SettingsController.js
index 2f8a1107c..2f8a1107c 100644
--- a/js/controller/SettingsController.js
+++ b/js-old/controller/SettingsController.js
diff --git a/js/directive/AppNavigationEntryUtils.js b/js-old/directive/AppNavigationEntryUtils.js
index cca7f310c..cca7f310c 100644
--- a/js/directive/AppNavigationEntryUtils.js
+++ b/js-old/directive/AppNavigationEntryUtils.js
diff --git a/js/directive/NewsAddFeed.js b/js-old/directive/NewsAddFeed.js
index c2d9e66a5..c2d9e66a5 100644
--- a/js/directive/NewsAddFeed.js
+++ b/js-old/directive/NewsAddFeed.js
diff --git a/js/directive/NewsArticleActions.js b/js-old/directive/NewsArticleActions.js
index 31c418570..31c418570 100644
--- a/