diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-19 15:15:12 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-11-28 17:29:11 +0100 |
commit | 2c50153618cbbf227704a274cfc46e0ec071b525 (patch) | |
tree | 10d06076b0a4808fbaac0b85f71c8aa356bee8b9 /apps/files_versions/src/files_versions.js | |
parent | cd7cec587ed7048b6a5536d69bce904f9eadc598 (diff) | |
download | nextcloud-server-2c50153618cbbf227704a274cfc46e0ec071b525.tar.gz nextcloud-server-2c50153618cbbf227704a274cfc46e0ec071b525.zip |
Port files_versions to vue
Simplify code and make it use our standard components
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/files_versions/src/files_versions.js')
-rw-r--r-- | apps/files_versions/src/files_versions.js | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/files_versions/src/files_versions.js b/apps/files_versions/src/files_versions.js deleted file mode 100644 index 9f4ccc2c1bf..00000000000 --- a/apps/files_versions/src/files_versions.js +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @copyright Copyright (c) 2016 Roeland Jago Douma <roeland@famdouma.nl> - * - * @author Roeland Jago Douma <roeland@famdouma.nl> - * - * @license AGPL-3.0-or-later - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program 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 program. If not, see <http://www.gnu.org/licenses/>. - * - */ - -import './versionmodel' -import './versioncollection' -import './versionstabview' -import './filesplugin' -import './css/versions.css' - -window.OCA.Versions = OCA.Versions |