Jamie Bilinski
2c84976e28
Merge pull request #2 from jbilinski/jbilinski-patch-1
...
fix: refine "localhost" matching in printer.service.ts
2024-11-07 10:18:43 -08:00
Jamie Bilinski
31ed9f41a0
fix: refine "localhost" matching in printer.service.ts
...
changed localhost matching for local dev environments from a url string match to more specific regex that matches host property.
This was causing the "about:blank", no output error in (edge) case of printing a pdf from any url with string "localhost"
2024-11-07 10:16:35 -08:00
Amruth Pillai
e29f973889
Merge pull request #2073 from bocklucas/ft-add-ollama
...
Adding Ollama Support
2024-10-13 02:08:15 +02:00
Lucas Bock
6e25780b25
Adding Ollama Support
2024-10-12 18:44:23 -05:00
Amruth Pillai
1bed63a4af
Merge pull request #2030 from rinczefi-user/rinczefi-patch
...
set endOfLine to auto to support the codebase also on windows machines
2024-09-04 16:53:52 +02:00
Inczefi Robert
a530fce78c
set endOfLine to auto to support the codebase also on windows machines
2024-09-04 14:55:11 +03:00
Amruth Pillai
87a395683d
fix eslint issues
2024-09-02 12:50:57 +02:00
Amruth Pillai
e3f3b8b464
bump version to 4.2.0
2024-09-02 12:31:56 +02:00
Amruth Pillai
df63f4b8a7
Merge pull request #1999 from StijnGroenen/feature/custom-field-url
...
feat(templates): added url support for custom fields
2024-07-22 12:04:36 +02:00
Stijn Groenen
29fc7c419b
feat(templates): added url support for custom fields
2024-07-21 21:17:18 +02:00
Amruth Pillai
767573ce6d
disable resume previews to lower load on server, fixes #1954
2024-06-13 11:40:17 +02:00
Amruth Pillai
713ce91683
bump version to 4.1.7
v4.1.7
2024-06-10 08:04:56 +02:00
Amruth Pillai
8478a42cf0
Merge pull request #1943 from AmruthPillai/1900-bug-inputting-openai-api-key-throws-weird-error
...
#1900 - bug inputting openai api key throws weird error
2024-06-10 08:04:01 +02:00
Amruth Pillai
5e33f7e8f4
update dependencies, fix lint issues
2024-06-10 08:00:05 +02:00
Amruth Pillai
2292c25158
i18n: update translations
2024-06-10 07:51:09 +02:00
Amruth Pillai
13a7412498
Merge branch 'main' into 1900-bug-inputting-openai-api-key-throws-weird-error
2024-06-10 07:50:03 +02:00
Amruth Pillai
a44846b632
feat: Add file validation for reactive-resume-json type in ImportDialog
2024-06-10 07:49:16 +02:00
Amruth Pillai
454aa20aa9
Merge pull request #1929 from HUAHUAI23/fix/client
...
fix(client): Fix issue with unhandled errors during resume import
2024-06-10 07:46:47 +02:00
Amruth Pillai
e3b4105424
Merge pull request #1909 from DemaPy/patch-1
...
fix(client): fix Type Error in Picture Configuration Options
2024-06-10 07:46:35 +02:00
Amruth Pillai
f0ede57786
Merge pull request #1941 from AmruthPillai/l10n
...
New Translations from Crowdin
2024-06-10 07:46:24 +02:00
Amruth Pillai
ab10d026d6
Refactor OpenAI API key regex to accept project API keys, fixes #1900
2024-06-10 07:46:06 +02:00
Crowdin Bot
a2dbd7ce2b
New Crowdin translations by GitHub Action
2024-06-10 00:09:11 +00:00
Amruth Pillai
eca51decc2
Merge pull request #1939 from abizek/fix/skip-crowdin-action-on-forks
...
Fix(actions): skip sync crowdin action on forks
2024-06-05 18:14:32 +02:00
abizek
06455da40a
fix(actions): skip sync crowdin action on forks
...
Signed-off-by: abizek <abishekilango@protonmail.com >
2024-06-05 13:06:05 +05:30
Amruth Pillai
700b74a0b7
Merge pull request #1928 from AmruthPillai/l10n
...
New Translations from Crowdin
2024-06-04 09:58:42 +02:00
Amruth Pillai
ae64515e93
Merge pull request #1937 from abizek/fix/double-issuer-name
...
fix(template): double issuer name in chikorita certificates
2024-06-04 09:57:57 +02:00
abizek
0992726d7e
fix(template): chikorita certificate layout
...
Signed-off-by: abizek <abishekilango@protonmail.com >
2024-06-04 11:39:04 +05:30
abizek
38a442c40d
fix(template): double issuer name in chikorita certificates
...
Signed-off-by: abizek <abishekilango@protonmail.com >
2024-06-04 10:55:41 +05:30
Crowdin Bot
14bcfb219a
New Crowdin translations by GitHub Action
2024-06-04 00:08:28 +00:00
HUAHUAI23
d0fd1e3ff5
fix(client): Fix issue with unhandled errors during resume import
2024-05-30 12:39:25 +00:00
Amruth Pillai
3f29ca3add
Merge pull request #1922 from AmruthPillai/1592-feature-the-possibility-to-disable-new-sign-ups
...
🚀 [Feature] Disable new signups through server controlled feature flags
v4.1.6
2024-05-29 10:42:51 +02:00
Amruth Pillai
bf498b5972
chore(i18n): update translation files
2024-05-29 10:39:53 +02:00
Amruth Pillai
2bc42493af
chore(release): bump version to 4.1.6, update pnpm version
2024-05-29 10:31:41 +02:00
Amruth Pillai
d18ef2e1a5
feat(feature-flags): fixes #1592 , introduces new flags DISABLE_SIGNUPS and DISABLE_EMAIL_AUTH, renamed STORAGE_SKIP_BUCKET_CHECK
2024-05-29 10:30:38 +02:00
Dema
2409a5786a
Update options.tsx
...
Fix for issue log:
https://github.com/AmruthPillai/Reactive-Resume/issues/1902
2024-05-22 12:58:27 +02:00
Amruth Pillai
1191bbca67
Merge pull request #1906 from AmruthPillai/l10n
...
New Translations from Crowdin
2024-05-22 08:09:51 +02:00
Crowdin Bot
f5804ab458
New Crowdin translations by GitHub Action
2024-05-22 00:08:19 +00:00
Amruth Pillai
748b509b1d
update dependencies, fix import sample resume issue, update pnpm version
2024-05-21 08:10:12 +02:00
Amruth Pillai
696f6f71b5
bump version to 4.1.4
v4.1.4
2024-05-20 17:13:50 +02:00
Amruth Pillai
09ebcdf40f
remove sentry integration, fix linting issues
2024-05-20 17:13:17 +02:00
Amruth Pillai
0ee0b6b2e9
Merge pull request #1823 from jzaehrin/feat/separate-links
...
feat: separate links option to reduce section item height
2024-05-20 17:02:56 +02:00
Amruth Pillai
fe550ccc36
update pnpm version
2024-05-20 17:02:48 +02:00
Amruth Pillai
6dcbe78730
Merge branch 'main' into feat/separate-links
2024-05-20 17:01:16 +02:00
Amruth Pillai
73b29f78ab
Fix linting, update translations, remove vite-plugin-chunk-split
2024-05-20 16:59:38 +02:00
Amruth Pillai
0124db049b
Merge pull request #1780 from dhavalsavalia/custom-icons-in-header
...
fix(CustomField): add a way to have icon in custom fields
2024-05-20 16:44:37 +02:00
Amruth Pillai
a033c3eff6
Merge branch 'main' into custom-icons-in-header
2024-05-20 16:44:11 +02:00
Amruth Pillai
97286739f2
Merge pull request #1842 from abizek/fix/custom-text-and-background-color
...
Fix(artboard): Text and background color
2024-05-20 16:42:36 +02:00
Amruth Pillai
a74a8ed044
Merge pull request #1844 from abizek/fix/right-sidebar-page-section-scroll
...
Fix(builder): right sidebar scroll to page section
2024-05-20 16:41:25 +02:00
Amruth Pillai
376f72a22f
Merge pull request #1845 from abizek/fix/nosepass-template-europass-logo
...
Fix(templates): serve europass logo from public assets
2024-05-20 16:40:55 +02:00
Amruth Pillai
77dee57324
Merge pull request #1885 from nickconway/fix/pdf-name
...
Fix: generate PDF name from title instead of id
2024-05-20 16:37:43 +02:00