|
5311c31480
|
Remove default last_seen_at
|
2020-06-16 04:21:10 +00:00 |
|
|
f23c3ecc4c
|
Add a bypass code to allow registration outside Protospace
|
2020-06-10 21:14:43 +00:00 |
|
|
84b83baf13
|
Remove bypass from debugging
|
2020-06-08 21:46:03 +00:00 |
|
|
97e1d78acd
|
Improve card scan logging
|
2020-06-08 20:16:29 +00:00 |
|
|
77b2db0b06
|
Improve registration logging
|
2020-06-08 20:06:10 +00:00 |
|
|
e0c36f69ef
|
Don't allow non-admins to edit their lockout cert dates
|
2020-06-05 03:50:33 +00:00 |
|
|
8e9855c408
|
Return true/false instead of 1/0 for lockouts
|
2020-06-05 02:52:53 +00:00 |
|
Emrah Atil
|
e07cb9a1af
|
Lockout authorization api
|
2020-06-04 19:19:26 -06:00 |
|
Emrah Atil
|
57b3b7d869
|
Added member tool authorization fields
|
2020-06-04 19:10:12 -06:00 |
|
|
146d324025
|
Add hourly task to count card scans
|
2020-06-04 02:41:28 +00:00 |
|
|
9b98ebf23a
|
Add card scan stats to API
|
2020-06-04 02:35:38 +00:00 |
|
|
bdbf21f75a
|
Add script to import old card scan counts
|
2020-06-04 02:35:38 +00:00 |
|
|
ea3f1fc6e4
|
Set card last_seen_at date to Alberta timezone
|
2020-06-04 02:35:06 +00:00 |
|
|
7cfe73580b
|
Allow searching by member IDs
|
2020-05-17 00:30:59 +00:00 |
|
|
99c1c53f12
|
Calculate retained member counts for each month
|
2020-05-17 00:18:08 +00:00 |
|
|
d0402ea388
|
Return an error message when backup's not ready
|
2020-05-08 04:57:09 +00:00 |
|
|
89b3ea6e4f
|
Obfuscate admin page url
|
2020-05-08 04:57:09 +00:00 |
|
|
5367470daa
|
Set same-origin referrer policy
|
2020-05-08 04:57:09 +00:00 |
|
|
32eeebaf00
|
Don't update Minecraft player list on error
|
2020-05-08 04:57:09 +00:00 |
|
|
77b1f932b4
|
Add option to exclude system changes from History API
|
2020-05-08 04:53:37 +00:00 |
|
|
4de91204f9
|
Add fields for public bio and private notes to API
|
2020-05-01 03:20:37 +00:00 |
|
|
def5c31d0b
|
Add santiy check to backup download
|
2020-05-01 01:21:06 +00:00 |
|
|
d99e4e3b23
|
Add signup counts to /charts/ API
|
2020-04-26 04:23:48 +00:00 |
|
|
7d370fe4b2
|
Add function to calculate member signup counts
|
2020-04-26 04:06:15 +00:00 |
|
|
d7a529dd94
|
Rename table to StatsSignupCount
|
2020-04-26 03:39:38 +00:00 |
|
|
1cbf951ab4
|
Add member signups count table
|
2020-04-26 03:36:39 +00:00 |
|
|
9223da6b90
|
Add member counts to /charts/ API
|
2020-04-21 21:12:50 +00:00 |
|
|
8d4a63fbfc
|
Add member count stats table and update it hourly
|
2020-04-21 05:45:20 +00:00 |
|
|
0c3805d86d
|
Correct member count to remove "Past Prospect" members
|
2020-04-21 00:15:19 +00:00 |
|
|
118c32ca7c
|
Add Minecraft players to /stats/ API
|
2020-04-21 00:12:51 +00:00 |
|
|
d3a7616686
|
Clear next meeting and clean stats if there's none
|
2020-04-16 05:03:54 +00:00 |
|
|
a3db260e08
|
Allow searching for members by email
|
2020-03-29 02:46:36 +00:00 |
|
|
3a9fd875b2
|
Filter out cancelled meetings and cleanups
|
2020-03-29 02:46:36 +00:00 |
|
|
4153f7ed6e
|
Change backup folder depending on DEBUG
|
2020-03-08 01:12:56 +00:00 |
|
|
301b1603ef
|
Convert print statements to logger calls
|
2020-03-08 01:07:09 +00:00 |
|
|
464db5cf28
|
Set up proper logging
|
2020-03-08 00:36:16 +00:00 |
|
|
8ff4997810
|
Add fields for Protospace wifi pass and door code
|
2020-02-29 00:50:34 +00:00 |
|
|
1cc3087148
|
Stop tracking Card's last_seen_at
|
2020-02-29 00:48:33 +00:00 |
|
|
091c81e411
|
Capitalize names, disallow extra spaces
|
2020-02-28 07:00:55 +00:00 |
|
|
1db63c9615
|
Remove redundant authenticated check from cards API
|
2020-02-28 01:33:14 +00:00 |
|
|
314e4da620
|
Require "Bearer" to be on custom auth tokens
|
2020-02-27 23:06:23 +00:00 |
|
|
4a117eff83
|
Return stats about last backup download times
|
2020-02-27 22:46:09 +00:00 |
|
|
221e83ccab
|
Increase search result count and sort by expire_date
|
2020-02-27 22:46:09 +00:00 |
|
|
f82c7e4a73
|
Hide door card list behind auth token
|
2020-02-27 22:44:55 +00:00 |
|
|
ecefa479ee
|
Limit card actions only to admins
|
2020-02-27 22:34:34 +00:00 |
|
|
4ff0900a20
|
Wrap history index signal with giant try: except:
|
2020-02-26 01:45:49 +00:00 |
|
|
bcb34cf63e
|
Add min and max to num membership months
|
2020-02-26 01:45:26 +00:00 |
|
|
d4f5ab03cf
|
Pause / unpause using alberta timezone date
|
2020-02-26 00:56:46 +00:00 |
|
|
37d0030966
|
Exclude member_forms history change, fix truncation bug
|
2020-02-26 00:54:07 +00:00 |
|
|
4ecb84bc96
|
Link old members with update() for efficiency
|
2020-02-26 00:52:27 +00:00 |
|