├── .gitattributes ├── .github └── FUNDING.yml ├── .gitignore ├── .gitmodules ├── App ├── CSS │ ├── platform.less │ ├── themes │ │ └── default.less │ └── utility │ │ ├── dropzone.css │ │ ├── easymde.min.css │ │ ├── font-awesome.css │ │ ├── highlight │ │ ├── atelier-forest-light.css │ │ ├── atom-one-dark.css │ │ ├── atom-one-light.css │ │ ├── foundation.css │ │ ├── monokai-sublime.css │ │ ├── obsidian.css │ │ ├── tomorrow-night.css │ │ ├── vs.css │ │ ├── vs2015.css │ │ └── xcode.css │ │ └── simplemde.min.css ├── Common │ ├── Exceptions.cs │ ├── Platform │ │ ├── Chapters.cs │ │ ├── Entries.cs │ │ └── Trash.cs │ ├── UI │ │ └── Checkbox.cs │ └── Utility │ │ └── Image.cs ├── Controller.cs ├── Controllers │ ├── Dashboard.cs │ ├── ErrorCodes.cs │ ├── File.cs │ ├── Home.cs │ ├── Login.cs │ ├── Logout.cs │ └── Upload.cs ├── Legendary.csproj ├── Models │ └── Upload.cs ├── Partials │ └── UI │ │ └── checkbox.html ├── Program.cs ├── Properties │ ├── PublishProfiles │ │ └── FolderProfile.pubxml │ └── launchSettings.json ├── Request.cs ├── Routes.cs ├── Scripts │ └── utility │ │ ├── easymde.min.js │ │ ├── highlight.min.js │ │ ├── remarkable.min.js │ │ ├── simplemde.min.js │ │ └── velocity.min.js ├── Server.cs ├── Service.cs ├── Services │ ├── Books.cs │ ├── Chapters.cs │ ├── Entries.cs │ ├── Trash.cs │ └── User.cs ├── Startup.cs ├── User.cs ├── Views │ ├── 404.html │ ├── 500.html │ ├── Books │ │ └── list-item.html │ ├── Dashboard │ │ ├── dashboard.html │ │ ├── dashboard.js │ │ ├── dashboard.less │ │ └── templates │ │ │ ├── entryinfo.html │ │ │ ├── newbook.html │ │ │ ├── newchapter.html │ │ │ ├── newentry.html │ │ │ ├── nobooks.html │ │ │ └── noentries.html │ ├── Entries │ │ ├── chapter.html │ │ ├── entries.html │ │ ├── list-item.html │ │ └── no-entries.html │ ├── Login │ │ ├── login.html │ │ ├── login.js │ │ ├── new-admin.html │ │ ├── new-admin.js │ │ ├── new-pass.html │ │ └── new-pass.js │ ├── Shared │ │ ├── UI │ │ │ └── checkbox.html │ │ └── layout.html │ ├── Trash │ │ ├── item-book.html │ │ ├── item-chapter.html │ │ ├── item-entry.html │ │ ├── section-header.html │ │ └── trash.html │ └── access-denied.html ├── appsettings.json ├── config.json ├── web.config └── wwwroot │ ├── android-manifest.json │ ├── favicon.ico │ ├── fonts │ ├── font-awesome │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── lora │ │ ├── lora-v12-latin-700.eot │ │ ├── lora-v12-latin-700.svg │ │ ├── lora-v12-latin-700.ttf │ │ ├── lora-v12-latin-700.woff │ │ ├── lora-v12-latin-700.woff2 │ │ ├── lora-v12-latin-700italic.eot │ │ ├── lora-v12-latin-700italic.svg │ │ ├── lora-v12-latin-700italic.ttf │ │ ├── lora-v12-latin-700italic.woff │ │ ├── lora-v12-latin-700italic.woff2 │ │ ├── lora-v12-latin-italic.eot │ │ ├── lora-v12-latin-italic.svg │ │ ├── lora-v12-latin-italic.ttf │ │ ├── lora-v12-latin-italic.woff │ │ ├── lora-v12-latin-italic.woff2 │ │ ├── lora-v12-latin-regular.eot │ │ ├── lora-v12-latin-regular.svg │ │ ├── lora-v12-latin-regular.ttf │ │ ├── lora-v12-latin-regular.woff │ │ └── lora-v12-latin-regular.woff2 │ ├── roboto-mono │ │ ├── roboto-mono-v5-latin-700.eot │ │ ├── roboto-mono-v5-latin-700.svg │ │ ├── roboto-mono-v5-latin-700.ttf │ │ ├── roboto-mono-v5-latin-700.woff │ │ ├── roboto-mono-v5-latin-700.woff2 │ │ ├── roboto-mono-v5-latin-700italic.eot │ │ ├── roboto-mono-v5-latin-700italic.svg │ │ ├── roboto-mono-v5-latin-700italic.ttf │ │ ├── roboto-mono-v5-latin-700italic.woff │ │ ├── roboto-mono-v5-latin-700italic.woff2 │ │ ├── roboto-mono-v5-latin-italic.eot │ │ ├── roboto-mono-v5-latin-italic.svg │ │ ├── roboto-mono-v5-latin-italic.ttf │ │ ├── roboto-mono-v5-latin-italic.woff │ │ ├── roboto-mono-v5-latin-italic.woff2 │ │ ├── roboto-mono-v5-latin-regular.eot │ │ ├── roboto-mono-v5-latin-regular.svg │ │ ├── roboto-mono-v5-latin-regular.ttf │ │ ├── roboto-mono-v5-latin-regular.woff │ │ └── roboto-mono-v5-latin-regular.woff2 │ └── source-sans-pro │ │ ├── source-sans-pro-v11-latin-700.eot │ │ ├── source-sans-pro-v11-latin-700.svg │ │ ├── source-sans-pro-v11-latin-700.ttf │ │ ├── source-sans-pro-v11-latin-700.woff │ │ ├── source-sans-pro-v11-latin-700.woff2 │ │ ├── source-sans-pro-v11-latin-700italic.eot │ │ ├── source-sans-pro-v11-latin-700italic.svg │ │ ├── source-sans-pro-v11-latin-700italic.ttf │ │ ├── source-sans-pro-v11-latin-700italic.woff │ │ ├── source-sans-pro-v11-latin-700italic.woff2 │ │ ├── source-sans-pro-v11-latin-italic.eot │ │ ├── source-sans-pro-v11-latin-italic.svg │ │ ├── source-sans-pro-v11-latin-italic.ttf │ │ ├── source-sans-pro-v11-latin-italic.woff │ │ ├── source-sans-pro-v11-latin-italic.woff2 │ │ ├── source-sans-pro-v11-latin-regular.eot │ │ ├── source-sans-pro-v11-latin-regular.svg │ │ ├── source-sans-pro-v11-latin-regular.ttf │ │ ├── source-sans-pro-v11-latin-regular.woff │ │ └── source-sans-pro-v11-latin-regular.woff2 │ ├── images │ ├── favicon.ico │ ├── favicon.png │ ├── icons.svg │ ├── logo-D-xs.png │ ├── logo-xs-white.png │ ├── logo-xs.png │ └── mobile │ │ ├── android-144x144.png │ │ ├── android-192x192.png │ │ ├── android-36x36.png │ │ ├── android-48x48.png │ │ ├── android-512x512.png │ │ ├── android-72x72.png │ │ ├── android-96x96.png │ │ ├── ipad-retina.png │ │ ├── ipad.png │ │ ├── iphone-retina.png │ │ └── iphone.png │ └── web.config ├── Images ├── Icons │ ├── icon-add-file.svg │ ├── icon-add.svg │ ├── icon-arrow-down-right.svg │ ├── icon-arrow-down.svg │ ├── icon-arrow-next.svg │ ├── icon-arrow-up.svg │ ├── icon-arrow2-down.svg │ ├── icon-arrow3-down-right.svg │ ├── icon-arrow3-right.svg │ ├── icon-back.svg │ ├── icon-book-fav.svg │ ├── icon-book-marked.svg │ ├── icon-book.svg │ ├── icon-bookmark.svg │ ├── icon-camera.svg │ ├── icon-cancel.svg │ ├── icon-chat.svg │ ├── icon-check.fla │ ├── icon-check.svg │ ├── icon-clock.svg │ ├── icon-close.svg │ ├── icon-download.svg │ ├── icon-email.svg │ ├── icon-feather.fla │ ├── icon-feather.svg │ ├── icon-file.svg │ ├── icon-files.svg │ ├── icon-flag.svg │ ├── icon-folder.svg │ ├── icon-gallery.svg │ ├── icon-globe.svg │ ├── icon-heart-empty.svg │ ├── icon-heart.svg │ ├── icon-info.svg │ ├── icon-link.svg │ ├── icon-list.svg │ ├── icon-loader.svg │ ├── icon-marker.svg │ ├── icon-menu.svg │ ├── icon-next.svg │ ├── icon-notebook.svg │ ├── icon-open-book.svg │ ├── icon-options.svg │ ├── icon-pencil.svg │ ├── icon-photo.svg │ ├── icon-print.svg │ ├── icon-reload.svg │ ├── icon-reload2.svg │ ├── icon-search.svg │ ├── icon-settings.svg │ ├── icon-share.svg │ ├── icon-sound.svg │ ├── icon-star-empty.svg │ ├── icon-star-half.svg │ ├── icon-star.svg │ ├── icon-tag.svg │ ├── icon-trash.svg │ ├── icon-upload-cloud.svg │ ├── icon-upload.svg │ ├── icon-user.svg │ ├── icon-wrench.svg │ ├── logo.fla │ └── logo.svg ├── Logo │ ├── Legendary-logo.fla │ ├── Legendary-logo.png │ ├── feather-icon-lg.png │ ├── feather-icon.fla │ └── feather-icon.png └── SVG │ ├── .gitignore │ ├── compiled │ └── icons.svg │ ├── gulpfile.js │ ├── index.js │ ├── package-lock.json │ └── package.json ├── LICENSE ├── Legendary.sln ├── NuGet.config ├── Query ├── Models │ ├── Book.cs │ ├── Chapter.cs │ ├── Entry.cs │ ├── Tag.cs │ └── User.cs ├── Query.csproj └── Query │ ├── Books.cs │ ├── Chapters.cs │ ├── Entries.cs │ ├── Trash.cs │ └── Users.cs ├── README.md ├── Sql ├── PostDeployment.sql ├── Sql.refactorlog ├── Sql.sln ├── Sql.sqlproj ├── dbo │ ├── Functions │ │ └── SplitArray.sql │ ├── Sequences │ │ ├── SequenceEntries.sql │ │ ├── SequenceLegends.sql │ │ └── SequenceUsers.sql │ ├── Stored Procedures │ │ ├── Books │ │ │ ├── Book_Create.sql │ │ │ ├── Book_Delete.sql │ │ │ ├── Book_GetDetails.sql │ │ │ ├── Book_Restore.sql │ │ │ ├── Book_Trash.sql │ │ │ ├── Book_Update.sql │ │ │ ├── Book_UpdateFavorite.sql │ │ │ ├── Book_UpdateSort.sql │ │ │ └── Books_GetList.sql │ │ ├── Chapters │ │ │ ├── Chapter_Create.sql │ │ │ ├── Chapter_Delete.sql │ │ │ ├── Chapter_GetMax.sql │ │ │ ├── Chapter_Restore.sql │ │ │ ├── Chapter_Trash.sql │ │ │ ├── Chapter_Update.sql │ │ │ └── Chapters_GetList.sql │ │ ├── Entries │ │ │ ├── Entries_FixSortOrder.sql │ │ │ ├── Entries_GetFirst.sql │ │ │ ├── Entries_GetList.sql │ │ │ ├── Entry_Create.sql │ │ │ ├── Entry_Delete.sql │ │ │ ├── Entry_GetDetails.sql │ │ │ ├── Entry_Restore.sql │ │ │ ├── Entry_Trash.sql │ │ │ ├── Entry_Update.sql │ │ │ ├── Entry_UpdateBook.sql │ │ │ ├── Entry_UpdateChapter.sql │ │ │ ├── Entry_UpdateInfo.sql │ │ │ ├── Entry_UpdateSort.sql │ │ │ ├── Entry_UpdateSummary.sql │ │ │ └── Entry_UpdateTitle.sql │ │ ├── Trash │ │ │ ├── Trash_Empty.sql │ │ │ ├── Trash_GetCount.sql │ │ │ ├── Trash_GetList.sql │ │ │ └── Trash_RestoreAll.sql │ │ ├── Users │ │ │ ├── User_Authenticate.sql │ │ │ ├── User_AuthenticateByToken.sql │ │ │ ├── User_Create.sql │ │ │ ├── User_CreateAuthToken.sql │ │ │ ├── User_GetEmail.sql │ │ │ ├── User_GetPassword.sql │ │ │ ├── User_UpdateEmail.sql │ │ │ ├── User_UpdatePassword.sql │ │ │ ├── Users_GetList.sql │ │ │ ├── Users_HasAdmin.sql │ │ │ └── Users_HasPasswords.sql │ │ └── Utility │ │ │ └── GetCustomId.sql │ ├── Tables │ │ ├── Books.sql │ │ ├── Chapters.sql │ │ ├── Entries.sql │ │ ├── Tags.sql │ │ ├── User_AuthTokens.sql │ │ └── Users.sql │ └── Views │ │ └── View_Entries.sql └── utility │ └── resetdb.sql ├── gulpfile.js └── package.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [datasilk] -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/.gitmodules -------------------------------------------------------------------------------- /App/CSS/platform.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/platform.less -------------------------------------------------------------------------------- /App/CSS/themes/default.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/themes/default.less -------------------------------------------------------------------------------- /App/CSS/utility/dropzone.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/dropzone.css -------------------------------------------------------------------------------- /App/CSS/utility/easymde.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/easymde.min.css -------------------------------------------------------------------------------- /App/CSS/utility/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/font-awesome.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/atelier-forest-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/atelier-forest-light.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/atom-one-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/atom-one-dark.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/atom-one-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/atom-one-light.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/foundation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/foundation.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/monokai-sublime.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/monokai-sublime.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/obsidian.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/obsidian.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/tomorrow-night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/tomorrow-night.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/vs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/vs.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/vs2015.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/vs2015.css -------------------------------------------------------------------------------- /App/CSS/utility/highlight/xcode.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/highlight/xcode.css -------------------------------------------------------------------------------- /App/CSS/utility/simplemde.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/CSS/utility/simplemde.min.css -------------------------------------------------------------------------------- /App/Common/Exceptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/Exceptions.cs -------------------------------------------------------------------------------- /App/Common/Platform/Chapters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/Platform/Chapters.cs -------------------------------------------------------------------------------- /App/Common/Platform/Entries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/Platform/Entries.cs -------------------------------------------------------------------------------- /App/Common/Platform/Trash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/Platform/Trash.cs -------------------------------------------------------------------------------- /App/Common/UI/Checkbox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/UI/Checkbox.cs -------------------------------------------------------------------------------- /App/Common/Utility/Image.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Common/Utility/Image.cs -------------------------------------------------------------------------------- /App/Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controller.cs -------------------------------------------------------------------------------- /App/Controllers/Dashboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/Dashboard.cs -------------------------------------------------------------------------------- /App/Controllers/ErrorCodes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/ErrorCodes.cs -------------------------------------------------------------------------------- /App/Controllers/File.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/File.cs -------------------------------------------------------------------------------- /App/Controllers/Home.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/Home.cs -------------------------------------------------------------------------------- /App/Controllers/Login.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/Login.cs -------------------------------------------------------------------------------- /App/Controllers/Logout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/Logout.cs -------------------------------------------------------------------------------- /App/Controllers/Upload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Controllers/Upload.cs -------------------------------------------------------------------------------- /App/Legendary.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Legendary.csproj -------------------------------------------------------------------------------- /App/Models/Upload.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Models/Upload.cs -------------------------------------------------------------------------------- /App/Partials/UI/checkbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Partials/UI/checkbox.html -------------------------------------------------------------------------------- /App/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Program.cs -------------------------------------------------------------------------------- /App/Properties/PublishProfiles/FolderProfile.pubxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Properties/PublishProfiles/FolderProfile.pubxml -------------------------------------------------------------------------------- /App/Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Properties/launchSettings.json -------------------------------------------------------------------------------- /App/Request.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Request.cs -------------------------------------------------------------------------------- /App/Routes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Routes.cs -------------------------------------------------------------------------------- /App/Scripts/utility/easymde.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Scripts/utility/easymde.min.js -------------------------------------------------------------------------------- /App/Scripts/utility/highlight.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Scripts/utility/highlight.min.js -------------------------------------------------------------------------------- /App/Scripts/utility/remarkable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Scripts/utility/remarkable.min.js -------------------------------------------------------------------------------- /App/Scripts/utility/simplemde.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Scripts/utility/simplemde.min.js -------------------------------------------------------------------------------- /App/Scripts/utility/velocity.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Scripts/utility/velocity.min.js -------------------------------------------------------------------------------- /App/Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Server.cs -------------------------------------------------------------------------------- /App/Service.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Service.cs -------------------------------------------------------------------------------- /App/Services/Books.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Services/Books.cs -------------------------------------------------------------------------------- /App/Services/Chapters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Services/Chapters.cs -------------------------------------------------------------------------------- /App/Services/Entries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Services/Entries.cs -------------------------------------------------------------------------------- /App/Services/Trash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Services/Trash.cs -------------------------------------------------------------------------------- /App/Services/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Services/User.cs -------------------------------------------------------------------------------- /App/Startup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Startup.cs -------------------------------------------------------------------------------- /App/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/User.cs -------------------------------------------------------------------------------- /App/Views/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/404.html -------------------------------------------------------------------------------- /App/Views/500.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/500.html -------------------------------------------------------------------------------- /App/Views/Books/list-item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Books/list-item.html -------------------------------------------------------------------------------- /App/Views/Dashboard/dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/dashboard.html -------------------------------------------------------------------------------- /App/Views/Dashboard/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/dashboard.js -------------------------------------------------------------------------------- /App/Views/Dashboard/dashboard.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/dashboard.less -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/entryinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/entryinfo.html -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/newbook.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/newbook.html -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/newchapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/newchapter.html -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/newentry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/newentry.html -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/nobooks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/nobooks.html -------------------------------------------------------------------------------- /App/Views/Dashboard/templates/noentries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Dashboard/templates/noentries.html -------------------------------------------------------------------------------- /App/Views/Entries/chapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Entries/chapter.html -------------------------------------------------------------------------------- /App/Views/Entries/entries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Entries/entries.html -------------------------------------------------------------------------------- /App/Views/Entries/list-item.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Entries/list-item.html -------------------------------------------------------------------------------- /App/Views/Entries/no-entries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Entries/no-entries.html -------------------------------------------------------------------------------- /App/Views/Login/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/login.html -------------------------------------------------------------------------------- /App/Views/Login/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/login.js -------------------------------------------------------------------------------- /App/Views/Login/new-admin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/new-admin.html -------------------------------------------------------------------------------- /App/Views/Login/new-admin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/new-admin.js -------------------------------------------------------------------------------- /App/Views/Login/new-pass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/new-pass.html -------------------------------------------------------------------------------- /App/Views/Login/new-pass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Login/new-pass.js -------------------------------------------------------------------------------- /App/Views/Shared/UI/checkbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Shared/UI/checkbox.html -------------------------------------------------------------------------------- /App/Views/Shared/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Shared/layout.html -------------------------------------------------------------------------------- /App/Views/Trash/item-book.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Trash/item-book.html -------------------------------------------------------------------------------- /App/Views/Trash/item-chapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Trash/item-chapter.html -------------------------------------------------------------------------------- /App/Views/Trash/item-entry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Trash/item-entry.html -------------------------------------------------------------------------------- /App/Views/Trash/section-header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Trash/section-header.html -------------------------------------------------------------------------------- /App/Views/Trash/trash.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/Trash/trash.html -------------------------------------------------------------------------------- /App/Views/access-denied.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/Views/access-denied.html -------------------------------------------------------------------------------- /App/appsettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/appsettings.json -------------------------------------------------------------------------------- /App/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/config.json -------------------------------------------------------------------------------- /App/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/web.config -------------------------------------------------------------------------------- /App/wwwroot/android-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/android-manifest.json -------------------------------------------------------------------------------- /App/wwwroot/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/favicon.ico -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/FontAwesome.otf -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/fontawesome-webfont.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/font-awesome/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/font-awesome/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-700italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-regular.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-regular.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-regular.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-regular.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/lora/lora-v12-latin-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/lora/lora-v12-latin-regular.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-700italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-italic.woff2 -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.eot -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.svg -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.ttf -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff -------------------------------------------------------------------------------- /App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/fonts/source-sans-pro/source-sans-pro-v11-latin-regular.woff2 -------------------------------------------------------------------------------- /App/wwwroot/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/favicon.ico -------------------------------------------------------------------------------- /App/wwwroot/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/favicon.png -------------------------------------------------------------------------------- /App/wwwroot/images/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/icons.svg -------------------------------------------------------------------------------- /App/wwwroot/images/logo-D-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/logo-D-xs.png -------------------------------------------------------------------------------- /App/wwwroot/images/logo-xs-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/logo-xs-white.png -------------------------------------------------------------------------------- /App/wwwroot/images/logo-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/logo-xs.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-144x144.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-192x192.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-36x36.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-48x48.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-512x512.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-72x72.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/android-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/android-96x96.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/ipad-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/ipad-retina.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/ipad.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/iphone-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/iphone-retina.png -------------------------------------------------------------------------------- /App/wwwroot/images/mobile/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/images/mobile/iphone.png -------------------------------------------------------------------------------- /App/wwwroot/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/App/wwwroot/web.config -------------------------------------------------------------------------------- /Images/Icons/icon-add-file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-add-file.svg -------------------------------------------------------------------------------- /Images/Icons/icon-add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-add.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow-down-right.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow-down.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow-next.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow-up.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow2-down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow2-down.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow3-down-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow3-down-right.svg -------------------------------------------------------------------------------- /Images/Icons/icon-arrow3-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-arrow3-right.svg -------------------------------------------------------------------------------- /Images/Icons/icon-back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-back.svg -------------------------------------------------------------------------------- /Images/Icons/icon-book-fav.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-book-fav.svg -------------------------------------------------------------------------------- /Images/Icons/icon-book-marked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-book-marked.svg -------------------------------------------------------------------------------- /Images/Icons/icon-book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-book.svg -------------------------------------------------------------------------------- /Images/Icons/icon-bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-bookmark.svg -------------------------------------------------------------------------------- /Images/Icons/icon-camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-camera.svg -------------------------------------------------------------------------------- /Images/Icons/icon-cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-cancel.svg -------------------------------------------------------------------------------- /Images/Icons/icon-chat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-chat.svg -------------------------------------------------------------------------------- /Images/Icons/icon-check.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-check.fla -------------------------------------------------------------------------------- /Images/Icons/icon-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-check.svg -------------------------------------------------------------------------------- /Images/Icons/icon-clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-clock.svg -------------------------------------------------------------------------------- /Images/Icons/icon-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-close.svg -------------------------------------------------------------------------------- /Images/Icons/icon-download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-download.svg -------------------------------------------------------------------------------- /Images/Icons/icon-email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-email.svg -------------------------------------------------------------------------------- /Images/Icons/icon-feather.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-feather.fla -------------------------------------------------------------------------------- /Images/Icons/icon-feather.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-feather.svg -------------------------------------------------------------------------------- /Images/Icons/icon-file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-file.svg -------------------------------------------------------------------------------- /Images/Icons/icon-files.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-files.svg -------------------------------------------------------------------------------- /Images/Icons/icon-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-flag.svg -------------------------------------------------------------------------------- /Images/Icons/icon-folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-folder.svg -------------------------------------------------------------------------------- /Images/Icons/icon-gallery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-gallery.svg -------------------------------------------------------------------------------- /Images/Icons/icon-globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-globe.svg -------------------------------------------------------------------------------- /Images/Icons/icon-heart-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-heart-empty.svg -------------------------------------------------------------------------------- /Images/Icons/icon-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-heart.svg -------------------------------------------------------------------------------- /Images/Icons/icon-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-info.svg -------------------------------------------------------------------------------- /Images/Icons/icon-link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-link.svg -------------------------------------------------------------------------------- /Images/Icons/icon-list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-list.svg -------------------------------------------------------------------------------- /Images/Icons/icon-loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-loader.svg -------------------------------------------------------------------------------- /Images/Icons/icon-marker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-marker.svg -------------------------------------------------------------------------------- /Images/Icons/icon-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-menu.svg -------------------------------------------------------------------------------- /Images/Icons/icon-next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-next.svg -------------------------------------------------------------------------------- /Images/Icons/icon-notebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-notebook.svg -------------------------------------------------------------------------------- /Images/Icons/icon-open-book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-open-book.svg -------------------------------------------------------------------------------- /Images/Icons/icon-options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-options.svg -------------------------------------------------------------------------------- /Images/Icons/icon-pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-pencil.svg -------------------------------------------------------------------------------- /Images/Icons/icon-photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-photo.svg -------------------------------------------------------------------------------- /Images/Icons/icon-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-print.svg -------------------------------------------------------------------------------- /Images/Icons/icon-reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-reload.svg -------------------------------------------------------------------------------- /Images/Icons/icon-reload2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-reload2.svg -------------------------------------------------------------------------------- /Images/Icons/icon-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-search.svg -------------------------------------------------------------------------------- /Images/Icons/icon-settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-settings.svg -------------------------------------------------------------------------------- /Images/Icons/icon-share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-share.svg -------------------------------------------------------------------------------- /Images/Icons/icon-sound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-sound.svg -------------------------------------------------------------------------------- /Images/Icons/icon-star-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-star-empty.svg -------------------------------------------------------------------------------- /Images/Icons/icon-star-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-star-half.svg -------------------------------------------------------------------------------- /Images/Icons/icon-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-star.svg -------------------------------------------------------------------------------- /Images/Icons/icon-tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-tag.svg -------------------------------------------------------------------------------- /Images/Icons/icon-trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-trash.svg -------------------------------------------------------------------------------- /Images/Icons/icon-upload-cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-upload-cloud.svg -------------------------------------------------------------------------------- /Images/Icons/icon-upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-upload.svg -------------------------------------------------------------------------------- /Images/Icons/icon-user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-user.svg -------------------------------------------------------------------------------- /Images/Icons/icon-wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/icon-wrench.svg -------------------------------------------------------------------------------- /Images/Icons/logo.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/logo.fla -------------------------------------------------------------------------------- /Images/Icons/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Icons/logo.svg -------------------------------------------------------------------------------- /Images/Logo/Legendary-logo.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Logo/Legendary-logo.fla -------------------------------------------------------------------------------- /Images/Logo/Legendary-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Logo/Legendary-logo.png -------------------------------------------------------------------------------- /Images/Logo/feather-icon-lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Logo/feather-icon-lg.png -------------------------------------------------------------------------------- /Images/Logo/feather-icon.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Logo/feather-icon.fla -------------------------------------------------------------------------------- /Images/Logo/feather-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/Logo/feather-icon.png -------------------------------------------------------------------------------- /Images/SVG/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | test/compiled/** 3 | npm-debug.log 4 | -------------------------------------------------------------------------------- /Images/SVG/compiled/icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/SVG/compiled/icons.svg -------------------------------------------------------------------------------- /Images/SVG/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/SVG/gulpfile.js -------------------------------------------------------------------------------- /Images/SVG/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/SVG/index.js -------------------------------------------------------------------------------- /Images/SVG/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/SVG/package-lock.json -------------------------------------------------------------------------------- /Images/SVG/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Images/SVG/package.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/LICENSE -------------------------------------------------------------------------------- /Legendary.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Legendary.sln -------------------------------------------------------------------------------- /NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/NuGet.config -------------------------------------------------------------------------------- /Query/Models/Book.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Models/Book.cs -------------------------------------------------------------------------------- /Query/Models/Chapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Models/Chapter.cs -------------------------------------------------------------------------------- /Query/Models/Entry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Models/Entry.cs -------------------------------------------------------------------------------- /Query/Models/Tag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Models/Tag.cs -------------------------------------------------------------------------------- /Query/Models/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Models/User.cs -------------------------------------------------------------------------------- /Query/Query.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query.csproj -------------------------------------------------------------------------------- /Query/Query/Books.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query/Books.cs -------------------------------------------------------------------------------- /Query/Query/Chapters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query/Chapters.cs -------------------------------------------------------------------------------- /Query/Query/Entries.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query/Entries.cs -------------------------------------------------------------------------------- /Query/Query/Trash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query/Trash.cs -------------------------------------------------------------------------------- /Query/Query/Users.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Query/Query/Users.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/README.md -------------------------------------------------------------------------------- /Sql/PostDeployment.sql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sql/Sql.refactorlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/Sql.refactorlog -------------------------------------------------------------------------------- /Sql/Sql.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/Sql.sln -------------------------------------------------------------------------------- /Sql/Sql.sqlproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/Sql.sqlproj -------------------------------------------------------------------------------- /Sql/dbo/Functions/SplitArray.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Functions/SplitArray.sql -------------------------------------------------------------------------------- /Sql/dbo/Sequences/SequenceEntries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Sequences/SequenceEntries.sql -------------------------------------------------------------------------------- /Sql/dbo/Sequences/SequenceLegends.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Sequences/SequenceLegends.sql -------------------------------------------------------------------------------- /Sql/dbo/Sequences/SequenceUsers.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Sequences/SequenceUsers.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_Create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_Create.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_Delete.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_Delete.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_GetDetails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_GetDetails.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_Restore.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_Restore.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_Trash.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_Trash.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_Update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_Update.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_UpdateFavorite.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_UpdateFavorite.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Book_UpdateSort.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Book_UpdateSort.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Books/Books_GetList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Books/Books_GetList.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_Create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_Create.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_Delete.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_Delete.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_GetMax.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_GetMax.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_Restore.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_Restore.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_Trash.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_Trash.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapter_Update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapter_Update.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Chapters/Chapters_GetList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Chapters/Chapters_GetList.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entries_FixSortOrder.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entries_FixSortOrder.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entries_GetFirst.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entries_GetFirst.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entries_GetList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entries_GetList.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_Create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_Create.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_Delete.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_Delete.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_GetDetails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_GetDetails.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_Restore.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_Restore.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_Trash.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_Trash.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_Update.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_Update.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateBook.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateBook.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateChapter.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateChapter.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateInfo.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateInfo.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateSort.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateSort.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateSummary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateSummary.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Entries/Entry_UpdateTitle.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Entries/Entry_UpdateTitle.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Trash/Trash_Empty.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Trash/Trash_Empty.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Trash/Trash_GetCount.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Trash/Trash_GetCount.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Trash/Trash_GetList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Trash/Trash_GetList.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Trash/Trash_RestoreAll.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Trash/Trash_RestoreAll.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_Authenticate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_Authenticate.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_AuthenticateByToken.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_AuthenticateByToken.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_Create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_Create.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_CreateAuthToken.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_CreateAuthToken.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_GetEmail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_GetEmail.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_GetPassword.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_GetPassword.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_UpdateEmail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_UpdateEmail.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/User_UpdatePassword.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/User_UpdatePassword.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/Users_GetList.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/Users_GetList.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/Users_HasAdmin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/Users_HasAdmin.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Users/Users_HasPasswords.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Users/Users_HasPasswords.sql -------------------------------------------------------------------------------- /Sql/dbo/Stored Procedures/Utility/GetCustomId.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Stored Procedures/Utility/GetCustomId.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/Books.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/Books.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/Chapters.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/Chapters.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/Entries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/Entries.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/Tags.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/Tags.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/User_AuthTokens.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/User_AuthTokens.sql -------------------------------------------------------------------------------- /Sql/dbo/Tables/Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Tables/Users.sql -------------------------------------------------------------------------------- /Sql/dbo/Views/View_Entries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/dbo/Views/View_Entries.sql -------------------------------------------------------------------------------- /Sql/utility/resetdb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/Sql/utility/resetdb.sql -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/gulpfile.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Datasilk/Legendary/HEAD/package.json --------------------------------------------------------------------------------