Commit Graph

64 Commits

Author SHA1 Message Date
Massimo Di Pierro
c40833b804 add_permission now prevents duplicates 2012-05-03 20:51:54 -05:00
Massimo Di Pierro
dfa9cdb51e pgp patch, issue 776, thanks szimszon 2012-05-02 16:03:52 -05:00
Massimo Di Pierro
6ddfbc883e fixed locking issue with cache disk, thanks gypsy 2012-05-02 15:47:07 -05:00
Massimo Di Pierro
7428f0a824 fixed accessible_query 2012-04-17 21:22:11 -05:00
Massimo Di Pierro
24349601a0 has_permission applies to everybody 2012-04-17 15:29:17 -05:00
Massimo Di Pierro
f04a9c1881 auth.settings.everybody_group_id 2012-04-17 15:10:33 -05:00
Massimo Di Pierro
253f0a3d3b customizable personal group names 2012-04-17 12:32:38 -05:00
Massimo Di Pierro
4d90fe7bf5 fixed pickleablestorage import 2012-04-17 10:02:23 -05:00
Massimo Di Pierro
b250dc5173 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
Massimo Di Pierro
84de17dc6b fixed issue 711, crud.upadate(...,next=URL(...)), thanks iceberg 2012-03-19 16:04:19 -05:00
Massimo Di Pierro
500fcfa5e8 tools, replyto, thanks dgmanns 2012-03-19 15:46:02 -05:00
Massimo DiPierro
b901f3784c Expose(base, basename='base'), thanks villas 2012-03-12 15:48:57 -05:00
Massimo DiPierro
4304579bb4 partically addressed issue 706 2012-03-12 15:42:05 -05:00
Massimo DiPierro
a29f189edc better jsonrpc error handling, thanks Mariano 2012-03-12 15:30:29 -05:00
Massimo DiPierro
f9dd893fb1 del_membership(group_id=None), issue 671, thanks hi21alt 2012-02-28 10:47:50 -06:00
Massimo DiPierro
593bfbc23f Expose allows all special chars but prevents directory traversal 2012-02-28 10:45:43 -06:00
Massimo Di Pierro
3c90ee1ed0 default archive_current=False (issue 675), thanks simonm3 2012-02-26 15:38:31 -06:00
Massimo Di Pierro
9c871d3f3b fixed issue 672 (auth.is_impersonating), thanks mweissen 2012-02-26 15:34:46 -06:00
Massimo Di Pierro
dc0830c7f7 fixed problem with auth.user_groups, thanks Michele 2012-02-25 12:58:37 -06:00
Massimo Di Pierro
620c61b51a improved implementation of Expose, thanks Anthony 2012-02-21 16:26:10 -06:00
Massimo Di Pierro
5316998975 gluon.tools.Expose 2012-02-21 00:06:47 -06:00
Massimo Di Pierro
c6380e5601 fixed problem with logout redirect, thanks mbelletti 2012-02-09 11:11:24 -06:00
Massimo Di Pierro
932e9abc74 patch related to registation_id, thanks Nik 2012-02-04 10:07:42 -06:00
Massimo Di Pierro
eb259bd8be mygroups -> user_groups, thanks Bruno 2012-01-29 23:26:59 -06:00
Massimo Di Pierro
891f04106b fixed probelm in auth.mygroups 2012-01-29 15:53:25 -06:00
Massimo Di Pierro
e7e5358977 auth.mygroups 2012-01-29 15:14:45 -06:00
Massimo Di Pierro
f98ef25d32 fixed a problem with keyed tables and record_id, thanks Ben Goosman 2012-01-24 08:27:17 -06:00
Massimo Di Pierro
7ea1dd78c9 issue 631, double :: after click to delete, thanks hi21alt 2012-01-21 17:32:54 -06:00
Massimo Di Pierro
44c7f576e5 issue 630, encoding and plain emails, thanks spametki 2012-01-21 17:28:51 -06:00
Massimo Di Pierro
e385065b20 issue 628, thanks hi21alt 2012-01-21 17:23:47 -06:00
Massimo Di Pierro
984294de75 issues 620 and 616, customizable function name in auth, thanks Bruno 2012-01-17 22:03:06 -06:00
Massimo Di Pierro
f2eea60fb1 issue 617, separator in tools addrows, thanks hi21alt 2012-01-16 21:58:23 -06:00
Massimo Di Pierro
921be56a42 issue 593, thnaks hi21alt 2012-01-12 12:47:41 -06:00
Massimo Di Pierro
2e75450339 issue 596, thanks Iceberg 2012-01-12 12:45:15 -06:00
Massimo Di Pierro
6060628f65 reverted changes to __new__ that broke PluginWiki, need more tests 2012-01-06 22:57:50 -06:00
Massimo Di Pierro
b5d979552f issue 590, user now gets verification email even on pending registrations, thanks Matt Doiron 2011-12-31 14:37:32 -06:00
Massimo Di Pierro
8bc46cc53b issue 586, thanks hi21alt 2011-12-31 12:00:53 -06:00