Skip to content

Commit

Permalink
Happy new year
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalet committed Dec 29, 2017
1 parent d4d4215 commit 6cdae4f
Show file tree
Hide file tree
Showing 740 changed files with 744 additions and 744 deletions.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 2;
$config['log_threshold'] = 1;

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion application/config/demo/saml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* SAML Configuration file (for Onelogin PHP Library)
* Full documentation is available at https://developers.onelogin.com/saml/php
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion application/config/saml-example-onelogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* SAML Configuration file (for Onelogin PHP Library)
* Full documentation is available at https://developers.onelogin.com/saml/php
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion application/config/saml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* SAML Configuration file (for Onelogin PHP Library)
* Full documentation is available at https://developers.onelogin.com/saml/php
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion application/config/testing/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 1;
$config['log_threshold'] = 2;

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion application/config/testing/saml.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* SAML Configuration file (for Onelogin PHP Library)
* Full documentation is available at https://developers.onelogin.com/saml/php
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Admin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves the administration pages
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Api.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller is the entry point for the REST API
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* docuementation of PHP OAuth2 server:
* http://bshaffer.github.io/oauth2-server-php-docs/cookbook/
*
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Calendar.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller displays the calendars of the leave requests
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller manages the connection to the application
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Contracts.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller allows to manage the contracts
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Entitleddays.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves the ajax endpoints that manages entitled days
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Extra.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller contains the actions allowing an employee to list and manage its overtime requests
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Hr.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves all the actions performed by human resources department
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Ics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves all the ICS (webcal, ical) feeds exposed by Jorani.
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Leaves.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller contains the actions allowing an employee to list and manage its leave requests
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Leavetypes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller allows to manage the list of leave types
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Organization.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller contains the actions allowing to manage and display the organization tree
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Overtime.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller contains the actions allowing a manager to list and manage overtime requests
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Pages.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller loads the static and custom pages of the application
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Positions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves all the actions performed on postions
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Reports.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves the list of custom reports and the system reports.
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Requests.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller allows a manager to list and manage leave requests submitted to him
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This controller is the entry point for the REST API used by mobile and HTML5
* Clients. They use CORS requests. Each call to end points uses BasicAuth
* except the preflight exchange. So it should be used with a TLS connection
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion application/controllers/Users.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This controller serves the user management pages and tools.
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion application/core/MY_Loader.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Customized CI_Loader class (loading custom views)
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.4.3
Expand Down
2 changes: 1 addition & 1 deletion application/helpers/tools_helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* This helper contains a list of functions used throughout the application
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/admin_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/calendar_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/contract_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/datatable_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/email_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/entitleddays_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/extra_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/global_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/hr_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/leaves_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/leavetypes_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/menu_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/organization_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/overtime_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/positions_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
2 changes: 1 addition & 1 deletion application/language/arabic/reports_lang.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Translation file
* @copyright Copyright (c) 2014-2017 Benjamin BALET
* @copyright Copyright (c) 2014-2018 Benjamin BALET
* @license http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
* @link https://github.com/bbalet/jorani
* @since 0.6.5
Expand Down
Loading

0 comments on commit 6cdae4f

Please sign in to comment.