Commit Graph
60 Commits
Author SHA1 Message Date
mdipierro 0ac1298501 fixed broken session in recent trunk 2012-11-17 13:28:50 -06:00
mdipierro faf76ac715 fixed issue 1173, request.requires_https, thanks Maciej 2012-11-17 12:14:28 -06:00
mdipierro 651c92c175 do not create a new session if nothing in session file 2012-11-14 15:33:18 -06:00
mdipierro 04caa5f4e4 moved toolbar logic to dal, thanks Niphlod 2012-10-29 18:13:58 -05:00
mdipierro 6e0e48e150 fixed toolbar issue 1111, thanks niphlod 2012-10-29 09:06:52 -05:00
mdipierro 35c893d47a fixed issue 1109 2012-10-25 10:11:51 -05:00
mdipierro 4b2ba185ae many pep8 improvements 2012-10-19 12:33:53 -05:00
mdipierro b716df1a05 some pep8 changes (fixed spacing at end) 2012-10-19 10:37:07 -05:00
mdipierro d552eb2eeb fixed some pep8 stuff 2012-10-19 09:40:17 -05:00
mdipierro 1ea379180a fixed appadmin bug and excessive session saving 2012-10-17 14:30:02 -05:00
mdipierro ca3d050a0b fixed problem with session in cookie, thanks Niphlod 2012-10-17 12:04:19 -05:00
Massimo addbb78151 customizable session cookie expriration 2012-10-16 11:23:41 -05:00
Massimo f6789eaf39 session cookie data no expires by default 2012-10-16 11:14:52 -05:00
Massimo 9a6ce11f09 users can switch between sessions storage types 2012-10-16 10:25:28 -05:00
mdipierro d404e40508 improved session data in cookie 2012-10-16 07:44:22 -05:00
mdipierro b6a496aae5 improved session data in cookie 2012-10-16 07:10:33 -05:00
mdipierro 30ec8e645b sessions in secure cookies, session.connect(cookie_key='mypassword') 2012-10-16 06:15:45 -05:00
mdipierro 3a1ba53a4b reverting some test but session.__hash needs work 2012-10-15 21:49:43 -05:00
mdipierro ab95dfa7cd fixed problem with session __hash 2012-10-15 20:43:51 -05:00
mdipierro 59ab818f5b better toolbar, thanks Niphlod 2012-10-10 09:19:01 -05:00
mdipierro 6a97bfe517 Auth use request.requires_https, thanks Yarin 2012-10-05 07:18:35 -05:00
Massimo c80a6db604 better request.requires_https, thanks Yarin and Niphlod 2012-10-03 12:32:12 -05:00
mdipierro f79660dd2a attempt to fix issue 981 2012-10-01 21:11:45 -05:00
mdipierro 9ce1cde6ca fixed issues with grid form and b.parent 2012-09-30 08:32:03 -05:00
mdipierro 67022578e3 fixed some bugs with singleton and remobed password from session.auth.user 2012-09-30 07:26:23 -05:00
mdipierro e18f38d4da static asset management, thanks Niphlod 2012-09-28 17:06:11 -05:00
mdipierro 5f647a46b8 moved layout.js in web2py_bootstrap.js and include_files(extensions=[...]), thanks Jeremy 2012-09-23 14:37:50 -05:00
mdipierro e0fc61932d broken long lines in minify 2012-09-21 22:23:45 -05:00
mdipierro 0d2414d7ec masking passwords in toolbar, thanks Bruno 2012-09-13 06:55:58 -05:00
mdipierro 2c509a7bc4 removed headers from response.stream 2012-09-11 14:02:55 -05:00
mdipierro a5807be01e fixed bug in cache minify, thanks Jeremy 2012-09-11 08:24:59 -05:00
mdipierro 7d06e2977c stream allows for optional headers and fixed a formtyle bug, thanks Anthony 2012-09-10 17:29:41 -05:00
mdipierro d79853ceb7 lots of simplifications 2012-08-28 20:30:32 -05:00
mdipierro 2331aa4a0c temp vars in dal.py (fixed error) 2012-08-28 19:07:26 -05:00
mdipierro f9e35599c6 many iteritems optimizations 2012-08-28 09:35:36 -05:00
mdipierro 37f81b48e8 improved toorbar, thanks Anthony 2012-08-27 16:16:25 -05:00
mdipierro 4eb0cc27b3 toolbar() shows non-lazy tables, thanks Anthony 2012-08-27 14:07:25 -05:00
mdipierro 084e36d0ea fixed a bunch of typos form recent commits, thanks Jonathan 2012-08-27 12:55:41 -05:00
mdipierro d322ec5690 fixed @//// in wiki and pep8 spacing 2012-08-25 11:29:11 -05:00
mdipierro 61a1fb1d58 another attempt at new Storage, thanks Jonathan 2012-08-21 14:30:02 -05:00
mdipierro e84ec7dd8f more options in response.stream, thanks Alan 2012-08-21 08:55:41 -05:00
mdipierro 872a311320 new Storage object makes some code 10x faster 2012-08-17 21:29:36 -05:00
mdipierro a608df5a29 removed unwanted whitespaces 2012-08-16 11:56:07 -05:00
mdipierro eb61d2e69f valid html5 welcome, thanks Rob McC 2012-08-06 17:36:51 -05:00
mdipierro 6303f2c455 no double import contenttype, thanks Salomon Derossi 2012-07-05 22:09:13 -05:00
Massimo Di Pierro dc5d075bc8 store sessions in cookies, needs logic in main, thanks Nick Groenke 2012-06-10 01:18:30 -05:00
Massimo Di Pierro fd82097bfc request.args(0,default=0, cast=int, url_onerror=URL(...)), thanks Anthony 2012-04-30 11:39:37 -05:00
Massimo Di Pierro 85f8dc6d5b request.intargs(i,default,url_onerror=URL(...)) 2012-04-29 18:51:04 -05:00
Massimo Di Pierro c25d4787af better response.files behavior 2012-04-18 17:31:10 -05:00
Massimo Di Pierro ba93692ed4 fixed issue 728, bug in languages, thanks pgergo 2012-03-26 11:17:20 -05:00