3432 Commits

Author SHA1 Message Date
Jannat Patel
afbdb46fe8 fix: open to work patch 2026-01-20 15:47:55 +05:30
Jannat Patel
1308101fe6 fix: parse allowed_endpoints to list if its string 2026-01-20 12:45:28 +05:30
Jannat Patel
c2d6e160d9 fix: renamed open to opportunities to open to work 2026-01-20 12:43:00 +05:30
Jannat Patel
28c88ec519 Merge pull request #2005 from frappe/l10n_develop2
chore: sync translations from crowdin
2026-01-20 10:58:07 +05:30
Jannat Patel
f77eeafb9e chore: Esperanto translations 2026-01-20 01:43:56 +05:30
Jannat Patel
92b8343db3 chore: Serbian (Latin) translations 2026-01-20 01:43:54 +05:30
Jannat Patel
ac44cdc303 chore: Norwegian Bokmal translations 2026-01-20 01:43:53 +05:30
Jannat Patel
75dcea4c7e chore: Bosnian translations 2026-01-20 01:43:52 +05:30
Jannat Patel
ee03d75b5f chore: Burmese translations 2026-01-20 01:43:50 +05:30
Jannat Patel
31f372629a chore: Croatian translations 2026-01-20 01:43:49 +05:30
Jannat Patel
1b30f476e8 chore: Thai translations 2026-01-20 01:43:47 +05:30
Jannat Patel
e4738e9a50 chore: Tamil translations 2026-01-20 01:43:46 +05:30
Jannat Patel
893f9d34fd chore: Indonesian translations 2026-01-20 01:43:44 +05:30
Jannat Patel
2c17a03d36 chore: Portuguese, Brazilian translations 2026-01-20 01:43:43 +05:30
Jannat Patel
74cbe1bb47 chore: Vietnamese translations 2026-01-20 01:43:41 +05:30
Jannat Patel
88c468068b chore: Chinese Simplified translations 2026-01-20 01:43:40 +05:30
Jannat Patel
6b5e269564 chore: Turkish translations 2026-01-20 01:43:38 +05:30
Jannat Patel
97d9460157 chore: Swedish translations 2026-01-20 01:43:37 +05:30
Jannat Patel
0d614a5919 chore: Serbian (Cyrillic) translations 2026-01-20 01:43:35 +05:30
Jannat Patel
3f6afbf1ff chore: Slovenian translations 2026-01-20 01:43:34 +05:30
Jannat Patel
6d0996ebfd chore: Portuguese translations 2026-01-20 01:43:32 +05:30
Jannat Patel
14e085c826 chore: Polish translations 2026-01-20 01:43:31 +05:30
Jannat Patel
53bf2f1fe8 chore: German translations 2026-01-20 01:43:29 +05:30
Jannat Patel
b06e199432 chore: Danish translations 2026-01-20 01:43:28 +05:30
Jannat Patel
06e1ec38ad chore: Czech translations 2026-01-20 01:43:27 +05:30
Jannat Patel
3063236bfb chore: Arabic translations 2026-01-20 01:43:25 +05:30
Jannat Patel
e3a2eb382d chore: Spanish translations 2026-01-20 01:43:24 +05:30
Jannat Patel
566ef576f5 chore: French translations 2026-01-20 01:43:23 +05:30
Jannat Patel
80ad2da206 chore: Italian translations 2026-01-20 01:43:21 +05:30
Jannat Patel
5d720031b6 chore: Hungarian translations 2026-01-20 01:43:20 +05:30
Jannat Patel
ac719b9e8e chore: Persian translations 2026-01-20 01:43:19 +05:30
Jannat Patel
db9ebb1d86 chore: Russian translations 2026-01-20 01:43:17 +05:30
Jannat Patel
37f6d62101 chore: Dutch translations 2026-01-20 01:43:16 +05:30
Jannat Patel
f297f2630b fix: only block endpoints if enabled in site config 2026-01-19 19:03:51 +05:30
Jannat Patel
9425f2aa0e fix: allow custom app endpoints 2026-01-19 18:56:39 +05:30
Jannat Patel
5175050ed6 fix: allow enabled server script endpoints 2026-01-19 18:33:14 +05:30
Jannat Patel
66486a5a1c fix: do no execute send_notification bg job from batch immediately 2026-01-19 18:17:40 +05:30
Jannat Patel
50a091a7b0 fix: allow social login endpoints 2026-01-19 17:32:09 +05:30
Jannat Patel
a8cdc76278 Merge branch 'develop' into fix/course-deletion 2026-01-19 15:32:51 +05:30
Jannat Patel
c310460727 Merge pull request #2002 from pateljannat/issues-171
fix: misc issues
2026-01-19 15:31:31 +05:30
Jannat Patel
3e98d962aa test: access to endpoints 2026-01-19 15:06:44 +05:30
Jannat Patel
ad90b89d25 fix: restrict comments in notifications to 3 lines 2026-01-19 12:58:43 +05:30
Jannat Patel
92eac9634a test: fixed evaluator schedule test 2026-01-19 12:46:45 +05:30
Jannat Patel
0883aedc1d fix: course and bath category filter issue 2026-01-19 12:38:12 +05:30
Jannat Patel
c97a5e813c fix: only system users can access high level APIs 2026-01-19 11:47:57 +05:30
raizasafeel
2abc243b88 test: refactor course tests and add deletion test 2026-01-19 11:20:33 +05:30
Hussain Nagaria
5ce8e8c4ff test: flaky evaluation schedule
* Earlier logic was flaky because the test calculated the last expected date using a 56‑day window, while the production code builds
  schedules for 60 days. Those extra 4 days sometimes include another Monday or Wednesday, so the schedule ends later than the test
  expects.
2026-01-17 23:22:38 +05:30
Hussain Nagaria
3b88892905 refactor: change global variable to function in hooks 2026-01-17 23:14:33 +05:30
Hussain Nagaria
fe1aa3dd40 feat: configurable frontend base path
Co-authored-by: Suraj Shetty <surajshetty3416@users.noreply.github.com>
2026-01-17 23:04:31 +05:30
frappe-pr-bot
ec5e197716 chore: update POT file 2026-01-16 16:04:50 +00:00