Frappe PR Bot
d96badbc9d
fix: Turkish translations
2024-05-16 03:01:08 +05:30
Frappe PR Bot
0a27757e04
fix: Turkish translations
2024-05-15 03:00:30 +05:30
Frappe PR Bot
528102d17a
fix: Esperanto translations
2024-05-14 02:33:50 +05:30
Frappe PR Bot
4c75fad67f
fix: German translations
2024-05-14 02:33:48 +05:30
Frappe PR Bot
6ff10ae382
fix: Arabic translations
2024-05-14 02:33:45 +05:30
Frappe PR Bot
624c7453da
fix: French translations
2024-05-14 02:33:43 +05:30
Frappe PR Bot
6a4b11636d
fix: Bosnian translations
2024-05-14 02:33:40 +05:30
Frappe PR Bot
7bf4b2b131
fix: Spanish translations
2024-05-14 02:33:38 +05:30
Frappe PR Bot
2764d3e38a
fix: Persian translations
2024-05-14 02:33:35 +05:30
Frappe PR Bot
18198c437d
fix: Turkish translations
2024-05-14 02:33:32 +05:30
Frappe PR Bot
742d4732c4
fix: Persian translations
2024-05-13 01:53:03 +05:30
Frappe PR Bot
eeb0af83c2
fix: Persian translations
2024-05-12 01:33:14 +05:30
Frappe PR Bot
879ab3e5e2
fix: Turkish translations
2024-05-11 00:46:44 +05:30
Frappe PR Bot
09c66a112a
fix: Spanish translations
2024-05-09 23:52:19 +05:30
Frappe PR Bot
a87662150f
fix: Turkish translations
2024-05-09 23:52:16 +05:30
Frappe PR Bot
306b1a8075
fix: Bosnian translations
2024-05-08 22:42:24 +05:30
Frappe PR Bot
02a39aa033
fix: Turkish translations
2024-05-08 22:42:19 +05:30
Frappe PR Bot
ea409a46b9
fix: Turkish translations
2024-05-07 22:35:10 +05:30
Frappe PR Bot
199412343f
fix: Persian translations
2024-05-06 22:03:18 +05:30
Frappe PR Bot
c86806b006
fix: Persian translations
2024-05-05 21:50:21 +05:30
mahsem
424d5e14bc
fix: Add some strings for translation ( #26322 )
2024-05-04 20:04:18 +05:30
Frappe PR Bot
4c338d26d6
fix: sync translations from crowdin ( #26120 )
...
* fix: Turkish translations
* fix: Persian translations
* fix: Turkish translations
* fix: Persian translations
* fix: Bosnian translations
* fix: Turkish translations
* fix: Persian translations
* fix: Bosnian translations
* fix: Turkish translations
* fix: Spanish translations
* fix: German translations
* fix: Bosnian translations
* fix: Persian translations
* fix: Spanish translations
* fix: Bosnian translations
* fix: Turkish translations
* fix: Persian translations
* fix: Spanish translations
* fix: Turkish translations
* fix: Turkish translations
* fix: Turkish translations
2024-05-04 18:11:26 +05:30
mahsem
076e25658b
style: whitespace in social_login_key.json ( #26317 )
2024-05-04 17:11:04 +05:30
Ankush Menat
2796f8e002
Merge pull request #26314 from ankush/fix/update_notifications
...
feat: improved update notifications
2024-05-04 15:22:45 +05:30
Ankush Menat
8ab308838b
feat: Keep certain keys persistent in cache
2024-05-04 15:08:35 +05:30
Ankush Menat
45026aed37
feat: give higher priority to minor versions
...
Major versions will be shown when minor updates are exhausted only.
2024-05-04 15:08:35 +05:30
Ankush Menat
a234e79790
refactor: misc changes
...
- Move sys setting check to server side
- tomli import handling
2024-05-04 15:08:34 +05:30
Ankush Menat
e0c171b23b
feat: show security issues count
...
chore: conflicts
2024-05-04 15:08:34 +05:30
Ankush Menat
5ca14bb171
feat: FC specific update notifications
2024-05-04 15:08:34 +05:30
Ankush Menat
56233f3182
chore: dead hooks
2024-05-04 15:08:32 +05:30
Ankush Menat
330a1b2044
fix: update notifier never running
2024-05-04 12:28:19 +05:30
Ankush Menat
2b95aa66a7
test: increase threshold for perf test ( #26316 )
...
We are >2x faster since the time this test was written 😄
2024-05-04 06:34:16 +00:00
Ankush Menat
7fe9cc4f09
perf: Don't update session in cache after every request ( #26308 )
...
It's just reading and writing same information except last_update inside
data which is never read back from this.
2024-05-04 06:10:38 +00:00
Ankush Menat
8e76a94a62
fix: like filter from meta filters ( #26311 )
2024-05-03 18:46:32 +05:30
RitvikSardana
5e25d2d121
fix: link filter falsy fix ( #26282 )
...
* fix: when operator is like, then convert to string
* chore: code cleanup
* chore: code cleanup
2024-05-03 17:43:06 +05:30
Ankush Menat
0929c235c5
fix(UX): multi-tab experience ( #26309 )
...
- On booting new session update other sessions in same browser to avoid
"invalid requests"
- On logging in as diff user - notify user to reload page.
Not going to force reload to avoid potential data loss.
2024-05-03 16:52:45 +05:30
Ankush Menat
65b3c42635
fix: only redirect to same domain ( #26304 )
...
This limits post login redirects to same domain to avoid social engineering attempts.
2024-05-02 18:02:18 +05:30
Rohan
4bfcccfd11
fix: ignore unittest.mock objects during typing validations ( #26301 )
...
* fix: ignore unittest.mock objects during typing validations
* fix: check against base mock class
---------
Co-authored-by: Rohan Bansal <rohan@agritheory.dev>
2024-05-02 11:00:02 +00:00
Ankush Menat
3e64e60389
chore!: drop sid from boot ( #26299 )
2024-05-02 10:10:34 +00:00
Akhil Narang
490fae768a
Merge pull request #25900 from akhilnarang/fix-accessing-report-without-roles
...
fix: allow accessing reports without roles
2024-05-02 14:33:09 +05:30
Akhil Narang
26012aceb5
fix: allow accessing reports without roles
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-05-02 14:20:12 +05:30
Ankush Menat
1948422b63
Merge pull request #26292 from ankush/scheduler_reliability
...
fix: changes for scheduler reliability
2024-05-02 13:52:25 +05:30
Ankush Menat
b2ef2cd506
feat: show oldest unscheduled job in health report
2024-05-02 13:39:51 +05:30
Ankush Menat
86b1e9ec31
fix: update last_execution for no-log unconditionally
...
Cron jobs can now also disable logging.
2024-05-02 13:36:17 +05:30
Ankush Menat
b0aaeb5096
fix: Dont let one invalid cron fail scheduler
...
Scenario:
- One bad cron job exists
- When it fails nothing after that job is enqueued.
After this fix, that failure is skipped and rest of the jobs are enqueued.
2024-05-02 13:36:14 +05:30
Ankush Menat
8bd40b38e1
fix: reportview average of ints should be float ( #26284 )
2024-05-02 06:41:15 +00:00
Akhil Narang
3db923995c
Merge pull request #26283 from gparent/canada-dateformat
...
fix(Geo): change Canadian all numeric dates to ISO 8601 format
2024-05-02 12:04:30 +05:30
gparent
902d48ce86
fix(Geo): change Canadian dates to ISO 8601 format
2024-05-02 02:11:04 +00:00
Raffael Meyer
02ea846cd4
fix: automatic logo width ( #26273 )
2024-05-01 19:16:26 +05:30
Raffael Meyer
8eb8c64fbd
fix(Navbar Settings): reload page after save ( #26274 )
...
* fix(Navbar Settings): reload page after save
* test: file uploader flake
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-05-01 13:20:04 +00:00