summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
Commit message (Collapse)AuthorAgeFilesLines
* Load subscriptions asynchronouslyAurélien Bompard2013-08-151-4/+19
|
* Add likes and dislikes to the REST APIAurélien Bompard2013-08-152-2/+2
|
* 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
|
* Handle an empty search queryAurélien Bompard2013-08-061-7/+17
|
* Fix attachments widget on repliesAurélien Bompard2013-08-031-2/+2
|
* 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
|
* Fix a PyFlakes-detected errorAurélien Bompard2013-07-231-1/+2
|
* Improve appearance of the rattach thread pageAurélien Bompard2013-07-221-2/+9
|
* Add unit tests for the reattach pageAurélien Bompard2013-07-181-2/+0
|
* Add a page to reattach a broken threadAurélien Bompard2013-07-181-2/+85
|
* Make real breadcrumbs in the top barAurélien Bompard2013-07-152-0/+2
|
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-155-8/+13
|
* Show the unread icon in the overview pageAurélien Bompard2013-07-152-30/+6
|
* Django does not like defaultdictsAurélien Bompard2013-07-121-2/+4
|
* Display the number of participants and discussions on the overview pageAurélien Bompard2013-07-121-11/+15
|
* Documentation and a small fixAurélien Bompard2013-07-121-1/+1
|
* rename recent_activities to overviewAurélien Bompard2013-07-121-1/+1
|
* Revive the 'discussions by category' widget on the overview pageAurélien Bompard2013-07-121-8/+13
|
* Don't display threads without votes in the popular threadsAurélien Bompard2013-07-121-1/+2
|
* Handle leftover votes & favoritesAurélien Bompard2013-07-111-1/+11
|
* Add the category on the threads listAurélien Bompard2013-07-112-2/+10
|
* Factorize the category widget codeAurélien Bompard2013-07-111-27/+2
|
* Manage thread categories in the databaseAurélien Bompard2013-07-111-10/+21
|
* Add categories to threadsAurélien Bompard2013-07-102-1/+48
|
* Make a widget to add multiple attachmentsAurélien Bompard2013-07-081-2/+28
|
* Request list info on the front page in bulkAurélien Bompard2013-07-081-0/+3
|
* 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
* Add an attachment field to replies and new emailsAurélien Bompard2013-07-052-2/+6
|
* Factor thread votes computationAurélien Bompard2013-06-201-32/+11
|
* Add an autocomplete widget on the add_tag boxAurélien Bompard2013-06-191-0/+12
|
* Add Top Posters and Popular Threads widgets to the overviewAurélien Bompard2013-06-181-4/+21
|
* A user can remove the tags he addedAurélien Bompard2013-06-132-17/+29
|
* Paginate the list of liked messages in the user profileAurélien Bompard2013-06-121-21/+17
|
* Add a select box to change the search results orderingAurélien Bompard2013-06-111-2/+15
|
* Fix unit tests for votingAurélien Bompard2013-06-061-4/+1
|
* Greatly improve the pagerAurélien Bompard2013-06-063-36/+6
|
* Improve paginationAurélien Bompard2013-06-063-2/+4
|
* Add searchAurélien Bompard2013-06-065-53/+116
|
* Add a navigation bar to skip through unread messagesAurélien Bompard2013-06-031-0/+10
|
* Timezones can be specified in the user's profileAurélien Bompard2013-05-302-4/+9
|
* Protect agains orphan tagsAurélien Bompard2013-05-281-1/+3
|
* Simple unknown ML protectionAurélien Bompard2013-05-271-0/+2
|
* Rework the display of email datetimes using timezonesAurélien Bompard2013-05-273-4/+8
|
* Also get the last view time when displaying a single messageAurélien Bompard2013-05-271-1/+15
|
* Add a unit test for unread postsAurélien Bompard2013-05-241-4/+3
|
* CleanupsAurélien Bompard2013-05-244-48/+4
|
* Display the number of unread repliesAurélien Bompard2013-05-241-1/+6
|