Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed almost all of the code from core | saksham1115 | 2016-07-19 | 1 | -3/+1 |
| | |||||
* | Cleaning up | saksham1115 | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | Customizing Subs using Wtforms | saksham1115 | 2016-07-19 | 1 | -0/+2 |
| | |||||
* | Fix #549 - Deauthorize OAuth applications | Jessica Tallon | 2014-10-01 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor' | Christopher Allan Webber | 2013-09-19 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | Conflicts: mediagoblin/auth/views.py mediagoblin/edit/forms.py mediagoblin/templates/mediagoblin/edit/edit_account.html | ||||
| * | moved change_pass to basic_auth and fixed some typos with the moving of ↵ | Rodney Ewing | 2013-08-16 | 1 | -2/+0 |
| | | | | | | | | forgot pass | ||||
* | | maybe have change password and email on same page | Rodney Ewing | 2013-08-20 | 1 | -0/+2 |
|/ | |||||
* | added error handling on bad token, fixed route, and added tests | Rodney Ewing | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | added support for user to change email address | Rodney Ewing | 2013-05-24 | 1 | -0/+2 |
| | |||||
* | moved change pass to a seperate view and fixed issues 709 | Rodney Ewing | 2013-05-20 | 1 | -0/+2 |
| | |||||
* | Allowing to delete a user account (#302) | Sebastian Spaeth | 2013-01-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | Add a "Delete user account" template and link to it from the user account settings page. Create a delete_account function and fill in most blanks. We can now successfully delete our own account. Thanks to Elrond for catching a stray csrf_exempt in a previous iteration of this patch. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Enable /u/USERNAME/edit/ pattern #588 | Sebastian Spaeth | 2013-01-09 | 1 | -1/+3 |
| | | | | | | | | Transition from the inconsistent /edit/profile/?username=FOO to the nicer /u/FOO/edit/. The old pattern will still work and redirects to the new URL. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Move things from routing.py to tools/routing.py | Elrond | 2012-12-23 | 1 | -1/+1 |
| | | | | | | | This stops a cyclic import. Move add_route, mount and endpoint_to_controller into tools/routing.py and change all callers. | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -9/+5 |
| | | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages. | ||||
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Create edit_account.html | Jef van Schendel | 2012-01-05 | 1 | -1/+4 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | I don't think we need the username to be part of the profile editing URL | Christopher Allan Webber | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | enables entering user details including website url and bio | cfdv | 2011-06-18 | 1 | -2/+1 |
| | | | | fixes usage of objects. still need to display the data on user page | ||||
* | baby step towards enabling profile edits | cfdv | 2011-06-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | adds * url and bio fields to database * form for editing the user profile * route to the edit profile controller * view for the profile editing page * template for the profile editing page * link to edit profile in the welcome page still needs * thorough inspection to see if it makes sense * tests * ? | ||||
* | Mount media editing under /u/{username}/m/{media}/edit/ | Christopher Allan Webber | 2011-06-04 | 1 | -2/+2 |
| | |||||
* | Prepare for moving /edit/ under /u/.../edit/ | Elrond | 2011-06-02 | 1 | -1/+1 |
| | | | | | To make moving the whole thing under /u/ easier, prepare to pass in the {user} needed for that. | ||||
* | Starting "edit" functionality. | Elrond | 2011-05-26 | 1 | -0/+22 |
This adds a link to the "edit" form, the form, the view for displaying the form and that's about it. |