197 Commits

Author SHA1 Message Date
Christopher Allan Webber
c6b6be17a4 LDAP readme link 2013-11-30 14:46:06 -06:00
Christopher Allan Webber
131b749529 Making the API make use of the new submit tooling.
This commit sponsored by Zakkai Kauffman-Rogoff.  Thanks! :)
2013-11-14 14:04:32 -06:00
Christopher Allan Webber
a8413d8b82 Also switching piwigo integration of submit_media over to kwargs.
This commit sponsored by Roberto Capone.  Thanks!
2013-11-14 13:47:18 -06:00
Christopher Allan Webber
860b380bb5 Porting the piwigo submit system over to using the new submit utility.
This also adds upload limit checks to the piwigo plugin!

This commit sponsored by Sam Black.  Thank you!
2013-11-14 11:07:12 -06:00
Christopher Allan Webber
4491174df2 accoutn -> account. Typo fix caught by Laura Arjona! Thanks!
This commit sponsored by Nick Adams!  Thank you!
2013-11-04 15:05:40 -06:00
Christopher Allan Webber
6180e3a915 Fixing up the email verified stuff to reflect the email_verified stuff!
This commit sponsored by Derek Holdaway.  Thanks!
2013-10-08 13:58:02 -05:00
Christopher Allan Webber
d33a954cad Merge remote-tracking branch 'refs/remotes/rodney757/new_ldap'
Conflicts:
	docs/source/index.rst
	mediagoblin/templates/mediagoblin/auth/login.html
2013-09-20 07:32:52 -05:00
Christopher Allan Webber
74ae6fb0b6 Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor'
Conflicts:
	mediagoblin/auth/views.py
	mediagoblin/edit/forms.py
	mediagoblin/templates/mediagoblin/edit/edit_account.html
2013-09-19 16:04:23 -05:00
Rodney Ewing
85cf52f865 reword persona edit link 2013-09-05 09:04:23 -07:00
Rodney Ewing
857512e81e need to send the users email to persona if the user logged in with persona.
Thanks callahad for pointing this out.
2013-09-04 08:45:08 -07:00
Dan Callahan
b6fc7dd96e Add site name, logo, and background for Persona 2013-09-03 15:54:04 -05:00
Christopher Allan Webber
6db375b522 Fixing typo. Thanks larjona! 2013-08-26 17:28:51 -05:00
Rodney Ewing
c9f9536cdf move links to the bottom of the page until we have a tabbed UI 2013-08-20 08:25:45 -07:00
Rodney Ewing
e7c08e3550 load js at the end of the page 2013-08-16 11:49:33 -07:00
Rodney Ewing
fb2f2bece2 use urlgen 2013-08-16 11:48:03 -07:00
Rodney Ewing
33b5cebe75 fixed some typos and missed imports 2013-08-16 10:28:49 -07:00
Rodney Ewing
f66e4282d4 moved create account link on login page to a hook 2013-08-16 10:28:49 -07:00
Rodney Ewing
581e52c264 deleted misplaced template 2013-08-16 10:28:49 -07:00
Rodney Ewing
229f0bd8fb fixed typo to check allow_registration not if auth is enabled 2013-08-16 10:28:49 -07:00
Rodney Ewing
36f901fbbd used template hooks instead of hardcoding basic_auth functionality into templates 2013-08-16 10:28:48 -07:00
Rodney Ewing
af665c4eb9 moved change_pass to basic_auth and fixed some typos with the moving of forgot pass 2013-08-16 10:28:48 -07:00
Rodney Ewing
aeae6cc290 moved forgot pass to basic_auth plugin 2013-08-16 10:28:47 -07:00
Rodney Ewing
fb900ef27b Merge branch 'auth_docs'
Conflicts:
	docs/source/index.rst
2013-08-16 10:24:41 -07:00
Rodney Ewing
1bc5b9dfb1 catch a keyerror 2013-08-15 16:01:48 -07:00
Rodney Ewing
f92018b649 typo in docs 2013-08-15 16:01:35 -07:00
Rodney Ewing
994e70e85e added docs for ldap plugin 2013-08-15 16:01:22 -07:00
Rodney Ewing
2b55a0f865 use pluginapi.get_config 2013-08-15 16:01:03 -07:00
Rodney Ewing
8e7f78933e removed unused import 2013-08-15 15:59:50 -07:00
Rodney Ewing
547ab1d9d0 added a create_account hook 2013-08-15 15:58:44 -07:00
Rodney Ewing
bcc12142ae only create a user if the register_form is from the ldap plugin 2013-08-15 15:58:14 -07:00
Rodney Ewing
517eb8b443 - fixed typo with unbinding code
- added the ability to get the user's email from the ldap server upon registration
2013-08-15 15:57:59 -07:00
Rodney Ewing
11782c0061 - changed host and port to just a server uri
- added an option to connect with TLS
- unbind after when done
2013-08-15 15:57:44 -07:00
Rodney Ewing
c4513740bf ldap uses it own views 2013-08-15 15:56:20 -07:00
Rodney Ewing
daf29c011a starting ldap plugin 2013-08-15 15:56:03 -07:00
Christopher Allan Webber
97b9b98c1e Merge branch 'persona_resquash' 2013-08-15 17:07:14 -05:00
Christopher Allan Webber
cd612ee689 Removing the whitespace betwetween action= and its value 2013-08-15 15:17:02 -05:00
xray7224
1c694fbec5 Fixes tests 2013-07-14 19:00:52 +01:00
xray7224
e49263564b Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin 2013-07-14 15:27:52 +01:00
Rodney Ewing
0ec7ce4ec6 updated to new render_divs macro 2013-07-11 14:56:40 -07:00
Jakob Kramer
527b7e3b57 add login option: stay_logged_in
As proposed in issue #354; it adds an attribute max_age
to mediagoblin.tools.session.Session  that is passed to
response.set_cookie;  max_age is set to 30  days if the
checkbox is selected
2013-07-11 14:56:40 -07:00
xray7224
04e08d422a Moves json_response into tools/json.py 2013-07-11 18:21:43 +01:00
Rodney Ewing
537ce5973a need to use .get('messages') to not get a keyerror 2013-07-10 11:08:28 -07:00
Rodney Ewing
b3c4cbd5c1 only check password if there is a store_hash 2013-07-10 10:35:26 -07:00
Rodney Ewing
94a566e60e typo 2013-07-09 13:41:40 -07:00
Rodney Ewing
26d2cce85e added docs for the persona plugin 2013-07-09 13:31:32 -07:00
Rodney Ewing
bd0ece0557 added basic_auth and openid docs to index and link them together 2013-07-09 12:57:57 -07:00
Rodney Ewing
2c4cdd096f added openid docs 2013-07-09 12:34:13 -07:00
Rodney Ewing
6a93bb4ef7 basic_auth documentation 2013-07-09 12:31:01 -07:00
Rodney Ewing
20d4995d81 made it so that the create account button works with only persona enabled 2013-07-03 15:07:52 -05:00
Rodney Ewing
e39b9cc60f moved persona template stuff to use template_hooks 2013-07-03 15:07:50 -05:00