1
0
Fork 0
Commit graph

152 commits

Author SHA1 Message Date
Pablo Barton
b0dc5f3f93 357 Users set preferred timezone, used for readthroughs 2021-03-28 19:16:43 -04:00
320dfd1a59 Python formatting 2021-03-24 08:39:37 -07:00
1707bba8a8 Adds ordering to status model 2021-03-24 08:37:25 -07:00
abde06a700 Pytohn formatting 2021-03-21 16:47:09 -07:00
16994908d8 Lets users opt in to directory 2021-03-21 14:45:11 -07:00
81ab73f309 Black formatting 2021-03-20 20:19:27 -07:00
5e24b438ff Placeholders for send/ignore request flows 2021-03-20 20:16:13 -07:00
4d07cb1eb5 Adds invite request model 2021-03-20 18:27:30 -07:00
396a43136d Black formatting 2021-03-20 18:04:10 -07:00
d3a4282f11 Show progress on status 2021-03-20 18:03:20 -07:00
2a612f7278 Formatting 2021-03-20 17:39:05 -07:00
daa0268eb3 Update progress with comments 2021-03-20 17:35:10 -07:00
1b5c71c7b1 formatting 2021-03-19 12:44:30 -07:00
5a0723cde7 Migrations for django 3.1 upgrade 2021-03-19 12:43:36 -07:00
5ed3320c9b Formatting 2021-03-19 12:16:44 -07:00
266c6fe777 Make rating a decimal field 2021-03-19 12:14:59 -07:00
48a5232ebb Formatting 2021-03-18 09:06:00 -07:00
9a20b5dbd5 Hide goal using database field instead of localstorage 2021-03-18 09:00:25 -07:00
550eba1f68 Black formatting 2021-03-16 12:59:25 -07:00
e5750de3dd Notify admins when a report is filed 2021-03-16 12:57:23 -07:00
848edd2972 Adds missing migration for reports model 2021-03-12 16:32:11 -08:00
0d2c641d01 Reformats report model 2021-03-09 12:57:38 -08:00
21f199c548 Make reports 2021-03-08 18:36:50 -08:00
e59c127686 Adds models for reporting 2021-03-08 17:16:59 -08:00
5fe989e20f Formats migrationwq 2021-03-08 09:58:07 -08:00
84534a2991 Adds merge migration 2021-03-08 09:54:53 -08:00
3bdfc341e4 Runs black 2021-03-08 09:54:02 -08:00
ad43e5c83a
Merge branch 'main' into review-rate 2021-03-08 09:48:25 -08:00
70296e760b Runs black 2021-03-08 08:49:10 -08:00
Henri Bourcereau
703ff60271 isbn search 2021-03-06 18:09:15 +01:00
0cf2baccac Adds merge migration 2021-02-28 10:40:10 -08:00
5bc4456d4e Merge branch 'main' into review-rate 2021-02-28 10:35:20 -08:00
7622bef35d Adds separate privacy policy section 2021-02-27 11:53:36 -08:00
Joel Bradshaw
717cbe3034 Use very fancy SQL nonsense
This should be more efficient than running the queries one by one
2021-02-26 23:12:39 -08:00
Joel Bradshaw
ee7388052c Use SQL parameters, and make unconvert work
DBAs don't want you to know about this One Simple Trick
2021-02-26 22:57:26 -08:00
2e36cfbcf6 Creates new semi-functional migration 2021-02-25 14:58:09 -08:00
06feef44ad Merge branch 'main' into review-rate 2021-02-12 18:33:05 -08:00
3aa7f8afe0 Safer migration runpython function 2021-02-10 17:30:26 -08:00
2bf4b17113 Adds notification type referencing lists 2021-02-10 13:15:12 -08:00
9561bb2294 Adds reverse runpython for migration 2021-02-09 11:21:43 -08:00
ad7a045582 Makes shelbook user required 2021-02-07 11:29:13 -08:00
7381536ad6 circular import issues and added_by migration 2021-02-04 14:27:26 -08:00
dfb5c396b0 Moves activitypub mixin to its own file 2021-02-04 10:47:18 -08:00
23ce639e5c migration to change privacy field type 2021-02-02 09:41:24 -08:00
d73a1b4ec1 handles list privacy in display 2021-01-31 08:41:11 -08:00
fe088f21fb Model and migration for lists 2021-01-30 21:00:36 -08:00
Joel Bradshaw
ed83032330 Fix migration for if db has multiple empty emails
If the database has multiple users with an empty email column, this
migration will fail because multiple empty strings break the unique
constraint.

A fresh database won't have this problem because it won't have any
legacy users with empty strings instead of NULL, but for existing
databases we need to convert the empty strings to NULL so they don't run
awry of the unique constraint.
2021-01-24 16:39:26 -08:00
3db0de3dd4 Makes pages/percents toggle-able in sidebar 2021-01-22 09:19:02 -08:00
Joel Bradshaw
57607c3590 Regenerate merge migration 2021-01-19 23:53:42 -08:00
Joel Bradshaw
85edee42ef Merge branch 'main' into progress_update 2021-01-19 23:49:35 -08:00