Suraj Shetty
2f13aff6b8
fix: Update frappe logo
2020-08-31 13:05:42 +05:30
Suraj Shetty
73832edcec
refactor: Delete unwanted .less files
2020-08-26 21:40:30 +05:30
Faris Ansari
891456e1e6
Merge branch 'develop' into attach-files-to-doc-on-update
2020-08-21 13:33:41 +05:30
mergify[bot]
7f14c29911
Merge pull request #9751 from prssanna/prepared-report-button
...
feat(Prepared Report): System Setting to automatically delete old prepared reports
2020-08-18 05:50:39 +00:00
Rushabh Mehta
b09beb9147
fix(tests): cleanup
2020-08-17 09:41:54 +05:30
Rushabh Mehta
b4b620e738
fix(refactor): event_update_log - move code from document.py and cleanup hooks
2020-08-17 09:41:54 +05:30
Shivam Mishra
ef0182cf14
fix: remove generate theme fn from hooks
...
* ref - a6eae5665
2020-08-06 19:47:46 +05:30
Shivam Mishra
d2d37a1e04
feat: move whoosh full_text_search build to migrate from hooks
2020-08-06 19:47:46 +05:30
prssanna
a19d045f88
feat: add scheduler event to delete old prepared reports
2020-07-29 18:23:23 +05:30
Faris Ansari
10a5900ed3
fix: Attach files to the document if they are set programmatically
2020-07-27 19:47:46 +05:30
Sahil Khan
124db4170c
chore: set develop version as 13.x.x
2020-06-30 17:52:57 +05:30
Faris Ansari
a6eae56658
fix: Create website theme file in public folder
...
Earlier theme files were generated in assets folder, so if a site was
moved to a different bench, theme files were not moved with the site.
Now, they will be generated in /public/files/website_theme folder so
they move along with the site.
2020-06-24 11:03:10 +05:30
Faris Ansari
8119992fb2
fix: Remove default base_template_map
2020-06-05 19:45:52 +05:30
Faris Ansari
3a20187715
fix: Build search index for web pages after migrate
2020-05-30 18:03:38 +05:30
Faris Ansari
5b1dacb6a1
feat: Set base_template for routes by regex
...
The default `base_template` for any web route was `templates/web.html`
by default. Now, you can set the `base_template` for routes by a regex
pattern via hooks (using the key `base_template_map`). For e.g, you can
set `templates/doc.html` for routes that match the pattern `docs.*`
2020-05-24 07:33:46 +05:30
Suraj Shetty
4638272475
Merge branch 'develop' into contextual-translation
2020-05-01 15:40:48 +05:30
prssanna
5ebe5d0a2f
feat: add number cards to Dashboard
2020-04-26 16:11:53 +05:30
Suraj Shetty
06ee14e433
Merge branch 'develop' into contextual-translation
2020-04-17 13:26:05 +05:30
Shivam Mishra
c412fde953
feat: don't rebuild cache on delete
2020-04-10 16:42:03 +05:30
Suraj Shetty
db41acf496
refactor: Get translator_url for hooks
2020-04-07 12:45:07 +05:30
Shivam Mishra
947dc83ddb
feat: use domain restrictions from cache
2020-04-06 15:20:25 +05:30
Shivam Mishra
aca5bdb89f
feat: don't rebuild count cache on every insert
2020-04-06 15:19:32 +05:30
mergify[bot]
5fabf8ce00
Merge pull request #9641 from scmmishra/report-perm-fix
...
fix: Prepared Report permissions
2020-04-05 14:32:22 +00:00
mergify[bot]
f5a1b560d7
Merge pull request #9603 from Mangesh-Khairnar/news-letter
...
feat: newsletter and email group changes
2020-04-03 16:46:50 +00:00
prssanna
f79a43d5f3
feat: save dashboard chart config for user
2020-04-02 12:12:40 +05:30
Suraj Shetty
caa73f3d7d
Merge branch 'develop' into report-perm-fix
2020-03-26 23:14:31 +05:30
prssanna
1bfb1a3d37
refactor(Dashboard): refactor dashboard permissions
2020-03-26 14:50:57 +05:30
Shivam Mishra
53bf9989fb
feat: remove module.min.css
2020-03-18 10:33:56 +05:30
Suraj Shetty
98f5366fac
fix: Remove duplicate on_trash key
2020-03-14 16:16:16 +05:30
Suraj Shetty
5f64147a40
Merge branch 'develop' into report-perm-fix
2020-03-13 23:42:14 +05:30
Suraj Shetty
0088f27f71
Merge branch 'develop' into setup-wizard-dev
2020-03-12 18:29:31 +05:30
Aditya Hase
af3c4feb64
feat: Monitor
...
Collect HTTP Request and Background Job logs
2020-03-05 15:06:15 +05:30
Shivam Mishra
4b42961ed7
feat: added permission check for doc
2020-03-05 10:54:43 +05:30
Shivam Mishra
a88a17e0b8
feat: added permission condition for list
2020-03-05 10:54:21 +05:30
Shivam Mishra
3f056e4c6e
feat: enabled logging for setup wizard
2020-02-19 13:08:52 +05:30
Shivam Mishra
07b0886272
feat: rebuild table count cache on trash
2020-02-19 12:45:04 +05:30
Mangesh-Khairnar
6157719a7d
feat(newsletter): add an option for hourly schedule send
2020-02-18 23:48:12 +05:30
Suraj Shetty
a25f5d207a
Merge branch 'develop' into offline-erpnext
2020-01-24 09:23:15 +05:30
Shivam Mishra
3ce806b611
fix: typo in hooks for after insert breaking cache rebuild ( #9314 )
...
* fix: typo in hooks for after insert breaking cache rebuild
* fix: accept args
2020-01-20 13:51:19 +05:30
Rucha Mahabal
589772f7bd
fix: rename Events Streaming to Event Streaming
2019-12-26 14:29:08 +05:30
Rucha Mahabal
f99cbf9690
fix: rename Update Log to Event Update Log for consistency
2019-12-26 12:53:58 +05:30
Rucha Mahabal
fd41414564
fix: hooks.py conflicts
2019-12-24 14:26:02 +05:30
Shivam Mishra
c9c4cbd6d1
perf: Speed improvements for moduleview get ( #9079 )
...
* feat: api to setup boot cache on login
* feat (perf): use cache data instead of query
* feat: added doc hooks for rebuilding cache
* feat: improved can import query
* fix: ignore cache rebuild for import or install
* fix: fix postgres syntax error
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2019-12-24 13:12:57 +05:30
Rucha Mahabal
199291e9c5
fix: conflicts
2019-12-09 17:16:18 +05:30
Rucha Mahabal
b338e3dc48
fix: codacy
2019-11-14 17:51:33 +05:30
Rushabh Mehta
7cd329fac9
reactor(scheduler): created "Scheduler Job Type" and cleaned up scheduler
2019-11-07 12:14:09 +05:30
Aditya Hase
83c10c9263
perf(database): Regularly clean old unhandled emails
...
Co-authored-by: sahil28297 <sahilkhan28297@gmail.com>
2019-10-22 13:03:00 +05:30
Faris Ansari
7caef2d16d
Merge branch 'develop' into integrated-notifications
2019-10-21 12:51:03 +05:30
prssanna
75b624e7a2
fix: move notifications to desk, refactor notifications.js
2019-10-09 16:23:26 +05:30
prssanna
2073fd1f91
fix: remove notifications code
2019-10-09 16:22:57 +05:30