1
0
Fork 0
Commit graph

1307 commits

Author SHA1 Message Date
dda6126329 Fixes typo in group notification 2022-07-06 14:33:45 -07:00
7a9d320afd Expands automod view test 2022-07-06 10:52:50 -07:00
f5638c1e44 Removed unused helper function 2022-07-06 10:05:55 -07:00
4f386e8c4e Allow reports with no associated user 2022-07-05 17:19:03 -07:00
736d29ea20 Updates group leave and remove notifications 2022-07-05 13:05:28 -07:00
e2a50230c7 Fixes setting acces level to "user"
This wasn't working because "user" isn't a group, it's the absense of
any group.
2022-07-04 21:44:55 -07:00
f76d661e07 Updates templates for fav notifications 2022-07-04 21:32:53 -07:00
0cc2bc269e Updates view 2022-07-04 18:51:07 -07:00
a718a168a3 Merge branch 'main' into notifications 2022-07-04 17:38:21 -07:00
7f78140015 Uses library for html cleanup 2022-07-04 13:21:13 -07:00
89165fd909 Creates helper function for creating charts 2022-07-03 08:28:24 -07:00
b82cf887e2 linting fixes 2022-07-03 17:14:13 +10:00
0e9dc66ffa Merge branch 'main' into tour
Merging in latest changes from main, since I got covid and missed a few weeks.
2022-07-03 16:18:50 +10:00
516c4a9790 Add warning to dashboard if email sender looks misconfigured
This can be a really obscure error, hopefully this warning will catch
potential issues.
2022-07-02 21:11:23 -07:00
13e23a868d Adds instance name filter to federated instance list view
This lets you look for a specific server in your (probably very long)
instance list.
2022-07-02 11:12:15 -07:00
e0a67f5e18 Uses := syntax in user admin view
I learned this! It's cool.
2022-07-02 11:06:48 -07:00
f5d6a18ce0 Alphabetize list of software options in federated instances list 2022-07-02 10:49:57 -07:00
8cadb3dc3b fix guided tour url
Use a url fragment (<tour>) instead of a classic url param (/?tour=True)
2022-06-13 15:22:23 +10:00
80c71928c3 add show_guided_tour value to User
This boolean value indicates whether the user wishes to be show the guided tour.
It defaults to True but will be able to be easily set to False.
2022-06-13 13:07:48 +10:00
806e2778df add help button if page has tour
- include logic in main layout to add button if there is a page tour available
- add button for main user feed page
2022-06-12 19:41:50 +10:00
4c5d2570ab Save and display stopped date in readthrough 2022-05-26 11:53:33 -07:00
007751c8cb Adds error logging to status views 2022-05-26 10:58:11 -07:00
88b2cffcf2
Merge pull request #2035 from bookwyrm-social/stopped-shelf
Stopped shelf
2022-05-26 10:11:32 -07:00
0f7317f8fe Make an exception for yourself when followers are hidden 2022-05-23 15:31:05 -07:00
6d5923bb8f
Merge pull request #2128 from bookwyrm-social/multiple-authors
Multiple authors not added when editing book
2022-05-23 14:07:54 -07:00
69f192e78c Fixes error in add author code returning too soon 2022-05-23 13:57:14 -07:00
efd1fd82a9 Corrects redirect to confirm mode when adding book 2022-05-23 13:02:06 -07:00
1843959d10
Merge pull request #2093 from Ryuno-Ki/calibre-import
Calibre import. Fixes #627
2022-05-23 12:37:50 -07:00
241169650d
Merge pull request #2007 from viviicat/url-names
Add names of books/lists/authors/etc as slugs, redirect to slugified version of the page
2022-05-16 08:04:58 -07:00
23eb1c1b10
Merge pull request #1942 from willhoh/isbn_search
Isbn check befor search
2022-05-16 08:01:31 -07:00
André Jaenisch
3626db3c1a
Add Calibre importer for CSV exports
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2022-04-30 15:25:35 +02:00
966bec1d18 Fixes invite request alert count 2022-04-26 08:33:15 -07:00
a6cb46356f Show clearer behavior when no email confirmation is needed after all 2022-04-26 08:14:31 -07:00
Vivianne
5a2bf64864
Merge branch 'bookwyrm-social:main' into url-names 2022-04-08 21:45:37 -07:00
8d266fda4d Removes unused related_book field on notification model 2022-04-08 15:21:38 -07:00
4c09477aa2
Improves instance list admin view (#2068)
* Removes irrelevent initial federated server data

* Adds secondary search order to instance list

* Show last updated date

* Adds filters to federated server view

* Updates unit tests
2022-04-02 09:16:07 -07:00
ec21d20b90 Merge branch 'main' into stopped-shelf 2022-03-26 13:06:06 -07:00
701a644c31
Export user book data as csv (#1556)
Simple book data export
2022-03-26 13:04:59 -07:00
a1487ccae5
Merge branch 'main' into duplicate-follow-requests 2022-03-26 10:28:58 -07:00
4f24b05d60 Clear cache regardless of view success 2022-03-24 13:10:49 -07:00
a3b9c621af Trigger rebroadcast of follow requests 2022-03-24 11:35:05 -07:00
951b611881 Paginates results 2022-03-24 10:40:42 -07:00
a29db4840c
Merge pull request #2046 from bookwyrm-social/resend-flow
Resend flow
2022-03-19 15:28:30 -07:00
78ac252dae Python formatting 2022-03-19 12:08:57 -07:00
4386d2ddb9 Switches resend email to modal 2022-03-19 12:00:16 -07:00
a701bfcf8e Uses custom date select widget for publication dates 2022-03-19 08:45:10 -07:00
a584f077b7 Simplifies query likely causing author page performance issues 2022-03-17 09:51:54 -07:00
2047365d31
Merge pull request #1973 from bookwyrm-social/add-edition
Create another edition for existing work
2022-03-17 08:51:13 -07:00
a684d86d15 Fixes subjects in add edition view 2022-03-17 08:02:59 -07:00
cf58d0ad5c Reverts author view changes 2022-03-17 07:22:22 -07:00