Commit graph

3683 commits

Author SHA1 Message Date
Ankush Menat
6e0b256afa chore: remove py2 specific code from boilerplate
(cherry picked from commit a617348a79)
2021-05-04 05:11:20 +00:00
Ernesto Ruiz
8fdb69cc75 fix: Make strings translatable (#13046)
Co-authored-by: Mohammad Hasnain Mohsin Rajan <hasnain2808@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
(cherry picked from commit b0af8886d5)
2021-05-03 04:10:21 +00:00
Suraj Shetty
ad3149c733 fix: Bust user / user group cache on change
(cherry picked from commit 959b27ef0e)
2021-05-03 04:03:22 +00:00
Frappe Bot
e2729c65ea refactor: Delete Qunit test files
Since it is no longer used

(cherry picked from commit d30596b15e)
2021-04-28 03:46:23 +00:00
Faris Ansari
b2302bab09 fix: Pass score to ace to let it handle sorting 2021-04-27 14:54:36 +05:30
Faris Ansari
58f1db0417 fix: remove hardcoded value 2021-04-27 14:54:36 +05:30
Faris Ansari
a877747261 fix: Include all keys and sort by score 2021-04-27 14:54:36 +05:30
Faris Ansari
43f3ba3cba fix: Add autocompletion items in Server Script
- API to add autocompletion items in Code field
2021-04-27 14:54:36 +05:30
prssanna
5fd856db27 fix: aggregate column in auto email report 2021-04-27 14:54:36 +05:30
Rohan Bansal
3142723d41 feat: manage Python 3 compatiblity with dependencies 2021-04-27 14:54:34 +05:30
Sagar Vora
bc1b928d73 fix: cannot read property doc of undefined (#12891) 2021-04-27 14:54:33 +05:30
barredterra
72dc556bb3 fix: make Default Email Template a link field 2021-04-27 14:45:47 +05:30
barredterra
eac90c26d1 feat: default_email_template 2021-04-27 14:42:55 +05:30
mergify[bot]
c4d95ecafb
Merge pull request #12827 from anupamvs/data-import-issues
fix: don't allow user to remove/change data source file in data import
2021-04-16 03:33:26 +00:00
mergify[bot]
e36d9283af
Merge pull request #12534 from CaseSolvedUK/qr-cols-v13
feat: allow query/custom reports to save custom data in the json field
2021-04-16 02:36:19 +00:00
Suraj Shetty
a2af812dfb
Merge pull request #12844 from surajshetty3416/group-mentions 2021-04-15 16:38:45 +05:30
Suraj Shetty
7d335a9bef fix: Make group mention clickable 2021-04-15 16:22:17 +05:30
Suraj Shetty
1bfeafca5f fix: Check if data-is-group should be true before getting doc 2021-04-15 16:08:18 +05:30
Suraj Shetty
f71a6c09f5 fix: Sync user groups realtime 2021-04-15 14:53:01 +05:30
Suraj Shetty
4f8ced5b1b fix: Remove unnecessary field 2021-04-15 14:27:41 +05:30
Suraj Shetty
8a5e8b53e8 fix: Make group_name and user group members mandatory 2021-04-15 14:22:52 +05:30
Suraj Shetty
9830406afa test: Add test to check group mentions 2021-04-15 11:55:48 +05:30
Rohit Waghchaure
b33ae71fa5 fix: travis patch while creating limited access user type 2021-04-13 18:48:00 +05:30
Rushabh Mehta
3d22019b98 fix(minor): dynamically changing grid properties 2021-04-13 11:52:57 +05:30
Suraj Shetty
a1190a0c4a feat: Add option to mention a group of users 2021-04-12 16:35:11 +05:30
Rohit Waghchaure
d929d8cba2 fix: patch travis 2021-04-12 14:04:08 +05:30
rohitwaghchaure
d10861bf21
Merge pull request #12828 from rohitwaghchaure/fixed-user-type-patch
fix: user type patch
2021-04-11 16:59:22 +05:30
Rohit Waghchaure
0bc74cc89b fix: user type patch 2021-04-11 10:12:04 +05:30
Anupam
4c787effc6 fix: don't allow user to remove/change data source file in data import 2021-04-11 01:52:43 +05:30
casesolved-co-uk
15b3cc890f feat: allow query/custom reports to save custom data in the json field 2021-04-09 14:01:48 +00:00
Leela vadlamudi
e5d3aac707
Merge pull request #12693 from leela/notifications-into-timeline
feat: Include automated mail notifications in timeline
2021-04-08 20:38:29 +05:30
Prssanna Desai
b5a8d9a295
Merge branch 'develop' into perm-check-on-report-status-change 2021-04-08 19:04:23 +05:30
mergify[bot]
0bf28cf059
Merge pull request #12722 from shariquerik/show-users-attachments-only-fix
fix: Only allow user's attachments to show in attachments tree
2021-04-08 10:38:28 +00:00
leela
ace1edae56 test: authorization test for Report status toggle 2021-04-08 15:43:28 +05:30
shariquerik
0affa16f14 test: permission fix 2021-04-08 15:11:54 +05:30
leela
455f0b9483 fix: Check permissions on report status change API
Authorization check is added before aloowing user to modify the report
status (enable/disable).
2021-04-08 14:55:04 +05:30
shariquerik
669012569b fix: sider fix 2021-04-08 14:39:14 +05:30
shariquerik
238ba99af7 test: Added test case 2021-04-08 14:19:12 +05:30
Suraj Shetty
f53c09ada2
Merge branch 'develop' into custom-user-type-feat 2021-04-05 19:01:42 +05:30
Suraj Shetty
ddac4dd504
style: Fix invalid translation string 2021-04-05 18:37:14 +05:30
leela
5c2bda478c Refactor(Improv): Include automated mail notifications in timeline
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +05:30
Rucha Mahabal
689a57b2c2 fix: typo 2021-04-04 19:46:02 +05:30
Rucha Mahabal
b3066f3702 test: docshare with submit permission 2021-04-04 17:07:52 +05:30
Rucha Mahabal
d2c81925b0 feat: DocShare with Submit 2021-04-04 16:14:07 +05:30
Suraj Shetty
1bfd5c8a87
Merge branch 'develop' into todo-access-fix 2021-04-02 13:03:10 +05:30
Rohit Waghchaure
9dd0840520 fix: delete permission not working 2021-04-01 16:05:59 +05:30
Rohit Waghchaure
bc2586e205 fix: added select perm for child table doctypes 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
2e1988a5db fix: all role showing for the custom doctype 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
dd816a4f7d code clean-up 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
fe06011fac fix: user none not found 2021-04-01 13:54:11 +05:30