Rushabh Mehta
4148cea083
[enhance] save redirect info on sign-up
2016-09-24 13:05:05 +05:30
Rushabh Mehta
f91977f7da
[feature] allow multiple sessions per user
2016-08-10 17:31:29 +05:30
Anand Doshi
526e9ea2d7
[security] encrypt passwords that need to be retrievable, except User password which should be hashed
2016-06-13 17:18:59 +05:30
Rushabh Mehta
d235f159bb
[minor] ignore_csrf in site_config and to check for autoname in hooks even if not autoname is present
2016-05-29 23:06:51 +05:30
Anand Doshi
89589bf552
[fix] use get_lang_code in auth.py to evaluate _lang
2016-04-08 18:39:56 +05:30
Anand Doshi
8b72bbd256
[hotfix] cint for deny multiple sessions
2016-03-01 17:19:31 +05:30
Javier Wong
0565d0e0f5
[fixed] Multiple Sessions are Always Denied
...
Casted frappe.db.get_system_setting('deny_multiple_sessions') to int, as a string it is always evaluated as True in the conditional statement and therefore it is always treated as multiple sessions are denied.
2016-03-01 17:14:55 +08:00
Rushabh Mehta
e1ac647a13
[cleanup] system settings, added deny_multiple_sessions
2016-02-16 15:05:59 +05:30
Anand Doshi
ff773bc659
[minor] if frappe.form_dict._lang, set it as local.lang
2016-02-16 11:17:42 +05:30
Rushabh Mehta
9e2ba37823
[minor] add hook for website user home page by function
2016-01-25 15:10:44 +05:30
Rushabh Mehta
dd9d73062a
[features] build multi-lingual website
2015-10-22 16:39:37 +05:30
Anand Doshi
17f911c6dc
[fix] csrf for open_url_post
2015-09-25 12:55:44 +05:30
Anand Doshi
45583f30fe
[hotfix] disable csrf check for mobile
2015-09-24 17:23:57 +05:30
Anand Doshi
6084775ed0
Added CSRF token verification for desk
2015-09-21 11:41:06 +05:30
Anand Doshi
37e699e67e
[fix] get the first ip address in X-Forwarded-For
2015-08-13 12:43:09 +05:30
Rushabh Mehta
347284c62c
[minor] fixes to auth in between reinstall and make_random
2015-07-17 15:23:59 +05:30
Anand Doshi
7fcdb93da8
[hotfix] don't set response on session resume, only set cookies
2015-07-16 13:08:57 +05:30
Anand Doshi
465fa227bc
[fix] Set user-info cookies on resuming session so that user's image is rendered in website
2015-07-13 17:56:25 +05:30
Pratik Vyas
c1e6f4f1e8
[fix] Move clear_sessions to Login Manager
2015-07-01 16:46:20 +05:30
Rushabh Mehta
fc8c5ca42e
[fixes] timezone
2015-05-28 16:59:56 +05:30
Nabin Hait
c187b18056
pass user to validate_hour
2015-05-18 16:51:52 +05:30
Rushabh Mehta
1dcea77fa6
[login] redirect to desk for logged in system user
2015-05-11 14:31:55 +05:30
Rushabh Mehta
e19cb47068
[fix] [hot]
2015-05-01 13:49:52 +05:30
Rushabh Mehta
eb21f50c0f
[cleanup] frappe.get_user()
2015-05-01 10:33:23 +05:30
Rushabh Mehta
6a994ebb02
[hot]
2015-04-21 14:41:28 +05:30
Rushabh Mehta
d27a3aac0e
[fix] x-forwarded-for gets priority over remote_addr in remote ip, fixes frappe/erpnext#3126
2015-04-21 10:44:30 +05:30
Rushabh Mehta
ad85813ede
[ux] automatically login after setting password
2015-04-02 17:15:57 +05:30
Anand Doshi
2995f02f3b
Web Notes to Frappe, better alerts, css fixes, fixed splash
2015-03-03 15:09:34 +05:30
Anand Doshi
b81b3fe65d
Translate country info, removed some $.each
2015-02-12 19:11:57 +05:30
Rushabh Mehta
ee42ef37be
[feature] allow blocking of multiple user sessions #884 :
2014-11-26 15:21:04 +05:30
Rushabh Mehta
c5c8a54d1a
[fixes] website templating & naming fixes
2014-10-28 17:23:27 +05:30
Anand Doshi
4798bab55e
[minor] Moved cookie quoting to flush_cookies
2014-08-25 11:58:32 +05:30
Tytus
1c8167b0a9
Fix issue with not handling unicode characters properly in cookies.
2014-08-19 12:13:30 +02:00
Rushabh Mehta
eb41de8f76
added frappe.local.request_ip
2014-07-04 14:45:07 +05:30
Anand Doshi
eaaa08bbb2
Fixes in logout and reset password
2014-04-21 12:41:30 +05:30
Rushabh Mehta
bd097072c9
created System Settings and update to language setup
2014-04-17 18:47:48 +05:30
Rushabh Mehta
f553841fba
updated translations
2014-04-16 17:46:54 +05:30
Rushabh Mehta
246a2a84fb
fixed strings for translation
2014-04-15 14:40:00 +05:30
Anand Doshi
81485a7782
Minor Fixes in clear cookies and update sitemap
2014-03-19 08:51:15 +05:30
Rushabh Mehta
caed23686c
minor fixes
2014-03-18 19:21:18 +05:30
Anand Doshi
b6b9f0ab13
Fixes to Respond as Page, Error Page when not ajax, strip script and style tags from script and style blocks, hide sidebar and breadcrumbs if no content in them
2014-03-17 22:22:15 +05:30
Anand Doshi
d2f6905815
Handler response: each type of handler will create its own response
2014-03-13 13:04:25 +05:30
Anand Doshi
9eb55aa102
Fixed naming in response.py, build_response only if response.data does not exist
2014-03-12 19:27:05 +05:30
Anand Doshi
3444dd4a38
Refactored handler, catch exceptions, response codes and build response from app.py
2014-03-12 19:04:22 +05:30
Rushabh Mehta
f3810ae532
rename Profile to User frappe/frappe#470
2014-03-11 16:14:47 +05:30
Anand Doshi
a5cbf25a90
Fixed Login hooks
2014-02-28 11:37:24 +05:30
Rushabh Mehta
f7dcd8eca8
Fix in auth.py
2014-02-26 15:02:28 +05:30
Anand Doshi
edbadc18b2
Changed frappe.conn to frappe.db
2014-02-26 12:35:02 +05:30
Rushabh Mehta
024ddfcc5b
-webnotes +frappe 💥
2014-02-14 14:55:11 +05:30