|
ec1eacb3cd
|
Merge branch 'master' of https://github.com/sagidayan/SE-Hub into API_Dev
|
2015-06-28 17:18:51 +03:00 |
|
|
93078f4f18
|
fix #46 - added delete user from project, course, campus
|
2015-06-28 17:16:36 +03:00 |
|
|
1574b7e19e
|
IMPORTANT: alot of function name changes and new Doc
|
2015-06-28 16:48:01 +03:00 |
|
|
664fcedca0
|
added Message routes. create, get and delete function are available.
doc should be updated
|
2015-06-28 15:48:39 +03:00 |
|
|
e07deaddb2
|
removed messages from course
|
2015-06-28 15:47:39 +03:00 |
|
|
fe397a2443
|
Fixed API Syntax Error Causing 500 Fix #74
|
2015-06-27 17:18:59 +03:00 |
|
|
1c32ed9e56
|
API: Added /api/campuses/getCampusesByUserID/
|
2015-06-26 15:07:26 +03:00 |
|
|
0e37e51b4d
|
API: Added Get User By ID
|
2015-06-26 14:55:08 +03:00 |
|
|
0ccc8ba1dd
|
API Hot Fix. fixed syntax Error
|
2015-06-26 14:54:16 +03:00 |
|
|
2a55d7f898
|
API Doc Fix
|
2015-06-25 20:45:43 +03:00 |
|
|
695d052cf0
|
change in function name
|
2015-06-24 21:54:02 +03:00 |
|
|
4b89432520
|
added: - memberId list property
|
2015-06-24 20:23:50 +03:00 |
|
|
7c5115869c
|
change delete campus name
|
2015-06-24 20:23:22 +03:00 |
|
|
af98c69723
|
added getProjectsByUser and joinProject function
|
2015-06-24 20:09:13 +03:00 |
|
|
0ae7101e30
|
added projects_id_list propery
|
2015-06-24 20:01:55 +03:00 |
|
|
b7b44df479
|
added getCoursesByUser function, some added parameters to Messages, and now adding a student to a created course
|
2015-06-24 20:00:30 +03:00 |
|
|
330304cd4c
|
added getCampusesByUser function
|
2015-06-24 19:57:40 +03:00 |
|
|
72d3036c2a
|
fix #62
|
2015-06-24 01:20:53 +03:00 |
|
|
90909c7c2f
|
fix #61
|
2015-06-24 01:16:51 +03:00 |
|
|
dc6070fe29
|
added functions: addUserToCampus, addUserToCourse
also, getUserByToken now returns the campuses themselfs
|
2015-06-24 00:54:55 +03:00 |
|
|
868b7fad8a
|
some organizing
|
2015-06-24 00:50:59 +03:00 |
|
|
41b62be4ec
|
added deleteTask and deleteTaskComponents functions
|
2015-06-23 00:28:29 +03:00 |
|
|
0460d9b666
|
added function: getAllFutureTasks
|
2015-06-23 00:10:39 +03:00 |
|
|
f1d73aab64
|
some doc
|
2015-06-22 01:38:14 +03:00 |
|
|
e9e10bd980
|
added delete functions + doc to campus, course, project
|
2015-06-22 01:26:23 +03:00 |
|
|
431a36760d
|
fix auto.doc bug
|
2015-06-22 01:25:35 +03:00 |
|
|
c6c175ca29
|
#52 bug fix. change in documentation
|
2015-06-21 23:56:49 +03:00 |
|
|
cd0fb3cf4f
|
Task Rework - chaged parameters
added components module and creation in create task
added getTaskComponents function
|
2015-06-21 23:53:39 +03:00 |
|
|
3f272dc304
|
garbage commit
|
2015-06-21 22:22:13 +03:00 |
|
|
7bb9bb9bfb
|
Added get_campus_by_campusName function
|
2015-06-21 22:19:49 +03:00 |
|
|
5678fa7a9b
|
Added Task module and functions
|
2015-06-21 22:19:24 +03:00 |
|
|
fa12024197
|
Added messages functions
|
2015-06-21 22:18:48 +03:00 |
|
|
c03a3cef69
|
small fix
|
2015-06-18 21:30:25 +03:00 |
|
|
cfb2dbc4cd
|
small syntax fix
|
2015-06-18 21:30:09 +03:00 |
|
|
ea728b0cc7
|
documentation
|
2015-06-16 23:23:09 +03:00 |
|
|
24d8252d07
|
API: Hot-Fix for the GetUserByToken Method
|
2015-06-16 23:08:37 +03:00 |
|
|
a29e9bce46
|
added option to change campus name
|
2015-06-16 22:42:15 +03:00 |
|
|
4bb17157d0
|
fix updateUser - added save ro DB
fix parameter name
fix documentation
|
2015-06-16 22:28:05 +03:00 |
|
|
d428da5df0
|
added a missing parameter (master_id) that made function not usable
|
2015-06-16 22:16:11 +03:00 |
|
|
2ebd7392e4
|
fix bug #25
|
2015-06-16 22:11:33 +03:00 |
|
|
d7f3d8d465
|
API: Fixing Update User Method GET->POST
|
2015-06-16 18:16:01 +03:00 |
|
|
9b62bec0b6
|
Merge pull request #32 from sagidayan/API_Dev
added updateUser function
|
2015-06-16 09:40:05 +03:00 |
|
|
0a403286bf
|
API: Fixed Testing init route function
|
2015-06-16 09:35:41 +03:00 |
|
|
2671376db4
|
added updateUser function
|
2015-06-15 19:54:15 +03:00 |
|
|
61bbc8d30e
|
Merge pull request #29 from sagidayan/API_Dev
Api dev
|
2015-06-15 19:11:34 +03:00 |
|
|
59663af67d
|
changed create campus dunc to send mails
|
2015-06-15 19:10:38 +03:00 |
|
|
4d49e93d8c
|
added documentation
|
2015-06-15 19:06:45 +03:00 |
|
|
7f1b912b36
|
added documentation
|
2015-06-15 18:58:03 +03:00 |
|
|
b5a63e64e0
|
API: Auto Doc Index
|
2015-06-15 18:56:33 +03:00 |
|
|
1d9cbbfa6b
|
getProjectsByCourseName function fix
|
2015-06-15 18:37:08 +03:00 |
|