Paolo
0239246ab0
- Renamed APIv1_Controller to API_Controller
...
- Adapted code
- Added functionalities to API_Controller to log into the database
2020-02-07 15:11:00 +01:00
Paolo
1fcc878cb5
Added permissions array to every controller that extends APIv1_Controller
...
CheckUserAuth and Test controllers now extends directly the REST_Controller
2018-03-28 12:09:54 +02:00
Andreas Oesterreicher
4603befefc
Added API calls to get Prestudents according to its status
2017-07-18 17:19:53 +02:00
bison-paolo
39b4c8057d
Removed _parseData workaround
2016-10-19 14:49:54 +02:00
bison
5b02f22186
Added functionalities for deleting a Prestudent and a PrestudentStatus
2016-09-14 11:18:31 +02:00
paolo
9ed193d9b8
Moved methods getLastStatus from Prestudent to Prestudentstatus
2016-07-27 14:28:10 +02:00
paolo
3599294237
Added method getLastStatus to controller Prestudentstatus
2016-07-27 13:50:07 +02:00
paolo
9a4f5480c4
- Added permission basis/phrase to dump.sql
...
- The function getAuthUID() present in the helper fhcauth_helper.php
now tries to work always with CI session to get the uid
- REST_controller doesn't need anymore to handle the uid
- FHC_Controller and FHC_Model load fhcauth_helper in their constructor,
so any class that extends them now could call the function getAuthUID()
anywhere in the code
- The controllers don't need anymore to pass the uid to the models or to the
libraries
- Library FHC_DB_ACL load fhcauth_helper in its constructor and uses getAuthID()
2016-06-24 13:22:27 +02:00
paolo
e76e1af15c
- Remove parameters "new" after checked it in method postPrestudentstatus of controller Prestudentstatus
...
- Method insert of DB_Model doesn't use anymore insert_id() from CI because it forces to have a sequence
and doesn't return the primary key when it's composed by more columns
2016-05-24 15:04:35 +02:00
paolo
4f8826dc3f
Merge origin/ci into ci
...
Conflicts:
application/controllers/api/v1/crm/Prestudentstatus.php
2016-05-24 12:32:32 +02:00
paolo
bb3f8ef617
- Added method getStudienplan to the controller Studienplan
...
- Introduced parameter new in method postPrestudentstatus of the controller Prestudentstatus
2016-05-24 12:28:49 +02:00
Stefan Puraner
71f3b91516
removed debugging code
2016-05-24 10:05:43 +02:00
Stefan Puraner
cf272c0e40
added method to parse post data
2016-05-20 17:34:22 +02:00
paolo
6b1968ae5b
Codesniffer compliant: if, for and while
2016-05-20 13:04:25 +02:00
paolo
32acc8a414
Fixed controllers parameters names and number
2016-05-19 15:51:15 +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