- May 14, 2019
-
-
Tanner Prestegard authored
-
- Mar 06, 2019
-
-
Tanner Prestegard authored
Small fixes to the main "index" view for alerts. Move the manage_password page for LV-EM observers to the ligoauth app and show a link to it from the navbar to those users.
-
Tanner Prestegard authored
-
- Feb 05, 2019
-
-
Tanner Prestegard authored
Various javascript functionalities and forms in the web interface make calls to the API to get or process data. The current Apache configuration (verify a certificate IF presented on /api/*) causes pop-ups for users who have certificates in their browsers if they visit any pages which have these functionalities. So we have changed all of those URLs to use /apiweb/ for now to prevent the certificate challenge. This will be resolved in the future by getting away from certificate-based authentication.
-
- Dec 03, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Add django-user-sessions package for more easily managing sessions and correlating them with user accounts.
-
Tanner Prestegard authored
We now have a single API endpoint, /api/, which can handle all authentication methods directed to it. The /apibasic/ and /apiweb/ URLs will probably be maintained for legacy reasons, but will not include any additional logic (they will just be carbon-copies of /api/ under a different namespace).
-
Tanner Prestegard authored
We use a few redirects to handle login and extraction of the shibboleth attributes in a post-login page.
-
Tanner Prestegard authored
Can be used to restrict access to a view to only the groups whose names are passed as arguments to the decorator.
-
- Oct 29, 2018
-
-
Tanner Prestegard authored
No need to have explicit view functions for a few basic views, we just use the built-in TemplateView instead.
-
- Oct 01, 2018
-
-
Tanner Prestegard authored
silk was slowing things quite a bit so we won't use it by default, even in development instances.
-
- Sep 21, 2018
-
-
Tanner Prestegard authored
Moved events.api and superevents.api into the new api app. We want to have a versioned API, so these are now in api.v1.events and api.v1.superevents, respectively. Part of this change is that we require a custom reverse function (api_reverse) for handling versioning. Much of the required code changes for this migration include converting reverses to use this function and changing relative imports appropriately.
-
Tanner Prestegard authored
New /latest/ page includes events and superevents. We also move the old events 'latest' page to /events/latest/, changed the view name, and fixed reverses to that page appropriately.
-
Tanner Prestegard authored
Modified events.view_utils.reverse to return an absolute url using core.urls.build_absolute_uri. This is helpful for when we issue alerts without a request object available to construct the absolute url. Also updated the corresponding *toDict methods so as to take advantage of this.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Jul 23, 2018
-
-
Tanner Prestegard authored
Updated from Django 1.11.5 to Django 1.11.14. Updated 3rd party packages so that all of them have version requirements in requirements.txt. Also updated most of these packages to use the newest versions. A specific update to the twilio package required some changes for how we determine the 'from' phone number. Also alphabetized the packages in this file. Finally, added the very useful django-silk debugger/profiler.
-
- Jan 27, 2018
-
-
Tanner Prestegard authored
-
- Jan 23, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Oct 03, 2017
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Dec 06, 2016
-
-
Alexander Pace authored
This reverts commit f85b7c70.
-
-
- Mar 04, 2016
-
-
Branson Craig Stephens authored
-
- Jul 29, 2015
-
-
Branson Craig Stephens authored
Changes to improve speed of searches: - remove neighbors from search by default - select related objects for queryset in flexigrid response
-
- Jun 22, 2015
-
-
Branson Craig Stephens authored
on top. Documentation is still very much under construction.
-
- May 12, 2015
-
-
Branson Craig Stephens authored
-
- Apr 10, 2015
-
-
Branson Craig Stephens authored
-
- Nov 10, 2014
-
-
Branson Craig Stephens authored
-
- Oct 16, 2014
-
-
Branson Craig Stephens authored
Added context processor for login URL, added login URL to base template, added embedded discovery service page.
-
- Oct 01, 2014
-
-
Roy Williams authored
-
- Sep 16, 2014
-
-
Brian Moe authored
Fixed problem with SPInfo and SPPrivacy URLS. Also changed name of /events/ view to 'home-events' so the 'home' view will point to the one that is actually public.
-
- Sep 10, 2014
-
-
Branson Craig Stephens authored
Removed 'Alpha' from the GraceDB homepage. Also added service provider privacy and info pages, which are required for federation with InCommon.
-
- Aug 25, 2014
-
-
Roy Williams authored
-
- Aug 22, 2014
-
-
Branson Craig Stephens authored
-