rafalp
|
7c6e8bb088
Make entire codebase pass pylint checks
|
6 years ago |
rafalp
|
3cf45e5908
Resolve all line-too-long errors raised by pylint
|
6 years ago |
rafalp
|
b3ac48f40b
Fix pylint no-else-return error
|
6 years ago |
rafalp
|
78f0a166cf
Change misago imports to relative and run isort on them
|
6 years ago |
rafalp
|
319a9a96b4
Reorder imports with isort
|
6 years ago |
rafalp
|
7e701b8111
Rename UserModel to User
|
6 years ago |
rafalp
|
48df85108e
Format code with black
|
6 years ago |
rafalp
|
9d185918cb
Remove global db_settings form codebase
|
6 years ago |
rafalp
|
3a907dd804
Remove User.acl_cache, User.acl_ and direct imports from misago.acl
|
6 years ago |
rafalp
|
0d79134d7b
Fix private threads to work with new acl
|
6 years ago |
rafalp
|
95f9ff5046
Make threads patch api tests pass
|
6 years ago |
rafalp
|
1e2df6e9cf
Make tests pass for misago.users
|
6 years ago |
rafalp
|
ad53adf188
Remove u prefix from gettext functions
|
6 years ago |
rafalp
|
eb1e4db51a
Remove six from codebase
|
6 years ago |
rafalp
|
f43696ca09
Even master with 0.19.0 release
|
6 years ago |
Rafał Pitoń
|
f3800eade9
Remove some wildcard imports, make attribute definitions on in posting process explicit
|
7 years ago |
Rafał Pitoń
|
28d58ba125
Merge in changes from Misago 0.17
|
7 years ago |
Rafał Pitoń
|
44152c0f53
Merge branch '0.17.x'
|
7 years ago |
Rafał Pitoń
|
2322fdaa44
Best answers feature
|
7 years ago |
Rafał Pitoń
|
7009d3d49b
Go to best answer url
|
7 years ago |
Rafał Pitoń
|
df2ec175c2
Test change and unmark best answer.
|
7 years ago |
Rafał Pitoń
|
6db3c702c9
Mark post as best answer patch op, small tweaks in patch actions
|
7 years ago |
Rafał Pitoń
|
1ffc144f00
Use serializer.is_valid(raise_exception=True) instead of more verbose return Response(...)
|
7 years ago |
Rafał Pitoń
|
f7fb28ca22
Fix build after previous API iteration
|
7 years ago |
Rafał Pitoń
|
21d7c7da18
#934: first pass on API errors handling
|
7 years ago |
Rafał Pitoń
|
e5aa78dda3
fix #914: moved api-specific utils and features from misago.core to misago.api
|
7 years ago |
Rafał Pitoń
|
5bc3930de9
wip #884: threads and posts bulk update
|
7 years ago |
Rafał Pitoń
|
29a437f34f
wip #887: more permissions rewamp
|
7 years ago |
Rafał Pitoń
|
b4016a5734
wip #887: hide/unhide thread tests
|
7 years ago |
Rafał Pitoń
|
4108aa6233
replaced all gettext functions with their unicode counterparts
|
8 years ago |