Giter VIP home page Giter VIP logo

better-ilias's Introduction

BetterIlias

A Modern UX for Ilias which supports file synchronisation.

Features

  • Responsive and modern frontend.
  • Synchronize all files to the local filesystem for easier access and usability.
  • Dark theme by default.

Installation

The easiest way to install BetterIlias is to download it from the releases.

Dev

Requirements

  1. Rust
  2. Node

Usage

You can start the development process with:

cargo tauri dev

or

RUST_LOG="info" cargo tauri dev

to show logs.

Build the project using

cargo tauri build

better-ilias's People

Contributors

dependabot[bot] avatar hocuri avatar septias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hocuri

better-ilias's Issues

Compilation fails: no method named `get_mut` found for struct `std::cell::UnsafeCell<T>`

Writing here instead of Discord, maybe keeps things a bit more where they belong...

When compiling (on Linux/Manjaro) I get:

~ git:(master)  cd BetterIlias/Backend 
Backend git:(master)  cargo +nightly build --release
   Compiling state v0.4.2 (https://github.com/SergioBenitez/state.git?rev=504ef71a#504ef71a)
   Compiling byteorder v1.3.4
   Compiling mio v0.7.7
   Compiling standback v0.2.17
   Compiling want v0.3.0
   Compiling aho-corasick v0.7.15
   Compiling stable-pattern v0.1.0
   Compiling tendril v0.4.1
   Compiling twoway v0.2.1
   Compiling atty v0.2.14
   Compiling anyhow v1.0.39
   Compiling atomic v0.5.0
   Compiling syn v1.0.64
   Compiling rand_core v0.5.1
   Compiling parking_lot v0.11.1
   Compiling openssl-sys v0.9.60
   Compiling openssl v0.10.32
   Compiling idna v0.2.2
error[E0599]: no method named `get_mut` found for struct `std::cell::UnsafeCell<T>` in the current scope
  --> /home/jonathan/.cargo/git/checkouts/state-461be979d187f8b7/504ef71/src/shim.rs:41:40
   |
41 |             #[cfg(not(loom))] { self.0.get_mut() }
   |                                        ^^^^^^^ method not found in `std::cell::UnsafeCell<T>`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.
error: could not compile `state`.

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed

Login-flow broken

BetterIlias is currently not working since the login-flow changed

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.