Rafał Pitoń
|
5cb0cb4eab
Add OAuth 2 client (#1422)
|
2 years ago |
Rafał Pitoń
|
4a67413fe0
Redesign page headers (#1412)
|
2 years ago |
Rafał Pitoń
|
71d91fc355
Update py to 3.10 and bump requirements (#1388)
|
2 years ago |
Rafał Pitoń
|
74f10531b8
Disable auth-specific features SSO is enabled (#1283)
|
5 years ago |
Rafał Pitoń
|
5be0fd4d15
Rename active posters to top posters (#1244)
|
6 years ago |
Rafał Pitoń
|
fafa7d8750
Move settings from settings.py to database (#1241)
|
6 years ago |
rafalp
|
7140f57b28
Fix users admin tests, move user content deletion to celery task
|
6 years ago |
rafalp
|
c1f4d601af
Run black on code
|
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
|
48df85108e
Format code with black
|
6 years ago |
rafalp
|
1e2df6e9cf
Make tests pass for misago.users
|
6 years ago |
rafalp
|
cdea0c5e2b
Remove global state from bans
|
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ń
|
1cc96721d9
Import ENABLE_DELETE_OWN_ACCOUNT from misago.settings
|
7 years ago |
Rafał Pitoń
|
87cfc26a68
Another pass on deleting owned account
|
7 years ago |
Rafał Pitoń
|
f8e3f63ae7
Small cleanup of migrations, added roles for best answers
|
7 years ago |
Rafał Pitoń
|
e190f87587
further cleanups of profile implementation
|
8 years ago |
Rafał Pitoń
|
6621fb4fbb
small naming changes
|
8 years ago |
Rafał Pitoń
|
70ebdca65d
add profile details edit action to user options view, handle no editable fields situation
|
8 years ago |
Rafał Pitoń
|
2d44ae3b27
wip #865: added basic profile tab with user details, wip frontend part
|
8 years ago |
Rafał Pitoń
|
055992eed5
first pass of cleansource script
|
8 years ago |
Rafał Pitoń
|
be5bb6a97f
fix #740: setup basic pylint, cleanup codebase a little, default yapf and cleansource scripts
|
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ń
|
18a87ce5d6
fix #726: replaced is_authenticated() and is_anonymous() calls with props gets
|
8 years ago |
Rafał Pitoń
|
a64a71bd2a
fix #686: hid posts/threads/follows/followers counts from profile nav, don't count private threads in those
|
8 years ago |
Rafał Pitoń
|
cc198368a5
made in-app imports relative, utility for converting abs imports to rel ones
|
9 years ago |
Rafał Pitoń
|
5ac973fbd7
added isort for automatic sorting of imports
|
9 years ago |
Rafał Pitoń
|
279c150d7a
another code cleanup, made links consistent with current DRF and Django's practices
|
9 years ago |