Commit Graph

5130 Commits

Author SHA1 Message Date
Piwigo-TranslationTeam
a2c1468cc7 Update tr_TR, thanks to katpatuka 2025-11-23 18:11:13 +01:00
Piwigo-TranslationTeam
52a92b1a87 Update is_IS, thanks to gudjonsi 2025-11-23 18:11:11 +01:00
Piwigo-TranslationTeam
cfeaaaeee5 Update cs_CZ, thanks to webprostor 2025-11-23 14:21:54 +01:00
Piwigo-TranslationTeam
ba30d5b201 Update nl_NL, thanks to pauldaytona 2025-11-23 14:21:51 +01:00
Piwigo-TranslationTeam
d978447b82 Update de_DE, thanks to slim 2025-11-23 09:26:14 +01:00
Linty
175b469a7e fix typo in activation link notification message
Corrected the English translation for the activation link notification by removing an unnecessary comma in the message.
2025-11-20 17:28:36 +01:00
plegall
349a6fb64d copy languages from translation@4dba27b7f 2025-11-18 10:58:31 +01:00
Linty
e0a2a0ba2b fixes #2449 enhance password reset flow with verification and lockout
Added email notification for successful password reset, improved verification code handling, and implemented account lockout after too many failed attempts. Introduced new language strings for user feedback and security messages. Refactored password reset logic to better handle guest/generic users and API key recommendations.
2025-11-17 21:43:14 +01:00
Linty
409d89af4c fixes #2448 update user status label
Changed the "user_status_normal" label from "User" to "Basic" in English and from "Visiteur" to "Basique" in French to improve clarity and consistency in user status naming.
2025-11-17 14:42:22 +01:00
HWFord
c04374928a issue #2439 update popin
Add translations
remove last major update conf when in piwigo Upgrade
don't send popin template if not needed
2025-11-17 10:00:53 +01:00
Linty
56a48aa76b fixes #2442 remove "Customize" and related strings from language files
Deleted the "Customize" and "customize the appareance of the gallery" translation strings from all language files. Added a new string for "edit user preferences" in en_UK and fr_FR. This streamlines user preference terminology and removes redundant or outdated translation keys.
2025-11-14 19:44:47 +01:00
plegall
a96a8c1b44 copy all languages from translation@15800f46d 2025-11-10 17:40:35 +01:00
lephemere
0cb6914e5a issue #2124 fix typo in en_GB language 2025-11-10 11:58:21 +01:00
Linty
443e86aec2 fixes #2428 change language keys for api_key
Replaces 'Public key' references with 'ID' and updates related copy messages in English and French language files and profile template. Also changes key icon to 'icon-user-secret' for better clarity and consistency in the API key generation UI.
2025-10-31 17:08:38 +01:00
plegall
b416bdb7c9 fixes #2417 ability to hide the new filter "expert mode"
... and removes 2 other duplicates of the filters_views configuration
2025-10-28 18:39:18 +01:00
Linty
9ac99be1de fixes GHSA-9986-w7jf-33f6 and fixes GHSA-9986-w7jf-33f6
* Introduces a verification code step before generating password reset links.
* New configuration "password_reset_code_duration".
* Adds Base32, TOTP and PHPQRCode classes .
* New section is required in password.tpl: code verification won't work on themes not updated yet.
* 5 new language strings were added.
2025-10-17 15:38:21 +02:00
plegall
ce3ccfe563 copy all languages from translation@9385538c8 2025-10-09 17:53:26 +02:00
plegall
ad88ed9d5f fixes #2361 explicit action to empty lounge 2025-09-19 16:49:14 +02:00
plegall
b167a327e3 issue #2409 add search engine filter : expert mode
* new access system not implemented yet
* dark mode handled but needs review
2025-09-15 15:10:17 +02:00
Linty
77c1fdd138 fixes #2225 redesign quick search help popin 2025-09-11 16:54:52 +02:00
Linty
dbec498287 fixes #2404 notify users of impending API key expiration
Adds logic to detect when an API key is about to expire and sends a notification email to the user if the key expires within 7 days and no recent notification was sent. Introduces a new 'last_notified_on' column to the user_auth_keys table to track notification timing.
2025-09-04 17:21:53 +02:00
plegall
7deda19787 rephrase option to update photo files 2025-08-26 17:54:53 +02:00
Linty
613dd410e5 issue #2364 fix guest author name and language key
Added support for bulk comment validation and deletion with updated confirmation messages and translations. Improved modal dialog behavior, including keyboard accessibility and button visibility. Updated CSS for consistent button styling across themes. Fixed author name display for guest comments.
2025-08-26 16:38:11 +02:00
Linty
57042cc475 fixes #2364 redesign admin comments management
Replaces legacy PHP comment management with a new interface for listing, filtering, selecting, validating, and deleting user comments. Updates templates and CSS for a modern, interactive experience, adds advanced filters, selection mode, and modal comment viewing. Removes obsolete server-side logic from comments.php and introduces new api methods for comment actions.
2025-08-26 14:35:31 +02:00
plegall
bc4acec569 issue #2390 warn about duplicate paths 2025-07-24 21:29:38 +02:00
HWFord
b6459958f0 relates #2377 fix typo 2025-07-11 07:55:35 +02:00
HWFord
b825f45537 fixes #2377 add 3XL and 4XL derivatives 2025-06-26 12:35:03 +02:00
Linty
ae740ba3af fixes #2355 implement API key management system
- Added API key get, creation, editing, and revocation methods.

