Commit Graph

3315 Commits

Author SHA1 Message Date
8c326ec52f user groups listing template
- creates groups/user_groups template for listing a user's groups on their user page
2021-09-25 11:10:06 +10:00
273ad9a466 add create_group to __init__.py
you probably want this otherwise nothing previously added for group creation will work :-)
2021-09-25 10:55:32 +10:00
d4fcf88cf5 add list cards to groups page
- add list cards to groups page based on lists page
- add sort to members on group page
2021-09-24 21:57:01 +10:00
86a60d58e5 add user cards to group pages 2021-09-24 21:24:06 +10:00
264d9b2f3c add group page template 2021-09-24 20:35:51 +10:00
9b6d2a9d88 add group page 2021-09-24 20:34:11 +10:00
f32a2cc4d0 group creation form can now be submitted!
Whoops
2021-09-24 15:04:52 +10:00
4e93b09067 create group form
adds a group creation form to user dashboard
2021-09-24 14:12:36 +10:00
e07a25e288 add groups urls 2021-09-24 07:52:40 +10:00
99b533510a add group templates 2021-09-24 07:51:51 +10:00
71b1c6117c update templates for groups 2021-09-24 07:50:57 +10:00
b74cd37096 add models for groups 2021-09-24 07:49:54 +10:00
3e3c90ec03 add views for groups 2021-09-24 07:49:25 +10:00
f55803b409 Fixes updating readthroughs 2021-09-22 12:47:50 -07:00
6bb0f3bc8f Merge pull request #1453 from bookwyrm-social/status-whitespace
Preserve whitespace in statuses
2021-09-22 12:32:53 -07:00
3eb49f3f74 Preserve whitespace in statuses 2021-09-22 12:18:12 -07:00
fa6e5605d1 Fixes goal url 2021-09-22 12:16:51 -07:00
d5dba9e66d Merge pull request #1449 from bookwyrm-social/model-cleanup
Model cleanup
2021-09-22 11:20:39 -07:00
50ca3eef31 Encompass all status models in notification signal 2021-09-22 11:10:37 -07:00
b7c2fb600a String formatting for status view tests 2021-09-22 10:55:51 -07:00
b1ff46a562 Remove unused import 2021-09-22 10:42:42 -07:00
a4ac25bfae Move notifications to signals 2021-09-22 09:24:39 -07:00
2419942770 Create model function to update user last active date 2021-09-22 08:35:20 -07:00
41d34c6d4b Correctly use custom postgres ports 2021-09-22 08:13:31 -07:00
5ad315faac Merge pull request #1421 from bookwyrm-social/pylint-update
Pylint update
2021-09-20 18:16:43 -07:00
673f49bf21 Tests fixes 2021-09-20 18:01:12 -07:00
70f66f4cd4 Merge pull request #1439 from bookwyrm-social/search-placeholder
Updates search box placeholder for logged out users
2021-09-20 17:42:05 -07:00
90c74f00c9 Fixes missing f format in preview image string
plus a unit test for it
2021-09-20 17:40:59 -07:00
1be33c97a2 Fixes string formatting in site model 2021-09-20 17:19:26 -07:00
a74141ece4 Adds site models tests 2021-09-20 17:19:20 -07:00
ea303fb285 Updating string format synatx part 3 2021-09-20 16:45:26 -07:00
cf3157a3b5 Merge branch 'main' into pylint-update 2021-09-20 16:31:27 -07:00
467c6ff266 Merge pull request #1441 from bookwyrm-social/query-efficiency
Query efficiency
2021-09-20 16:25:00 -07:00
89fad59793 Query efficiency in user view 2021-09-20 15:25:29 -07:00
aa0ffd86c0 Fetch related items when loading list page 2021-09-20 14:49:07 -07:00
22ead6ba46 More efficient followers query 2021-09-20 14:29:01 -07:00
a304333acf Don't show delete button in create list form 2021-09-20 14:25:11 -07:00
1ed3d4dde1 Updates search box placeholder for logged out users 2021-09-20 12:28:08 -07:00
7c23d687b1 Use icon for content warning
This creates consistency between the compose box and the status display
2021-09-19 09:30:06 -07:00
f772210d05 Clips tiles on discover view 2021-09-19 09:21:13 -07:00
bc693216c6 Merge pull request #1428 from bookwyrm-social/cw-style
Visually differentiates content warnings from statuses
2021-09-19 08:55:12 -07:00
a119c69592 Use dash instead of vertical line to separate page name and site name 2021-09-18 17:09:18 -07:00
e6c2ea1fbf Visually differentiates content warnings from statuses 2021-09-18 17:00:01 -07:00
b1984aeaf7 Merge pull request #1427 from bookwyrm-social/reply-cws
Reply cws
2021-09-18 16:40:38 -07:00
c8aa0e9330 Send dms through http post 2021-09-18 16:28:38 -07:00
cdab2cbf2c Fixes content warnings on replies 2021-09-18 16:27:13 -07:00
c664c0e9b5 Merge pull request #1426 from bookwyrm-social/register-view
Improvements to register view
2021-09-18 16:13:53 -07:00
40040b39da Fixes incorrect close tag 2021-09-18 16:04:11 -07:00
6f0b1d10bb Fixes line length 2021-09-18 16:00:21 -07:00
d80feb7470 Renames landing layout template 2021-09-18 15:56:29 -07:00