|
435bb5ef3d
|
API: Email Validation Works (Only Production!)
|
2015-06-11 22:46:18 +03:00 |
|
|
eace60fcac
|
Merge branch 'master' of github.com:sagidayan/SE-Hub
|
2015-06-11 22:11:18 +03:00 |
|
|
f31053f632
|
API: Added A Skeleton Route For Email Validation
|
2015-06-11 21:32:46 +03:00 |
|
|
d015986dfc
|
added Campus create method
|
2015-06-11 21:03:00 +03:00 |
|
|
628aad5e03
|
added 2 methods (is_lecturer, get_user_by_token)
|
2015-06-11 21:01:58 +03:00 |
|
|
e1b6f49686
|
added response utils
|
2015-06-11 20:59:40 +03:00 |
|
|
7edd66ff70
|
Merge branch 'master' of https://github.com/sagidayan/SE-Hub into API_Dev
Conflicts:
SE_API/API.py
|
2015-06-10 21:44:12 +03:00 |
|
|
827cb0c17f
|
Added models: Project, Course, Task.
also added imports to api.py
|
2015-06-10 21:39:42 +03:00 |
|
|
3c5eba4fea
|
API: Added A Route To Send Validation Emails.
See /api/help
|
2015-06-10 18:47:53 +03:00 |
|
|
9698a5b4e2
|
API: Campus Hot Fix
|
2015-06-10 13:55:55 +03:00 |
|
|
085047c2bf
|
API: Help page in /api/help
|
2015-06-10 13:15:41 +03:00 |
|
|
a37ef482ca
|
API: Added Campus Model - And A new API Call
|
2015-06-10 13:12:59 +03:00 |
|
|
336390d094
|
API: change ststus code on unfound user
|
2015-05-12 17:18:26 +03:00 |
|
|
114bbdfe8b
|
API: Fixed response in getUserByToken. returning JSON and not a string
|
2015-05-12 17:13:38 +03:00 |
|
|
7e2d8914a7
|
Merge to Master from API_Dev
|
2015-05-12 11:38:29 +03:00 |
|
|
278a39710a
|
API: Added auto generated API documentation at /api/documentation
to implement this generator in every Path you want to document add the
following decorator:
@auto.doc()
|
2015-05-12 11:32:22 +03:00 |
|
|
cb0e2643c6
|
API: Seperate User module
|
2015-05-11 21:45:46 +03:00 |
|
|
58a0617395
|
API: fixed response at /api/getUserByToken
|
2015-05-11 21:21:49 +03:00 |
|
|
17665d1bf7
|
Cleaning Repo - .pyc files
|
2015-05-11 21:19:43 +03:00 |
|
|
7684936631
|
Cleaning some code and Packages
Moving the API to a Package.
added 404 page
removed some methods
|
2015-05-09 22:52:30 +03:00 |
|