Paminger
815d34ebb6
PHPCI
2016-05-20 10:25:10 +02:00
paolo
a95d1f634b
Fixed permission for lehre.vw_studienplan
2016-05-18 12:03:07 +02:00
paolo
5d7d79b086
- Renamed every controller that has conflicts with class name
...
- Added routes to renamed controllers
- Fixed controllers parameters in get method
2016-05-18 11:24:10 +02:00
paolo
de9e92e3b0
- Added permissions for every DB tables that has a model
...
- Added all controllers for every model
- All controller has a load and a insert/update method
2016-05-13 19:00:40 +02:00
paolo
d48f586af2
- Added new permission to access to tbl_preinteressent table using basis/preinteressent
...
- Added controller Preinteressent with method to read/write from/in the DB
2016-05-12 13:54:31 +02:00
paolo
63db2326ed
- Added new permission to access to tbl_studiengang table using basis/studiengang
...
- Added method getStudiengang to class Studiengang2 to get a studiengang from pk
- Added method addDistinct to class DB_Model to add the distinct clause to a query
2016-05-12 10:05:29 +02:00
paolo
0132356094
- Added new permission to access to tbl_addresse table using basis/adresse
...
- Added adresse controller and model
2016-05-11 15:12:35 +02:00
paolo
4413a64860
- Added new permission to access to tbl_bundesland table using basis/nation
...
- Added bundesland controller and model
2016-05-11 10:40:08 +02:00
paolo
9168479912
- Moved class Studiengang to Studiengang2 to prevent class name conflicts
...
- Added a route rule to let to call Studiengang2 controller with the urn /api/v1/organisation/studiengang/
- Moved Kontank controller to /api/v1/person
- Kontakt controller has two method getKontakt and postKontakt
2016-05-10 15:30:00 +02:00
Paminger
4b1691361b
Merge
2016-05-10 14:37:13 +02:00
Paminger
4b9d5d273b
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
...
Conflicts:
application/config/fhcomplete.php
application/core/FHC_Model.php
2016-05-10 14:36:01 +02:00
Paminger
e624540c16
Message
2016-05-10 14:12:33 +02:00
paolo
44ebe15c9c
- Method getCheckBewerbung implemented with new standard
...
- Added new permission in fhcomplete.php config file
2016-05-10 13:05:02 +02:00
paolo
6d093dc4ed
- DB_Model added new functionalities
...
- Codeception changed
- Studiengang_model fixed message error
- Removed File and File_model, they will be replaced by Dms and Dms_model
- Added new permissions in fhcomplete config file
2016-05-09 18:19:58 +02:00
paolo
53eab958dd
New structure for CI controllers and models
2016-05-04 15:19:11 +02:00
Paminger
a932cfd0ad
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-05-02 16:07:49 +02:00
Paminger
fc6e2de1c9
ACL-System
2016-05-02 16:07:25 +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
a6d708a763
PG-Array
2016-05-02 00:36:59 +02:00
Paminger
b52ffa8974
OE
2016-05-01 23:34:49 +02:00
Paminger
8cb8782586
ACL-Fix
2016-05-01 11:53:15 +02:00
paolo
a0c06aa2c3
Merge origin/ci into ci
...
Conflicts:
application/config/config.php
tests/codeception/_data/dump.sql
tests/codeception/api/v1/PersonCept.php
2016-04-27 12:06:59 +02:00
paolo
546483bed7
Merging time
2016-04-27 12:04:42 +02:00
paolo
549b0133c2
Merge origin/ci into ci
...
Conflicts:
application/config/config.php
tests/codeception/_data/dump.sql
tests/codeception/api/v1/PersonCept.php
2016-04-27 11:54:20 +02:00
paolo
51774021b4
Codeception
2016-04-27 11:46:29 +02:00
Paminger
5ab6a35372
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
...
Conflicts:
application/config/config.php
2016-04-26 14:54:45 +02:00
Paminger
4799ec68de
Autoload
2016-04-26 14:50:00 +02:00
paolo
932d48d95b
FIXed Autoload function using spl_autoload_register
2016-04-26 14:04:10 +02:00
paolo
4cc83999ed
- Moved class APIv1_Controller from FHC_Controller.php to APIv1_Controller.php
...
- Moved class DB_Model from FHC_Model.php to DB_Model.php
- load method of class person (person.class.php) now is calling getPerson
method of the class Person_model
- getAllForBewerbung method of class studiengang (studiengang.class.php) now is calling getAllForBewerbung
method of the class Studiengang_model
- getStudienplaene method of class studienplan (studienplan.class.php) now is calling getStudienplaene
method of the class Studienplan_model
2016-04-25 18:25:03 +02:00
paolo
a3a9c42e99
- Renamed classes, methods and properties names in german
...
- All the controllers exends APIv1_Controller rather than REST_Controller
- Codeceptions modified to be compliant to changes
2016-04-25 15:57:52 +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
root
a13b51e02c
Tests
2016-04-13 08:41:09 +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
30a9e9882e
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-04-05 11:41:52 +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
9689fd5a01
PHPCI
2016-03-20 12:53:17 +01:00
Paminger
0c3c47f848
BaseControllerConcept into config.php
2016-03-15 08:14:05 +01:00