Wojciech Zając
|
51d6c91405
Django2.2 (#1228)
|
6 years ago |
rafalp
|
7c6e8bb088
Make entire codebase pass pylint checks
|
6 years ago |
rafalp
|
c1f4d601af
Run black on code
|
6 years ago |
rafalp
|
b3ac48f40b
Fix pylint no-else-return error
|
6 years ago |
rafalp
|
f963d24ed9
Remove unused imports
|
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
|
48df85108e
Format code with black
|
6 years ago |
rafalp
|
0d79134d7b
Fix private threads to work with new acl
|
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
|
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ń
|
f657ea940e
#675: removed "mark all as read" option
|
7 years ago |
Rafał Pitoń
|
a5fdc9b726
fix #907: removed excessive lock calls from codebase
|
7 years ago |
Rafał Pitoń
|
5bc3930de9
wip #884: threads and posts bulk update
|
7 years ago |
Rafał Pitoń
|
0b3b4930ab
wip #884: always default to pk=None so unsupported api edges 404 without pk, more work on bulk thread delete
|
7 years ago |
Rafał Pitoń
|
43e183b805
small perf improv at viewmodels, further work on bulk thread delete
|
8 years ago |
Rafał Pitoń
|
5d3d7ae53e
#884: bulk delete posts
|
8 years ago |
Rafał Pitoń
|
4108aa6233
replaced all gettext functions with their unicode counterparts
|
8 years ago |
Rafał Pitoń
|
4192bdfd1b
#702: threads
|
8 years ago |
Rafał Pitoń
|
055992eed5
first pass of cleansource script
|
8 years ago |
Rafał Pitoń
|
383346a0b7
fix #594: renamed user.acl to user.acl_cache and user.acl_ to user.acl
|
8 years ago |
Rafał Pitoń
|
0f2c443f6f
fix #707: isort imports after cleanup
|
8 years ago |
Rafał Pitoń
|
311a5fda69
#707: fix relative imports
|
8 years ago |
Rafał Pitoń
|
3dc20dd1f3
constants in category model cleaned
|
8 years ago |
Rafał Pitoń
|
a2450c8669
threads/read/ api endpoint for reading groups of threads
|
8 years ago |
Rafał Pitoń
|
d04a35d28d
small cleanups in private threads tests
|
8 years ago |
Rafał Pitoń
|
3dbe77d969
fix #636: changed import path, isorted imports
|
8 years ago |
Rafał Pitoń
|
d07115c140
post private thread
|
8 years ago |