GithubHelp home page GithubHelp logo

magicxor / hikkaba Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 5.0 6.95 MB

ASP.NET Core imageboard

License: GNU General Public License v3.0

C# 77.62% JavaScript 0.95% CSS 0.55% HTML 18.92% BlitzBasic 0.77% Dockerfile 0.22% Shell 0.97%
aspnetcore aspnet-core aspnet-core-mvc imageboard imageboard-engine captcha thumbnails bb-code docker forum dotnet-core 4chan 2ch

hikkaba's Introduction

Hikkaba [pre-alpha] Azure deploy

Hikkaba is an imageboard written in ASP.NET Core and Entity Framework with minimal JavaScript usage.

Features

  • Multiple files per post
    • Audio
    • Video
    • Pictures
    • Documents
  • Thumbnail generation (ImageSharp)
  • BBCode markup support (Codekicker.BBCode)
    • b, i, u, s, pre, sub, sup, spoiler, quote BBCodes are availiable
    • >>postId - a link to the post in the current thread
  • SAGE support
  • URI detection
    • http://, https://, ftp:// links autodetection
  • Captcha (DNTCaptcha.Core)
  • Server-side paging (Sakura.AspNetCore.PagedList)
  • Thread-local user hashes (can be enabled for each thread separately)
  • Search
  • Display a datetime in the current user timezone (Moment.js)
  • Support for multiple file storage engines (20|20 Storage)
    • Local File System Storage (enabled by default)
    • Azure Blob Storage
    • Amazon S3
    • Google Cloud Storage
  • Administration panel [in progress]
  • Сategory specific moderators [in progress]
  • Moderation functions [in progress]
  • Ban system - by IP or IP range [in progress]
  • Custom file size limit
  • Custom post size limit
  • Custom attachment count limit
  • Identity lockout
  • Custom maximum number of threads per category
  • Archive old threads
  • Media gallery
  • API
  • Embedding of youtube, vimeo, coub, twitter, instagram objects
  • Detection of attachment duplicates per thread
  • Image compression
  • Custom primary key type (guid/long/int/etc) [in progress]
  • Docker

Screenshots

Home page

Home page


Reply form

Reply form


Thread

Thread


Search

Search

EF Migrations

$env:Hikkaba_ConnectionStrings__DefaultConnection="Server=(localdb)\mssqllocaldb;Database=Hikkaba;Integrated Security=true;"; dotnet ef migrations list --project Hikkaba.Data --startup-project Hikkaba.Web --verbose

hikkaba's People

Contributors

dependabot[bot] avatar magicxor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hikkaba's Issues

Captcha validation error

Sometimes DNTCaptcha produces false positive validation error. Probably the time zone difference between client and server is the source of the problem.

Further investigation is needed.

Temporary workaround: options.UseSessionStorageProvider() (this will not work in a distributed system)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.