mergify[bot]
c4f8471960
Merge pull request #10011 from gavindsouza/update-password
...
fix: Message on reset password
2020-04-24 17:25:02 +00:00
Gavin D'souza
e0d9cf50df
fix: update password API mapping for /update-password
2020-04-24 18:32:03 +05:30
Gavin D'souza
16e96b14f8
fix: message on reset password
2020-04-20 12:43:01 +05:30
Shivam Mishra
7e0e6630bd
feat: add user timezone and unique visit check
2020-04-17 13:00:48 +05:30
Shivam Mishra
33c6089049
feat: rename doctype to Web Page View
2020-04-16 18:25:36 +05:30
Shivam Mishra
3d45460749
feat: added tracking script to website
2020-04-16 00:01:38 +05:30
Suraj Shetty
7ea493d9b7
Merge branch 'develop' into logout-message
2020-04-01 22:20:22 +05:30
Suraj Shetty
d73f8d85db
style: Fix formatting & remove unnecessary comment
2020-04-01 22:18:23 +05:30
Kenneth Sequeira
1413505422
fix syntax
2020-04-01 20:57:24 +05:30
Kenneth Sequeira
abbd920320
add comments for separation logic
2020-04-01 20:37:00 +05:30
Kenneth Sequeira
27074e95da
improve error message for logged out user
2020-04-01 18:56:30 +05:30
Suraj Shetty
34d854e9c0
fix: Response message style
2020-03-26 17:52:34 +05:30
Faris Ansari
3cff30dc18
Merge pull request #9431 from Mangesh-Khairnar/add-list-template
...
feat: allow list structure to be changed for the web view
2020-02-20 19:44:36 +05:30
Mangesh-Khairnar
c7ea57d263
fix: do not set title as doctype name
2020-02-06 14:21:05 +05:30
Mangesh-Khairnar
ad3b19acf6
feat: allow user to define list structure for webview
2020-01-30 15:50:55 +05:30
Suraj Shetty
dee4a7336c
fix(translations): Incorrect syntax
2020-01-29 15:22:35 +05:30
Shivam Mishra
23da5fa0e0
refactor: enable translations
2019-11-19 15:39:28 +05:30
Shivam Mishra
3526f773f9
feat (ux): added noscript for login page
2019-11-19 15:08:22 +05:30
Revant Nandgaonkar
314aed831b
fix: add missing code for social login key
...
add missing code for using custom social login key
2019-10-30 17:26:45 +05:30
Saif Ur Rehman
11a2a2a3c1
fix(printview): Make before_print hookable
2019-10-26 18:56:49 +05:30
Leandro Iannece
6833c54f2f
Suggested Change - Title Case Label
...
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2019-09-24 06:37:38 -03:00
Leandro Iannece
d802145c9e
Fixed jinja templates and translation in login page
2019-09-23 16:08:05 -03:00
Leandro Iannece
6682d5c07c
Fixed jinja templates and translation in login page
2019-09-23 15:29:25 -03:00
Suraj Shetty
33a99f2392
feat: Show signature placeholder in print view ( #8354 )
2019-09-07 21:18:15 +05:30
Marica
d33d2ee60e
fix(minor): Changed error message display in printview ( #8200 )
...
* fix(minor): Changed error message display in printview
* fix: Check for HTML on creation of Print Format
The printview will remain as it is.
Validation of HTML while Custom Format is checked and Raw Printing isn't checked in Print Format.
* fix: Improved handling of no template found in Printview
User will see 'No preview found' instead of error prompt with path in it
Validation on Print Format refactored slightly.
* Codacy fixes
2019-09-05 15:02:15 +05:30
Suraj Shetty
9068c17c61
Merge pull request #8162 from govindsmenokee/patch-6
...
fix: 2FA qrcode generation error
2019-09-03 10:56:24 +05:30
Sahil Khan
9b65a7c4a1
Merge branch 'version-12-hotfix' into merge_v12_hotfix_1
2019-08-20 16:09:39 +05:30
mergify[bot]
8760f0f3b7
Merge pull request #8149 from scmmishra/remove-background
...
refactor: Remove background fields from user
2019-08-12 04:36:57 +00:00
Govind S Menokee
45a9c35307
fix: 2FA qrcode generation error
...
Fixed decoding issues so as to facilitate proper comparison of strings durin qrcode generation for 2FA.
2019-08-12 02:02:07 +05:30
Shivam Mishra
4492dbfc38
refactor: remove code related to background image
2019-08-09 10:42:03 +05:30
deepeshgarg007
037f231d3c
fix: Add prefix print in attribute names
2019-08-07 18:10:58 +05:30
deepeshgarg007
bf39e34958
fix: Add prefix print in attribute names
2019-08-07 18:08:43 +05:30
deepeshgarg007
020dd9ef58
fix: Headings and line breaks not seen in print formats
2019-08-07 15:10:58 +05:30
deepeshgarg007
9e278c83c6
fix: Headings and line breaks not seen in print formats
2019-08-07 15:08:40 +05:30
gavin
b5ab59ad6e
feat: Access log ( #8014 )
...
* feat: Access log doctype for logging information about private file
downloads, backups downloads, printing and exporting data
* updated: access log
* updated: formattted access_log.js
* access logging: print/pdf/pvt files/export/backup
client side implementation: treeview, query_report
server side implementation on the rest
* fixes: codacy errors
* Update response.py
* Update response.py
* Update response.py
* codacy: please
* travis fixes
* changes:filters=>_filters(lol this works @ times?)
added: tests for access_log, make_access_log formatting, form ui added
buttons
* this hopefully fixes em tests
* changes: fixed indents, session.user, formatting
* fixes: tests, refactor, permissions
emerging from exporter.py => reference doctype in export_data (check
format!)
* fixes: convert dict to json
* changes: added more tests, wrote lesser code?
switched js to display depends on
* fixes: codacy and hopefully travis
* fix: tests? and polishing up
* added column field, removed tracked views
changed access log in exporter.py > export_data
added access log in reportview.py > export_query
* style: Fix indentation
* style: Fix indentation
* fix: Remove problematic string replace
It may replace quotes in the actual filter values which can result in invalid JSON
* fix: Remove filter string conversion
* fix: Error due to quote escapes
TODO: Check for a better way
2019-08-06 10:24:55 +05:30
Faris Ansari
c33f7f1e45
fix: Pick sitemap host from request ( #8071 )
2019-08-02 12:42:00 +05:30
Faris Ansari
636d9442e2
fix: Pick sitemap host from request ( #8072 )
2019-08-02 12:41:53 +05:30
Harshit
d4bf5b6d38
fix: Change reset password button label ( #7958 )
2019-08-01 12:55:58 +05:30
cameron
98bdb12755
add group ldap settings
2019-07-15 19:02:57 +08:00
Faris Ansari
2f7b7b02ac
fix: Retain list_context object ( #7848 )
...
list_context object was lost between update_context_from_module calls
2019-07-06 13:40:02 +05:30
mergify[bot]
0540645ecc
Merge pull request #7790 from deepeshgarg007/webform_fix_v3
...
fix: List context fixes in web form
2019-07-03 06:13:30 +00:00
deepeshgarg007
e789f6e601
fix: List context fixes in web form
2019-06-28 22:23:06 +05:30
Himanshu
9067f7adec
fix(Print): Set Document Language ( #7746 )
2019-06-28 14:12:08 +05:30
Faris Ansari
4a66d5284e
Merge pull request #7408 from scmmishra/web-form-refactor
...
Web Form Refactor
2019-06-25 18:52:09 +05:30
gavin
7b7289431e
fix: Title on web list view ( #7728 )
2019-06-19 20:37:36 +05:30
Nabin Hait
b375ee9eef
fix: merge conflict
2019-06-18 18:45:21 +05:30
Shivam Mishra
3b2c385d2b
style: linting fixes
2019-06-07 12:34:10 +05:30
Shivam Mishra
c85b76aeaa
Merge branch 'develop' of https://github.com/frappe/frappe into web-form-refactor
2019-05-23 19:42:39 +05:30
Rushabh Mehta
84201b9d3b
Merge pull request #7300 from rohitwaghchaure/feat_force_user_to_reset_password_develop
...
feat: force user to reset password after x days
2019-05-23 15:00:31 +05:30
Shivam Mishra
affa6b17e3
chore: replaced ast.literal_eval with json.loads in prepare filter
2019-05-23 13:09:20 +05:30