Commit graph

46383 commits

Author SHA1 Message Date
Frappe PR Bot
82aca3fde4 fix: Turkish translations 2024-05-24 06:15:56 +05:30
Frappe PR Bot
72acee102a fix: Turkish translations 2024-05-23 06:09:44 +05:30
Frappe PR Bot
99af4438ed fix: Esperanto translations 2024-05-21 03:55:14 +05:30
Frappe PR Bot
d3251873a1 fix: German translations 2024-05-21 03:55:12 +05:30
Frappe PR Bot
f03ce01d5f fix: Arabic translations 2024-05-21 03:55:10 +05:30
Frappe PR Bot
0e4de4e4e2 fix: French translations 2024-05-21 03:55:07 +05:30
Frappe PR Bot
93a7434ec8 fix: Bosnian translations 2024-05-21 03:55:05 +05:30
Frappe PR Bot
30f85501f6 fix: Spanish translations 2024-05-21 03:55:03 +05:30
Frappe PR Bot
99d3436c47 fix: Persian translations 2024-05-21 03:55:00 +05:30
Frappe PR Bot
fa5114aa2c fix: Turkish translations 2024-05-21 03:54:57 +05:30
Frappe PR Bot
9a54a03fcc fix: Persian translations 2024-05-20 03:57:43 +05:30
Frappe PR Bot
eafafabd53 fix: Persian translations 2024-05-19 03:36:06 +05:30
Frappe PR Bot
edc7c05b42 fix: Turkish translations 2024-05-18 03:38:55 +05:30
Frappe PR Bot
cb442a0414 fix: Turkish translations 2024-05-17 03:23:45 +05:30
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