Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Releases: NKUST-ITC/AP-API

AP-API

01 Jul 07:03
Compare
Choose a tag to compare
修復cahce login 的問題#74 (#75)

* Fix cache login do not use cache cookie

* Remove extra code  ,make clarify

* Add some comment

Why use"red_auth" not "red" ?
Because "red" return data is bytes , I think get data from redis  should be able to use without any decode or encode action.

AP-API

20 May 03:03
Compare
Choose a tag to compare

AP-API

12 Mar 15:19
Compare
Choose a tag to compare
Fix secret-key (#40)

Thanks

AP-API

11 Mar 03:12
56d3716
Compare
Choose a tag to compare
Docker and NKUST version (#36)

* Add Dockerfile and docker-compose.yml

* Fix flask import error

* Fix redis error and flask autodoc import

* Update feature news get content

* Fix bus and user info error

Remove:
 login limit
Add:
 bus data is None judgement

* Add login limit

* Add SSL setting

* Update host to nkust host

* Fix kuas to nkust

* Fix error text

* Fix python error

* Update for return is login

* Fix image path to nkust

* Add gunicorn and caddy

Add:
 fake ssl cert

* Update redis cookies rules

Update:
 caddy settings
 docker-compose.yml

* Reset gunicorn settings

Fix:
 nkust image path

* Fix docker-compose error

* Fix ssl port error

* Update redis setting

* Update feature get user info

* Update deploy config

* Update docker-compose.yml

Remove:
 docker-compose useless config
Update:
 docker-hub source for web image

* Fix http router error and update deploy config

* Update README.md

* Update README.md

* Fix get_semester_list error

* fix get_semester_list and use redis.

* fix import error in ap.py.

* fix leave login issues

* Fix leave approved >= 2

* Update README.md and docker-compose.yml

* Update README.md