summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
Commit message (Collapse)AuthorAgeFilesLines
* Return a degraded public profile when Mailman is not availableAurélien Bompard2014-01-061-4/+18
|
* Participants are now Sender entitiesAurélien Bompard2014-01-061-1/+1
|
* the mimetype keyword is deprecatedAurélien Bompard2013-12-063-7/+7
|
* Add support for libravatar.orgRalph Bean2013-12-051-0/+7
|
* Add a config option to only display lists from the same virtual hostAurélien Bompard2013-12-041-2/+4
|
* Better handling of the user votes cacheAurélien Bompard2013-12-011-2/+4
|
* Better use of pagination on the thread listsAurélien Bompard2013-12-011-2/+2
|
* Create a Storm-compatible paginatorAurélien Bompard2013-12-013-3/+5
|
* Don't use the search engine to display a user's postsAurélien Bompard2013-11-302-4/+54
|
* Load the list's recent activity via AJAXAurélien Bompard2013-11-282-13/+11
|
* Add a quick access menu to the front pageAurélien Bompard2013-11-211-0/+3
|
* Improve and write tests for the set_thread_votes functionAurélien Bompard2013-11-201-2/+2
|
* Cache the votes for threadsAurélien Bompard2013-11-201-0/+5
|
* Call out new listsAurélien Bompard2013-11-201-0/+8
|
* Move error templates in their own directoryAurélien Bompard2013-11-201-2/+2
|
* Improve front page appearanceAurélien Bompard2013-11-201-2/+5
|
* Front page redesignAurélien Bompard2013-11-202-76/+40
|
* Rename the index view moduleAurélien Bompard2013-11-201-0/+0
|
* Deal with a disabled search engineAurélien Bompard2013-10-222-2/+8
|
* Handle permissions on private mailing-listsAurélien Bompard2013-10-184-0/+24
|
* Disable the arch_month_mbox view, there's a privacy leakAurélien Bompard2013-10-021-0/+6
|
* 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
|