Skip to content

Commit

Permalink
ER:Upgrade to latest version of swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin BALET committed Jun 6, 2022
1 parent c5c42e2 commit 150a28d
Show file tree
Hide file tree
Showing 7 changed files with 1,698 additions and 5,080 deletions.
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Use bbalet / bbalet for login / password.
* Download or clone Jorani. If you clone, please update the vendor folder with `composer`.
* Upload the content of this folder on your server (in <code>/var/www/...</code>).
* Create a database with <code>/sql/lms.sql</code> script.
* Create a user with SELECT, INSERT, UPDATE, DELETE, EXECUTE permissions on the database.
* Create a user with SELECT, INSERT, UPDATE, DELETE, EXECUTE permissions on the database (**Jorani uses MySQL functions**).
* Update <code>/application/config/database.php</code> according to your database settings.
* Update the end of <code>/application/config/email.php</code> with your e-mails settings.
* Update the end of <code>/application/config/config.php</code> if you want to change the default behaviour.
Expand All @@ -62,31 +62,3 @@ Use bbalet / bbalet for login / password.

* Github and Google group users for their ideas and tests.
* All participants of the Transifex project.

### Third party libraries and components

We thank the following open source projects for the components used by Jorani:

#### Backend

* CodeIgniter MVC framework http://www.codeigniter.com/
* RSA Encryption in pure PHP https://github.com/phpseclib/phpseclib
* Excel import/export https://github.com/PHPOffice/PHPExcel
* OAuth2 Server https://github.com/bshaffer/oauth2-server-php
* OAuth2 Client https://github.com/thephpleague/oauth2-client
* OAuth2 Google Provider https://github.com/thephpleague/oauth2-google
* Sabre/VObject https://github.com/fruux/sabre-vobject
* PHPMailer https://github.com/PHPMailer/PHPMailer
* PHPMailer CI wrapper https://github.com/ivantcholakov/codeigniter-phpmailer

#### Frontend

* bootstrap 2.3, bootbox, datepicker
* JQuery and JQuery-UI
* FullCalendar https://fullcalendar.io/
* Datatable https://datatables.net/
* Moment (JS dates library) http://momentjs.com/
* Select2 https://select2.org/
* JavaScript Cookie https://github.com/js-cookie/js-cookie
* clipboard.js https://github.com/zenorocha/clipboard.js
* Google noto fonts https://www.google.com/get/noto/
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.
The following versions of Jorani are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
Expand Down
Loading

0 comments on commit 150a28d

Please sign in to comment.