Dario Ghunney Ware
2229f38602
#2418 updating jpackage config ( #2713 )
...
# Description
Updating the `jpackage` configuration in our build.gradle and CI to
enable installation of the app on multiple OSs
Closes #2418
## 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
- [x] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] 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/ )
- [x] My changes generate no new warnings
- [x] 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)
2025-01-17 12:25:02 +00:00
Anthony Stirling
1bd7e420e5
install paths dynmaic ( #2668 )
...
# 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)
2025-01-12 00:28:05 +00:00
Anthony Stirling
ed633616e7
File paths dynamic ( #2605 )
...
# 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)
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: a <a>
2025-01-06 12:41:30 +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
Ludy87
af100d4190
Remove Direct Logger and Use Lombok @Slf4j
2024-12-17 10:26:18 +01:00
Anthony Stirling
27d2681a97
Feature/save signs ( #2127 )
...
* apply fix
* Fixes empty th:action
* Update build.gradle
* fix
* formatting
* Save signatures
* Fix code scanning alert no. 42: Uncontrolled data used in path expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix UserServiceInterface
* Merge branch 'feature/saveSigns' of
git@github.com:Stirling-Tools/Stirling-PDF.git into feature/saveSigns
* 0.31.0 bump and further csrf
* formatting
* preview name
* add
* sign doc
* Update translation files (#2128 )
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: Dimitrios Kaitantzidis <james_k23@hotmail.gr>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-10-30 12:46:44 +00:00
Anthony Stirling
c85463bc18
Frooodle/license ( #1994 )
2024-10-14 22:34:41 +01:00
PingLin8888
d0bf385d69
Issue1632 remove images ( #1645 )
...
* Implemented PdfImageRemovalService.java and PdfImageRemovalController.java. Image can be removed testing using Postman, but the file size doesn't change.
* Fix removal logic in service file to decrease file size.
* Implement "Remove Image" feature on the website
Updated the front-end code to integrate the "Remove Image" feature. The new functionality is now fully operational on the website, allowing users to remove images as expected.
* Add comments to PdfImageRemovalController and PdfImageRemovalService.
* Change the google material icon in navbar, homepage and remove-image-pdf.html.
2024-08-08 20:38:36 +01:00
Anthony Stirling
eb526a5d0c
logging and try catch
2024-06-02 11:59:43 +01:00
Anthony Stirling
328e873344
remove prints
2023-12-31 13:35:58 +00:00
Anthony Stirling
39045df785
formats
2023-12-31 13:34:35 +00:00
Anthony Stirling
d83bd1ae94
Merge branch 'main' into changes
2023-12-31 13:33:10 +00:00
Anthony Stirling
d91c600925
pipeline fix
2023-12-31 13:27:06 +00:00
Anthony Stirling
5f771b7851
formatting
2023-12-30 19:11:27 +00:00
Anthony Stirling
03450454c5
pipeline
2023-12-23 15:47:18 +00:00
Anthony Stirling
eab9e3cffc
changes pipeline
2023-12-20 19:29:13 +00:00
Anthony Stirling
79dcf99cce
Clean imports and lang updates
2023-12-16 19:30:47 +00:00
Anthony Stirling
c28a40ffe8
Split by sections #506
2023-12-16 19:29:43 +00:00
Anthony Stirling
1d3e018a56
init overlay and auto split
2023-12-11 23:20:31 +00:00
Dimitrios Kaitantzidis
3145f5fdd0
Feature ready.
2023-10-23 00:12:13 +03:00
Dimitrios Kaitantzidis
8393dd4731
Deletes unnecessary files
2023-10-22 20:54:23 +03:00
Dimitrios Kaitantzidis
14a90f5e50
WIP: No errors but nothing is working
2023-10-22 20:16:59 +03:00
Dimitrios Kaitantzidis
99b0150e7a
WIP: Adds Drap and drop
2023-10-21 11:26:58 +03:00
Anthony Stirling
82b641458f
fixes
2023-09-13 00:46:30 +01:00
Anthony Stirling
2c0fb33548
slow rework testing, still on multipage
2023-09-12 00:42:22 +01:00
Anthony Stirling
80b4c67e35
super call
2023-09-10 09:24:20 +01:00
Anthony Stirling
4e2911f648
custom font fix
2023-09-06 21:58:28 +01:00
Anthony Stirling
1d60433fcf
test
2023-08-27 11:59:08 +01:00
Anthony Stirling
0f3df6e92b
cleanup imports
2023-08-27 00:39:22 +01:00
Anthony Stirling
e791fee38b
security
2023-08-13 01:12:29 +01:00
Anthony Stirling
6f325b5fdb
init
2023-08-12 02:29:10 +01:00
Anthony Stirling
77411e94a4
new features
2023-08-01 00:03:13 +01:00
Anthony Stirling
33a6a7869c
Further Fixes
2023-07-26 22:08:19 +01:00
Anthony Stirling
bf995f989c
fixes
2023-07-26 13:00:06 +01:00
Anthony Stirling
6e32c7fe85
auto split init
2023-07-15 11:39:10 +01:00
Anthony Stirling
50bcca10e2
pipeline stuff
2023-07-12 00:17:44 +01:00
Anthony Stirling
1ddf7abe6f
extra fonts plus dynamic fonts
2023-07-09 19:36:41 +01:00
Anthony Stirling
6e726ac2a6
lots of stuff and garbage code for automate to cleanup lots
2023-07-09 00:05:33 +01:00
Anthony Stirling
3377af1305
api tag
2023-06-25 09:16:32 +01:00
Anthony Stirling
0cebe69ff8
Pipeline init
2023-06-13 00:32:15 +01:00
Ahrr Jay
28368cd6c0
Change Visability to Visibility
2023-05-17 08:16:11 -07:00
Anthony Stirling
28faf3888c
init home for toher featues
2023-05-08 22:55:01 +01:00
Anthony Stirling
5139af9f48
organise imports
2023-05-08 15:26:41 +01:00
Anthony Stirling
acf4662d2f
compare init, robots, sign lang and local js
2023-05-08 00:17:20 +01:00
Anthony Stirling
fd246aac93
sign v2
2023-05-02 22:59:16 +01:00
Anthony Stirling
585bf4ccb4
about
2023-04-30 00:48:01 +01:00
Anthony Stirling
6b0fedfabf
game init
2023-04-29 22:26:16 +01:00
Anthony Stirling
91171727e4
rework for API, folder changes, easter eggs and fun
2023-04-28 23:18:10 +01:00