Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load subscriptions asynchronously | Aurélien Bompard | 2013-08-15 | 1 | -4/+19 |
| | |||||
* | Add likes and dislikes to the REST API | Aurélien Bompard | 2013-08-15 | 2 | -2/+2 |
| | |||||
* | Add email and subscriptions to the user profile | Aurélien Bompard | 2013-08-15 | 1 | -36/+32 |
| | |||||
* | Fix the user profile page | Aurélien Bompard | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Handle an empty search query | Aurélien Bompard | 2013-08-06 | 1 | -7/+17 |
| | |||||
* | Fix attachments widget on replies | Aurélien Bompard | 2013-08-03 | 1 | -2/+2 |
| | |||||
* | Add the Gravatar on the public profile page | Aurélien Bompard | 2013-08-02 | 1 | -0/+5 |
| | |||||
* | Use the user_id as key to avoid exposing the email address | Aurélien Bompard | 2013-08-02 | 1 | -18/+20 |
| | |||||
* | Add User profiles | Aurélien Bompard | 2013-08-02 | 1 | -1/+74 |
| | |||||
* | Fix a PyFlakes-detected error | Aurélien Bompard | 2013-07-23 | 1 | -1/+2 |
| | |||||
* | Improve appearance of the rattach thread page | Aurélien Bompard | 2013-07-22 | 1 | -2/+9 |
| | |||||
* | Add unit tests for the reattach page | Aurélien Bompard | 2013-07-18 | 1 | -2/+0 |
| | |||||
* | Add a page to reattach a broken thread | Aurélien Bompard | 2013-07-18 | 1 | -2/+85 |
| | |||||
* | Make real breadcrumbs in the top bar | Aurélien Bompard | 2013-07-15 | 2 | -0/+2 |
| | |||||
* | Cleanups in the lib/__init__.py file | Aurélien Bompard | 2013-07-15 | 5 | -8/+13 |
| | |||||
* | Show the unread icon in the overview page | Aurélien Bompard | 2013-07-15 | 2 | -30/+6 |
| | |||||
* | Django does not like defaultdicts | Aurélien Bompard | 2013-07-12 | 1 | -2/+4 |
| | |||||
* | Display the number of participants and discussions on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -11/+15 |
| | |||||
* | Documentation and a small fix | Aurélien Bompard | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | rename recent_activities to overview | Aurélien Bompard | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | Revive the 'discussions by category' widget on the overview page | Aurélien Bompard | 2013-07-12 | 1 | -8/+13 |
| | |||||
* | Don't display threads without votes in the popular threads | Aurélien Bompard | 2013-07-12 | 1 | -1/+2 |
| | |||||
* | Handle leftover votes & favorites | Aurélien Bompard | 2013-07-11 | 1 | -1/+11 |
| | |||||
* | Add the category on the threads list | Aurélien Bompard | 2013-07-11 | 2 | -2/+10 |
| | |||||
* | Factorize the category widget code | Aurélien Bompard | 2013-07-11 | 1 | -27/+2 |
| | |||||
* | Manage thread categories in the database | Aurélien Bompard | 2013-07-11 | 1 | -10/+21 |
| | |||||
* | Add categories to threads | Aurélien Bompard | 2013-07-10 | 2 | -1/+48 |
| | |||||
* | Make a widget to add multiple attachments | Aurélien Bompard | 2013-07-08 | 1 | -2/+28 |
| | |||||
* | Request list info on the front page in bulk | Aurélien Bompard | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | Refactor tests to avoid override_settings | Aurélien Bompard | 2013-07-08 | 1 | -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 emails | Aurélien Bompard | 2013-07-05 | 2 | -2/+6 |
| | |||||
* | Factor thread votes computation | Aurélien Bompard | 2013-06-20 | 1 | -32/+11 |
| | |||||
* | Add an autocomplete widget on the add_tag box | Aurélien Bompard | 2013-06-19 | 1 | -0/+12 |
| | |||||
* | Add Top Posters and Popular Threads widgets to the overview | Aurélien Bompard | 2013-06-18 | 1 | -4/+21 |
| | |||||
* | A user can remove the tags he added | Aurélien Bompard | 2013-06-13 | 2 | -17/+29 |
| | |||||
* | Paginate the list of liked messages in the user profile | Aurélien Bompard | 2013-06-12 | 1 | -21/+17 |
| | |||||
* | Add a select box to change the search results ordering | Aurélien Bompard | 2013-06-11 | 1 | -2/+15 |
| | |||||
* | Fix unit tests for voting | Aurélien Bompard | 2013-06-06 | 1 | -4/+1 |
| | |||||
* | Greatly improve the pager | Aurélien Bompard | 2013-06-06 | 3 | -36/+6 |
| | |||||
* | Improve pagination | Aurélien Bompard | 2013-06-06 | 3 | -2/+4 |
| | |||||
* | Add search | Aurélien Bompard | 2013-06-06 | 5 | -53/+116 |
| | |||||
* | Add a navigation bar to skip through unread messages | Aurélien Bompard | 2013-06-03 | 1 | -0/+10 |
| | |||||
* | Timezones can be specified in the user's profile | Aurélien Bompard | 2013-05-30 | 2 | -4/+9 |
| | |||||
* | Protect agains orphan tags | Aurélien Bompard | 2013-05-28 | 1 | -1/+3 |
| | |||||
* | Simple unknown ML protection | Aurélien Bompard | 2013-05-27 | 1 | -0/+2 |
| | |||||
* | Rework the display of email datetimes using timezones | Aurélien Bompard | 2013-05-27 | 3 | -4/+8 |
| | |||||
* | Also get the last view time when displaying a single message | Aurélien Bompard | 2013-05-27 | 1 | -1/+15 |
| | |||||
* | Add a unit test for unread posts | Aurélien Bompard | 2013-05-24 | 1 | -4/+3 |
| | |||||
* | Cleanups | Aurélien Bompard | 2013-05-24 | 4 | -48/+4 |
| | |||||
* | Display the number of unread replies | Aurélien Bompard | 2013-05-24 | 1 | -1/+6 |
| |