1
0
Fork 0
Commit graph

2264 commits

Author SHA1 Message Date
ac4a178e83 Fixes shelf page template path bug 2021-01-30 12:03:50 -08:00
37710144fa Adds options tempalte 2021-01-30 11:52:31 -08:00
38e7eb8c14
Merge pull request #571 from mouse-reeve/tempalte-bug
Fixes incorrect template path in threaded status page
2021-01-30 11:50:47 -08:00
cd65ac7290 Fixes incorrect tempalte path in threaded status page 2021-01-30 11:46:15 -08:00
e5746d6117 Menu list for shelf button options 2021-01-30 11:43:40 -08:00
9b7c10ce6c
Merge pull request #570 from mouse-reeve/progress-display
Fixes incorrect display of reading progress
2021-01-30 09:26:42 -08:00
8add05d7fd Fixes incorrect display of reading progress 2021-01-29 18:06:17 -08:00
314eddf6d4
Merge pull request #569 from mouse-reeve/admin-settings
Admin settings
2021-01-29 17:19:45 -08:00
9d3f48a1a9 Settings views tests 2021-01-29 17:06:10 -08:00
d1ee26e282 list of federated servers for admin panel 2021-01-29 16:02:59 -08:00
9db327a69e Edit view for site settings 2021-01-29 15:50:46 -08:00
21aadf2920 Adds site settings view 2021-01-29 15:38:42 -08:00
02c466e04a
Merge pull request #568 from mouse-reeve/send-dms
Compose window for dms
2021-01-29 14:23:06 -08:00
93ef9e31ad Send message to a particular user 2021-01-29 11:44:04 -08:00
94974d9f73
Merge pull request #567 from mouse-reeve/organize-templates
Organize templates
2021-01-29 11:14:47 -08:00
779a5e0cbf Compose window for dms 2021-01-29 11:14:18 -08:00
640db7e9e3 Fixes more tests for moved-around views 2021-01-29 10:47:47 -08:00
bae54b6847 Shuffles tests around for feed views 2021-01-29 10:33:44 -08:00
cc5fedb1d1 Fixes template paths in views 2021-01-29 10:29:21 -08:00
b53ef73faf Feed templates 2021-01-29 10:25:31 -08:00
932acc961f Fixes template paths in tests 2021-01-29 09:41:32 -08:00
60721fd41e Fixes user layout 2021-01-29 09:29:59 -08:00
9fa8ee3940 Groups profile settings templates 2021-01-29 09:28:00 -08:00
24af288c52 Refactors user pages 2021-01-29 09:05:53 -08:00
6ccf7841e1 Moves components out of snippets 2021-01-29 08:51:36 -08:00
65db2e63ac
Merge pull request #566 from mouse-reeve/blockquote
Allows blockquote markdown
2021-01-29 08:18:05 -08:00
e6a0e5f96c
Merge pull request #554 from bibliotechy/430-add-rss-support
First attempt at adding rss support
2021-01-29 08:09:32 -08:00
68d00d590c Allows blockquote markdown 2021-01-29 08:00:19 -08:00
Chad Nelson
4274bf0508 Patch site settings so this can pass 2021-01-27 22:13:35 -05:00
Chad Nelson
9c2813545c Closer to some passing tests 2021-01-27 21:23:20 -05:00
5e885e7bda
Merge pull request #561 from mouse-reeve/views-tests
Views tests
2021-01-27 11:10:34 -08:00
7d1c5fb0f2 Patches broadcast call in reading test 2021-01-27 11:01:36 -08:00
c2d0c4b022 Adds missing init file for views tests
this is important!!
2021-01-27 09:31:11 -08:00
b52aa5bee9 Fixes status tests 2021-01-27 09:31:01 -08:00
1a54ed875b easier way to get user statuses queryset 2021-01-27 09:30:03 -08:00
5377a8f187 Fixes reading view 2021-01-27 09:29:34 -08:00
e2935b6364 Fixes shelve tests 2021-01-27 09:27:29 -08:00
662cbf2da9
Merge pull request #555 from mouse-reeve/blocking
Blocking
2021-01-26 14:43:01 -08:00
36486ca731 block/unblock view tests 2021-01-26 13:02:14 -08:00
369b24f9ec null state for block page 2021-01-26 13:02:04 -08:00
22e4138555 unblock 2021-01-26 13:00:36 -08:00
acfc865d4e Adds blocked users view
also refactors the setting view
2021-01-26 10:01:50 -08:00
3f011445e2 Hide user pages to blocked users 2021-01-26 08:31:55 -08:00
12b95c6cd4
Merge pull request #558 from mouse-reeve/image-crop
Moves avatar crop into function and adds test
2021-01-26 08:24:52 -08:00
681f5482fd Don't allow blocked users to access user page 2021-01-26 08:07:38 -08:00
2a6a000e05 Moves avatar crop into function and adds test 2021-01-26 08:03:16 -08:00
ac2ab2981f ui path to iniate blocks 2021-01-25 14:03:18 -08:00
d994d8d3c8 Moves blocking side effects to model 2021-01-24 17:07:19 -08:00
3a303448bc
Merge pull request #557 from cincodenada/fix-email-migration
Fix migration for if db has multiple empty emails
2021-01-24 16:49:03 -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