1350e91971
Merge branch 'main' into book-edit-form-validation-notification
2023-03-07 13:56:23 -08:00
Christof Dorner
bc0b291d36
Show notification banner on top of form when book failed to update
2023-03-07 21:58:12 +01:00
05a303ea18
Merge pull request #2690 from bookwyrm-social/link-domain-notifications
...
Create notifications for link domains that need approval
2023-03-07 08:43:14 -08:00
1612217eaa
Merge pull request #2696 from bookwyrm-social/chronological-pagination
...
Only use chronological pagination sometimes
2023-03-07 08:42:43 -08:00
Christof Dorner
499aace9fb
Add basic view listing activities from a given hashtag
2023-03-07 12:59:32 +01:00
André Jaenisch
9c92ba1698
Add attributes to images to hint async load
...
This was suggested on Matrix a while ago but I only found the time now to move forward with it.
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2023-03-01 14:14:42 +01:00
3a67727a9a
Merge pull request #2638 from Giebisch/page-range
...
Page Range
2023-02-27 17:39:42 +11:00
Christof Dorner
d1110630db
Use chronological pagination on user profile activity lists
2023-02-26 11:24:00 +01:00
99fc2b7a36
Only use chronological pagination sometimes
...
The timeline uses chronological buttons, but other paginated pages do
not (by default). This also reversed the chronology.
2023-02-25 15:56:58 -08:00
wanjiku
b4e388a975
Replace Next and Previous with Older and Newer
2023-02-24 11:11:55 +03:00
Giebisch
43fe433133
Quotation same start and endposition
2023-02-23 18:40:20 +01:00
268946a77c
Adds missing template and migration files
2023-02-22 10:46:01 -08:00
2470a0fd1c
Create notifications for link domains that need approval
2023-02-22 10:20:07 -08:00
d57ebe43af
Merge pull request #2688 from 0x29a/fix-discovery-page
...
fix: missing expand variable
2023-02-22 08:53:36 -08:00
0x29a
9b94c1c288
fix: missing expand variable
2023-02-22 17:25:11 +01:00
b167364c5c
Use a separate queue for broadcasts
...
I think this will go a long way to solve the federation delay problems
we're seeing on b.s. I'm not sure at what point adding more queues will
create more problems than it solves, but I do think in this case the
queues are out of balance and moving broadcasts (which are the most
common type of `medium_priority` task at the moment) to their own queue
will be an improvement.
2023-02-20 12:58:41 -08:00
702c79496b
Merge pull request #2652 from chdorner/fix/status-get-no-trim
...
Always expand content status on single status view
2023-02-17 15:18:05 +11:00
2c2daf5fdf
Merge pull request #2644 from rrgeorge/rrgeorge/csp
...
Add Content-Security-Policy headers and secure cookies
2023-02-10 16:37:39 -08:00
cc9e94261c
Merge pull request #2637 from MeecoLabs/mobile/dropdown-larger-size
...
UI: larger dropdown size for mobile devices
2023-02-10 15:57:03 -08:00
Dustin
b20b52af7f
Merge branch 'main' into book-series-v1
2023-02-07 11:57:39 +00:00
Giebisch
248eab22ed
Merge branch 'main' into page-range
2023-02-06 14:02:05 +01:00
Christof Dorner
6af1be28f3
Always expand content status on single status view
...
On the feed view along with other statuses, the body will be trimmed,
but on the single view, there's no need to trim it. This preserves the
logic for spoiler alerts.
2023-02-04 12:52:09 +01:00
Christof Dorner
f9a916db09
Merge pull request #2639 from bookwyrm-social/celery-ping
...
Celery ping
2023-02-03 09:40:25 +01:00
Robert George
36605efd20
Added support for secure cookies and django-csp
2023-02-01 12:59:10 -08:00
Dustin Steiner
96097f3b58
chore: use bulma override for mobile dropdown instead of classes
2023-01-31 18:33:44 +00:00
Dustin Steiner
c2a81d88bb
Merge branch 'main' into book-series-v1
2023-01-31 10:06:07 +00:00
Dustin Steiner
f30a0ae714
chore: more dropdown resizes
2023-01-31 08:12:57 +00:00
Dustin Steiner
ed040cd3e4
Merge branch 'main' into mobile/dropdown-larger-size
2023-01-31 08:01:29 +00:00
006ff697b9
Merge pull request #2636 from 0x29a/redundant-db-queries
...
Remove redundant DB queries
2023-01-30 09:03:18 -08:00
686d5625ed
Merge pull request #2627 from MeecoLabs/admin-manually-activate-user
...
Button in admin view to manually activate pending user
2023-01-30 09:01:05 -08:00
8f88b72620
Adds info about celery endpoint in admin view
2023-01-30 08:35:24 -08:00
Giebisch
f085315d70
Added Backend Part
2023-01-30 16:12:14 +01:00
Dustin Steiner
f4cde843c0
chore: larger dropdown size for mobile devices
2023-01-30 14:40:33 +00:00
Dustin Steiner
59a8098517
chore: add translations
2023-01-30 08:26:59 +00:00
0x29a
5e87504b22
Remove duplicated editions request from book.html
2023-01-30 06:45:48 +01:00
0x29a
f2d7efe2ba
Remove duplicated readthrough request from comment.html
2023-01-30 06:45:48 +01:00
0x29a
6e1418c5d4
Remove duplicated mentions request from layout.html
2023-01-30 06:45:48 +01:00
0x29a
6ea2513790
Remove duplicated notifications request from layout.html
2023-01-30 06:45:48 +01:00
Ritik Ranjan
adcf9310a0
Fixed Syntax of pluralisation
2023-01-28 21:23:08 +05:30
Ritik Ranjan
e5e9e807ca
Splited stirng into two then fixed pluralization error.
2023-01-28 21:11:20 +05:30
Dustin Steiner
3fdbfe405b
fix: rename activate user form name
2023-01-28 08:31:16 +00:00
Ritik Ranjan
fc599f8b9a
fixed singularisation/pluralisation
...
edited two files
2023-01-28 12:10:06 +05:30
Christof Dorner
46bfc184f5
Improve feed header for federated generated notes
...
This works for wants/started/finished reading generated notes, but not yet for "set a goal".
2023-01-27 17:49:48 +01:00
Dustin Steiner
07f4300176
feat: button in admin view to manually activate pending user
2023-01-27 15:43:34 +00:00
Dustin Steiner
ba2ff7e7a5
Merge branch 'main' into book-series-v1
2023-01-26 16:40:32 +00:00
ef48149844
Show import queue in Celery admin
2023-01-26 07:52:37 -08:00
Dustin
1d909ee8e1
Merge branch 'main' into book-series-v1
2023-01-26 06:50:22 +00:00
9b8c6d54f7
Merge pull request #2554 from chdorner/feat/registration-default-user-auth-group
...
Allow to set default user auth group
2023-01-25 18:22:37 -08:00
Dustin
aad934fa59
Merge branch 'main' into book-series-v1
2023-01-24 13:14:28 +00:00
Dustin Steiner
35d30a41f3
feat: first version of a book series list by author
2023-01-24 13:00:18 +00:00