diff --git a/appinfo/app.php b/appinfo/app.php index 100019b9..05a66603 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,9 +1,9 @@ query('ServerContainer')->getUserSession()->getUser(); return ($user) ? $user->getUID() : ''; - }); + }); $container->registerService('L10N', function(IAppContainer $c) { return $c->query('ServerContainer')->getL10N($c->query('AppName')); diff --git a/appinfo/routes.php b/appinfo/routes.php index 26e8f36a..ca440a2d 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -1,9 +1,9 @@ + diff --git a/controller/collectionscontroller.php b/controller/collectionscontroller.php index 43946a96..e0297a11 100644 --- a/controller/collectionscontroller.php +++ b/controller/collectionscontroller.php @@ -1,9 +1,9 @@ . + * + */ namespace OCA\Tasks\Controller; @@ -25,4 +45,4 @@ trait Response { return new JSONResponse($message); } -} \ No newline at end of file +} diff --git a/controller/searchprovider.php b/controller/searchprovider.php index a5e05463..f28911c4 100644 --- a/controller/searchprovider.php +++ b/controller/searchprovider.php @@ -1,9 +1,9 @@ + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE @@ -19,7 +19,6 @@ * */ - module.exports = function(grunt) { 'use strict'; diff --git a/js/app/app.js b/js/app/app.js index 104d5ffb..95dd8602 100644 --- a/js/app/app.js +++ b/js/app/app.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/controllers/appcontroller.js b/js/app/controllers/appcontroller.js index d350dc47..f21e5d4a 100644 --- a/js/app/controllers/appcontroller.js +++ b/js/app/controllers/appcontroller.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/controllers/detailscontroller.js b/js/app/controllers/detailscontroller.js index 03597e2b..e824f853 100644 --- a/js/app/controllers/detailscontroller.js +++ b/js/app/controllers/detailscontroller.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/controllers/listcontroller.js b/js/app/controllers/listcontroller.js index 7cf34c42..ad18e4d1 100644 --- a/js/app/controllers/listcontroller.js +++ b/js/app/controllers/listcontroller.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/controllers/settingscontroller.js b/js/app/controllers/settingscontroller.js index c0c4d267..979ae495 100644 --- a/js/app/controllers/settingscontroller.js +++ b/js/app/controllers/settingscontroller.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/controllers/taskscontroller.js b/js/app/controllers/taskscontroller.js index cf2889e0..596a40d5 100644 --- a/js/app/controllers/taskscontroller.js +++ b/js/app/controllers/taskscontroller.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/appnavigationentryutils.js b/js/app/directives/appnavigationentryutils.js index 68a865c1..e95e9fe7 100644 --- a/js/app/directives/appnavigationentryutils.js +++ b/js/app/directives/appnavigationentryutils.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/autofocusoninsert.js b/js/app/directives/autofocusoninsert.js index 92db2f7c..15ed97d9 100644 --- a/js/app/directives/autofocusoninsert.js +++ b/js/app/directives/autofocusoninsert.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/avatar.js b/js/app/directives/avatar.js index 25d1d721..6f9be116 100644 --- a/js/app/directives/avatar.js +++ b/js/app/directives/avatar.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/colorpickerDirective.js b/js/app/directives/colorpickerDirective.js index 9dac94fc..2764c8b5 100644 --- a/js/app/directives/colorpickerDirective.js +++ b/js/app/directives/colorpickerDirective.js @@ -1,11 +1,11 @@ /** - * ownCloud - Tasks App + * Nextcloud - Tasks App * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 John Molakvoæ + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 John Molakvoæ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/confirmation.js b/js/app/directives/confirmation.js index 9d56977b..045430ad 100644 --- a/js/app/directives/confirmation.js +++ b/js/app/directives/confirmation.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/datepicker.js b/js/app/directives/datepicker.js index c3ef37fc..12a9c16e 100644 --- a/js/app/directives/datepicker.js +++ b/js/app/directives/datepicker.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/occlickfocus.js b/js/app/directives/occlickfocus.js index bddb9b44..95d68e11 100644 --- a/js/app/directives/occlickfocus.js +++ b/js/app/directives/occlickfocus.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/timepicker.js b/js/app/directives/timepicker.js index 70677f4e..22045026 100644 --- a/js/app/directives/timepicker.js +++ b/js/app/directives/timepicker.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/directives/watchtop.js b/js/app/directives/watchtop.js index 24cd0282..bf510157 100644 --- a/js/app/directives/watchtop.js +++ b/js/app/directives/watchtop.js @@ -1,23 +1,23 @@ -/* - -ownCloud - Tasks - -@author Raimund Schlüßler -@copyright 2016 - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE -License as published by the Free Software Foundation; either -version 3 of the License, or any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU AFFERO GENERAL PUBLIC LICENSE for more details. - -You should have received a copy of the GNU Affero General Public -License along with this library. If not, see . -*/ +/** + * Nextcloud - Tasks + * + * @author Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE + * License as published by the Free Software Foundation; either + * version 3 of the License, or any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU AFFERO GENERAL PUBLIC LICENSE for more details. + * + * You should have received a copy of the GNU Affero General Public + * License along with this library. If not, see . + * + */ angular.module('Tasks').directive('watchTop', function() { 'use strict'; diff --git a/js/app/filters/counterFormatter.js b/js/app/filters/counterFormatter.js index bcad7c0e..62851cde 100644 --- a/js/app/filters/counterFormatter.js +++ b/js/app/filters/counterFormatter.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/dateDetails.js b/js/app/filters/dateDetails.js index 043f4583..8efdfdc1 100644 --- a/js/app/filters/dateDetails.js +++ b/js/app/filters/dateDetails.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/dateDetailsShort.js b/js/app/filters/dateDetailsShort.js index 09835d8b..34a184dc 100644 --- a/js/app/filters/dateDetailsShort.js +++ b/js/app/filters/dateDetailsShort.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/dateFromNow.js b/js/app/filters/dateFromNow.js index b6142465..cc986c35 100644 --- a/js/app/filters/dateFromNow.js +++ b/js/app/filters/dateFromNow.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/dateTaskList.js b/js/app/filters/dateTaskList.js index 9b52a5ca..7fb220d0 100644 --- a/js/app/filters/dateTaskList.js +++ b/js/app/filters/dateTaskList.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/day.js b/js/app/filters/day.js index 3200db9f..f991a738 100644 --- a/js/app/filters/day.js +++ b/js/app/filters/day.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/dayTaskList.js b/js/app/filters/dayTaskList.js index 5db76437..ba2393b3 100644 --- a/js/app/filters/dayTaskList.js +++ b/js/app/filters/dayTaskList.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/percentDetails.js b/js/app/filters/percentDetails.js index 26f4976a..a9714040 100644 --- a/js/app/filters/percentDetails.js +++ b/js/app/filters/percentDetails.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/priorityDetails.js b/js/app/filters/priorityDetails.js index b4f13c29..d5dda74b 100644 --- a/js/app/filters/priorityDetails.js +++ b/js/app/filters/priorityDetails.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/reminderDetails.js b/js/app/filters/reminderDetails.js index 45e91f54..eff80823 100644 --- a/js/app/filters/reminderDetails.js +++ b/js/app/filters/reminderDetails.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/startDetails.js b/js/app/filters/startDetails.js index 1a30ed78..e1197d65 100644 --- a/js/app/filters/startDetails.js +++ b/js/app/filters/startDetails.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/filters/timeTaskList.js b/js/app/filters/timeTaskList.js index 4095b8c5..ed14881e 100644 --- a/js/app/filters/timeTaskList.js +++ b/js/app/filters/timeTaskList.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/businesslayer/listsbusinesslayer.js b/js/app/services/businesslayer/listsbusinesslayer.js index e581a788..3e67b48e 100644 --- a/js/app/services/businesslayer/listsbusinesslayer.js +++ b/js/app/services/businesslayer/listsbusinesslayer.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/businesslayer/searchbusinesslayer.js b/js/app/services/businesslayer/searchbusinesslayer.js index 503f1615..6ae9b11d 100644 --- a/js/app/services/businesslayer/searchbusinesslayer.js +++ b/js/app/services/businesslayer/searchbusinesslayer.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/businesslayer/settingsbusinesslayer.js b/js/app/services/businesslayer/settingsbusinesslayer.js index 994650c0..5a3697bd 100644 --- a/js/app/services/businesslayer/settingsbusinesslayer.js +++ b/js/app/services/businesslayer/settingsbusinesslayer.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/businesslayer/tasksbusinesslayer.js b/js/app/services/businesslayer/tasksbusinesslayer.js index b807c01e..134c7264 100644 --- a/js/app/services/businesslayer/tasksbusinesslayer.js +++ b/js/app/services/businesslayer/tasksbusinesslayer.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/calendarservice.js b/js/app/services/calendarservice.js index aadfa1d5..8f174574 100644 --- a/js/app/services/calendarservice.js +++ b/js/app/services/calendarservice.js @@ -1,12 +1,12 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke * @author Raimund Schlüßler - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/davclient.js b/js/app/services/davclient.js index 039df3dc..93d349c7 100644 --- a/js/app/services/davclient.js +++ b/js/app/services/davclient.js @@ -1,12 +1,12 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke * @author Raimund Schlüßler - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/icalfactory.js b/js/app/services/icalfactory.js index aac9b564..6d94e1eb 100644 --- a/js/app/services/icalfactory.js +++ b/js/app/services/icalfactory.js @@ -1,12 +1,12 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke * @author Raimund Schlüßler - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/loading.js b/js/app/services/loading.js index 4a985e75..18f6b52f 100644 --- a/js/app/services/loading.js +++ b/js/app/services/loading.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/model.js b/js/app/services/model.js index 8be4fa4d..3400a092 100644 --- a/js/app/services/model.js +++ b/js/app/services/model.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/calendar.js b/js/app/services/models/calendar.js index 14dfb17a..98788ca0 100644 --- a/js/app/services/models/calendar.js +++ b/js/app/services/models/calendar.js @@ -1,12 +1,12 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke * @author Raimund Schlüßler - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/collectionsmodel.js b/js/app/services/models/collectionsmodel.js index f8125ab3..5ab5ff14 100644 --- a/js/app/services/models/collectionsmodel.js +++ b/js/app/services/models/collectionsmodel.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/listsmodel.js b/js/app/services/models/listsmodel.js index adce1ffb..aceb0916 100644 --- a/js/app/services/models/listsmodel.js +++ b/js/app/services/models/listsmodel.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/settingsmodel.js b/js/app/services/models/settingsmodel.js index b0d561c8..0f8582d4 100644 --- a/js/app/services/models/settingsmodel.js +++ b/js/app/services/models/settingsmodel.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/tasksmodel.js b/js/app/services/models/tasksmodel.js index 06f74e20..7efd8bc1 100644 --- a/js/app/services/models/tasksmodel.js +++ b/js/app/services/models/tasksmodel.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/models/vtodo.js b/js/app/services/models/vtodo.js index 358c1069..93c7abf6 100644 --- a/js/app/services/models/vtodo.js +++ b/js/app/services/models/vtodo.js @@ -1,10 +1,12 @@ /** - * ownCloud - Calendar App + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke + * @author Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/persistence.js b/js/app/services/persistence.js index 8ff34a99..a3ed24ca 100644 --- a/js/app/services/persistence.js +++ b/js/app/services/persistence.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/publisher.js b/js/app/services/publisher.js index bb39b216..4513d1ae 100644 --- a/js/app/services/publisher.js +++ b/js/app/services/publisher.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/randomstringservice.js b/js/app/services/randomstringservice.js index b264addb..be28eae9 100644 --- a/js/app/services/randomstringservice.js +++ b/js/app/services/randomstringservice.js @@ -1,10 +1,10 @@ /** - * ownCloud - Calendar App + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE @@ -20,6 +20,7 @@ * License along with this library. If not, see . * */ + angular.module('Tasks').factory('RandomStringService', function () { 'use strict'; diff --git a/js/app/services/request.js b/js/app/services/request.js index 917de182..3cfd0388 100644 --- a/js/app/services/request.js +++ b/js/app/services/request.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/status.js b/js/app/services/status.js index af2772e9..bdaa15a5 100644 --- a/js/app/services/status.js +++ b/js/app/services/status.js @@ -1,8 +1,8 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raimund Schlüßler - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/app/services/vtodoservice.js b/js/app/services/vtodoservice.js index bba0c4f0..9793cc3b 100644 --- a/js/app/services/vtodoservice.js +++ b/js/app/services/vtodoservice.js @@ -1,12 +1,12 @@ /** - * ownCloud - Tasks + * Nextcloud - Tasks * * @author Raghu Nayyar * @author Georg Ehrke * @author Raimund Schlüßler - * @copyright 2016 Raghu Nayyar - * @copyright 2016 Georg Ehrke - * @copyright 2016 Raimund Schlüßler + * @copyright 2017 Raghu Nayyar + * @copyright 2017 Georg Ehrke + * @copyright 2017 Raimund Schlüßler * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/js/bower.json b/js/bower.json index ad6a81d9..6be3d1f5 100644 --- a/js/bower.json +++ b/js/bower.json @@ -1,5 +1,5 @@ { - "name": "ownCloud Task App", + "name": "Nextcloud - Tasks", "version": "0.9.4", "dependencies": { "angular": "", @@ -14,7 +14,7 @@ "davclient.js": "https://github.com/evert/davclient.js.git" }, "devDependencies": {}, - "homepage": "https://github.com/owncloud/tasks", + "homepage": "https://github.com/nextcloud/tasks", "authors": [ "Raimund Schlüßler " ], diff --git a/js/package.json b/js/package.json index fba53eb5..d47c6453 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { - "name": "task", - "description": "ownCloud Task App", + "name": "tasks", + "description": "Nextcloud - Tasks", "version": "0.9.4", "author": { "name": "Raimund Schlüßler", @@ -10,9 +10,9 @@ "homepage": "", "repository": { "type": "git", - "url": "git@github.com:owncloud/tasks.git" + "url": "git@github.com:nextcloud/tasks.git" }, - "bugs": "https://github.com/owncloud/tasks/issues", + "bugs": "https://github.com/nextcloud/tasks/issues", "contributors": [], "dependencies": {}, "devDependencies": { diff --git a/js/public/app.js b/js/public/app.js index 9d737e86..19b3bb5b 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -1,9 +1,9 @@ (function(angular, $, oc_requesttoken, undefined){ /** - * ownCloud Task App - v0.9.4 + * Nextcloud - Tasks - v0.9.4 * - * Copyright (c) 2016 - Raimund Schlüßler + * Copyright (c) 2017 - Raimund Schlüßler * * This file is licensed under the Affero General Public License version 3 or later. * See the COPYING file diff --git a/service/collectionsservice.php b/service/collectionsservice.php index 015f9672..31c362c0 100644 --- a/service/collectionsservice.php +++ b/service/collectionsservice.php @@ -1,9 +1,9 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/service/settingsservice.php b/service/settingsservice.php index 46b476e6..a0510f89 100644 --- a/service/settingsservice.php +++ b/service/settingsservice.php @@ -1,9 +1,9 @@ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE