aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New Addressbook under account/allTheo Chatzimichos2011-08-221-0/+7
|
* Add csrf token in the edit account templateTheo Chatzimichos2011-08-161-1/+1
|
* New view, for password editTheo Chatzimichos2011-07-052-1/+10
|
* Improve the account view a bitTheo Chatzimichos2011-07-041-8/+14
|
* New view recover_password, along with RecoverForm and RecoverMail modelTheo Chatzimichos2011-07-042-0/+28
| | | | | It is the page under the temp URL, where the user can reset the password in LDAP
* Identation fixesTheo Chatzimichos2011-07-041-4/+4
|
* New app, recover. It has a simple form, where the user gives hisTheo Chatzimichos2011-07-041-1/+1
| | | | | | | | username and email, the system checks if they match, and then it creates a random 30char string and sends a mail to the user with a temp URL based on that string TODO: Create the temp URL and remove the entry from the RecoverPassword table
* Improve signup templateTheo Chatzimichos2011-07-031-6/+13
|
* Print Not Set for empty attributesTheo Chatzimichos2011-07-031-1/+5
|
* Improve print of user data in templateTheo Chatzimichos2011-07-011-1/+3
|
* Add support for Edit data in the view, which will check if the userTheo Chatzimichos2011-07-012-10/+17
| | | | | | logged in is the same user that is trying to edit data, or if he is a privileged user to change other users' data. Privileged groups are defined in settings
* Finish account view, it is able to print current or other user's profileTheo Chatzimichos2011-06-301-2/+10
| | | | If the other user is not in the DB yet, it gets imported
* Finish email verificationTheo Chatzimichos2011-06-301-0/+7
| | | | | | | A special URL, generated a 30char random string, checks if that string also matches an entry in the DB table with the inactive emails. If true, it updates the user's LDAP data, adding that email to his mail LDAP attribute (multi-valued) and removes the fields from the DB
* Fix accounts view to work with username urls, add empty templateTheo Chatzimichos2011-06-231-0/+2
|
* Create the accounts view, which will list the user profile data and letTheo Chatzimichos2011-06-221-0/+2
| | | | him edit that data
* Add empty index page and appTheo Chatzimichos2011-06-221-0/+1
|
* Remove user appTheo Chatzimichos2011-06-211-5/+0
|
* Improve signup view, improve code that handles the initialization of theTheo Chatzimichos2011-06-141-1/+1
| | | | ldap server
* Improvements on signup systemTheo Chatzimichos2011-06-141-0/+6
| | | | | It now initializes the LDAP server with O and OU if they don't exist yet Also, move LDAP specific variables added to the configs
* Convert all tabs to 4 spacesTheo Chatzimichos2011-06-092-19/+19
|
* Temporary user app, in order to send the user somewhere after the loginTheo Chatzimichos2011-05-301-0/+5
|
* Enable the admin panel and login in the settingsTheo Chatzimichos2011-05-301-0/+19
Add a blank login template