This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/endpoints
2014-09-16 22:43:19 -04:00
..
api Add ability to detach external login services 2014-09-15 12:01:02 -04:00
__init__.py Refactor the code into modules, it was getting unweildy. 2013-09-25 12:45:12 -04:00
callbacks.py Code review fixes 2014-09-04 17:54:51 -04:00
common.py Add the concept of require_fresh_login to both the backend and frontend. Sensitive methods will now be marked with the annotation, which requires that the user has performed a login within 10 minutes or they are asked to do so in the UI before running the operation again. 2014-09-04 14:24:20 -04:00
csrf.py Fix CSRF token generation. 2014-03-25 17:51:22 -04:00
index.py Lots of small NPE and other exception fixes 2014-09-15 11:27:33 -04:00
notificationevent.py Add pagination to the notifications API and make the UI only show a maximum of 5 notifications (beyond that, it shows "5+"). 2014-08-26 15:19:39 -04:00
notificationhelper.py - Add web hook queue code back in. We'll remove it and turn it off after this CL goes to prod 2014-07-31 13:30:54 -04:00
notificationmethod.py Add Slack notification support 2014-08-26 22:09:56 -04:00
realtime.py Split out the redis hostname for user events and build logs as a string config. Modularize the user events and fix all callers. 2014-05-30 14:25:29 -04:00
registry.py Work in progress. This is currently broken! 2014-09-16 00:18:57 -04:00
tags.py Switch the delete tag response code to match the registry spect. 2014-02-06 17:33:50 -05:00
trigger.py Seek the file pointer to zero since we now use multipart for upload of userfiles, which does not seek automatically. 2014-09-10 17:18:49 -04:00
verbs.py Have the squashing system write the data (via a double queue system and multiprocessing) to both the client and the stack's storage. On subsequent calls, if the synthetic image exists, it will be returned directly instead of being recomputed 2014-09-16 22:43:19 -04:00
web.py Stop clobbering the scope variable. 2014-08-06 18:51:04 -04:00
webhooks.py Rename the email util to not conflict with a builtin library. 2014-05-28 18:22:48 -04:00