Anthony Stirling
7be8db7832
Move docs to website ( #2571 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-30 15:49:28 +00:00
Belhassen
7d81ca799f
Adding the missing translations in French ( #2563 )
...
# Description
I have added the missing tags for the French translation
Closes #2315
## Checklist
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-27 16:22:50 +00:00
Anthony Stirling
9884c65b10
formattingand autowired constructors ( #2557 )
...
# Description
This pull request includes several changes aimed at improving the code
structure and removing redundant code. The most significant changes
involve reordering methods, removing unnecessary annotations, and
refactoring constructors to use dependency injection.
Autowired now comes via constructor (which also doesn't need autowired
annotation as its done by default for configuration)
## Checklist
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-24 09:52:53 +00:00
GitHub Action
b6c66c47cd
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com>
2024-12-21 13:53:33 +00:00
Peter Dave Hello
26340626df
Update and improve zh_TW Traditional Chinese locale
2024-12-20 03:55:31 +08:00
Ludy87
a9e250547a
standardize the submit button
2024-12-20 11:08:57 +01:00
Reece Browne
63386baa0d
Conditional logic for stacking columns
2024-12-19 12:58:57 +00:00
Reece Browne
2a93910da3
Remove padding
2024-12-19 12:04:08 +00:00
Reece Browne
fca6dc1fd8
Stack convert section, don't remove. Move remove into own js
2024-12-19 11:59:58 +00:00
Ludy87
164381e940
some tools lack PDFLib
2024-12-18 21:03:08 +01:00
albanobattistella
b9ae90274f
Update messages_it_IT.properties
2024-12-18 15:34:39 +01:00
Reece Browne
bf95ca43dc
Remove append entirely
2024-12-18 11:47:23 +00:00
Reece Browne
678ef85da1
Don't remove files from file input, just append
2024-12-18 11:09:52 +00:00
reecebrowne
a72615cc86
Merge branch 'main' into bug/2490/2488/image-to-pdf
2024-12-18 10:40:54 +00:00
Anthony Stirling
b0daac2566
Merge pull request #2492 from omar-ahmed42/fix-no-formdata-sent-in-multi
...
Fix: form data not being sent in multi
2024-12-18 10:37:31 +00:00
Reece Browne
e9f80d03ea
Fix missing info in form data
2024-12-18 00:16:01 +00:00
Omar Ahmed Hassan
42c238d87d
Pass form to submitMultiPdfForm
...
- Pass form to submitMultiPdfForm to use in FormData creation.
2024-12-18 01:28:04 +02:00
Ludy87
051cd2d0d5
Adds manual backup creation
2024-12-17 23:23:16 +01:00
Anthony Stirling
db3a8a8483
Merge branch 'main' into bug/fix-multitool-drag
2024-12-17 13:51:51 +00:00
Reece Browne
2bdda9acba
Fix drop on self bug
...
Fix highlight fadeout bug
UI tweaks
2024-12-17 13:47:44 +00:00
Anthony Stirling
bd20d3ad93
Merge branch 'main' into fix-2478-draggableElement-null
2024-12-17 11:14:59 +00:00
Ludy
3a0d89bd7c
Merge branch 'main' into german__17_12
2024-12-17 11:47:44 +01:00
Omar Ahmed Hassan
5d4769df56
Remove unused draggable.js file
...
- Remove draggable.js as the draggability feature already works without and it wasn't used anywhere except in sign.html (which throw an exception already as draggableElement was null, and yet the functionality was working as expected, thus we don't need it)
2024-12-17 12:47:13 +02:00
Ludy87
80b9d2691a
Update messages_de_DE.properties
2024-12-17 11:46:50 +01:00
Anthony Stirling
99c598096e
Merge pull request #2482 from Stirling-Tools/update-3rd-party-licenses
...
Update 3rd Party Licenses
2024-12-17 10:46:06 +00:00
GitHub Action
cffdbc5e7b
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com>
2024-12-17 10:28:26 +00:00
Omar Ahmed Hassan
4998ad064a
Fix form data files being replaced by the last decrypted file
2024-12-17 01:01:15 +02:00
Omar Ahmed Hassan
64ee26facf
Use file-input-change event to disable/enable conversionType
2024-12-17 01:00:21 +02:00
Reece Browne
88079ddf7f
Reduce opacity of dragged page on multidrag not just single
2024-12-16 19:37:15 +00:00
Reece Browne
9b6dcdcd06
Fix drag and drop bugs and clean up UI
2024-12-16 19:07:15 +00:00
Reece Browne
2931e348a9
Add missing pdflib
2024-12-16 13:55:44 +00:00
Anthony Stirling
92cabf125e
Merge pull request #2453 from Stirling-Tools/csrf2
...
Csrf fixes
2024-12-14 10:59:50 +00:00
Anthony Stirling
1f1c414138
csrf fixes
2024-12-14 10:42:07 +00:00
Anthony Stirling
3b8723975d
Merge branch 'main' into bug/csrf-decryption-API
2024-12-13 20:31:49 +00:00
GitHub Action
f7afe73cb4
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com>
2024-12-13 20:26:32 +00:00
Anthony Stirling
1f39481efe
Merge branch 'main' into bug/csrf-decryption-API
2024-12-13 20:25:52 +00:00
Anthony Stirling
30ee33002d
Merge branch 'main' into testStuff
2024-12-13 19:31:53 +00:00
Anthony Stirling
2297c5dc95
Merge pull request #2442 from lhui/main
...
add and refactor CN translate
2024-12-13 10:29:13 +00:00
Anthony Stirling
859c9942e6
Merge pull request #2444 from tkymmm/main
...
Update messages_ja_JP.properties
2024-12-13 10:28:57 +00:00
tkymmm
378aca4460
Update messages_ja_JP.properties
2024-12-13 13:23:26 +09:00
Anthony Stirling
86662d9cf6
more testing
2024-12-12 23:03:42 +00:00
albanobattistella
2437460c73
Update messages_it_IT.properties
2024-12-12 19:00:26 +01:00
lihui
a7960d992c
add and refactor CN translate
2024-12-13 00:42:18 +08:00
Reece Browne
c98cd8117f
CSRF token for decryption
2024-12-12 13:07:50 +00:00
Harshad Marathe
44be2b99d2
Fix collapsed menu after reload on state closed
2024-12-12 16:55:40 +05:30
Anthony Stirling
9d8d90bf2f
Merge pull request #2432 from Stirling-Tools/update_translation_files
...
Update translation files
2024-12-12 11:01:22 +00:00
Anthony Stirling
026fe8150d
Merge pull request #2427 from Stirling-Tools/testStuff
...
X-API-key to X-API-KEY and enable CSRF protection for all users
2024-12-11 21:52:57 +00:00
github-actions[bot]
9167f12296
Update translation files
...
Signed-off-by: GitHub Action <action@github.com>
2024-12-11 17:28:28 +00:00
Anthony Stirling
82bebf5c62
Merge branch 'main' into feature/1856/decrypt
2024-12-11 17:26:14 +00:00
Reece Browne
bb3f076e6d
Final pages fixed for decryption
2024-12-11 16:55:27 +00:00