Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 1 | -0/+2 |
| | |||||
* | Add the tags to the REST API | Aurélien Bompard | 2013-06-19 | 1 | -1/+3 |
| | |||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 1 | -0/+2 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 1 | -2/+2 |
| | |||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 1 | -0/+1 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 1 | -2/+3 |
| | |||||
* | Cleanups | Aurélien Bompard | 2013-05-24 | 1 | -6/+0 |
| | |||||
* | Display the last viewed threads in the user profile | Aurélien Bompard | 2013-05-23 | 1 | -0/+1 |
| | |||||
* | Cleanup unused imports | Aurélien Bompard | 2013-05-21 | 1 | -3/+0 |
| | |||||
* | Load the lists descriptions from Mailman dynamically | Aurélien Bompard | 2013-05-17 | 1 | -0/+1 |
| | |||||
* | Speed up page loading on long threads | Aurélien Bompard | 2013-05-14 | 1 | -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 backends | Aurélien Bompard | 2013-04-26 | 1 | -1/+2 |
| | |||||
* | Update REST API to new KittyStore backend | Aslak Knutsen | 2013-03-04 | 1 | -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" tag | Aurélien Bompard | 2013-02-27 | 1 | -1/+1 |
| | | | | | Required by Django >= 1.5 https://docs.djangoproject.com/en/1.5/releases/1.5/ | ||||
* | Migrate to class-based generic views | Aurélien Bompard | 2013-02-27 | 1 | -4/+7 |
| | | | | | https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/#mimetype Required by Django >= 1.5 | ||||
* | A few SSL-related fixes | Aurélien Bompard | 2013-02-13 | 1 | -3/+3 |
| | |||||
* | Some cleanups, use Django shortcuts | Aurélien Bompard | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Add a "Create new thread" button | Aurélien Bompard | 2013-02-12 | 1 | -0/+2 |
| | |||||
* | SSL redirect middleware | Aurélien Bompard | 2013-02-12 | 1 | -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 Bompard | 2013-02-07 | 1 | -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 Django | Aurélien Bompard | 2013-02-07 | 1 | -5/+6 |
| | |||||
* | Normalize some variable names | Aurélien Bompard | 2013-02-05 | 1 | -4/+4 |
| | |||||
* | Merge branch 'posting' | Aurélien Bompard | 2013-02-04 | 1 | -0/+2 |
|\ | |||||
| * | Inline replies | Aurélien Bompard | 2013-02-01 | 1 | -0/+3 |
| | | |||||
* | | Rethink urls to be more hierarchic and less RPC | Aurélien Bompard | 2013-02-04 | 1 | -47/+31 |
|/ | |||||
* | fix the favorites system | Aurélien Bompard | 2013-01-28 | 1 | -8/+7 |
| | |||||
* | Fixes on the login form | Aurélien Bompard | 2013-01-25 | 1 | -1/+2 |
| | |||||
* | Non-code changes (license texts, indentation, etc.) | Aurélien Bompard | 2012-12-10 | 1 | -0/+22 |
| | |||||
* | Don't reload the page when adding tags or liking stuff | Aurélien Bompard | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Use Django's reverse() method for crafting URLs | Aurélien Bompard | 2012-11-15 | 1 | -2/+2 |
| | |||||
* | Add compatibility URLs for Pipermail | Aurélien Bompard | 2012-10-22 | 1 | -4/+12 |
| | |||||
* | Add a view to download attachments | Aurélien Bompard | 2012-10-02 | 1 | -1/+4 |
| | |||||
* | Fix leftover hardcoded URLs | Aurélien Bompard | 2012-09-06 | 1 | -3/+3 |
| | |||||
* | Improve navigation links | Aurélien Bompard | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | Adapt to the new Storm-based KittyStore | Aurélien Bompard | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | Feature : Add tag to email threads | Aamir Khan | 2012-08-10 | 1 | -2/+2 |
| | |||||
* | Issues #18: Fix broken links because URLs were hard coded | Aamir Khan | 2012-08-10 | 1 | -3/+3 |
| | |||||
* | Issues #18: Fix broken links because URLs were hard coded | Aamir Khan | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Issues #18: Fix broken links because URLs were hard coded | Aamir Khan | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | Hard coded URLs fix on index page | Aamir Khan | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | Bug Fix caused by wrong application name | Aamir Khan | 2012-07-25 | 1 | -23/+23 |
| | |||||
* | Packaging hyperkitty | Aamir Khan | 2012-07-24 | 1 | -0/+106 |