From 176952d30fcdff8a5e1b3272684a1b3f16a64347 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 29 Dec 2017 14:36:32 +0100 Subject: [PATCH] Avatar route changed to '/avatars' --- Yavsc/Constants.cs | 4 ++-- Yavsc/Views/Administration/Role.cshtml | 2 +- Yavsc/Views/Manage/SetAvatar.cshtml | 4 ++-- test/global.json | 7 +++++++ 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 test/global.json diff --git a/Yavsc/Constants.cs b/Yavsc/Constants.cs index eab9a382..7bbe243a 100644 --- a/Yavsc/Constants.cs +++ b/Yavsc/Constants.cs @@ -26,8 +26,8 @@ namespace Yavsc FrontOfficeGroupName = "FrontOffice", GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send", KeyProtectorPurpose = "OAuth.AspNet.AuthServer", - UserFilesPath = "/UserFiles", - AvatarsPath = "/Avatars", + UserFilesPath = "/files", + AvatarsPath = "/avatars", DefaultAvatar = "/images/Users/icon_user.png", AnonAvatar = "/images/Users/icon_anon_user.png"; public static char[] ValidChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=_~. ".ToCharArray(); diff --git a/Yavsc/Views/Administration/Role.cshtml b/Yavsc/Views/Administration/Role.cshtml index c93f800d..26323ef5 100644 --- a/Yavsc/Views/Administration/Role.cshtml +++ b/Yavsc/Views/Administration/Role.cshtml @@ -7,7 +7,7 @@