Paolo
d2e8b01e30
- codeigniter-restserver is now provided and loaded via composer (libraries/REST_Controller.php, config/rest.php, language/english/rest_controller_lang.php, libraries/Format.php, etc)
...
- Added new core controller core/RESTFul_Controller.php that extends REST_Controller and partially overrides part of the latter
- Changed application/config/rest.php to keep the minimal useful set of configs
- Controllers core/APIv1_Controller, controllers/api/v1/CheckUserAuth.php and controllers/api/v1/Test.php now extend core/RESTFul_Controller
- Changed method _remap interface for core/APIv1_Controller
- Removed application/core/REST_Controller.php
- Removed application/libraries/Format.php
- Removed application/language/english/rest_controller_lang.php
2019-07-31 14:46:31 +02:00
Paolo
699aca74d1
- Changed helper and language autoload
...
- Changed language config
- Removed never used constants
- Changed rest_language in rest config file
- Adapted models that where extending FHC_Model
- Adapted code to load hlp_return_object
- Adapted code to use exit status codes constants
2019-04-25 12:09:31 +02:00
Paolo
3cf42c4545
- Moved all the code related to authentication to AuthLib
...
- Changed configuration files autoload.php and rest.php to use AuthLib
- Added new method getCheckUserAuth to controller CheckUserAuth.php
- Removed libraries/FHC_Auth.php
- Removed models/CheckUserAuth_model.php
- Removed include/AddonAuthentication.php
2017-09-25 17:11:44 +02:00
Paolo
81864b14b7
Now by default the RESTful web services accept calls only from localhost (127.0.0.1)
2017-09-20 12:00:07 +02:00
paolo
6b1968ae5b
Codesniffer compliant: if, for and while
2016-05-20 13:04:25 +02:00
paolo
53eab958dd
New structure for CI controllers and models
2016-05-04 15:19:11 +02:00
Stefan Puraner
d06a7acdc3
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-05-02 13:00:58 +02:00
Paminger
ecff3747d0
Dontknow
2016-04-25 14:25:09 +02:00
paolo
f12ce76194
Merging
2016-04-15 15:47:56 +02:00
paolo
9aef5dcc30
HTTP basic authentication
...
Set this as default authentication, providing codeception test case
2016-04-15 15:41:38 +02:00
paolo
aec2e7b5ac
HTTP digest authentication
...
The digest http authentication does not allow to use a password storing
systems, that do not successively allow to retrieve it, even if hashed
2016-04-14 15:24:53 +02:00
paolo
64de1ed4f4
HTTP digest authentication
2016-04-13 16:59:51 +02:00
Stefan Puraner
094a045310
fixed auth bug
2016-04-13 13:45:34 +02:00
Stefan Puraner
cc88d3b5d5
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-04-13 13:09:57 +02:00
Paminger
4b5211a9c6
FHC_Auth
2016-04-13 07:49:01 +02:00
Stefan Puraner
0597a5d9aa
excluded api methods from auth
2016-04-12 15:16:33 +02:00
paolo
7032d8be7f
Authentication working with LDAP
2016-04-11 17:23:51 +02:00
Paminger
df889c235b
BugFix
2016-04-11 14:20:33 +02:00
Paminger
34db90ba19
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
...
Conflicts:
application/config/autoload.php
application/controllers/api/v1/Person.php
application/models/person/Person_model.php
2016-04-07 15:20:08 +02:00
Paminger
bcfae6b009
Shit
2016-04-07 15:17:26 +02:00
Stefan Puraner
97ddc838a8
added Kontakt Model; extended Person Model
2016-04-06 15:46:01 +02:00
Stefan Puraner
bc427f7d2b
fixed config bugs in rest client
2016-04-05 11:35:06 +02:00
Paminger
c124348484
Message
2016-04-05 09:36:24 +02:00
Paminger
f4aa42caa1
RestAuth
2016-03-12 07:12:46 +01:00
Paminger
7ac944ec28
Language
2016-03-11 10:12:15 +01:00
Paminger
19129266b2
RESTv1
2016-03-11 10:08:34 +01:00
Paminger
eb84022abf
CI Init
2016-02-29 16:51:21 +01:00