RogueRonin
4776011cbc
check whether the used filters were really parseable and usable and did not just result in an empty string or dict ( #3822 )
vor 8 Jahren
Rushabh Mehta
8bc72a1255
[minor] list is extensible
vor 8 Jahren
Makarand Bauskar
fc715efdbb
[hotfix] fixes for AttributeError: 'NoneType' object has no attribute 'split' ( #3840 )
* [hotfix] fixes for AttributeError: 'NoneType' object has no attribute 'split'
* [tests] added test cases for not in and in filters
vor 8 Jahren
B H Boma
8f68d252f0
[fix]Email being sent after each failed login
vor 8 Jahren
B H Boma
746c2d6ac8
Tests for twofactor
vor 8 Jahren
Makarand Bauskar
465d6b3431
[minor] fixes in frappe.client.get_value method ( #3830 )
vor 8 Jahren
Makarand Bauskar
20145b231e
[minor] check if user exists or not ( #3831 )
* [minor] check if user exists or not
* [minor] remove the User Permission Link from module view
vor 8 Jahren
Aditya Hase
774c5fd2c6
Replaced mixed usage of tabs and spaces for indents with tabs only ( #3828 )
vor 8 Jahren
Nabin Hait
89860d7ef3
Update user permissions only if record if present ( #3820 )
vor 8 Jahren
Makarand Bauskar
ecaf4f6cd1
merged hotfix branch into staging ( #3821 )
* [hotfix] Linked with and List item click (#3803 )
* [hotfix] Linked with and List item click
* Run a single test using Test Runner
* Add test for Linked With
* [minor] List view fixes
* bumped to version 8.6.3
* [Fix] Getting an error datetime.datetime is not iterable during importing purchase invoice data (#3818 )
* Update quick_entry.js (#3815 )
Fix typo
* bumped to version 8.6.4
vor 8 Jahren
Rushabh Mehta
ece91d903c
[docs] simplified docs home
vor 8 Jahren
Rushabh Mehta
e75dc25a72
[minor] show breadcrumbs in mobile view
vor 8 Jahren
Rushabh Mehta
590310091b
[docs] remove {{docs_base_url}}
vor 8 Jahren
Rushabh Mehta
8f2b001bd0
[docs] add headings
vor 8 Jahren
mbauskar
b1e70892d3
Merge branch 'master' into develop
vor 8 Jahren
mbauskar
0e92ffc108
Merge branch 'hotfix'
vor 8 Jahren
mbauskar
99317b2f65
bumped to version 8.6.4
vor 8 Jahren
Faris Ansari
343af6af46
Hide links in pdf ( #3814 )
* Hide links in pdf
* Show footer in print preview
vor 8 Jahren
Aditya Hase
928ebb66a6
Replaced HTMLParser imports with six.moves.html_parser ( #3812 )
vor 8 Jahren
Aditya Hase
839874b357
Redefine lambdas to accept multiple args instead of a packed tuple ( #3811 )
Unlike Python 2, Python 3 does not automatically unpack arguments
to lambdas passed as a tuple into named arguments.
Redefinining lamdas to accept separate arguments instead of a
tuple allows them to work in both Python 2 and 3.
vor 8 Jahren
Aditya Hase
d3395dfd28
Replaced StringIO and cStringIO imports with six.StringIO ( #3810 )
StringIO and cStringIO modules are replaced with io.StringIO in
Python 3. six.StringIO is an alias for StringIO.StringIO in
Python 2 and io.StringIO in Python 3
vor 8 Jahren
Makarand Bauskar
e6e16d112b
[minor] set apply_for_all_roles to 1 in update user permissions patch ( #3809 )
vor 8 Jahren
Faris Ansari
f3f21554b2
Email footer refactor ( #3807 )
* Email footer refactor
* styling fixes
* Unsubscribe message
* fix test
vor 8 Jahren
Aditya Hase
bab692ff59
Replaced mixed usage of tabs and spaces for indents with tabs only ( #3813 )
Python 3 (PEP 8) strictly disallows mixed use of tabs and spaces
for indentation
frappe innstalltion only throws error on frappe/utils/jinja.py as
of now but the rest are almost equally likely to fail, so changed
all of them in one commit
vor 8 Jahren
ci2014
c4292ac6a4
Update quick_entry.js ( #3815 )
Fix typo
vor 8 Jahren
rohitwaghchaure
4396cbd0cc
[Fix] Getting an error datetime.datetime is not iterable during importing purchase invoice data ( #3818 )
vor 8 Jahren
ckosiegbu
08743b8100
Changes to OTP settings in System Settings
vor 8 Jahren
ckosiegbu
8265acfa1d
Correcting issue with System Settings json file
vor 8 Jahren
ckosiegbu
86bfd7bf68
Merge branch 'develop' into twofactor
vor 8 Jahren
ckosiegbu
6b06f9e943
Various fixes. Barcode email now sent only once instead of on each login.
vor 8 Jahren
ckosiegbu
4cf4bb38ea
Merge branch 'twofactor' of https://github.com/manqala/frappe into twofactor
vor 8 Jahren
B H Boma
94cc69dfa5
[WIP]Add QRCode email feature
vor 8 Jahren
mbauskar
11da197bba
resolved merge conflicts
vor 8 Jahren
mbauskar
e377e420a5
Merge branch 'hotfix'
vor 8 Jahren
mbauskar
04aa13fc9b
bumped to version 8.6.3
vor 8 Jahren
Rushabh Mehta
f0f16ff815
[fix] save last route on error so user logs in to the correct page, fixes frappe/erpnext#8174
vor 8 Jahren
Rushabh Mehta
df66dfe941
[fix] render.py for home
vor 8 Jahren
Rushabh Mehta
50d06d1202
[minor] sitemap.xml is also programmable
vor 8 Jahren
Rushabh Mehta
f609a478ae
[refactor] user permissions ( #3713 )
* [refactor] user permissions
* [fix] tests
* [ux] user-permissions
* [minor] cleanup system settings
* [minor] end progress
vor 8 Jahren
Faris Ansari
67277507f0
[hotfix] Linked with and List item click ( #3803 )
* [hotfix] Linked with and List item click
* Run a single test using Test Runner
* Add test for Linked With
* [minor] List view fixes
vor 8 Jahren
Rushabh Mehta
c519122929
[docs] Build docs in an app ( #3796 )
* [docs] to be rendered in website
* [docs] generating-docs.md
* [fix] codacy
* [docs] minor updates
* [fix] routing
vor 8 Jahren
Rushabh Mehta
9214e0f7fc
[fix] flake8 verison
vor 8 Jahren
Rushabh Mehta
5fcd0255f9
[fix] subject
vor 8 Jahren
Prateeksha Singh
7fa8148d33
Graph additions ( #3776 )
* remove hardcoded height and width
* [graph] relative measures, offsets, generalise all base jobs
* Multiple datasets! (individually colored)
* [graph] Tooltips
* [graph] animate and change values
* [graph] percentage graph
* [graph] custom height, window resize refresh
* [graph] style changes
* [graph] update docs
* [graphs] make graphs.less
* [graphs] prefix classes with 'graph-', nest inside parent class
vor 8 Jahren
ckosiegbu
cbee42f2d6
Merge branch 'develop' into twofactor
vor 8 Jahren
B H Boma
636792489c
[fix]Prevent future of qrcode if user login
vor 8 Jahren
B H Boma
dcee43f646
Settings to send Qrcode as email to user
vor 8 Jahren
Saurabh
0b2ad25420
Merge branch 'master' into staging
vor 8 Jahren
Saurabh
d384722839
Merge branch 'master' into develop
vor 8 Jahren
Saurabh
a7fd1691f8
Merge branch 'hotfix'
vor 8 Jahren