summaryrefslogtreecommitdiffstats
path: root/hyperkitty/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Speed up page loading on threads with many replies by loading the replies asynchronously. Preserve search engine indexation by detecting bots and serving the usual page in one go.
* Autodetect the enabled authentication backendsAurélien Bompard2013-04-261-1/+2
|
* Update REST API to new KittyStore backendAslak Knutsen2013-03-041-2/+4
| | | | | | * Move to use APIView as Resource base * Add List Resource to show all lists * Custom serialize Thread, Email and List objects
* Switch to the new-style "url" tagAurélien Bompard2013-02-271-1/+1
| | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/
* Migrate to class-based generic viewsAurélien Bompard2013-02-271-4/+7
| | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5
* 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
| | | | | Redirect the login page to SSL, and keep browsing in SSL while the user is logged in.
* Fix the tags search view (#35)Aurélien Bompard2013-02-071-4/+0
| | | | | And factor some views/templates while I'm at it. And remove unused/obsolete stuff in the same move.
* 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