Commit graph

233 commits

Author SHA1 Message Date
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
Saurabh
0262f4e334
Merge pull request #7495 from cjpit/ldap3develop
feat: ldap3 rewrite
2019-05-21 12:19:34 +05:30
Rushabh Mehta
9c4e1eea5c fix(print): semantic nested lists for text editor 2019-05-20 18:58:32 +05:30
Rushabh Mehta
b19f84120c fix(link-preview): show preview only if setup and cleanup style 2019-05-16 10:24:43 +05:30
cameron
7c8cd45bbf ldap3 changes 2019-05-15 16:35:00 +08:00
Saurabh
abe1defb25
Merge pull request #7463 from rmehta/remove-feedback-trigger
BREAKING CHANGE: remove Feedback Trigger and Feedback Rating, this was not very configurable and can now be done better with Web Forms
2019-05-14 15:18:44 +05:30
Faris Ansari
b71a6363e5 fix: Change frappe.call to POST 2019-05-14 13:17:34 +05:30
Rushabh Mehta
3d26d2dd22 BREAKING CHANGE: remove Feedback Trigger and Feedback Rating, this was not very configurable and can now be done better with Web Forms 2019-05-13 14:18:02 +05:30
Rohit Waghchaure
408b46acb4 Updated expired message 2019-05-11 16:31:10 +05:30
Suraj Shetty
901a9b9a1c
Merge pull request #7210 from josejibin/fix/oauth2-login-python3
fix: Social login in Python3
2019-04-29 13:38:18 +05:30
Faris Ansari
766e26ac5f
feat: Index all web pages for search (#7322)
* feat: Index Web Pages for search

- Walks and indexes all webpages in global_search

* test: Web Page Indexing
2019-04-26 12:41:17 +05:30
Rushabh Mehta
6af03aa129 fix(style): cleaner style for form sidebar and other minor cleanups 2019-04-23 08:28:32 +05:30
karthikeyan5
8397383dd6 fix(Raw Printing): fixes as per PR review
> fixing confusing naming in the UI and calling it "Raw Print"
> used import for sha256 library
> changed the Print Preview message for raw print
> same possible codacy fixes
2019-04-16 15:40:56 +05:30
karthikeyan5
92b8d82f94 fix(raw printing): codacy issues 2019-04-16 15:40:56 +05:30
karthikeyan5
043c413571 fix(Raw Printing): fixing code standard 2019-04-16 15:40:56 +05:30
karthikeyan5
70c256f81b feat(Raw Printing): Adding Support for qz-tray 2019-04-16 15:40:56 +05:30
Rushabh Mehta
41e1b6ab3b fix: dashboard charts with empty ranges and tests 2019-04-15 10:16:56 +05:30
Frappe Bot
629a5e502a Merge branch 'master' into develop 2019-04-07 09:03:27 +00:00
jibin jose
5cec97a0a2 Fix social login in Python3
In Pyhton3, requests response content is in bytes type. So decoder
have to handle both `str` and `bytes` to make it compatible with
both python 2 and 3
2019-04-05 16:41:25 +05:30
Kenneth Sequeira
dbd64f0789 added option to view password 2019-04-02 00:11:11 +05:30
Kenneth Sequeira
80b78c576f feat: View Password On Login Page (#7148) 2019-03-29 19:23:39 +05:30
Faris Ansari
7560d90f5d fix: Add contact to sitemap 2019-03-19 20:34:28 +05:30
Faris Ansari
467bd8a8ad fix: Remove no_sitemap flag 2019-03-19 20:34:19 +05:30
Faris Ansari
479e0c979f fix: Cache sitemap_routes 2019-03-19 16:17:51 +05:30
Faris Ansari
51ece4a920 feat: Flip sitemap switch
BREAKING CHANGE
A route is added to the sitemap if no_sitemap is not set.
This PR reverses this design. Because sitemap should contain publicly accessible pages and not utility pages.
Also, having lots of utility pages on sitemap does more harm than good.
2019-03-19 15:12:28 +05:30
Rushabh Mehta
b6d2e61ff0 fix(style): frappe theme colours in bs4 and minor fix 2019-03-15 12:03:35 +05:30
scmmishra
d97352c7ad fix (webform): Fixed filters in web_from frid view 2019-03-06 14:45:41 +05:30
Faris Ansari
5d1ecb2e47 fix: Global Search fixes
- Update title, route and published in sync_value
- Update search_template for BS4
2019-03-03 00:27:13 +05:30
Faris Ansari
e411a1343a fix: Remove old style theming
- Remove Text Style section and fields
- Remove website_theme.css
- Add Configure Theme helper dialog to build a theme quickly
2019-02-26 23:10:06 +05:30
Faris Ansari
5a96fc70de Merge branch 'develop' of https://github.com/frappe/frappe into website-bootstrap-4 2019-02-20 19:25:25 +05:30
Frappe Bot
bfc25ad1e5 Merge branch 'master' into develop 2019-02-15 10:21:47 +00:00
Faris Ansari
2fd6cd65f5 fix: Permlevel check in Print
Stupid check hides fields with permlevel > 0 no matter who has access
2019-02-15 12:48:33 +05:30
Faris Ansari
917f7c8419 fix: Clear server messages after Password Update 2019-02-14 15:31:01 +05:30
Faris Ansari
d5dd0e06f8 fix: Fallback for get_build_version 2019-02-13 17:47:44 +05:30
Faris Ansari
b6d5607ebc Merge branch 'develop' of https://github.com/frappe/frappe into website-bootstrap-4 2019-02-01 00:06:21 +05:30
Faris Ansari
428c52b99f fix: Bootstrap 4 class fixes 2019-01-31 19:37:43 +05:30
Sagar Vora
c8f23b4746 Merge branch 'master' into develop 2019-01-30 20:08:53 +05:30
Aditya Hase
13de5fa823 fix(search): Fix possible reflected XSS attack vector (#6856) 2019-01-30 14:16:54 +05:30
Sagar Vora
ef82f39f99 Merge branch 'staging' into develop 2019-01-29 18:24:11 +05:30
Rushabh Mehta
0a3aafbcbd fix: new frappe framework logo 2019-01-29 17:39:17 +05:30
Shivam Mishra
dad1c04aae feat: Deprecate In App Help (#6801)
* [feat] Removed help from toolbar.js

* [feat] Removed help from global search

* [feat] redirected search in help to docs website

[] Url needs to be configurable from hooks

* [Feat] Removed search functions for help

* [fix] Help links not redirecting

* [feat] Modified "Help" menu on desk toolbar

* [feat] Removed docs search from desk toolbar

* Removed Search from toolbar.js

* Removed /search_docs from website

* Removed help from migrate

* Deprecated help from command utils

* Removed help.py

* Removed help setup from travis.yml

* [fix] Fixed formatting issues

* [fix] Deleted commented code from toolbar.js

* [fix] Minor link fix

* [Fix] Fixed a small typo

* Removed docs_app dependency from pathces

* [fix] Removed commented code

* [fix] Typo in function name

* fix: remove commented code

* [fix] Changed 'Deprecated' message to 'Removed'

Removed will be the correct term instead of deprecated
2019-01-29 14:59:39 +05:30
Rushabh Mehta
f537d75946
feat: Allow website templates to have different base templates (#6811)
* feat: Allow website templates to have different base templates

* test: custom base template
2019-01-27 20:46:23 +05:30
Faris Ansari
fd3bb6159e fix: Deprecate profile page
- Route to My Account page
2019-01-26 16:09:30 +05:30
Aditya Hase
837bfc0995 fix(unicode): Import unicode_literals in every file (#6805)
* fix(unicode): Import unicode_literals in every file

* fix(unicode): Test if safe_json_loads return unicode instead of bytes
2019-01-25 11:56:27 +05:30
Aditya Hase
6b72faf44f style: Linting fixes (#6809)
* style: Remove unused imports

* style: Remove unused local variables
2019-01-23 16:39:55 +05:30
Saurabh
d5fdc670f7 Merge branch 'staging' into develop 2019-01-01 14:26:16 +05:30
Suraj Shetty
3ee5274161 fix(UX): General UI fixes and changes (#6672)
* Rename Sign In to Login

* Init settings module view

* Replace 'Make' with 'Create'

* Add more settings options

* Remove POS setting

* Fix frontend test

* Change text of login head

* Change login head text
2018-12-31 14:52:44 +05:30
Chinmay Pai
825b0120fa fix(login): redirect user from login page if already logged in (#6689)
* fix(login): redirect user from login page if already logged in

the user should not be able to access the login page if a user session already exists. closes #6500.

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>

* fix(test-website): fix website test

what is the point in writing tests if they don't really work/function as intended?

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>

* fix(regex): do not replace '\' in rules

that defeats the entire purpose of creating rules, wtf?

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>

* fix(test_website): change user using set_user()

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>

* redirect: prefix string with r to escape string literals

Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>
2018-12-31 13:46:55 +05:30
Zlash65
3ada55f9f8 fix assets for css for mobile build 2018-12-27 19:53:15 +05:30
Saurabh
2de5dfdbb3 Merge branch 'staging' into develop 2018-12-18 10:20:24 +05:30