* GSuite initial commit
* GSuite initial commit
* cleanups
* exception handle
* gsuite script: add doGet
* Add GSuite integration to the upload popup
* hide dialog fields if gsuite disabled
* move gsuite code to gsuite.js from upload.js
* documentation
* change name format
* typo on GSuite
* copy paste the file .gs
* fix:don't show gsuite when creating a file in filemanager
* add version to webapp
* add webapp default url
* move webapp to html fied
* fix rebase
* fixes for codecy
* [feature] domainify doctype, pages and roles
* [minor] added get active domain method to __init__
* [fixes] minor fixes in domainification and added test cases
* [minor] added checkbox-editor class to render the domains
* [minor] added checkbox_selector option
* [minor] added or_filters to filter restrict to domain doctype and roles
* [minor] fixed codacy errors
* First approach by making a control
* Implement multi select for child tables
* Basic UI and items fetch in place
* Multiselect with checkboxes
* Functional modal with filters and new_doc
* Map filter fields to target_doc
* pass json arrays instead of strings
* Get items from quotation (in SO) working
* [minor] fix link route in list
* [minor] cleanup
* Add date, select first by default
* map_docs test, default date field
* [minor][fix] make new button bug
* [minor] move map_docs to erpnext
* [minor] format dates
* added build.js
* js babelify and concat, css concat working
* less wip
* live reload css working
* css reload on less change working
* added watch_js
* setup file watcher only in dev mode, don't compile variables.less
* Minify js files using babili
- Add --minify flag
* Set minify to false as default
* [minor] Remove redundant code
* Used subprocess instead of os.system
- Also added experimental flag
* - Add controller for signature field, including buttons for save and reset
- Add library and style
* Add DB mapping for Signature field -> fix bug not saving
Add empty image, and auto load image when loading form
Add option for Signature field type on Doctype form
* Make field uneditable after submitting
* Remove console log and revert adding empty lines
* Update layout, remove edit mode/button, make save button compact. Refactor and use change event to trigger save.
* [cleanup] Signature Control
* [start] basic sidebar function
* remove flicker on fetch
* use promises for global and help results
* add summary view
* single modal, sidebar keyboard selection
* Placeholder and no_results state, result render prep
* Specific empty states, results template no longer special: thus remove reset(), forum results trial
* Add loading state
* more results working
* commonify more results, added images
* All nav results in modal, with recents
* use common utils in awesome bar
* UI fixes
* Remove forum results
* frappe/erpnext#8222frappe/erpnext#8264
* [list_settings] save last_view, kanban_board, gantt_mode
* listview.js cleanup
* image_view refactor
* image_view done
* wip
* [photoswipe] wip
* show view for calendar, kanban even if no results
* [gantt_view] refactor into separate file
* [imageview] 3 column border fix
* [imageview] gallery working
* delete old libs
* indentation to tabs
* [gantt] update lib, custom popup html
* custom fontawesome checkbox
* reset gantt state when not permitted
* checkbox styling fix
* working commit
* image, calendar, gantt view working
* more refactoring, kanban view
* minor
* removed old files
* user settings improved
* filters and sort selector de-coupling
* wip
* [imageview] white pswp background
* kanban filters saving fixed
* fixed reportview
* minor
* removed listing.js
* minor fixes and cleanup
* patch for UserSettings table
* patch fix
* [start] global search frappe/erpnext#6674
* [fix] setup before running test
* [start] global search frappe/erpnext#6674
* Display result as rudimentary list, rebuild old doctypes
* Media view, child tables, delete document updates, searchable fields
* More results UI
* Code clean up
* remove msgprint from document.py to resolve merge conflict
* Modularization stage 1, get show more to work with it
* Dedicated modal Search bar works, some clean up needed
* Can't data-dismiss on links, Bootstrap issue, use hashchange
* Accomodate missing field content syndrome
* Search in boolean mode, make GS default in awesome bar, fix double modal bug and cleanup
* Add in Meta
* Add in customize form
* Modularise Global Search
* Search object
* Commonify Search UI: Stage I
* II: save list state, UI, default condensed view, refactor
* Fix SQL bug, Refactor awesome bar, Fix unicode bug, add nav results
* Refactor using separate search objects, some async issues
* Fix async flow
* Fix preceding more list bug
* UI additions
* another async fix, back link
* Help: Stage I
* Help: Stage II
* Background jobs, fix route options bug
* Fix GS syncing on install
* Add GS options in awesome bar: test
* Input now remembers search type state
* More UI updates
* Add description for GS results in awesome bar
* Fix help modal bug
* Fix: not commit during install
* Test cases, some fixes
* Update in_test flag in enqueue
* Disable GS sync when not install_db
* Add flag check
* Disable field in child tables
* Cleanups
* Create table fix
* Fix redis exception, remove commit enqueue, add gs in migrate
* Fix tests
* Single enqueue
* cleanups
* Fix tests
* Fix event test
* Fix duplication, search as first option
* Add show name in global search
* fix event tests and desk.less
* Fix communication.json
* [fixes] wip
* [fix] tests
* [minor] for tests
* [minor] for tests
* [minor] for tests
* [minor] for tests
* [WIP] Address & Contacts fixes
* [minor] included sales partner in Addresses and Contacts report
* [minor] filters in address and contact query
* [minor] address and contact utils
* [kanban] wip
* [kanban] refresh views on kanban change, add kanban board to title, kanban cards draggable
* update field on column change, open form when clicked
* [kanban] refactor into new view KanbanView
* [kanban] minor
* [kanban] refactor into classes
* [kanban] refactor wip
* [kanban] Show Board button in kanban board
* [kanban] add card, move card
* [kanban] wip
* [kanban] filters wip
* [kanban] add new column wip
* [kanban] filters sort-of working
* [kanban] filters still not working, ugh
* another failed attempt :(
* [kanban] filters working, added quick edit for cards
* [kanban] add column partially working
* added assign to
* kanban using stores wip
* wip
* add card, add column working without refresh
* save filter button
* show card meta
* delete column
* fluxify data flow
* change:cards working
* delete changed to archive
* removed old store implementation
* restore column option
* edit card title, api cleanup
* kanban_column_order wip
* kanban column order wip2
* order save finished
* fix new card sorting
* cleanups
* fixed undefined card
* fixed refresh on list view change
* cleanups
* daterangepicker now as control for filtering
* rename daterange picker options
* cleanup name reference
* allow greater control of daterangepicker options
* Update data.py
comma + space
* [feature] help search modal
* add symlinks for docs assets
* update help links
* [ui] fix help dropdown in mobile view
* replaced {index} tags in help content, api for fetching help content
* help links open in help modal
* moved help content logic to py