summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/accounts.py
Commit message (Collapse)AuthorAgeFilesLines
* Load subscriptions asynchronouslyAurélien Bompard2013-08-151-4/+19
|
* Add email and subscriptions to the user profileAurélien Bompard2013-08-151-36/+32
|
* Fix the user profile pageAurélien Bompard2013-08-101-1/+1
|
* Add the Gravatar on the public profile pageAurélien Bompard2013-08-021-0/+5
|
* Use the user_id as key to avoid exposing the email addressAurélien Bompard2013-08-021-18/+20
|
* Add User profilesAurélien Bompard2013-08-021-1/+74
|
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-151-1/+2
|
* Handle leftover votes & favoritesAurélien Bompard2013-07-111-1/+11
|
* Refactor tests to avoid override_settingsAurélien Bompard2013-07-081-1/+2
| | | | | Requires this issue to be fixed upstream: https://github.com/miracle2k/django-assets/issues/3
* Paginate the list of liked messages in the user profileAurélien Bompard2013-06-121-21/+17
|
* Greatly improve the pagerAurélien Bompard2013-06-061-11/+2
|
* Improve paginationAurélien Bompard2013-06-061-0/+1
|
* Timezones can be specified in the user's profileAurélien Bompard2013-05-301-4/+6
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-271-1/+2
|
* CleanupsAurélien Bompard2013-05-241-2/+1
|
* Display the number of unread repliesAurélien Bompard2013-05-241-1/+6
|
* Display the last viewed threads in the user profileAurélien Bompard2013-05-231-1/+31
|
* Cleanup unused importsAurélien Bompard2013-05-211-1/+1
|
* Standardize flash messages a bitAurélien Bompard2013-05-031-7/+3
|
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-261-1/+17
|
* The user profile page is now editable (#32)Aurélien Bompard2013-02-141-1/+29
|
* Make it possible to disable the internal user DBAurélien Bompard2013-02-131-0/+3
|
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-131-21/+8
|
* Use context processors to export settingsAurélien Bompard2013-02-131-1/+0
|
* Rework the login and register formsAurélien Bompard2013-02-131-6/+21
|
* Use the logout view provided by DjangoAurélien Bompard2013-02-071-5/+0
|
* Inline repliesAurélien Bompard2013-02-011-1/+0
|
* fix the favorites systemAurélien Bompard2013-01-281-3/+14
|
* Fixes on the login formAurélien Bompard2013-01-251-27/+4
|
* Fix votes on the profile pageAurélien Bompard2012-12-111-3/+3
|
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-1/+1
|
* Fix settings access from the templatesAurélien Bompard2012-10-171-0/+1
|
* Use Python's standard logging systemAurélien Bompard2012-09-171-3/+6
|
* Improve the user voting display (only one SQL query)Aurélien Bompard2012-09-121-2/+24
|
* Disable mockupsAurélien Bompard2012-09-041-0/+1
|
* Normalize tabs to spacesAurélien Bompard2012-08-301-23/+23
|
* Fix : Error importing unit testsAamir Khan2012-08-101-5/+6
|
* Bug Fix caused by wrong application nameAamir Khan2012-07-251-2/+2
|
* Packaging hyperkittyAamir Khan2012-07-241-0/+114