1
0
Fork 0
Commit graph

3644 commits

Author SHA1 Message Date
n2no1
92e9ff6cff update links in README and {bookwyrm,celerywyrm}/settings.py files
the link to celery's homepage has been dead for at least several months
activitypub.rocks now supports tls (yay!)
the links to django's docs were for older versions of django than what bookwyrm uses
2021-04-12 11:56:26 -04:00
8f3601d4cd Adds redis mocks to base model tests 2021-04-12 06:44:50 -07:00
c8812c48c1 Use local user in test 2021-04-11 11:58:00 -07:00
08586e348c Adds users to base model mock 2021-04-11 10:55:13 -07:00
db4519b2e1 Fixes visible_to_user check for non-federated objs
why did this cause a problem _now_??
2021-04-11 10:45:08 -07:00
659986771f Edit notes on federated servers 2021-04-11 10:36:40 -07:00
Pablo Barton
d38efa9a9d Easier to deploy by avoiding merge conflicts in production 2021-04-11 13:12:50 -04:00
96d15d3d57 Adds merge migration 2021-04-11 10:05:36 -07:00
Your Name
6a408e6252 Adds final newlines 2021-04-11 19:03:16 +02:00
77caf1a8fa Merge branch 'main' into domain-block 2021-04-11 10:02:11 -07:00
Your Name
a681065a2b Fixes link 2021-04-11 18:58:30 +02:00
b552634a87 Make sure goal exists before checking perms 2021-04-11 09:58:03 -07:00
Your Name
787022826e Puts Installation and Contributing instruction in their own files. 2021-04-11 18:57:14 +02:00
tofuwabohu
9a6aed4efa
Merge pull request #8 from mouse-reeve/main
Merge
2021-04-11 18:53:22 +02:00
32e2bea52c
Merge pull request #912 from mouse-reeve/collection-item-refacotr
Collection item refactor
2021-04-11 09:51:13 -07:00
edf3fad54d Make sure user is available when testing blocks 2021-04-11 09:42:55 -07:00
274ddeed85 Removes verbose flag on unit tests 2021-04-11 09:34:28 -07:00
b6a7871b04 Makes visibility evaluator a model function 2021-04-11 09:31:18 -07:00
26f16cf5a4 Limit broadcast with viewer-aware users
Removes inactive or blocked users
2021-04-11 09:09:13 -07:00
6d76782ee1 Mocks list item remove test 2021-04-11 09:00:44 -07:00
2f1b34d04b
Merge pull request #924 from arkhi/patch-2
Use URL on Mastodon profiles in list of instances
2021-04-11 06:44:33 -07:00
Fabien Basmaison
fc0992ea7c
Use URL on Mastodon profiles in list of instances.
The links to the Mastodon profiles currently default to `mailto:` when parsed by Markdown.
2021-04-11 14:41:14 +02:00
98ff66cd16 Don't broadcast curation rejects 2021-04-10 18:15:13 -07:00
n2no1
b293901417 add regression tests for published dates not being saved
closes #894
2021-04-10 20:21:29 -04:00
fea298a1de Run tests in verbose mode 2021-04-10 16:08:10 -07:00
675b34f5ad Merge branch 'main' into collection-item-refacotr 2021-04-10 16:02:54 -07:00
73a6bb6c35
Merge pull request #883 from arkhi/frontend
Frontend
2021-04-10 15:30:17 -07:00
89d3c3e82b Tests searching for users on blocked servers 2021-04-10 11:49:45 -07:00
1903812b1d Class method for checking if urls are blocked 2021-04-10 11:44:29 -07:00
0caeb3ac33 fixes inbox tests 2021-04-10 11:18:22 -07:00
8797b3d240 Python formatting 2021-04-10 11:07:59 -07:00
d5fbdacc02 Adds unblock view 2021-04-10 11:06:28 -07:00
Fabien Basmaison
ec2b4e533e Merge branch 'main' into frontend 2021-04-10 19:57:23 +02:00
7b60626661 Updates block unit test 2021-04-10 10:51:45 -07:00
Fabien Basmaison
e016006ade [css] Rename all classes consistently: :shamed:
This commit addresses https://github.com/mouse-reeve/bookwyrm/pull/883#pullrequestreview-632930445.
2021-04-10 19:51:18 +02:00
2741aa55be Makes blocking it's own view 2021-04-10 10:37:28 -07:00
81bc25b012 Fixes create test 2021-04-10 10:24:09 -07:00
d076162aa6 Remove edit server mode
It just doesn't really make sense
2021-04-10 10:09:36 -07:00
c4bca42f64 Adds test for edit view GET request 2021-04-10 09:52:11 -07:00
cca7c9a98a Adds merge migrations 2021-04-10 09:35:03 -07:00
13d54871b7 Merge branch 'main' into domain-block 2021-04-10 09:26:01 -07:00
1352d43cdc
Merge pull request #915 from tofuwabohu/adds-ssl-param
Adds SSL parameter
2021-04-10 09:22:04 -07:00
89fb2db260
Merge pull request #919 from arkhi/structured-data
Add structured data to Book
2021-04-10 09:15:40 -07:00
Fabien Basmaison
1d117c8274 Merge branch 'main' into structured-data 2021-04-10 12:59:17 +02:00
Fabien Basmaison
7936148077 Merge branch 'main' into frontend 2021-04-10 12:58:53 +02:00
0bffffe56c
Merge pull request #918 from void-witch/readme-fixes
remove duplicated install instructions in README.md
2021-04-09 17:09:40 -07:00
Fabien Basmaison
37e48988b1 Don’t use linebreak in DTL block comments. (might break the linter on the length of line) 2021-04-10 00:07:01 +02:00
Fabien Basmaison
4c4801e2da Add structured data to Book (#84). 2021-04-09 23:57:49 +02:00
n2no1
dc425f379e remove duplicated install instructions in README.md 2021-04-09 17:45:18 -04:00
tofuwabohu
890346f51b Adds default value in celerywyrm 2021-04-09 18:56:21 +02:00