Commit Graph

145 Commits

Author SHA1 Message Date
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
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
plegall
999acde049 [FR] fix grammar error 2024-10-21 15:21:27 +02:00
HWFord
634509ce43 fixe #2241 add message to filter
let users know that the filters has no compatible results
2024-10-10 16:17:47 +02:00
HWFord
270a84ecff issue #2211 missing translation
Change string from custom to custom dates, and add translation
2024-09-23 14:59:01 +02:00
plegall
9ae840a08b re-add language change introduced in a3e9ed23ce 2024-09-23 14:27:38 +02:00
plegall
4088090b28 copy language directory from translation@d8a6e1702 2024-09-23 14:20:33 +02:00
plegall
a3e9ed23ce issue #2227 like for date_posted, display all presets for date_created 2024-09-20 14:21:28 +02:00
HWFord
983d943548 issue #2170 update picture tpl to embed pdf reader
Add default config pdf_viewer_filesize_threshold
Add function to get number of PDF pages
Add translations
update picture.php to send pdf filesize threshold and nb page to tpl
update picture.tpl to add number of pages for PDF
picture_content.tpl update for new config name and add translation functions. use embed for pdf if file ext = pdf
2024-06-20 11:56:19 +02:00
Linty
4d26c62470 issue #2132 album selector hierarchy added to search page 2024-03-08 15:55:43 +01:00
plegall
ebc741f3b5 copy all languages from translation@1a2bfb7 2023-10-19 14:40:20 +02:00
plegall
e0a82909fa fixes #1968 new values for date_posted filter
* add 24h, 3m and yNNNN (year 2023 or 2022...)
* remove 1y
* provide labels from backend instead of managing it in javascript
2023-08-26 12:55:12 +02:00
plegall
73a77fed6c fixes #1963 use specific translation string instead of re-using another one + lowercase 2023-08-21 16:45:17 +02:00
plegall
52969a7708 issue #1957 albums/tags found now correctly filled 2023-08-17 11:12:56 +02:00
plegall
2c3b6ba6ec issue #1955 search in this set (an album or some tags) 2023-08-12 16:49:42 +02:00
MatthieuLP
63869f9ac8 related to #1931 added buttons for albums and tags found 2023-07-26 11:07:04 +02:00
MatthieuLP
b5dc413b40 related to #1931 & #1946 Added Posted date filter 2023-07-25 16:47:25 +02:00
MatthieuLP
6907bf26f5 related to #1931 Added empty all filters button 2023-07-24 15:22:10 +02:00
MatthieuLP
27217c8c57 related to #1931 Escape translations 2023-07-19 14:32:54 +02:00
MatthieuLP
da62e80e82 related to #1931 New message if no filters are filled 2023-07-19 10:26:48 +02:00
MatthieuLP
356f6ff83a related to #1931 Moved delete btn inside filter forms and added a "Clear" btn. 2023-07-18 15:57:52 +02:00
MatthieuLP
91fed53ec2 related to #1931 Changed filter btn title, fixed filetypes widget bug where it disapears when empty 2023-07-11 16:21:57 +02:00
MatthieuLP
7a132f1933 related to #1931 Added file type widget with
* The new widget
* Translations line

Still need to connect to back and add icons
2023-07-10 16:55:08 +02:00
MatthieuLP
5a40343c61 related to #1931 Changed widget labels and added translation lines 2023-06-28 10:39:41 +02:00
MatthieuLP
d50d7ba620 related to #1869 added translations for MCS 2023-06-26 16:04:47 +02:00
plegall
c4208c2258 fr_FR move strings from common.lang.php to admin.lang.php (to match en_UK) 2022-08-08 11:22:31 +02:00
Matthieu Leproux
3df8d9fe6d related to #1428 Added advertising banner on upload photo page 2022-06-14 16:18:01 +02:00
Matthieu Leproux
1ada02c1b6 related to #1465 better indent, new translation line + add guest as filter 2022-03-02 12:46:29 +01:00
plegall
6574e51ddc [FR] cherry-pick commits from translation branch: c68bc29 + fb5a898 + 4ab9ec7 (before copy on translation) 2021-08-31 18:33:31 +02:00
Matthieu Leproux
d63e550f3a Fixes #1461 Change label of "Natural Order" 2021-08-16 16:21:55 +02:00
Matthieu Leproux
e82af26cbb related to #1461 Adding natural sort order ASC and DESC 2021-08-13 16:26:46 +02:00
plegall
4f3880af89 fixes #626 related albums (menu, combine, url)
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']

* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
2020-11-09 14:28:55 +01:00
plegall
fc193f7474 issue #830 simplify PHP files header, remove copyright/license info 2019-06-04 17:13:51 +02:00
plegall
c6ec8b87ab fixes #206, password generator on user creation form 2016-11-28 12:00:54 +01:00
jeremydurand
e81bb9d273 incorrect translation in french (#497) 2016-06-06 17:13:14 +02:00
jeremydurand
022bfd2493 fixes #487 replace "Invalid password" by "Invalid username or password" (#489)
* fixes #487 replace "Invalid password" by "Invalid username or password"

* missing space before exclamation mark
2016-05-30 14:35:24 +02:00
plegall
d80d853a23 fixes #431, all themes/languages get version "auto" 2016-03-08 10:13:13 +01:00
plegall
a12425629e fixes #412, warn visitor if auth key no longer valid 2016-01-29 12:44:38 +01:00
plegall
c789347c51 happy new year 2016, all headers updated 2016-01-14 12:17:58 +01:00
ddtddt
d8f17e2553 [Trunk] - language - prepare for 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:05:12 +00:00
Piwigo-TranslationTeam
ad0c3b7f82 [trunk_public] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29644 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:40:56 +00:00
plegall
b97fcf2a22 feature 3105: display the link to Piwigo in connection settings notification email (option on register)
git-svn-id: http://piwigo.org/svn/trunk@29075 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25 12:40:34 +00:00
plegall
f2704dcb62 feature 2809: sort albums by date
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-03 13:18:12 +00:00
plegall
6f8caf22ba feature 3093: search form, ability to select the list of properties on which
the search terms applies.

feature 3094: minor redesign on search form.


git-svn-id: http://piwigo.org/svn/trunk@28709 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:11:44 +00:00
Piwigo-TranslationTeam
3c78e5e81f [trunk_public] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@27901 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:10 +00:00
ddtddt
a3a23a0ee7 [Trunk] - language 2.5 -> 2.6
git-svn-id: http://piwigo.org/svn/trunk@26640 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 23:40:14 +00:00