Commit Graph
317 Commits
Author SHA1 Message Date
mdipierro ad8c1165b7 removed BaseException = Exception logic, thanks Jonathan 2013-06-30 11:29:43 -05:00
mdipierro 480ea80ed8 fixed typo in basic_auth_realm = basic_auth_realm(), thanks Jonathan 2013-06-30 10:47:10 -05:00
mdipierro d218b052a1 fixed issues 1568, no spaces in usermames, thanks Iceberg 2013-06-29 17:07:17 -05:00
mdipierro ec4a55fc9e if not logged-in no [wiki] menu 2013-06-26 04:02:17 -05:00
mdipierro 7564f5f671 speedup CONTAINS when un-necessary REPLACE 2013-06-24 14:24:36 -05:00
Michele Comitini b632970960 record versioning must ignore tables without _id field. 2013-06-24 00:52:15 +02:00
mdipierro 08f813d670 resynced recent patches, sorry for the mess 2013-06-20 16:44:16 -05:00
mdipierro 7e245e3fbe partial fix for issue 1531, disable validation in crud search 2013-06-18 07:23:01 -05:00
mdipierro 85643ae55e fixed Issue 1539:user_groups are not updated during and after impersonation, thanks kmouts 2013-06-17 08:05:02 -05:00
mdipierro d04f2ff502 merged some code form issue 1534 Session ID not changed after privilege level change, thanks kablubr 2013-06-16 07:20:54 -05:00
mdipierro d4a2411eac fixed Issue 1530:Impersonation events not recorded if redirections onaccept, thanks kmouts 2013-06-16 06:56:50 -05:00
mdipierro 98c19740a2 better appadmin, thanks Anthony 2013-06-13 15:20:50 -05:00
Massimo 0fdab02d68 fixed auth.settings.manager_group_role 2013-06-04 09:31:53 -05:00
mdipierro ecc2f0004c removed manage from auth 2013-05-31 21:31:21 -05:00
Massimo 3ce3171dff user/manage, thanks Anthony 2013-05-31 11:25:56 -05:00
Massimo 0850cadfdc allow hash_vars in verify signature, thanks Anthony 2013-05-31 10:41:28 -05:00
mdipierro 4147867098 better handling of delimeters in template, thanks Corne Dickens 2013-05-24 08:28:45 -05:00
mdipierro 8671b897d0 logout after delete user from profile 2013-05-12 20:08:01 -05:00
mdipierro 1a3361a1bb auth.settings.allow_delete_accounts=True 2013-05-12 10:28:08 -05:00
mdipierro 18e45ab994 Issue 1489:some improvement in Mail send class, thanks Alan 2013-05-11 22:03:05 -05:00
Massimo 4089cf2145 Issue 1480:Patch for /gluon/tools.py, thanks Jesus Alvaro 2013-05-07 15:46:23 -05:00
mdipierro cdd3f6ed00 allow arbitrary username to enable register and sign in with facebook, thanks Ting-Yu Chou 2013-05-06 22:49:04 -05:00
mdipierro 4d98b72702 auth.settings.client_side, thanks Anthony 2013-05-06 18:37:26 -05:00
Leonel Câmara 2f6b3a0bda Mail - Added hostname to settings before locking
Added settings.hostname before locking settings, the class may need a comment explaining when is settings.hostname needed
2013-04-25 16:34:34 +02:00
mdipierro 48977ba04c Merge pull request #80 from niphlod/issue/1458
fixed issue 1458
2013-04-23 21:25:17 -07:00
mdipierro 94e3271481 fixed a long stanging problem with helo and hostname, thanks Leonel Câmara 2013-04-23 23:21:17 -05:00
niphlod 15c9e685c8 fixed issue 1458 2013-04-23 22:35:43 +02:00
mdipierro a2e118ec50 fixed Issue 1456:encoding in mail.send, thanks Corne 2013-04-19 23:46:38 -05:00
mdipierro 9fdb586d03 auth.requires_login() and ajax - don't force just 401, thanks Anthony 2013-04-15 10:06:25 -05:00
mdipierro 618c322603 more more span6 in form in wiki 2013-04-12 23:33:36 -05:00
mdipierro 80342a22f5 fixed a bug in settings in wiki 2013-04-12 23:21:37 -05:00
Massimo 446e641e64 fixed issue 1443, automenu for wiki, thanks Alan 2013-04-12 10:46:58 -05:00
mdipierro 7b0cf5bc12 fixed auth.settings.wiki and make populate generator 2013-04-10 22:14:59 -05:00
mdipierro a82034d516 auth.wiki(controller=...,function=...) always displays menu 2013-04-10 12:37:38 -05:00
Massimo 2421a31b25 no links to media if page not saved 2013-04-09 16:42:41 -05:00
mdipierro 3d5e594070 removed one more 2013-04-08 12:44:52 -05:00
mdipierro d55fab540c Merge pull request #72 from grutz/auth_wiki_migrates
Add migrate control to Auth.wiki()
2013-04-07 19:39:26 -07:00
mdipierro c0b1e387b1 fixed Issue 1409:Mail.send defaults for subject, message appear to be wrong 2013-04-06 10:10:37 -05:00
mdipierro 26babd7e96 fixed Issue 1416:auth.wiki login loop unless the user is admin, thanks Alan 2013-04-06 09:52:42 -05:00
Kurt Grutzmacher b863ff048e Add migrate control to Auth.wiki()
The Auth.wiki() function does not allow for control of the migration
settings, always defaulting to migrate=True. In some instances the
developer may want to not force migration. This change adds the
ability to set the migrate option. Fake_migrate was not added but
can be if desired.
2013-04-05 09:25:20 -07:00
mdipierro 4b0f6aff73 better Expose 2013-03-31 15:32:15 -05:00
mdipierro 244d3c68eb fixed newlines 2013-03-29 02:13:35 -05:00
mdipierro cd1ce28639 encoding in mail.send, thanks Jonathan 2013-03-28 14:59:06 -05:00
mdipierro b040159a9b fixed issue 1385, thanks Alan 2013-03-15 14:14:40 -05:00
mdipierro f613a4cc99 wiki.settings, thanks Alan 2013-03-15 10:14:33 -05:00
Michele Comitini 7421eb8068 avoid treating HTTP redirections or status codes generated in jsonrpc2 functions as error exceptions 2013-03-14 21:54:38 +01:00
Michele Comitini 6c7a9a4030 avoid treating HTTP redirections or status codes generated in jsonrpc2 functions as error exceptions 2013-03-14 21:49:05 +01:00
mdipierro fd4c775710 split->partition, thanks Ricardo 2013-03-11 14:28:48 -05:00
Michele Comitini a078f860d2 basic auth header changed to string from unicode 2013-03-11 18:42:00 +01:00
Michele Comitini 812ba9d52b docstring improved 2013-03-11 14:40:34 +01:00