frappe

Low code web framework for real world applications, in Python and Javascript

MIT License

Stars
6.4K
Committers
689

Bot releases are hidden (Show)

frappe - Release v11.1.50

Published by sahil28297 about 5 years ago

  • fix(security): Remove 'ignore_permission' from in form_dict
  • fix: Pass no_letterhead to download_multi_pdf
  • fix: update depends_on check
  • fix: "Ignore User Permission" check visibility - It should be only visible if fieldtype is Link or Dynamic Link
  • fix: Button should be visible even with only Read perm
  • fix: Add prefix print in attribute names
  • fix: Headings and line breaks not seen in print formats
frappe - Release v12.0.5

Published by sahil28297 about 5 years ago

  • Revert " fix(comments): Remove size restriction on _comments column"
  • fix(comments): Remove size restriction on _comments column
  • fix: Use text-light instead of text-color for timeline text
  • Fix: Add translation function to strings (#8023)
  • fix: Data in preview table
  • fix(link-preview): Get preview fields on server side
  • chore: Enable few eslint rules to enforce consistent code (#8082)
  • fix(s3_backups): iterate on objects if objects are available
  • fix: import error
  • fix: Add check for empty array
  • Update receive.py
  • fix: added null check for contact attributes
frappe - Release v11.1.49

Published by sahil28297 about 5 years ago

  • chore: Enable few eslint rules to enforce consistent code (#8083)
  • fix: Add check for empty array
  • Update receive.py
  • fix: reportbuilder errorediting childtable fields
frappe - Release v12.0.4

Published by sahil28297 about 5 years ago

  • fix: Blacklist iframe from sanitize_html (#7982)
  • fix: Pick sitemap host from request (#8071)
  • fix(patch): empty file_url if file does not have file_url (#8074)
  • fix: Add breadcrumbs in Pages (#8057)
  • fix: Disable drag-n-reorder in mobile (#8067)
  • fix: Change reset password button label (#7958)
  • fix(background-jobs): Show status of scheduler in background-jobs page
  • fix(doctor): Show status of scheduler in bench doctor
  • fix: Module check in get_desktop_settings (#8053)
  • fix: Enqueue personal data file generation for faster response (#7977)
  • fix(search): Reduce restrictions on field contents
  • fix(security): Sanitize fields list, group_by and order_by clause to prevent SQLi
  • fix(security): Make Jinja Tighter
frappe - Release v11.1.48

Published by sahil28297 about 5 years ago

  • fix(background-jobs): Show status of scheduler in background-jobs page
  • fix(doctor): Show status of scheduler in bench doctor
  • fix(search): Reduce restrictions on field contents
  • fix(security): Sanitize fields list, group_by and order_by clause to prevent SQLi
  • fix(security): Make Jinja Tighter
frappe - Release v12.0.3

Published by sahil28297 about 5 years ago

  • fix: New File from awesomebar
  • fix: Add "fix_public_private_files" patch entry
  • fix: add document meta fields in webhook selection
  • fix: Check private file permissions for all docs
  • fix: translations for fields in webform list (#8026)
  • fix: uploading files for web forms
  • fix: not able to sace chat room
  • Update rename_events_repeat_on.py
  • patch: optimize patch
  • feat: only show open events
  • Update rename_events_repeat_on.py
  • fix: test case for customize form
  • fix: codacy
  • feat: add status to event
  • fix: typo
  • patch: migrate to newer repeat_on
  • fix: validate dates only if starts_on and ends_on
  • fix: show events on the correct day
  • fix: redirect for OAuth
  • fix: remove google calendar fields
  • tests: fix repeat_on frequency
  • chore: align sql query
  • feat: make events great again
  • fix: Check wrong OpenID's spec email claims
frappe - Release v11.1.47

Published by sahil28297 about 5 years ago

  • fix: added null check for contact attributes (#8048)
  • fix: add document meta fields in webhook selection
  • fix: translations for fields in webform list (#8025)
  • fix: redirect for OAuth
frappe - Release v12.0.2

Published by sahil28297 about 5 years ago

  • Revert "fix(security): Make jinja rendering tighter"
  • Revert "fix(security): Disallow unnecessary characters in group_by and fields"
  • fix: date comparison fix
  • fix: removed dynamic value in default parameter
  • fix: end date for auto repeat
  • fix: added default parameters in make_auto_repeat
  • fix: Unknown string format:', u'Total'
  • fix(dashboards): Map Chart Type Average to aggregate function AVG (#8006)
  • fix: list view filter not showing defaults
  • fix: tests
  • refactor: translated table headings
  • fix: codacy fixes
  • fix: codacy fixes
  • fix: reload to reflect the session defaults
  • fix: clear session defaults if prompt field is cleared
  • fix: session default not set in listview filter
  • fix: added filter for doctype in Session Default Settings
frappe - Release v11.1.46

Published by sahil28297 about 5 years ago

  • Revert "fix(security): Disallow unnecessary characters in group_by and fields"
  • Revert "fix(security): Make jinja rendering tighter"
  • fix: Unknown string format:', u'Total'
  • style: Remove unwanted space
  • fix: Allow amending canceled docs even if they have workflow enabled (#7673)
  • fix: Blacklist iframe
  • fix(xss): Escape pathname to prevent XSS
frappe - Release v12.0.1

Published by sahil28297 about 5 years ago

  • fix: Typo
  • fix: Patch to create file in right location
  • fix(security): Disallow unnecessary characters in group_by and fields
  • fix: more button visibility bug
  • fix(security): Make jinja rendering tighter
  • fix: more url fixes
  • fix: urls for changelog
  • fix(travis): Use frappe/bench
  • fix(commnds): Raise CalledProcessError if process returns non-zero exit code
  • fix(travis): Run setup requirements before running node socketio.js
  • fix(travis): Build app before cypress tests
  • fix(travis): No need to disable scheduler with cli
  • fix(travis): Activate socketio
  • perf(travis): Faster cypress tests
  • fix(travis): Remove unused files
  • fix(tests): Raise CalledProcessError if run-ui-test errors
  • fix(travis): execute bench build before cypress tests
  • fix(travis): Run cypress tests headlessly
  • perf(travis): Use npm cacher
  • fix(travis): No stage named after_install
  • fix(travis): Remove TYPE environment vairable
  • fix(travis): Reach bench directory before executing bench commands
  • fix(travis): Remove shell scripted if condition
  • perf(travis): Use yarn cacher
  • fix(travis): Include UI tests
  • fix(travis): Use database specific site_config.json files
  • fix(travis): Handle postgres builds as well
  • fix(travis): Create Build Matrix
  • fix(travis): Use MariaDB 10.3 instead of MySQL
  • fix(travis): Run Python 2.7 and Python 3.6 builds
  • perf(travis): Use --depth 1 while performing git clone
  • fix(travis): Add test_site to hosts
  • perf(travis): Use pip cacher
  • fix(travis): Build frappe assets
  • fix(travis): Install wkhtmltopdf
  • fix(travis): Do not sleep for 10 seconds
  • fix(travis): Do not run unnecessary processes
  • fix(travis): SET required MariaDB variables
  • fix(travis): Set mysql root password to 'travis'
  • fix(travis): Drop ~ in favour of .
  • fix(travis): Change working directory to ~
  • fix(travis): Rearrange commands
  • fix(travis): Remove unncessary actions
  • fix(travis): Do not build assets
  • fix(travis): Clone bench repo
  • fix(travis): sudo is unncessary here
  • fix(travis): Let's go pro here
  • fix(travis): Defer installing coveralls
  • style: Use similar SQL syntax
  • fix(travis): Remove unncessary installations
  • fix(travis): Remove install.sh and run-tests.sh
  • fix(travis): Reduce Clutter
  • fix: added tests and few fixes
  • fix: Check is_private when checking for duplicates (#7957)
  • feat: Option to skip failing patches in migrate (#7959)
  • fix: auto check only if one value
  • fix: multiselect
  • fix: remove auto check of multiselect values
  • fix: do not check result items
  • fix: codacy fixes
  • feat: Session Defaults
frappe - Release v11.1.45

Published by sahil28297 about 5 years ago

  • refactor: translated table headings (#7991)
  • fix: Check wrong OpenID's spec email claims
  • fix(security): Disallow unnecessary characters in group_by and fields
  • fix(tests): Use frappe.conf.host_name instead of localhost
  • fix(security): Make jinja rendering tighter
  • fix(travis): Build app before running tests
  • fix(travis): Update site_config.json
  • fix(travis): Use travis optimizations
  • fix(travis): Remove unused processes from Procfile
  • fix(travis): Reinstall site after bench start
  • fix(travis): Use MariaDB 10.3
  • fix(travis): Do not use use_site
  • fix(travis): Install coveralls after tests
  • fix(travis): Remove usage of install.py
  • fix(travis): Remove unused files and directories
  • fix(travis): Remove unnecessary steps
  • fix: auto select only if one value
  • fix: multiselect autocheck
frappe - Release v11.1.44

Published by sahil28297 about 5 years ago

  • feat: enabled translations for web_forms (#7939)
  • fix(File): initial value must be string (#7932)
frappe - Release v11.1.43

Published by sahil28297 over 5 years ago

  • fix: Show totals in Auto Email Report if enabled
  • fix: Render list count with children
  • Minimalist code.
  • Fix to previous rushed commit. Unnecessary exception handling - not informative.
  • Another way to fix issue and get around codacy warning.
  • Fix LDAP group iteration bug #7891 .
  • put transaction begin back in
  • delete tests, for sure ;)
  • remove tests
  • fix transactions
  • fix for version 3
  • get ldap3 installed for testing
  • intall ldap3module for travis
  • bug fixes converted tests
frappe - Release v11.1.42

Published by sahil28297 over 5 years ago

  • fix: filters not working for the multi select dialog
  • fix: Fetch color in all views (#7885)
  • fix: Get cached value only if field present in doc
  • Update database.py
frappe - Release v11.1.41

Published by sahil28297 over 5 years ago

  • fix:Do not submit comments if timeline does not exists
  • fix: add descriptive comments
  • fix: rendering results on filter
  • fix: Format values by passing fieldtype
  • fix: show version
  • fix: added check for ldap_settings in login.js before enabled check
frappe - Release v11.1.40

Published by sahil28297 over 5 years ago

  • fix: added option to show indentation (#7856)
  • fix: Upgrade datatable
  • fix: Inline graph for rtl languages (#7838)
  • fix: Custom fields order error in fixtures (#7806)
  • fix(integrations): Social Login Keys
frappe - Release v11.1.39

Published by sahil28297 over 5 years ago

  • fix: calendar view routing
  • fix(dropbox): Increase ReadTimout to 60 seconds (#7823)
  • fix: not able to save event because of customized event category
  • refactor: added missing translation functions (#7818)
  • fix: show header for multiselect
  • fix: add permission for system manager
frappe - Release v11.1.38

Published by sahil28297 over 5 years ago

  • fix: Default currency for Mozambique
  • fix: get_form_link display name (#7802)
  • fix: update self after db.set_value
  • fix(Print): Set Document Language (#7745)
  • fix(link): Show right arrow after Link Field (#7779) (#7785)
  • fix: report export in excel (#7769)
frappe - Release v11.1.37

Published by sahil28297 over 5 years ago

  • fix: Use set_value instead of db_set (#7754)
  • fix: Update datatable to 1.13.4 (#7764)
  • fix: Encode path before passing to urllib.quote (#7757)
  • feat(ux): Save document with any unpublished comments (#7357)
  • fix: Link control route (#7744)
  • fix: Total row currency formatting
  • fix: Remove newlines
  • fix(QueryReport): Better check for route_options
  • fix: Handle AttributeError when adding seen
  • fix: Rounding behavior in Python 3 (#7741)
  • Update communication.py
  • fix: set sender_name or sender_email
  • fix: Check for invalid_conditions for manually set fieldtype
  • fix: Add invalid conditions for Check fieldtype
  • refactor: Remove redundant code
  • fix: follow redirect-to query parameter after login
  • fix: Use hasattr instead of get
  • fix: Assign exception_type only if exception name available
  • feat: Server side error handlers
  • fix: Do not send mail
  • fix: Do not send password update notification to disabled users
  • feat: Allowed custom list docfields as setters in multi-select-dialog
  • tabs
  • tabs
  • tabs again
  • cleanup tabs etc
  • remove default and fix role additions
  • fix: add callback for allowing user added social logins
  • codacy again
  • codacy fixes
  • change default
  • ldap group mappings
  • add group functionality, refactor