summaryrefslogtreecommitdiff
path: root/webchat
Commit message (Expand)AuthorAge
* removed Token.get_token()Sherief Alaa2014-10-06
* Using @staticmethod instead of instantiating Token() objectsSherief Alaa2014-10-06
* using <a> instead of <span> for linksSherief Alaa2014-10-06
* using django's slice instead of truncatecharsSherief Alaa2014-10-06
* using .text() instead of .html() to prevent xss attacksSherief Alaa2014-10-06
* Sends token & comment when the chat session startsSherief Alaa2014-10-06
* added a new db column (visits) which acts as a counter for visits per token b...Sherief Alaa2014-10-06
* fixed css errorSherief Alaa2014-05-23
* restricting comments in tokens.htmlSherief Alaa2014-05-22
* typo in tokens.htmlSherief Alaa2014-05-22
* fixed an error introduced in 906a2ed4b4cb56adf4c785413d00dc0fa6279a58Sherief Alaa2014-05-14
* added a new config element (url)Sherief Alaa2014-05-14
* removed the unicode symbol that caused python to freakout then replaced it wi...Sherief Alaa2014-05-12
* Added LICENSE and license header and html footerSherief Alaa2014-05-12
* pep8 friendly code and new separate feedback.py file for pupsSherief Alaa2014-05-09
* renamed revoke_token and removed webchat/forms.pySherief Alaa2014-05-09
* fixed a grammer errorSherief Alaa2014-04-26
* changed the chat client html titleSherief Alaa2014-04-25
* removed pups_projectSherief Alaa2014-04-24
* divided the project into three apps and added statsSherief Alaa2014-04-02
* used cleaned_data instead of raw form data in change_password()Sherief Alaa2014-03-29
* re-wrote change_password and added valinationSherief Alaa2014-03-29
* replaced hardcoded settings with settings.CONFIG and fixed the resend POST pr...Sherief Alaa2014-03-27
* removed unwanted code/comments and added a config dictSherief Alaa2014-03-27
* removed django.wsgiSherief Alaa2014-03-27
* removed utils.pySherief Alaa2014-03-27
* removed unwanted commentsSherief Alaa2014-03-27
* Removed an old commentSherief Alaa2014-03-25
* Cleaning unused codeSherief Alaa2014-03-25
* Prodromus now sends the token as a messageSherief Alaa2014-03-24
* testing sending token after connectingSherief Alaa2014-03-24
* missing arg in BuildAndSendMessage()Sherief Alaa2014-03-24
* Prodromus now sends the chat Token as a first messageSherief Alaa2014-03-24
* Alice and Bob's names are now in bold and disabled debug messages in chat windowSherief Alaa2014-03-24
* Fixed a scope bugSherief Alaa2014-03-24
* fixed manage.py deleteuserSherief Alaa2014-03-21
* connected xmpp accounts with token management accountsSherief Alaa2014-03-21
* Removed rt_ticket and created two custom django-admin commandsSherief Alaa2014-03-18
* added .gitignoreSherief Alaa2014-03-14
* added .gitignoreSherief Alaa2014-03-14
* Added feedback messages using django's messages frameworkSherief Alaa2014-03-14
* Edit and save functionality addedSherief Alaa2014-03-13
* Removed an old directorySherief Alaa2014-03-12
* cleaned out views.py, added delete tokens supportSherief Alaa2014-03-12
* Added Create Token, View tokens per account and started on Edit tokensSherief Alaa2014-03-11
* Initial devel branch commitSherief Alaa2014-03-11
* git ignore testSherief Alaa2014-02-27
* fixed a url errorSherief Alaa2014-02-27
* initial commit, Prodromus wrapped in a Django projectSherief Alaa2014-02-03