Khiet Tam Nguyen
6d73f01107
fix(ui): make div for table container responsive ( #2622 )
...
# Description
Added bootstrap `table-responsive` class to the div container to prevent
the table overflowing in small-width devices (horizontal scroll is
enabled instead if it does not fit).
Before:

After:

Closes #2621
## 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-07 11:34:26 +00:00
Ludy87
a9e250547a
standardize the submit button
2024-12-20 11:08:57 +01:00
Anthony Stirling
3633a979d3
fixes and other changes and debug of WIP SAML ( #2360 )
...
* backup
* remove debugs
* oauth to saml and compare fixes etc
* ee flag for saml
* more fixes
* info to debug
* remove unused repo
* spring dev fix for saml
* debugs
* saml stuff
* debugs
* fix
2024-11-29 15:11:59 +00:00
Ludy
d2046c64d8
Optimierung der SAML2-Integration und Verbesserung der Zertifikats- und Fehlerbehandlung ( #2105 )
...
* certificate processing
* Hides dialog when provider list is empty
* removed: unused
2024-10-27 22:17:36 +00:00
Ludy
eff1843061
Major Enhancements to SAML2 and OAuth2 Integration with Simplified Security Configurations ( #2040 )
...
* implement Saml2 login/logout
* changed: deprecation code
* relyingPartyRegistrations only enabled samle
2024-10-20 12:30:58 +01:00
Anthony Stirling
c85463bc18
Frooodle/license ( #1994 )
2024-10-14 22:34:41 +01:00
Ludy
29fcbf30d7
Admin panel - Enhanced User Management & Fix : #1630 ( #1658 )
...
* Prevents SSO login due to faulty verification
* add translation & fix show error message
* Update settings.yml.template
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-08-16 11:57:37 +01:00
Ludy
79927416e5
standardize the layout ( #1525 )
2024-07-04 21:13:03 +00:00
Ludy
8f55c38391
add: redesign addUsers.html ( #1407 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-06-07 22:27:16 +01:00
Anthony Stirling
4c9c0207ba
fancy button
2024-06-06 21:27:58 +01:00
Anthony Stirling
d36a59442f
th action
2024-06-06 21:24:41 +01:00
Anthony Stirling
fd4c75279f
init
2024-06-06 21:23:33 +01:00
Anthony Stirling
9d56014ca0
thymeleaf
2024-05-22 21:48:23 +01:00
Ludy87
f2eb5dd7d3
bg-card will be added to the class and password/username validation
...
bg-card should not be an id, ids should be unique in their use.
2024-05-19 12:44:54 +02:00
Ludy87
ffec5f7b54
extends the functionality of oauth in Stirling PDF 2.
2024-05-18 23:47:05 +02:00
Anthony Stirling
521dff737f
Merge branch 'main' into add_functions_oauth2
2024-05-18 19:24:02 +01:00
Ludy87
811c19e00d
extends the functionality of oauth in Stirling PDF
2024-05-12 19:58:34 +02:00
Anthony Stirling
b69646d00b
Merge branch 'main' into 0.22.8Clone
2024-05-05 20:28:25 +01:00
Rectos VX
303b8e032b
Update: updated all pages to new theme system
2024-05-05 15:19:53 +04:00
Sahil Phule
d7afc574a6
Change User Roles ( #1153 )
...
* Modify user service and controller
* Modify Template
* Add messages
* Fix Username output
* Add tooltip
* Change Role Modify logic
* Add Roles from database to existing users
* Add default select Fillers
* Indent JS
* Add Change Role Related Translations
* Remove unnecessary Whitespace and imports
2024-05-02 21:52:50 +01:00
Ludy
67a1529dc7
Change to html5 ( #958 )
...
* Change to html5
with Nu Html Checker
* Update scale-pages.html
* Update sign.html
* Update common.html
* Update common.html
* Update login.html
2024-03-21 20:58:01 +00:00
Ludy
9cc7a49d12
Enforcing Username Uniqueness ( #906 )
...
* Enforcing Username Uniqueness
Changes in UserService.java:
Added a new method findByUsername to allow searching for usernames regardless of case sensitivity.
Added a new method isUsernameValid to validate the username.
Changes in UserController.java:
Updated the changeUsername method to ensure the new username is valid before changing it.
Updated the editUser method to ensure the new username is unique and valid.
Changes in UserRepository.java:
Added a custom JPQL query to search for usernames regardless of case sensitivity.
Changes in HTML templates (account.html and addUsers.html):
Error messages are displayed if a username is invalid or already exists.
* JPAs auto
2024-03-13 22:09:16 +00:00
Ludy
97472310f2
Show the user roles as real names ( #867 )
...
* Show the user roles as real names
* Add error message
* Update Role.java
* default Language without translation
* Update messages_el_GR.properties
2024-03-06 22:14:02 +00:00
Ludy
8d9f0361d0
Fix Serbia Language ( #822 )
...
* Fix Serbia Language
* Rename messages_sr_Latn_RS.properties to messages_sr_LATN_RS.properties
* Update languages.html
* Update README.md
2024-02-17 19:56:56 +00:00
Ludy
e4a76e96af
HTML, CSS, JS and JAVA corrections ( #810 )
...
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* return bootstrap-icons.min.css
* return bootstrap.min.css
* Update bootstrap-icons.css
* Update bootstrap-icons.min.css
* Update bootstrap-icons.min.css
* Update bootstrap.min.css
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* Update bootstrap-icons.css
* Bootstrap CSS
* Update prism.css
2024-02-16 21:49:06 +00:00
sbplat
55d4fda01b
refactor: normalize files
2024-02-11 11:47:00 -05:00
Andrey Voronkov
f32832f70d
Add meta::description; pass header variable
2024-01-02 02:44:49 +03:00
Anthony Stirling
3911be0177
Add Demo user
2023-12-27 22:56:51 +00:00
Anthony Stirling
0b1fd61188
api /api/v1/
2023-09-11 23:19:50 +01:00
Anthony Stirling
c7c81a7243
security
2023-09-04 18:42:22 +01:00
Anthony Stirling
0fc29de02c
redact allow colors, bug fixes
2023-08-30 22:52:38 +01:00
Anthony Stirling
7c26c56210
test
2023-08-20 21:57:19 +01:00
Anthony Stirling
3fc55a9e9f
translations
2023-08-17 22:03:43 +01:00
Anthony Stirling
53e7dbe12f
translates
2023-08-17 00:10:14 +01:00
Anthony Stirling
86f71ffb93
change user and pass
2023-08-15 00:39:13 +01:00
Anthony Stirling
e791fee38b
security
2023-08-13 01:12:29 +01:00