Commit Graph

158 Commits

Author SHA1 Message Date
01b52f023a Adds edit announcement view 2022-02-11 14:42:47 -05:00
40a14a05ad Merge pull request #1865 from bookwyrm-social/unread-status-translation
Calculate and translate unread status counts in view
2022-01-27 18:47:35 -08:00
dd16fb2a26 Move embed view to separate file 2022-01-25 13:37:57 -08:00
9902794bbd Adds edit note view 2022-01-25 08:44:04 -08:00
ca0dbeb0ab Move list views into more files 2022-01-24 19:39:30 -08:00
3fc690e763 Calculate and translate unread status counts in view 2022-01-22 17:03:48 -08:00
cfcacb4797 Edit book availability 2022-01-17 10:00:12 -08:00
ebc451fdd2 Edit links view 2022-01-12 09:59:46 -08:00
2ca41a0b11 Renames add link view 2022-01-12 09:16:24 -08:00
e6d9895854 Merge branch 'main' into book-file-links 2022-01-12 06:39:22 -08:00
4ca90ca10f Renames class view 2022-01-11 10:40:32 -08:00
0d2c6e63d1 Converts create readthrough to modal 2022-01-11 09:50:04 -08:00
78dd5caf9f Allow users to report spam links 2022-01-10 14:55:10 -08:00
f0ae37c331 Block or approve domains 2022-01-10 11:19:20 -08:00
32e3fdb438 Adds admin view 2022-01-10 10:12:28 -08:00
16a58ae079 Merge branch 'main' into book-file-links 2022-01-08 16:58:37 -08:00
0f09759662 Separate out landing and about views files 2022-01-06 09:51:38 -08:00
b855464396 Expands about pages 2022-01-05 21:42:41 -08:00
ff3021d1f3 Redirect /@<username> to /user/<username> 2021-12-28 21:40:01 +01:00
45dd39d370 Add key creation/revocation 2021-12-22 15:12:56 +01:00
1022e3e165 Add basic key verification and change voice in template 2021-12-22 15:11:05 +01:00
c1459dbcf9 Feature: Create annual summary page 2021-12-20 23:37:45 +01:00
cc3db31db9 Adds noscript fallback for links modal 2021-12-15 13:11:49 -08:00
1d6b200172 Modal to add link 2021-12-15 12:40:25 -08:00
5b8c1bde89 Merge branch 'main' into list-embed 2021-12-08 16:40:15 +01:00
142616b996 Merge pull request #1660 from bookwyrm-social/update-from-remote
Button to manually load remote data for editions and authors
2021-12-07 14:11:06 -08:00
4085714764 Update openlibrary author with ISNI 2021-12-05 13:26:22 -08:00
d7e4e6aa1e Adds openlibrary update for book 2021-12-05 13:02:42 -08:00
8ee09a2284 Add url to reach the view 2021-12-04 16:07:38 +01:00
e9bb2a04a4 code cleanup 2021-11-28 21:38:28 +11:00
6e7d23c1ae add remote follow button 2021-11-28 20:09:29 +11:00
e275b98183 ostatus remote follow views 2021-11-28 16:56:21 +11:00
14e2960d06 Update legacy jobs 2021-11-14 10:58:46 -08:00
40fff02eec Approve or delete import guesses 2021-11-12 17:10:47 -08:00
221cde9be4 Adds manual review view 2021-11-12 16:24:45 -08:00
9bff27e61f Separate import classes into files 2021-11-12 15:50:33 -08:00
be26e8363a Create import directory 2021-11-12 15:43:15 -08:00
a65f07e0bf Adds retry page 2021-11-12 14:36:28 -08:00
6a2f962f8d Split shelf view into multiple files 2021-10-20 13:15:43 -07:00
baba2e2057 Move shelf views into directory 2021-10-20 13:09:28 -07:00
a27a55b40a Merge pull request #1490 from hughrun/bookwyrm-groups
Bookwyrm groups
2021-10-17 07:54:59 -07:00
6e5c0cc4c3 Merge branch 'main' into bookwyrm-groups
There are database migrations in main ahead of this branch so they need to be merged in to the branch before we can merge back into main.
2021-10-17 06:22:04 +11:00
290039ac66 Moves landing views into directory 2021-10-16 11:45:55 -07:00
2a31bf2f0c delete groups
Whoops, forgot to add this functionality earlier.

- allow owner to delete a group
- change all group lists to closed curation with group=False when group deleted
2021-10-16 17:35:36 +11:00
7488f8da96 Creates edit status endpoint 2021-10-14 16:30:27 -07:00
803ad3c911 Removes delete and redraft view 2021-10-13 13:12:56 -07:00
dafda649f1 run Black on changed code 2021-10-04 21:31:28 +11:00
602664b8d7 Merge branch 'main' into groups-merge-test
Big merge of a couple of weeks' work from the main project back into this branch. :ohno:
2021-10-03 10:49:38 +11:00
52a083a907 revert name change for Group, GroupMember
these were named as BookwyrmGroup and BookwyrmGroupMember due to a misunderstanding about related_name and a dodgy development environment. This naming makes more sense.
2021-10-02 16:52:34 +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