Commit Graph

112 Commits

Author SHA1 Message Date
7622bef35d Adds separate privacy policy section 2021-02-27 11:53:36 -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
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
57607c3590 Regenerate merge migration 2021-01-19 23:53:42 -08:00
85edee42ef Merge branch 'main' into progress_update 2021-01-19 23:49:35 -08:00
328ebc39c1 Adds migration 2021-01-19 07:38:12 -08:00
79e284e5be Just scootch the migration merge up 2021-01-18 19:59:40 -08:00
29140be78e Merge branch 'main' into progress_update 2021-01-18 19:41:06 -08:00
96cc9d44db Fixes email migration 2021-01-18 11:57:20 -08:00
8a00c7741a Nullable email 2021-01-18 11:51:51 -08:00
11dd8c8f82 Allow users to log in with email or username 2021-01-18 11:06:28 -08:00
0af4863568 Update merge migration 2021-01-17 13:21:26 -08:00
a4519d55c9 Merge branch 'main' into progress_update 2021-01-17 13:05:38 -08:00
112b9f9332 Create goal with privacy 2021-01-16 11:34:19 -08:00
b648012af5 Adds form and models for reading goal 2021-01-16 08:18:54 -08:00
1e13997c5d Create an actual user, add missing file
Also allow `./bw-dev up -d`

I'm not sure why this was necessary, but it makes enough sense
2021-01-13 23:02:56 -08:00
48147883ce Merge branch 'main' into progress_update 2021-01-13 19:53:26 -08:00
ec2a43faa5 Fix error in migrations
I was getting the following error when running 0035:
AttributeError: 'Edition' object has no attribute 'get_rank',

But that line seems to be unnecessary, since save() does the same thing,
and we are already calling that.
2021-01-13 18:37:05 -08:00
83852e29eb Update edition ranks when work is saved 2021-01-11 10:02:49 -08:00
6db64e33e4 set rank on editions 2021-01-11 09:29:23 -08:00
b44b42be7e Adds rank field to edition model 2021-01-11 09:18:40 -08:00
d04271af75 Adds field on import job to check if job completed
the task isn't a reliable indicator, unfortunately.
2021-01-07 08:08:12 -08:00
c8d53ee0df Adds site invite created date 2021-01-05 11:38:03 -08:00
0f4a30324e Makes more about instance text customizable 2021-01-04 12:58:31 -08:00
0c0e9bebdf Use uploaded logos in templates 2021-01-04 12:47:10 -08:00
7cc2dfe517 Merge branch 'main' into logo-default 2021-01-04 12:18:40 -08:00
e89bfdc572 Makes registration user/localname fields more sensible 2020-12-24 11:39:57 -08:00
cfa1a1b42c Remove sync fields and share fields between book and author 2020-12-21 12:17:18 -08:00
aac264c998 Generate author_text field dynamically 2020-12-21 12:10:42 -08:00
60738011a2 user's name and bio field are optional
get it together, mouse
2020-12-20 12:09:19 -08:00
b796686483 Adds cw field 2020-12-16 19:20:15 -08:00
a3c7d324d6 Sanitize incoming html 2020-12-16 16:47:23 -08:00
5dbacb3524 Merge branch 'main' into switch-edition 2020-12-16 09:22:04 -08:00
b2c1bc1481 Migration consistency 2020-12-16 09:20:24 -08:00
af823cf645 Merge migration 2020-12-15 17:53:20 -08:00
61041a0dba Adds migration for privacy field
no actual change here, but it's a new field type
2020-12-13 21:11:53 -08:00
b36eaef172 Merge branch 'main' into switch-edition 2020-12-13 21:10:37 -08:00
d3371991e1 Remove deleted util file from migrations 2020-12-12 20:18:03 -08:00
823da2e7de Re-create migration 2020-12-12 16:14:41 -08:00
ae07bbffb7 Merge branch 'main' into logo-default 2020-12-12 16:03:23 -08:00
31a407d74a Use name field only for author name
It feels janky to remove a more granular name designation, but all these
first/last name fields were algorithmically populated by a dubious
process of splitting the name by a space character. If it makes sense to
have first/last name fields, it should be re-added with some
consideration.
2020-12-12 09:53:21 -08:00