Summary
- update http status code (commit: d0b35ed) (details)
- create token api for access control (commit: f8db5c2) (details)
- create middleware (commit: 7912e43) (details)
- update related testing (commit: 4bf3097) (details)
- update params (commit: 9c02b4a) (details)
- add access scope for pagination and query (commit: e7249a1) (details)
- merge /program and /project api (commit: 16bc59c) (details)
- update api path (commit: dc37119) (details)
- fix access scope not change issue (commit: 9cb7929) (details)
- update sgqlc count field (commit: 0293030) (details)
- fix name issue (commit: 4365900) (details)
- update access apis (commit: a58a2c5) (details)
- create user class (commit: 36d0c6f) (details)
- update list to dict (commit: ffdc85a) (details)
- remove shared variable (commit: 1b0e933) (details)
- add access control for pagination sub field (commit: 53167a5) (details)
- update related testing (commit: c7b6e62) (details)
- update api type/HTTPException (commit: 0fc1365) (details)
- add extra filter for access control situation (commit: 458034d) (details)
- fix pagination filter function (commit: f94ac6b) (details)
- update revoke api (commit: 3f98a15) (details)
- create jwt class (commit: 45fc94f) (details)
- add belong_to to pagination (commit: dfc20d7) (details)
- update public access situation (commit: 5db1ae8) (details)
- using threading for data fetching (commit: 1ceb454) (details)
- add restrict data to display list (commit: 36386d3) (details)
- create matching list (commit: 096b0db) (details)
- fix private datasets adding issue (commit: 8184da6) (details)
- fix dataset not found issue when search (commit: b999ef5) (details)
- add obj to __init__ (commit: 59a1489) (details)
- move session to __init__ (commit: 80a54d9) (details)
- move submission to __init__ (commit: 2132448) (details)
- update dependency (commit: 1dd2c44) (details)
- split pagination class (commit: d330044) (details)
- rename filter dictionary (commit: b6ec2fe) (details)
- fix testing (commit: 4ccf053) (details)
- split user class from auth class (commit: 2cb0101) (details)
- update function naming/order (commit: ee0d9a1) (details)
- add access filter (commit: 26b7e7b) (details)
- fix filter issue for sidebar (commit: 94615df) (details)
- fix access filter display (commit: 7c485a7) (details)
- update variable naming (commit: 8fe1715) (details)
- fix sidebar open dataset issue (commit: 58def0b) (details)
- refactor filter generator (commit: 90fa81e) (details)
- update pagination payload (commit: 8ba880b) (details)
- move update_filter_values to filter class (commit: 031cc55) (details)
- code format update (commit: 312b45b) (details)
- testing update (commit: a2c5a03) (details)
- fix testing (commit: 9bee4c1) (details)
- fix session connection issue (commit: a257090) (details)
- remove SESSION.cleanup() (commit: e7471c2) (details)
- update function name (commit: e82a831) (details)
- update jwt expire time to 2 hours (commit: dff238c) (details)
- update repeating request permission issue (commit: dc89a1e) (details)
- add login with multiple browser at the same time (commit: aea48d1) (details)
- update identity (commit: 24da231) (details)
- move expire_time to user (commit: 9bfca90) (details)
- cleanup function for expired user (commit: 3e4112d) (details)
- update env file (commit: f5469c3) (details)
- change PUBLIC_ACCESS to GEN3_PUBLIC_ACCESS (commit: 71b7d43) (details)
The file was modified | app/main.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/main.py (diff) |
The file was added | middleware/auth.py |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/sgqlc_schema.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | tests/test_data.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | tests/test_data.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/config.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | requirements.txt (diff) |
The file was modified | app/main.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/filter_dictionary.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/sgqlc_schema.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | requirements.txt (diff) |
The file was modified | app/main.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was added | middleware/jwt.py |
The file was modified | app/config.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/sgqlc_schema.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/sgqlc_schema.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/filter_dictionary.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | middleware/jwt.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/filter_dictionary.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was added | app/pagination_format.py |
The file was modified | app/main.py (diff) |
The file was added | app/filter_generator.py |
The file was removed | app/filter_dictionary.py |
The file was modified | app/config.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was added | middleware/user.py |
The file was modified | app/filter_generator.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination_format.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/filter_generator.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination_format.py (diff) |
The file was modified | app/filter_generator.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/filter_generator.py (diff) |
The file was modified | app/pagination_format.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/filter_generator.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | requirements.txt (diff) |
The file was modified | app/sgqlc.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/filter.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | app/search.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | middleware/jwt.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | middleware/jwt.py (diff) |
The file was modified | middleware/user.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | middleware/jwt.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | middleware/user.py (diff) |
The file was modified | middleware/user.py (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/main.py (diff) |
The file was modified | README.md (diff) |
The file was modified | env.txt (diff) |
The file was modified | app/config.py (diff) |
The file was modified | app/filter_generator.py (diff) |
The file was modified | env.txt (diff) |
The file was modified | middleware/auth.py (diff) |
The file was modified | app/data_schema.py (diff) |
The file was modified | app/pagination.py (diff) |
The file was modified | tests/test_api.py (diff) |
The file was modified | tests/test_data.py (diff) |
The file was modified | README.md (diff) |