Commit Graph

577 Commits

Author SHA1 Message Date
29f18ee123 only suggest local users as potential group members 2021-10-02 19:35:57 +10:00
5237e88aba remove user button for groups 2021-10-02 13:48:53 +10:00
0984972b05 group membership invitations
- fix display of group information on user and group pages
- send, receive, accept and reject invitations
2021-10-02 12:30:48 +10:00
0f3be40957 fix group references in templates
Let's do this the sensible way huh, by using backwards references to memberships etc

Also adds filters for is_member and is_invited so we don't have to do weird things in group Views
2021-10-02 10:47:42 +10:00
fb823189a0 don't allow non-local users to join groups (yet)
Groups are not compatible with ActivityPub because I don't know what I'm doing.

NOTE: this is super hacky, fix ASAP
2021-09-27 21:48:40 +10:00
f3181690a2 change group owner from 'manager' to 'user'
This will allow privacy management to use existing code.
Some template updates also are for rationalising how
groups are created and edited.
2021-09-27 15:36:41 +10:00
ec0720514e don't allow non-manager to add and remove group members 2021-09-25 20:25:30 +10:00
b645d75303 add and remove users from groups 2021-09-25 17:34:44 +10:00
cbe172df3d find users for groups
- search for users to add to a group
- display suggested users on search results screen

TODO: actaully enable users to be added!
TODO: groups/suggested_users probably could be replaced with some logic in snippets/suggested_users.html
2021-09-25 11:11:58 +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
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
e6c2ea1fbf Visually differentiates content warnings from statuses 2021-09-18 17:00:01 -07:00
cdab2cbf2c Fixes content warnings on replies 2021-09-18 16:27:13 -07:00
01ffb8d77b Fixes form submission from compose view 2021-09-18 14:56:20 -07:00
19e36eb181 Fixes content warning fields in modals 2021-09-18 14:05:17 -07:00
0fe5cb1000 Show label for content warning field 2021-09-18 11:56:32 -07:00
8840e09eac Fixes labels 2021-09-10 14:41:55 -07:00
0be53f9133 Adds half star markup 2021-09-10 14:20:55 -07:00
718744a92d Adds css animation for pending create status
Co-authored-by: Fabien Basmaison <contact@arkhi.org>
2021-09-10 08:30:28 -07:00
9ba066ad6d Cleanup after submitting modal 2021-09-09 17:04:16 -07:00
79602f69d7 Separate out shelve button options lists 2021-09-09 16:32:21 -07:00
9ee1a110a9 Update visible shelve buttons on read action 2021-09-09 15:36:58 -07:00
055cced75b Close reply panel 2021-09-09 08:20:55 -07:00
49f1226f3a Close modals after submit 2021-09-09 08:06:36 -07:00
71b2f91a73 Ties draft functionality to more status fields 2021-09-08 19:30:24 -07:00
03b608565d Save status drafts in localstorage 2021-09-08 13:58:10 -07:00
1681b2563d Merge branch 'main' into quote-page 2021-09-05 16:08:54 -07:00
b80de929fd Create and view quotation page numbers 2021-09-05 16:00:40 -07:00
7ac9616c29 Merge pull request #1358 from bookwyrm-social/review-content-field
Remove required attribute on content field in create review form
2021-09-05 14:21:01 -07:00
94f4a01665 Remove requried attribute on content field in create review form 2021-09-05 13:25:57 -07:00
4009e80bab Fixes logo path on about page 2021-09-05 10:33:40 -07:00
3d394f96bf Fixes testing if authors are present 2021-09-02 08:49:50 -07:00
42abc145c8 Adds action views 2021-08-23 13:15:35 -07:00
135fcbd269 Adds button to template 2021-08-23 13:02:27 -07:00
f48cea3ed9 Fixes endquote outside of if statement 2021-08-21 10:50:49 -07:00
e7ee4a45fa adds missing button close tag in shelve button options 2021-08-21 10:50:27 -07:00
ec10ebbe68 Fixes quote type 2021-08-21 10:49:35 -07:00
0829696add Merge pull request #1138 from joachimesque/images-django-imagekit
Generate thumnails for books
2021-08-18 19:53:12 -06:00
19464a8715 Merge pull request #1301 from bookwyrm-social/refactor-modals
Prompt user to add commentary on reading status updates
2021-08-17 11:27:52 -06:00
3026a86b11 Refines preventDefault logic 2021-08-17 09:21:57 -07:00
b991510c03 Fixes want to read status slug 2021-08-16 15:00:35 -07:00
5fcea99029 Indicate reading status changes with comments 2021-08-16 13:39:56 -07:00
48c6a3923a Save reading status update 2021-08-16 13:32:20 -07:00
6280671d92 Create comments when commentary is provided 2021-08-16 13:08:45 -07:00
f12c5df288 Show "optional" helper on comment field 2021-08-16 12:58:22 -07:00
0549dbaa6d Make comment optional 2021-08-16 12:48:52 -07:00