mdipierro
|
669a22c8be
|
fixed issue 1950, allow change password for any old password complexity
|
2014-08-08 00:38:10 -05:00 |
|
mdipierro
|
5cbbcd3685
|
fixed postgresql bug introduced in recent commit?
|
2014-08-08 00:13:31 -05:00 |
|
mdipierro
|
024912bda1
|
fixed conflict between GAE and 2-factor authentication
|
2014-07-28 22:01:48 -05:00 |
|
mdipierro
|
b61e8c6132
|
allow id in email msg
|
2014-06-25 10:52:36 -05:00 |
|
mdipierro
|
d712d3b83c
|
fixed redirect
|
2014-06-24 12:46:17 -05:00 |
|
mdipierro
|
255dd9777d
|
fixed typo in recent commit
|
2014-06-14 10:06:13 -05:00 |
|
mdipierro
|
8b8baf10a3
|
fixed issue 1942, redirect in federated login security check
|
2014-06-13 22:24:57 -05:00 |
|
mdipierro
|
1a0d11a4f2
|
prevent_password_reset_attacks, thanks Steve Rawlinson
|
2014-06-08 00:20:38 -05:00 |
|
mdipierro
|
e068e397e1
|
prevent open redirects, thanks Steve Rawlinson
|
2014-06-07 23:52:56 -05:00 |
|
mdipierro
|
7e9c9dbe93
|
Merge pull request #431 from ortgit/enhancement/two_step_authentication
Added support for two-step authentication.
|
2014-05-26 22:27:23 -05:00 |
|
Szabolcs Gyuris
|
cf12028be6
|
S/Mime (X.509) keyfile, sign_certfile, sign_chainfile, crypt_certfile can be strings.
mail.send() function can set signing and encryption settings.
|
2014-05-14 09:11:46 +02:00 |
|
ortgit
|
89893c91da
|
Update tools.py
Forgot to import 'random' module.
|
2014-05-12 17:08:00 -04:00 |
|
ortgit
|
9b4f721c71
|
Look in auth_group table for group role name, and use Rows correctly.
|
2014-05-12 16:25:23 -04:00 |
|
Szabolcs Gyuris
|
9ea32bf579
|
Add support for certificate chaining for s/mime sign in Mail
|
2014-05-07 09:21:39 +02:00 |
|
ortgit
|
d3bcde04be
|
Modified email subject to generic message.
|
2014-04-27 02:13:02 -04:00 |
|
ortgit
|
87edbccf5b
|
Added support for two-step authentication. The login function will
now email a 6-digit code to users if the user is part of a group
with role 'web2py TWo-Step Authentication'.
|
2014-04-27 01:39:51 -04:00 |
|
niphlod
|
a3528339c7
|
jQuery 1.9 removed toggle(function(), function()). And nobody noticed.
|
2014-04-02 00:02:05 +02:00 |
|
niphlod
|
b20b7ecb19
|
sphinx-compatible docstring (only DAL remains)
|
2014-03-24 22:30:50 +01:00 |
|
mdipierro
|
9e8ef3585e
|
fixed problem with login bare when registration_key is None
|
2014-03-09 08:55:22 -05:00 |
|
Tim Richardson
|
cf3992545d
|
add Recaptcha(...ajax=True) to use ajax api, fix Recaptcha in LOAD
|
2014-03-06 09:40:48 +11:00 |
|
alex
|
af4025731a
|
Added 'from_address' to allow for separation of 'envelope sender' and 'from' in email
|
2014-03-04 13:10:08 -05:00 |
|
mdipierro
|
7592cd2fe0
|
always reset the session when auth session expires
|
2014-03-03 08:44:02 -06:00 |
|
mdipierro
|
70965f4b69
|
alterante solution for https://github.com/web2py/web2py/pull/215
|
2014-03-02 17:19:33 -06:00 |
|
mdipierro
|
6b1826e8da
|
Merge pull request #384 from mcamel/patch-1
Update tools.py
|
2014-03-02 16:50:40 -06:00 |
|
mdipierro
|
193149abac
|
Merge pull request #383 from leonelcamara/master
Fix email date header format
|
2014-03-02 16:49:50 -06:00 |
|
mcamel
|
359bae6d30
|
Update tools.py
Internationalize 'ACCESS DENIED' message.
|
2014-02-27 12:09:34 +01:00 |
|
Leonel Câmara
|
752a1c7df6
|
Update tools.py
Fixed email date header not respecting the RFC2822 defined format
See:
https://groups.google.com/forum/#!topic/web2py/0Mb99H9kJOw
|
2014-02-25 12:29:51 +00:00 |
|
mdipierro
|
2b428c7eb9
|
fixed navbar menu
|
2014-02-23 22:42:26 -06:00 |
|
mdipierro
|
106d4be274
|
fixed the bs3 left menu but not the login menu
|
2014-02-23 22:18:08 -06:00 |
|
Massimo
|
8e5d6bc467
|
partial bootstrap3 port, menus broken, thanks Paolo, sorry I broke it
|
2014-02-21 11:15:43 -06:00 |
|
Alan Etkin
|
82a8d41ac6
|
Fixes issue1828
|
2014-01-29 10:54:08 -03:00 |
|
Massimo
|
060eddf812
|
fixed security issue with redirect after expired login, thanks André Kablu
|
2014-01-24 16:22:42 -06:00 |
|
mdipierro
|
48870b1dd1
|
Merge pull request #355 from reingart/master
debugger and soap contrib update and fixes
|
2014-01-19 21:41:25 -08:00 |
|
Mariano Reingart
|
e956d83aa2
|
fixed issue 153: correct 500 status if there is a SOAP fault
|
2014-01-19 18:27:56 -03:00 |
|
mdipierro
|
10e0ff71bf
|
fixed login_bare uses registration_key without .strip() for boolean testing which causes failure, thanks Remco
|
2014-01-08 11:14:02 -06:00 |
|
Tim Richardson
|
40e5e42ecc
|
fix issue 1840
|
2014-01-07 17:05:41 +11:00 |
|
ilvalle
|
88ce19d99f
|
Save current working session in online editor
|
2013-12-21 15:32:20 +01:00 |
|
mdipierro
|
104ec5ba73
|
fixed issue 1818, error in wiki/renderer, thanks Alan
|
2013-12-15 22:23:57 -06:00 |
|
mdipierro
|
91dc4f1d03
|
fixed issue 1806:auth.wiki does not create permissions correctly, thanks Florian
|
2013-12-07 10:16:21 -06:00 |
|
mdipierro
|
9d4cb09fdf
|
fixed typo, thanks Dean
|
2013-12-03 09:32:42 -06:00 |
|
mdipierro
|
645c3b10dd
|
fixed issue 1783 again, thanks Dean Kleissas
|
2013-12-03 00:41:51 -06:00 |
|
mdipierro
|
c87bf553f6
|
fixed issue 1783:Forgot password and forgot username functionality breaks when multiple usernames are created against the same email address
|
2013-11-22 10:50:29 -06:00 |
|
Massimo
|
73ab77ad8b
|
fixed 1765:Verify email message seams to only accept username, key and link
|
2013-11-07 10:31:54 -06:00 |
|
mdipierro
|
b1631ae2b3
|
fixed issue 1758:Missing comment parameter in Recaptcha
|
2013-11-01 18:07:29 -05:00 |
|
mdipierro
|
78089bc0c4
|
small aesthetic change
|
2013-10-27 23:22:55 -05:00 |
|
mdipierro
|
eb9d7bf5c3
|
code simplification in wiki
|
2013-10-27 23:18:01 -05:00 |
|
mdipierro
|
8ce53e8dfa
|
Wiki(...groups=['x','y']) allows to user groups names other then those set in auth_group.role, completely by-passing auth groups and memberships
|
2013-10-27 22:55:41 -05:00 |
|
spametki
|
70b3edcbeb
|
Fixed wiki get render method
|
2013-10-26 21:39:26 -03:00 |
|
mdipierro
|
a74a16cfba
|
fixed issue 1719:decorators ignore routes, thanks vladsalehov
|
2013-10-16 08:56:53 -05:00 |
|
mdipierro
|
914caadeec
|
fixed onlogout next
|
2013-10-11 19:31:12 -05:00 |
|