- Updated the profile template to include API key management features.

- Updated the database schema to support the new API key system, including additional fields for key management.

- Added client-side JavaScript functionality to handle API key operations and display responses.

- Update tools/htm.ws with the new way to authenticate.

- Restriction of certain api methods when used with an api key

- Backward compatibility with older apps
2025-06-09 20:35:57 +02:00
Linty
9bcc2cfa02 fixes #2354 add profile standard page 2025-05-05 21:40:59 +02:00
HWFord
41d5c8a258 fixes #2306 move save buttons to bottom of page (PR #2346)
For these pages :
 picture modify, album notification, category permission, comments, menubar, all configurations, site update, element set ranks, notification by mail

Change how success and errors messages are displayed and handled
2025-03-21 16:28:37 +01:00
HWFord
4a539bdfb7 relates #2345 small fixes image & trad
translation for admin moved to correct file
set min-width on logo to avoid some browsers not displaying it
2025-03-20 10:44:39 +01:00
HWFord
f88472fa9c fixes #2345 create piwigo standard pages
create new theme standard pages with tpl, css, js and images
update backend to handle pages
add config use_standard_pages
on update set config to false, on install set config to true
add standard pages to no be ingored in git
2025-03-18 16:46:41 +01:00
Linty
e985ba5183 fixes #2315 adjust password page for first login 2025-01-27 15:08:50 +01:00
winstoy
94148e0323 fixes #2235 Chinese text is not displayed on one line (#2282)
Add missing translations
Fix Chinese not displayed on one line with width fit-content
2025-01-08 13:56:20 +01:00
Linty
0645372570 fixes #2287 add a new language key 2024-12-19 16:40:38 +01:00
plegall
dc2760c36b re-add changes by Claire for fr/en from lexiglot 2024-12-17 11:06:16 +01:00
Linty
465e6eced4 fixes #2281 rewording set and reset mail content 2024-11-25 11:06:43 +01:00
Linty
34296598d4 fixes #2281 add two default conf for reset and activation link
When a password activation or reset link is generated, the link expiry time is now defined in two conf: $conf[’password_reset_duration‘] with a default time of one hour and $conf[’password_activation_duration‘] with a default time of 72 hours.
2024-11-20 17:09:26 +01:00
Maikel van Gorkom
e577dbe3d7 Changed $lang['Album name, Z → A'] = 'Album name, A → Z'; to $lang['Album name, Z → A'] = 'Album name, Z → A';.
This to make the line according to what it does.
2024-11-07 11:31:56 +01:00
Piwigo-TranslationTeam
ea4ca8cf85 Update vi_VN, thanks to ddtddt 2024-11-06 17:52:35 +01:00
Piwigo-TranslationTeam
80c73ed09c Update nb_NO, thanks to paulen 2024-11-06 17:40:39 +01:00
Piwigo-TranslationTeam
334e96fdb8 Update es_ES, thanks to Tirs 2024-11-06 17:40:36 +01:00
Piwigo-TranslationTeam
4c30e46283 Update ca_ES, thanks to Tirs 2024-11-06 17:40:33 +01:00
Piwigo-TranslationTeam
2f298707b0 Update sv_SE, thanks to PBobbenB 2024-11-06 17:40:30 +01:00
Piwigo-TranslationTeam
fe6dc066f4 Update zh_CN, thanks to walle 2024-11-06 16:22:36 +01:00
Piwigo-TranslationTeam
1a82902e85 Update nl_NL, thanks to watertoren5044 2024-11-06 16:03:57 +01:00
Piwigo-TranslationTeam
56d5d0f373 Update cs_CZ, thanks to webprostor 2024-11-06 14:28:52 +01:00
Piwigo-TranslationTeam
939bf9a7fa Update fi_FI, thanks to maakuth 2024-11-06 14:28:49 +01:00
Piwigo-TranslationTeam
300527ce69 Update de_DE, thanks to slim 2024-11-06 14:28:46 +01:00
HWFord
65bc7285ae issue #2268 rename whats_new lang file to add 15 2024-11-06 11:29:25 +01:00