1
0
Fork 0
Commit graph

27 commits

Author SHA1 Message Date
0b87aacfce pylint: enable useless-suppression lint and perform cleanup 2024-07-27 03:47:35 -03:00
193a1c7d54 updates wording and fixes get or create logic 2024-01-02 13:28:25 -08:00
8be9e91d21 Re-use schedules rather than creating new ones 2024-01-02 13:18:26 -08:00
f36af42f41 Adds view to see scheduled tasks 2024-01-02 13:05:44 -08:00
5509941aa4 Adds schedule-able task to check for version updates 2024-01-02 13:05:26 -08:00
d6f7f76c4d Removes outdated/unused version and updating code
I had the bright idea of creating this update script but it doesn't work
and hasn't been maintained, so it's just sitting there causing confusing
and requiring weird things to exist in other places.

Now, the unused `version` field can be removed and I can scrap the
management command for getting versions.
2024-01-02 11:37:01 -08:00
Josh Soref
cfe388896b spelling: dashboard
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-04 20:02:54 -04:00
4af4f30cde Broaden except section for HTTP request in dashboard
get_data can return exceptions other than ConnectorException, and when
it does, we want to simply not show the update section, rather than
crashing.

Related: #2717
2023-03-08 21:32:41 -05:00
Robert George
6b97702cc4 Fix long line 2023-02-01 13:19:57 -08:00
Robert George
36605efd20 Added support for secure cookies and django-csp 2023-02-01 12:59:10 -08:00
36553ef2a9 Suppress protected-access warning on admin dashboard 2022-07-08 12:22:23 -07:00
ba7ae46c75 Adds warnings for missing privacy policies and codes of conduct 2022-07-08 11:59:21 -07:00
89165fd909 Creates helper function for creating charts 2022-07-03 08:28:24 -07:00
516c4a9790 Add warning to dashboard if email sender looks misconfigured
This can be a really obscure error, hopefully this warning will catch
potential issues.
2022-07-02 21:11:23 -07:00
966bec1d18 Fixes invite request alert count 2022-04-26 08:33:15 -07:00
3869f0cc1a Python formatting 2022-02-17 16:28:55 -08:00
9132c054f2 Adds notice to admin about available updates 2022-02-17 16:23:15 -08:00
d95830037a Adds admin notice 2022-01-13 11:00:59 -08:00
2335945a50 Python formatting 2021-10-04 11:16:02 -07:00
551b49b903 Adds works chart and updates colors 2021-10-04 11:14:50 -07:00
fa241b08e7 Rename charts snippets and add register chart file 2021-10-04 10:42:02 -07:00
2a88753e17 Chart class 2021-10-04 10:40:39 -07:00
9c9adfc6f0 Updates references to templates 2021-09-28 12:39:52 -07:00
e801c7d991 Cleaner chart intervals 2021-09-11 09:32:29 -07:00
84b90db4bb Adds filtering to admin panel 2021-09-11 08:47:16 -07:00
19cdda372c Tidies up charts 2021-09-11 07:14:14 -07:00
a79fb14686 Basic dashboard page 2021-09-10 21:12:08 -07:00