From 11b6e4222c81cfd5c5db5724128d28bba8989ded Mon Sep 17 00:00:00 2001 From: jld3103 Date: Wed, 2 Nov 2022 08:41:35 +0100 Subject: [PATCH] Update username --- LICENSE | 2 +- README.md | 4 ++-- packages/neon/assets/LEGALESE.txt | 2 +- packages/neon/lib/src/apps/files/widgets/browser_view.dart | 2 +- packages/neon/lib/src/utils/save_file.dart | 2 +- packages/nextcloud/README.md | 4 ++-- skaffold.yaml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index 195a2697..9ad1c9ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022, jld3103 +Copyright (c) 2022, provokateurin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index f30baecd..bad32166 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A beautiful convergent cross-platform client for Nextcloud written in Flutter. See [here](packages/neon/README.md) for screenshots and other material regarding the app. This repository not only contains the Neon app, but also a Nextcloud client written in Dart. -The client will replace https://github.com/jld3103/dart-nextcloud which is an older unmaintained client I wrote some time ago. +The client will replace https://github.com/provokateurin/dart-nextcloud which is an older unmaintained client I wrote some time ago. The development of this app and client just started, there will be a lot of changes and new features coming soon. @@ -19,7 +19,7 @@ There are separate rooms for the client and the app. If you don't know which cha ## Features -There are a lot of planned features that still need help. Go [here](https://github.com/jld3103/nextcloud-neon/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) and grab an issue to work on. +There are a lot of planned features that still need help. Go [here](https://github.com/provokateurin/nextcloud-neon/issues?q=is%3Aopen+is%3Aissue+label%3Afeature) and grab an issue to work on. Even if a new feature is not listed yet, please open an issue. - :heavy_check_mark: Supported diff --git a/packages/neon/assets/LEGALESE.txt b/packages/neon/assets/LEGALESE.txt index 2c728cc9..d29b0b5e 100644 --- a/packages/neon/assets/LEGALESE.txt +++ b/packages/neon/assets/LEGALESE.txt @@ -1,2 +1,2 @@ -Copyright © 2022, jld3103 +Copyright © 2022, provokateurin Under GPLv3 license diff --git a/packages/neon/lib/src/apps/files/widgets/browser_view.dart b/packages/neon/lib/src/apps/files/widgets/browser_view.dart index 78001e53..6473558e 100644 --- a/packages/neon/lib/src/apps/files/widgets/browser_view.dart +++ b/packages/neon/lib/src/apps/files/widgets/browser_view.dart @@ -327,7 +327,7 @@ class _FilesBrowserViewState extends State { value: FilesFileAction.copy, child: Text(AppLocalizations.of(context).copy), ), - // TODO: https://github.com/jld3103/nextcloud-neon/issues/4 + // TODO: https://github.com/provokateurin/nextcloud-neon/issues/4 if (!details.isDirectory) ...[ PopupMenuItem( value: FilesFileAction.sync, diff --git a/packages/neon/lib/src/utils/save_file.dart b/packages/neon/lib/src/utils/save_file.dart index 373001b0..1643da07 100644 --- a/packages/neon/lib/src/utils/save_file.dart +++ b/packages/neon/lib/src/utils/save_file.dart @@ -2,7 +2,7 @@ part of '../neon.dart'; Future saveFileWithPickDialog(final String fileName, final Uint8List data) async { if (Platform.isAndroid || Platform.isIOS) { - // TODO: https://github.com/jld3103/nextcloud-neon/issues/8 + // TODO: https://github.com/provokateurin/nextcloud-neon/issues/8 return FlutterFileDialog.saveFile( params: SaveFileDialogParams( data: data, diff --git a/packages/nextcloud/README.md b/packages/nextcloud/README.md index 8b949e33..73ae91f4 100644 --- a/packages/nextcloud/README.md +++ b/packages/nextcloud/README.md @@ -2,7 +2,7 @@ A Nextcloud client written in Dart. -This client will become the replacement for https://github.com/jld3103/dart-nextcloud at some point ([See](https://github.com/jld3103/nextcloud-neon/issues/1)). +This client will become the replacement for https://github.com/provokateurin/dart-nextcloud at some point ([See](https://github.com/provokateurin/nextcloud-neon/issues/1)). ## Installing @@ -12,7 +12,7 @@ In the future this code will be available at https://pub.dev/packages/nextcloud, dependencies: nextcloud: git: - url: https://github.com/jld3103/nextcloud-neon + url: https://github.com/provokateurin/nextcloud-neon path: packages/nextcloud ref: $COMMIT ``` diff --git a/skaffold.yaml b/skaffold.yaml index fdcd5773..1bfbd3f7 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -2,7 +2,7 @@ kind: Config apiVersion: skaffold/v2beta27 build: artifacts: - - image: jld3103/nextcloud-push-proxy + - image: provokateurin/nextcloud-push-proxy context: packages/nextcloud_push_proxy local: useBuildkit: true @@ -19,5 +19,5 @@ deploy: valuesFiles: - helm/nextcloud-neon/values.yaml artifactOverrides: - imageNextcloudPushProxy: jld3103/nextcloud-push-proxy + imageNextcloudPushProxy: provokateurin/nextcloud-push-proxy statusCheckDeadlineSeconds: 300