Commit Graph

592 Commits

Author SHA1 Message Date
mdipierro 5e3ad2af44 crud.select(fields=[..]), fields can now be string, issue 901 2012-07-24 21:11:35 -05:00
mdipierro 2576690f63 backward compatiblity fix for auth sinature 2012-07-24 06:53:08 -05:00
mdipierro 8ba850fc3f changed CRYPT, Auth, welcome digest_alg default 2012-07-20 10:31:07 -05:00
mdipierro f905a6e9dc fixed CRYPT 2012-07-20 08:58:13 -05:00
mdipierro 1427dc976f better auth.wiki 2012-07-18 18:24:58 -05:00
mdipierro 05008158ee better auth.wiki with tag cloud 2012-07-18 17:50:23 -05:00
mdipierro 6a3ef83060 fixed problem with lazyT.__mod__ 2012-07-18 16:03:43 -05:00
mdipierro 192303adb1 moved define_signature to define_table but not convinced it is always a good idea 2012-07-17 17:32:35 -05:00
mdipierro 3c4080eb08 typo close->clone, thanks I.like.privacy.too 2012-07-17 16:11:37 -05:00
mdipierro e3e9182293 fixed uniqueness problem in archives 2012-07-17 10:59:26 -05:00
mdipierro 2ae0ee0804 working on wiki_tags 2012-07-15 21:41:43 -05:00
mdipierro 8412b4d0cc improved media handling in auth.wiki(), more work needed 2012-07-15 10:03:05 -05:00
mdipierro 8a819785c5 eaiser wiki. Just do 'def index(): return auth.wiki()' (that is all) 2012-07-14 23:25:34 -05:00
mdipierro 709038cc0a no menu in wiki 2012-07-14 20:15:51 -05:00
mdipierro 071e84a2a5 fixed sorting in Wiki 2012-07-14 18:43:43 -05:00
mdipierro d7d2bd2fe8 fixed a problem with computed fields 2012-07-14 18:24:01 -05:00
mdipierro be3a091002 fixed T(T('..')) and added tools.Wiki 2012-07-14 17:50:51 -05:00
mdipierro be8ba6603d fixed typo in tools, issue 880, thanks Douglas Philips 2012-07-09 21:40:33 -05:00
mdipierro e33094a3d6 improver navbar behavior, thanks Anthony 2012-07-08 09:45:20 -05:00
mdipierro 56eee69ebf referrer_actions, thanks Anthony 2012-07-06 11:47:25 -05:00
mdipierro ae83fe9ac4 Auth(...,salt=True), thanks Dave Stoll 2012-07-04 19:22:40 -05:00
mdipierro 71f43c0669 fixed geocode, issue 855, thanks niphllod 2012-06-17 23:36:35 -05:00
Massimo Di Pierro 3d71278d8a fixed bug in navbar link, thanks Anthony 2012-06-12 21:45:07 -05:00
Massimo Di Pierro 1e7d41df2b fixed problem with migration of auth_cas, thank you Anthony 2012-06-10 21:17:47 -05:00
Massimo DiPierro 2fa604df3a fixed bug in mail login introduced in recent commit, issue 818, thanks Carlos 2012-05-23 09:28:00 -05:00
Massimo Di Pierro 672f093e15 fixed bug in last commit, thanks Harkirat 2012-05-17 17:52:27 -05:00
Massimo Di Pierro 16ff6cef08 get or create key now defaults to sha512 asn should have all along, thanks Harkirat 2012-05-17 15:56:19 -05:00
Massimo Di Pierro b00eca75af mail.settings.login can be None,False,0,'' 2012-05-17 10:54:17 -05:00
Massimo Di Pierro 712ef6499f add_permission now prevents duplicates 2012-05-03 20:51:54 -05:00
Massimo Di Pierro eef199582a pgp patch, issue 776, thanks szimszon 2012-05-02 16:03:52 -05:00
Massimo Di Pierro f356063e90 fixed locking issue with cache disk, thanks gypsy 2012-05-02 15:47:07 -05:00
Massimo Di Pierro 04a82409fe fixed accessible_query 2012-04-17 21:22:11 -05:00
Massimo Di Pierro ba64a96eba has_permission applies to everybody 2012-04-17 15:29:17 -05:00
Massimo Di Pierro 886ca03a18 auth.settings.everybody_group_id 2012-04-17 15:10:33 -05:00
Massimo Di Pierro 97d733a25f customizable personal group names 2012-04-17 12:32:38 -05:00
Massimo Di Pierro 9c46c107f3 fixed pickleablestorage import 2012-04-17 10:02:23 -05:00
Massimo Di Pierro 21a659ef85 fixed typo in gluon tools 2012-04-15 09:55:49 -05:00
Massimo Di Pierro e42e62fcda enable_record_versioning 2012-04-07 09:08:44 -05:00
Massimo Di Pierro 9d33ff85ea fixed bug in welcome and added more examples 2012-04-06 09:01:35 -05:00
Massimo Di Pierro 0ea268012b is active is not a parameter 2012-04-05 20:28:34 -05:00
Massimo Di Pierro 1edbe9e340 db.table._archive_records() 2012-04-05 20:20:08 -05:00
Massimo Di Pierro 6e9df7cf18 auth.enable_record_versioning(...db=...) 2012-04-05 18:09:44 -05:00
Massimo Di Pierro f104bf1d9c auth.enable_record_versioning(...db=...) 2012-04-05 18:08:22 -05:00
Massimo Di Pierro aa45b64d8f is_active should not be readable/writable, treated as a bug 2012-04-05 16:57:45 -05:00
Massimo Di Pierro 764e7a7ab7 auth.define_tables(signature=True) and auth.enable_record_versioning(db) 2012-04-05 16:01:54 -05:00
Massimo Di Pierro c26dbeaff1 links in grid include referencing field (this is important for table with multiple reference fields) 2012-04-01 23:21:08 -05:00
Massimo Di Pierro ffe3708647 allows to signs emails with x509 but not include certificate, thanks Gyuris (issue 739) 2012-03-28 22:22:23 -05:00
Massimo Di Pierro 97ec877524 auth.email_reset_password(user) 2012-03-27 13:35:56 -05:00
Massimo Di Pierro ba93692ed4 fixed issue 728, bug in languages, thanks pgergo 2012-03-26 11:17:20 -05:00
Massimo DiPierro 5f481ec0d8 reset_password_onaccept, thanks weheh 2012-03-23 18:54:08 -05:00