summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Load subscriptions asynchronouslyAurélien Bompard2013-08-151-0/+1
* Use the user_id as key to avoid exposing the email addressAurélien Bompard2013-08-021-1/+1
* Add User profilesAurélien Bompard2013-08-021-0/+2
* Add a page to reattach a broken threadAurélien Bompard2013-07-181-0/+4
* Add categories to threadsAurélien Bompard2013-07-101-0/+2
* Add the tags to the REST APIAurélien Bompard2013-06-191-1/+3
* Add an autocomplete widget on the add_tag boxAurélien Bompard2013-06-191-0/+2
* A user can remove the tags he addedAurélien Bompard2013-06-131-2/+2
* Paginate the list of liked messages in the user profileAurélien Bompard2013-06-121-0/+1
* Add searchAurélien Bompard2013-06-061-2/+3
* CleanupsAurélien Bompard2013-05-241-6/+0
* Display the last viewed threads in the user profileAurélien Bompard2013-05-231-0/+1
* Cleanup unused importsAurélien Bompard2013-05-211-3/+0
* Load the lists descriptions from Mailman dynamicallyAurélien Bompard2013-05-171-0/+1
* Speed up page loading on long threadsAurélien Bompard2013-05-141-0/+2
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-261-1/+2
* Update REST API to new KittyStore backendAslak Knutsen2013-03-041-2/+4
* Switch to the new-style "url" tagAurélien Bompard2013-02-271-1/+1
* Migrate to class-based generic viewsAurélien Bompard2013-02-271-4/+7
* A few SSL-related fixesAurélien Bompard2013-02-131-3/+3
* Some cleanups, use Django shortcutsAurélien Bompard2013-02-131-1/+1
* Add a "Create new thread" buttonAurélien Bompard2013-02-121-0/+2
* SSL redirect middlewareAurélien Bompard2013-02-121-1/+1
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-4/+0
* Use the logout view provided by DjangoAurélien Bompard2013-02-071-5/+6
* Normalize some variable namesAurélien Bompard2013-02-051-4/+4
* Merge branch 'posting'Aurélien Bompard2013-02-041-0/+2
|\
| * Inline repliesAurélien Bompard2013-02-011-0/+3
* | Rethink urls to be more hierarchic and less RPCAurélien Bompard2013-02-041-47/+31
|/
* fix the favorites systemAurélien Bompard2013-01-281-8/+7
* Fixes on the login formAurélien Bompard2013-01-251-1/+2
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-101-0/+22
* Don't reload the page when adding tags or liking stuffAurélien Bompard2012-12-101-1/+1
* Use Django's reverse() method for crafting URLsAurélien Bompard2012-11-151-2/+2
* Add compatibility URLs for PipermailAurélien Bompard2012-10-221-4/+12
* Add a view to download attachmentsAurélien Bompard2012-10-021-1/+4
* Fix leftover hardcoded URLsAurélien Bompard2012-09-061-3/+3
* Improve navigation linksAurélien Bompard2012-09-031-1/+1
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-2/+2
* Feature : Add tag to email threadsAamir Khan2012-08-101-1/+1
* Feature : Add tag to email threadsAamir Khan2012-08-101-2/+2
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-101-3/+3
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-091-1/+1
* Issues #18: Fix broken links because URLs were hard codedAamir Khan2012-08-091-2/+2
* Hard coded URLs fix on index pageAamir Khan2012-07-251-2/+2
* Bug Fix caused by wrong application nameAamir Khan2012-07-251-23/+23
* Packaging hyperkittyAamir Khan2012-07-241-0/+106