issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "Piwigo", "Piwigo" ]
admin.php?page=photo-5:369 Uncaught TypeError: url_delete.replaceAll is not a function at w.Jconfirm.action (admin.php?page=photo-5:369) at HTMLButtonElement.<anonymous> (1w41euh.js:41) at HTMLButtonElement.dispatch (jquery.min.js?v2.11.0beta2:4) at HTMLButtonElement.r.handle (jquery.min.js?v2.11.0b...
Can not delete photo
https://api.github.com/repos/Piwigo/Piwigo/issues/1205/comments
1
2020-08-03T14:51:46Z
2020-08-03T15:41:29Z
https://github.com/Piwigo/Piwigo/issues/1205
672,132,921
1,205
[ "Piwigo", "Piwigo" ]
Android some features not work: 192.168.1.29 192.168.1.14:8050 - [02/Aug/2020:22:48:14 +0800] "POST /Piwigo/ws.php?method=pwg.categories.add&format=json HTTP/1.1" 401 51 "-" "Piwigo-Android 1.0.2" 192.168.1.29 192.168.1.14:8050 - [02/Aug/2020:22:50:42 +0800] "POST /Piwigo/ws.php?method=pwg.images.upload&format=...
android create category and upload not work
https://api.github.com/repos/Piwigo/Piwigo/issues/1204/comments
0
2020-08-02T14:52:07Z
2020-08-02T14:52:07Z
https://github.com/Piwigo/Piwigo/issues/1204
671,630,153
1,204
[ "Piwigo", "Piwigo" ]
As explained in https://github.com/Piwigo/Piwigo-Mobile/issues/31, third-party apps need an API method for uploading files asynchronously and setting image parameters (no need to call `pwg.images.setInfo` after the upload). This method would be accessible to Admins and Community users with upload rights. This method...
[web API] method for uploading files asynchronously
https://api.github.com/repos/Piwigo/Piwigo/issues/1203/comments
0
2020-07-25T16:59:21Z
2020-11-19T17:14:15Z
https://github.com/Piwigo/Piwigo/issues/1203
665,619,354
1,203
[ "Piwigo", "Piwigo" ]
Hi! New Piwigo user here. I installed this via the docker image and pointed the "pictures" mount to an existing directory on my NAS. Path in container: /pictures Host/Volume: /media/media01/Photos After creating a new site using the location "../../../../pictures/", I synchronized it (selecting files+directori...
Docker Install: No Thumbnails or images
https://api.github.com/repos/Piwigo/Piwigo/issues/1201/comments
0
2020-07-22T13:38:20Z
2020-07-22T13:38:20Z
https://github.com/Piwigo/Piwigo/issues/1201
663,769,990
1,201
[ "Piwigo", "Piwigo" ]
**The idea is here to change the page Move Album to a tree with moving nodes.** ![moveAlbumsV4-02](https://user-images.githubusercontent.com/58566495/87156474-fea3a880-c2bc-11ea-9af4-69c21b03fad9.jpg) ![moveAlbumsV4-03](https://user-images.githubusercontent.com/58566495/87156510-0ebb8800-c2bd-11ea-947e-e346264cdee5...
Redesign Move Album Page
https://api.github.com/repos/Piwigo/Piwigo/issues/1200/comments
0
2020-07-10T12:54:12Z
2020-09-28T16:21:55Z
https://github.com/Piwigo/Piwigo/issues/1200
654,761,497
1,200
[ "Piwigo", "Piwigo" ]
When I click on https://piwigo.org/download/dlcounter.php?code=netinstall I get: `Requested file not readable - ./netinstall/piwigo-netinstall.php`
404 - NetInstall broken link
https://api.github.com/repos/Piwigo/Piwigo/issues/1199/comments
1
2020-07-09T23:35:25Z
2020-07-10T10:52:59Z
https://github.com/Piwigo/Piwigo/issues/1199
654,410,868
1,199
[ "Piwigo", "Piwigo" ]
The API method `pwg.categories.getImages` calls the PHP method [`getimagesize()`](https://www.php.net/manual/en/function.getimagesize.php) in …/include/derivative.inc.php on line 146: ``` if ( ($size = getimagesize( $this->get_path() )) !== false) { $this->size = array($size[0],$size[1]); pwg_query('UPDAT...
[web API] pwg.categories.getImages returns <NULL> if getimagesize() fails
https://api.github.com/repos/Piwigo/Piwigo/issues/1198/comments
4
2020-06-28T16:29:39Z
2021-12-09T11:39:00Z
https://github.com/Piwigo/Piwigo/issues/1198
646,959,466
1,198
[ "Piwigo", "Piwigo" ]
When accessing ... admin.php?page=album-[ALBUM#]-sort_order , the page is not paginated. This makes that, when the album is associated with a lot of elements, setting the sort order is very time consuming and prone to errors. Piwigo 2.10.2
Default theme Admin -> Manage -> Album -> "Photo sort order" page is not paginated
https://api.github.com/repos/Piwigo/Piwigo/issues/1197/comments
0
2020-06-27T19:54:41Z
2020-06-27T19:54:41Z
https://github.com/Piwigo/Piwigo/issues/1197
646,749,841
1,197
[ "Piwigo", "Piwigo" ]
Currently `trigger_change` for `render_element_name` only passes the name of the image. https://github.com/Piwigo/Piwigo/blob/5bf85c982b2b7f3e63fefb2d8cfea7a8bcc9e591/include/functions_html.inc.php#L513-L527 It would be helpful to pass the whole `$info` so that we can use data (e.g., creation date) in `$info` to ...
Also pass `$info` in `render_element_name`
https://api.github.com/repos/Piwigo/Piwigo/issues/1195/comments
0
2020-06-27T12:23:55Z
2023-08-17T08:47:58Z
https://github.com/Piwigo/Piwigo/issues/1195
646,671,588
1,195
[ "Piwigo", "Piwigo" ]
Hello. I am unable to load the user admin panel. I get this warning: "datatables warning .... invalid JSON response" I check the JSON response in browser debugger. It contains: ` Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or t...
timezone issue causes user panel to fail
https://api.github.com/repos/Piwigo/Piwigo/issues/1194/comments
0
2020-06-26T04:39:35Z
2020-06-26T04:39:35Z
https://github.com/Piwigo/Piwigo/issues/1194
646,001,982
1,194
[ "Piwigo", "Piwigo" ]
Based on Samuel's mockup ![20181030-manage-tag-1_792x444](https://user-images.githubusercontent.com/58566495/84789025-16ef1300-aff0-11ea-8d64-8c4fe1df6176.png)
Tag Manager redesign
https://api.github.com/repos/Piwigo/Piwigo/issues/1193/comments
0
2020-06-16T14:38:49Z
2020-08-09T09:29:03Z
https://github.com/Piwigo/Piwigo/issues/1193
639,722,422
1,193
[ "Piwigo", "Piwigo" ]
All calls to piwigo.org should be performed with HTTPS, not HTTP. - check for new version available - list/download available plugins
call piwigo.org in HTTPS
https://api.github.com/repos/Piwigo/Piwigo/issues/1192/comments
0
2020-06-15T11:00:30Z
2020-10-28T16:05:52Z
https://github.com/Piwigo/Piwigo/issues/1192
638,757,631
1,192
[ "Piwigo", "Piwigo" ]
The intro page of Piwigo would be better with one or two beautiful charts (based on Samuel's mock-up).
dashboard, add activity chart
https://api.github.com/repos/Piwigo/Piwigo/issues/1190/comments
0
2020-05-29T14:59:02Z
2020-06-12T13:55:33Z
https://github.com/Piwigo/Piwigo/issues/1190
627,332,597
1,190
[ "Piwigo", "Piwigo" ]
The [Administration > Tools > History > tab Statistics] is getting very old. We need to refresh that with nice charts :-)
redesign history statistics
https://api.github.com/repos/Piwigo/Piwigo/issues/1189/comments
0
2020-05-26T10:55:38Z
2020-06-12T13:55:47Z
https://github.com/Piwigo/Piwigo/issues/1189
624,793,054
1,189
[ "Piwigo", "Piwigo" ]
On the edition page of an album, tab "Photos sort order", if you select "manual order" and validate, Piwigo doesn't seem to understand and checks "Automatic order" with empty criteria.
photos sort order within an album, manual order not recognized
https://api.github.com/repos/Piwigo/Piwigo/issues/1188/comments
0
2020-05-19T14:31:48Z
2022-03-29T14:26:25Z
https://github.com/Piwigo/Piwigo/issues/1188
621,026,175
1,188
[ "Piwigo", "Piwigo" ]
From the Upload Photos menu if I drag files into the "Drag files here" area that are of a type that are not included in the "Allowed file types" I will receive a notification that the file is not allowed and I will be returned to the upload photos menu. From all observations the file add process was aborted, however i...
Add Files Drag and Drop Behaviour
https://api.github.com/repos/Piwigo/Piwigo/issues/1187/comments
0
2020-05-13T01:54:48Z
2020-05-13T01:54:48Z
https://github.com/Piwigo/Piwigo/issues/1187
617,080,337
1,187
[ "Piwigo", "Piwigo" ]
Piwigo 2.10.2 Operating system: Linux PHP: 5.6.40 (Show info) [2020-05-10 01:54:04] MySQL: 5.6.47 [2020-05-09 21:54:04] Graphics Library: ImageMagick 6.9.4-10 Photos in library ~65k, this and other sizes noted only in case it's relevant. Using batch manager if I select predefined filter "Duplicates" I do not...
Adjacent display of duplicate images
https://api.github.com/repos/Piwigo/Piwigo/issues/1186/comments
0
2020-05-13T01:46:37Z
2020-05-13T01:46:37Z
https://github.com/Piwigo/Piwigo/issues/1186
617,077,731
1,186
[ "Piwigo", "Piwigo" ]
I posted this on the forum, but i do not think it is very active. THIS could be me not understanding the codebase well, so it is just a question. I use cloudflare for my CDN, and because of this, the IP address captured in the history is wrong, and i need to change the header that obtains it. sure no problem. ...
Does piwigo use prepared queries?
https://api.github.com/repos/Piwigo/Piwigo/issues/1185/comments
1
2020-05-12T13:29:20Z
2020-05-14T13:12:13Z
https://github.com/Piwigo/Piwigo/issues/1185
616,657,622
1,185
[ "Piwigo", "Piwigo" ]
## EXECUTIVE SUMMARY (detailed repro steps below) When `upload_dir` is set to something that is outside of the piwigo root directory's _parent_ (that is, when the path starts with "../../something"): - **Thumbnails fail to show in the upload Web Form** right after import because it's URL is faulty, it's missing ...
Batch manager cannot generate derivatives ("Generate multiple size images") when upload_dir starts with "../../"
https://api.github.com/repos/Piwigo/Piwigo/issues/1183/comments
2
2020-05-07T17:22:28Z
2020-08-02T18:23:31Z
https://github.com/Piwigo/Piwigo/issues/1183
614,220,325
1,183
[ "Piwigo", "Piwigo" ]
In Piwigo 2.10 a new private album is automatically granted access for all users with status {webmaster, administrator}. If local configuration setting `inheritance_by_default` is set to `true`, each new private sub-album gets the permissions of its parents + the {webmaster, administrator} users. That's not relevant...
inheritance_by_default should not give permissions to admins
https://api.github.com/repos/Piwigo/Piwigo/issues/1182/comments
0
2020-05-07T10:28:52Z
2022-03-29T14:26:51Z
https://github.com/Piwigo/Piwigo/issues/1182
613,946,994
1,182
[ "Piwigo", "Piwigo" ]
Hello, I work with galleries in a directory structure. The synchronization happens hourly by script or manually by tools - > Synchronization. If I now change an image/file without changing its name, the synchronization does not recognize it as changed, neither metadata nor thumbnails are regenerated. Even if I u...
[synchronization] Sync does not regenerate Previews for changed files (without changing its name)
https://api.github.com/repos/Piwigo/Piwigo/issues/1181/comments
1
2020-05-06T17:58:09Z
2020-05-15T00:28:19Z
https://github.com/Piwigo/Piwigo/issues/1181
613,505,495
1,181
[ "Piwigo", "Piwigo" ]
I tried to upload photos from "Photos -> Add", but got the following error. http://localhost/admin.php?page=photos_add ``` 1vqtv4r.js:21 Uncaught TypeError: Cannot read property 'selectize' of undefined at m.fn.init.jQuery.fn.pwgAddAlbum (1vqtv4r.js:21) at admin.php?page=photos_add:256 jQuery.fn.pwgAd...
Broken web upload form
https://api.github.com/repos/Piwigo/Piwigo/issues/1180/comments
2
2020-05-03T12:53:46Z
2022-01-13T12:39:36Z
https://github.com/Piwigo/Piwigo/issues/1180
611,408,041
1,180
[ "Piwigo", "Piwigo" ]
![image](https://user-images.githubusercontent.com/54360213/80346833-ae937900-886b-11ea-9f5a-6493674cdd9d.png)
misaligned icon to remove a tag in a combined tags search
https://api.github.com/repos/Piwigo/Piwigo/issues/1179/comments
0
2020-04-27T07:56:17Z
2020-09-17T09:12:15Z
https://github.com/Piwigo/Piwigo/issues/1179
607,324,021
1,179
[ "Piwigo", "Piwigo" ]
Slider design not coherent with new admin design, Vertical scroll bar present when it isn't necessary ![Image Pasted at 2020-4-17 15-18](https://user-images.githubusercontent.com/54360213/79871487-b45d0a80-83e4-11ea-9971-e6a8a365685b.png)
Edit user popin, slider design and unnecessary vertical scroll bar
https://api.github.com/repos/Piwigo/Piwigo/issues/1176/comments
1
2020-04-21T14:00:47Z
2020-04-21T14:07:21Z
https://github.com/Piwigo/Piwigo/issues/1176
604,022,713
1,176
[ "Piwigo", "Piwigo" ]
based on Samuel mockups ![20181009-plugin-manager-clear](https://user-images.githubusercontent.com/9326959/79343454-b3ccfb80-7f2e-11ea-8d6d-1909d714ebf5.png) ![20181009-plugin-manager-dark](https://user-images.githubusercontent.com/9326959/79343460-b596bf00-7f2e-11ea-8b44-dd74e49d9004.png)
redesign plugin manager
https://api.github.com/repos/Piwigo/Piwigo/issues/1175/comments
0
2020-04-15T13:36:01Z
2020-06-09T08:53:34Z
https://github.com/Piwigo/Piwigo/issues/1175
600,303,524
1,175
[ "Piwigo", "Piwigo" ]
I'm having some **issues with getting photos to show on the android app and uploading images from shotwell**. This is all with my own instance of piwigo. I think my reverse proxy configuration may the source of my problems. Both the VM and reverse proxy are on debian 10 and piwigo is 2.10.1. I have piwigo on a VM wi...
reverse proxy for piwigo on VM
https://api.github.com/repos/Piwigo/Piwigo/issues/1174/comments
1
2020-04-15T01:00:36Z
2020-04-15T01:15:56Z
https://github.com/Piwigo/Piwigo/issues/1174
599,948,082
1,174
[ "Piwigo", "Piwigo" ]
![image](https://user-images.githubusercontent.com/7351669/78763404-ac01da00-79b7-11ea-8c90-f6ad4c9fac61.png)
cannot open install doc
https://api.github.com/repos/Piwigo/Piwigo/issues/1172/comments
7
2020-04-08T08:40:46Z
2020-04-10T08:49:17Z
https://github.com/Piwigo/Piwigo/issues/1172
596,409,410
1,172
[ "Piwigo", "Piwigo" ]
I am using the VideoJS plugin to display videos in Piwigo, with thumbnails put in the sub-directory pwg_representative to force these thumbnails to be displayed instead of the "film wheel" default image. After several tests, I'm concluding that : - Thumbnail files are not recognized as such when extension is built w...
Thumbnails for video's not displayed
https://api.github.com/repos/Piwigo/Piwigo/issues/1171/comments
0
2020-04-05T15:10:13Z
2020-04-05T15:10:13Z
https://github.com/Piwigo/Piwigo/issues/1171
594,505,557
1,171
[ "Piwigo", "Piwigo" ]
The methods `pwg.tags.getList` returns ids of photos as Integers while `pwg.tags.getAdminList` returns Ids as Strings. This prevents from using the same type when using e.g. the Swift standard library. If these methods could use the same type (Integer or String), that would help developers of third party apps. H...
[API] pwg.tags.getList & pwg.tags.getAdminList returning Ids of different types
https://api.github.com/repos/Piwigo/Piwigo/issues/1170/comments
0
2020-04-03T12:38:30Z
2020-04-03T12:38:30Z
https://github.com/Piwigo/Piwigo/issues/1170
593,352,919
1,170
[ "Piwigo", "Piwigo" ]
on `file` param. No worry with an admin, but this method can be used by a community user as well. Originally reported by Zak S. see CVE-2020-9467
stored XSS with pwg.images.setInfo
https://api.github.com/repos/Piwigo/Piwigo/issues/1168/comments
1
2020-03-24T13:03:01Z
2020-03-28T05:54:16Z
https://github.com/Piwigo/Piwigo/issues/1168
586,943,552
1,168
[ "Piwigo", "Piwigo" ]
![image](https://user-images.githubusercontent.com/54360213/77325178-2411a400-6d18-11ea-9b58-fd1c5bdc12a6.png) ![image](https://user-images.githubusercontent.com/54360213/77325191-2c69df00-6d18-11ea-974f-6c0e1b0b6943.png) ![image](https://user-images.githubusercontent.com/54360213/77325207-2ffd6600-6d18-11ea-9b98-0c5...
Redesign group manager
https://api.github.com/repos/Piwigo/Piwigo/issues/1167/comments
0
2020-03-23T14:09:51Z
2020-06-12T11:41:52Z
https://github.com/Piwigo/Piwigo/issues/1167
586,238,325
1,167
[ "Piwigo", "Piwigo" ]
It would be nice if you expand the Piwigo web API with the method pwg.categories.getRepresentative to get the data for the representative image. Currently I',m using a workaround by getting this information directly out of the database with the statement: SELECT representative_picture_id FROM piwigo_categories WHER...
Request for pwg.categories.getRepresentative
https://api.github.com/repos/Piwigo/Piwigo/issues/1166/comments
0
2020-03-17T16:14:49Z
2020-03-17T16:14:49Z
https://github.com/Piwigo/Piwigo/issues/1166
583,130,327
1,166
[ "Piwigo", "Piwigo" ]
Hello, There are many php error on all the pages of my app. Here are the ones i see: `Notice: Undefined index: IS_IN_CADDIE in /home/yunohost.app/piwigo/_data/templates_c/ljbwkp^ebbff9da673f8ef3c3450cd0fb00b7e7c3721b4f_0.file.public_controller.tpl.php on line 165` `Notice: Undefined index: ld_forgot_url in /va...
PHP errors
https://api.github.com/repos/Piwigo/Piwigo/issues/1165/comments
0
2020-03-06T20:19:53Z
2020-03-06T20:19:53Z
https://github.com/Piwigo/Piwigo/issues/1165
577,154,717
1,165
[ "Piwigo", "Piwigo" ]
Piwigo app in iOS upload photos to web only in 480x360 px from iCloud storage. Upload from local storage (recent) is good. ![14A0B09A-D8E3-44E3-9459-B8FD9501A6CB](https://user-images.githubusercontent.com/50730162/74839165-1934af80-5325-11ea-9893-ad0ae46cb35d.jpeg)
IOS upload photos from iCloud
https://api.github.com/repos/Piwigo/Piwigo/issues/1163/comments
1
2020-02-19T13:35:51Z
2020-06-28T17:37:32Z
https://github.com/Piwigo/Piwigo/issues/1163
567,574,289
1,163
[ "Piwigo", "Piwigo" ]
Linked to #264 It's often useful to be able to manage users of a specific group. Unfortunately we have lost this feature with Piwigo 2.6 (back in 2014, that's 6 years ago). Before we implement a deeper refresh of user/group managers, let's add this little feature.
[users] filter by group
https://api.github.com/repos/Piwigo/Piwigo/issues/1162/comments
0
2020-02-18T09:48:14Z
2020-02-18T09:51:16Z
https://github.com/Piwigo/Piwigo/issues/1162
566,769,807
1,162
[ "Piwigo", "Piwigo" ]
I would like to add a category to the keyword overview in my theme. Unfortunately, this is not possible, because all deviations are intercepted in php.
Add ability to expand the display categories of tags in a theme
https://api.github.com/repos/Piwigo/Piwigo/issues/1160/comments
1
2020-02-15T15:29:08Z
2022-07-29T17:41:16Z
https://github.com/Piwigo/Piwigo/issues/1160
565,764,308
1,160
[ "Piwigo", "Piwigo" ]
Does Piwigo have full-featured face-tagging functionality [like Picasa had](https://lifehacker.com/picasa-3-5-organizes-your-photos-with-facial-recognitio-5365267)? Either in plugins or in basic functionality?
Face tagging/recognition available?
https://api.github.com/repos/Piwigo/Piwigo/issues/1159/comments
4
2020-02-13T12:34:24Z
2020-02-17T07:39:47Z
https://github.com/Piwigo/Piwigo/issues/1159
564,653,415
1,159
[ "Piwigo", "Piwigo" ]
Hi team! I found a XSS in XSS in /admin.php?page=permalinks Exploit Request: ``` POST /piwigo/piwigo/admin.php?page=permalinks HTTP/1.1 Host: 192.168.10.138 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9...
XSS in /admin.php?page=permalinks
https://api.github.com/repos/Piwigo/Piwigo/issues/1158/comments
3
2020-02-12T03:32:27Z
2021-12-07T11:25:28Z
https://github.com/Piwigo/Piwigo/issues/1158
563,727,063
1,158
[ "Piwigo", "Piwigo" ]
Hi team, I just found a stored XSS in `admin.php?page=tags`. Exploit Request : ``` POST /piwigo/piwigo/admin.php?page=tags HTTP/1.1 Host: 192.168.10.138 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,im...
Stored Cross Site Scripting in /admin.php?page=tags
https://api.github.com/repos/Piwigo/Piwigo/issues/1157/comments
4
2020-02-12T02:40:57Z
2021-12-07T11:25:00Z
https://github.com/Piwigo/Piwigo/issues/1157
563,700,554
1,157
[ "Piwigo", "Piwigo" ]
Starting with PHP 7.4.0 passing the glue after the pieces (i.e. not using the documented order of parameters) has been deprecated.
Deprecated usage of implode
https://api.github.com/repos/Piwigo/Piwigo/issues/1155/comments
0
2020-02-11T11:08:54Z
2020-03-25T14:06:10Z
https://github.com/Piwigo/Piwigo/issues/1155
563,131,077
1,155
[ "Piwigo", "Piwigo" ]
Calling `pwg.categories.getList` with `tree_output` set to true returns just a list of categories, whereas with false you get a hash with the single key "categories" and the category list as a value. That doesn't make a whole lot of sense. Now if the API was versioned, this could be fixed in a new revision, but as it ...
Inconsistent API results
https://api.github.com/repos/Piwigo/Piwigo/issues/1154/comments
2
2020-02-06T15:55:35Z
2020-02-08T11:10:18Z
https://github.com/Piwigo/Piwigo/issues/1154
561,104,736
1,154
[ "Piwigo", "Piwigo" ]
I'm currently developing a new Perl module for the WS API and ran into the following MySQL error: ``` Warning: [mysql error 1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4 SELECT id FROM images WHERE ...
MySQL error when deleting categories
https://api.github.com/repos/Piwigo/Piwigo/issues/1153/comments
3
2020-02-05T03:24:44Z
2020-02-10T14:54:29Z
https://github.com/Piwigo/Piwigo/issues/1153
560,116,697
1,153
[ "Piwigo", "Piwigo" ]
I just registered a new user. The popin to edit the user provides invalid information: > Registered on 28 January 2020, 14 minutes ago. > Last visit on 27 January 2020, 12 hours ago. This is highly unlikely. related to #478
incoherent "last visit" for a new user
https://api.github.com/repos/Piwigo/Piwigo/issues/1152/comments
0
2020-01-28T10:31:58Z
2020-01-28T10:32:36Z
https://github.com/Piwigo/Piwigo/issues/1152
556,117,503
1,152
[ "Piwigo", "Piwigo" ]
Description: Piwigo version 2.10.1 is affected by stored cross site scripting vulnerability. This vulnerability exists in "Group Name" Field in "group_list" page. How to reproduce: 1. Login into the application. 2. Go to the "Users" -> "Groups" page from life navigation menu. 3. Click on "Add Group" button a...
Stored Cross-Site Scripting vulnerability in Piwigo CMS
https://api.github.com/repos/Piwigo/Piwigo/issues/1150/comments
1
2020-01-20T13:47:13Z
2020-03-25T14:32:53Z
https://github.com/Piwigo/Piwigo/issues/1150
552,310,420
1,150
[ "Piwigo", "Piwigo" ]
Description: Piwigo version 2.10.1 is affected by multiple stored cross site scripting vulnerabilities. These vulnerabilities exists in "Global Mode" tab in "batch_manager" page. Specifically in the action section. How to reproduce: 1. Login into the application and upload any image file. 2. Go to the "batch_...
Multiple Stored Cross-Site Scripting vulnerabilities in Piwigo CMS
https://api.github.com/repos/Piwigo/Piwigo/issues/1149/comments
4
2020-01-20T13:44:29Z
2020-02-07T16:51:10Z
https://github.com/Piwigo/Piwigo/issues/1149
552,308,942
1,149
[ "Piwigo", "Piwigo" ]
Description: Piwigo version 2.10.1 is affected by multiple stored cross site scripting vulnerabilities. These vulnerabilities exists in "Single Mode" tab in "batch_manager" page. Specifically "Title", "Author", "Tags", and "Description" fields are affected. How to reproduce: 1. Login into the application and u...
Multiple Stored Cross-Site Scripting vulnerabilities in "batch_manager" page in single mode. "Title", "Author" and "Tags" field affected
https://api.github.com/repos/Piwigo/Piwigo/issues/1148/comments
2
2020-01-20T13:38:11Z
2020-02-07T16:38:14Z
https://github.com/Piwigo/Piwigo/issues/1148
552,305,568
1,148
[ "Piwigo", "Piwigo" ]
Piwigo in a container `linuxserver/piwigo` connecting to a mysql 8.0.17 server `mysql/mysql-server` Gives the below error: ```[Warning] [MY-013360] [Server] Plugin sha256_password reported: ''sha256_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'``` Full m...
MySQL error: [MY-013360] ''sha256_password' is deprecated use caching_sha2_password instead'
https://api.github.com/repos/Piwigo/Piwigo/issues/1145/comments
8
2020-01-10T13:41:40Z
2020-12-18T12:40:56Z
https://github.com/Piwigo/Piwigo/issues/1145
548,086,244
1,145
[ "Piwigo", "Piwigo" ]
Hi, There are opened different issues considering support of mentioned formats ([WebP](https://github.com/Piwigo/Piwigo/issues/223),[Heif](https://piwigo.org/forum/viewtopic.php?id=28440)) by Piwigo. WebP and HEIC are for some time fully supported by major browsers and systems (well WebP is boycotted by apple - bu...
New image formats support - WebP, AVIF, Heic
https://api.github.com/repos/Piwigo/Piwigo/issues/1144/comments
42
2019-12-30T08:12:48Z
2024-03-03T08:50:05Z
https://github.com/Piwigo/Piwigo/issues/1144
543,789,917
1,144
[ "Piwigo", "Piwigo" ]
Hi, I'm impressed by this software. I've tried to enhance it using ldap_login, however I've come across a small issue. Newly created users can go to customise and change their email&password / theme. We can disable the latter but how can we disable the former. So is there an option or can there be an option to disable...
Add option disable Home/Profile/Registration block
https://api.github.com/repos/Piwigo/Piwigo/issues/1143/comments
1
2019-12-28T12:57:00Z
2019-12-28T14:59:43Z
https://github.com/Piwigo/Piwigo/issues/1143
543,153,704
1,143
[ "Piwigo", "Piwigo" ]
Add a option to be able to choose when go to page add photo (/admin.php?page=photos_add) select box (Select an album) -the album selection is that of the last import (as today) or - is always empty
option for add phoos
https://api.github.com/repos/Piwigo/Piwigo/issues/1142/comments
0
2019-12-23T08:08:02Z
2019-12-23T08:08:02Z
https://github.com/Piwigo/Piwigo/issues/1142
541,635,001
1,142
[ "Piwigo", "Piwigo" ]
Hi, It would be nice to have an API to set album permissions and sort order. Currently, I am doing the same by calling .../admin.php?page=album-[ALBUM#]-permissions/sort-order, passing the required parameters and checking for a status of 200. This works fine, but an API would be best.
Need API for setting Album permissions and sort order
https://api.github.com/repos/Piwigo/Piwigo/issues/1141/comments
2
2019-12-18T05:32:03Z
2020-06-29T07:43:16Z
https://github.com/Piwigo/Piwigo/issues/1141
539,460,972
1,141
[ "Piwigo", "Piwigo" ]
Hi, I use the mugshot extension. The author seems to have abandoned it (there is no reply to personal e-mail, let alone the problems that have been listed in the forum). My request is that the developers of piwigo "adopt" it as an official extension. Apart from the warnings that people have complained about, m...
Need help with mugshot extension
https://api.github.com/repos/Piwigo/Piwigo/issues/1140/comments
0
2019-12-17T04:12:35Z
2019-12-17T04:12:35Z
https://github.com/Piwigo/Piwigo/issues/1140
538,821,365
1,140
[ "Piwigo", "Piwigo" ]
Hi there, upfront: I am looking into packaging piwigo for [Cloudron](https://cloudron.io) and our app package code is at https://git.cloudron.io/cloudron/piwigo-app While doing this, the Cloudron package has LDAP login enabled. Now once installed, visiting the app, it appears that there are two different login s...
Two different login screens
https://api.github.com/repos/Piwigo/Piwigo/issues/1138/comments
2
2019-12-10T15:09:21Z
2020-10-29T16:51:42Z
https://github.com/Piwigo/Piwigo/issues/1138
535,791,554
1,138
[ "Piwigo", "Piwigo" ]
/fieldset is placed inside an [elseif] statement. So it will not always be printed. Resulting in an unclosed fieldset tag. It should be placed between /if and /form: ``` {/if} </fieldset> </form> ```
password.tpl
https://api.github.com/repos/Piwigo/Piwigo/issues/1137/comments
0
2019-12-10T02:09:51Z
2019-12-10T02:10:29Z
https://github.com/Piwigo/Piwigo/issues/1137
535,446,838
1,137
[ "Piwigo", "Piwigo" ]
## Environment Piwigo 2.10.1 Operating system: Linux PHP: 7.3.11-1~deb10u1 MySQL: 5.5.5-10.3.18-MariaDB-0+deb10u1 Graphics Library: ImageMagick 6.9.10-23 ## How to reproduce Click the link "Batch Manager" from the sidebar of the admin panel. ## Expected behavior Load the Batch Manager. ## Actual results...
Batch manager raises SQL errors
https://api.github.com/repos/Piwigo/Piwigo/issues/1136/comments
0
2019-12-06T11:43:50Z
2019-12-06T21:03:18Z
https://github.com/Piwigo/Piwigo/issues/1136
533,915,307
1,136
[ "Piwigo", "Piwigo" ]
With PHP 7.4.0, I'm getting the following deprecation warning. > Deprecated: Array and string offset access syntax with curly braces is deprecated in /usr/share/webapps/piwigo/include/functions_cookie.inc.php on line 57
PHP 7.4: array/string offset access deprecation warning
https://api.github.com/repos/Piwigo/Piwigo/issues/1134/comments
0
2019-12-03T20:54:53Z
2019-12-04T09:42:52Z
https://github.com/Piwigo/Piwigo/issues/1134
532,259,652
1,134
[ "Piwigo", "Piwigo" ]
When the height of your web browser is too short, combined with a long list of plugins, you just can't reach the last items in the menu. ![image](https://user-images.githubusercontent.com/9326959/70047114-b8b89080-15c7-11ea-8240-08b5419df0f4.png) (in this screenshot, there are 10 more plugins you can't reach)
[admin menubar] unreachable items when height is too small
https://api.github.com/repos/Piwigo/Piwigo/issues/1133/comments
0
2019-12-03T11:24:14Z
2019-12-03T14:20:32Z
https://github.com/Piwigo/Piwigo/issues/1133
531,915,555
1,133
[ "Piwigo", "Piwigo" ]
After upgrading from php-7.3.12 to php-7.4.0 I'm now seeing an error logged on the very front page: [Notice: Trying to access array offset on value of type null in /var/www/piwigo.reub.net/htdocs/include/functions_category.inc.php on line 125] It looks like some tweaking may be required for the newer version of...
PHP-7.4 Issue = "Trying to access array offset on value of type null" in functions_category.inc.php
https://api.github.com/repos/Piwigo/Piwigo/issues/1130/comments
10
2019-12-02T11:35:52Z
2020-02-13T08:00:15Z
https://github.com/Piwigo/Piwigo/issues/1130
531,070,764
1,130
[ "Piwigo", "Piwigo" ]
Creating an album with & in its name through the ws succeeds and results in an album created with only the text before the &. It needs better handling - either fail completely (don't create anything) or handle the & and create the album with the name as intended. Latest piwigo, mysql 8.0, php 7.3
Creating an album with an & in name doesn't work properly
https://api.github.com/repos/Piwigo/Piwigo/issues/1129/comments
0
2019-12-02T01:03:02Z
2019-12-02T01:03:02Z
https://github.com/Piwigo/Piwigo/issues/1129
530,832,344
1,129
[ "Piwigo", "Piwigo" ]
I am using https on my gallery and when I want to generate multiple size images, the batch manager call i.php via http and this request gets blocked. The blocked request shows in the dev console of a browser (Opera, did not show up in Firefox). As a result the thumbnails generation fails with an error "8 photos can not...
calls made in http while browsing on https
https://api.github.com/repos/Piwigo/Piwigo/issues/1128/comments
5
2019-12-01T21:54:47Z
2022-12-26T15:21:15Z
https://github.com/Piwigo/Piwigo/issues/1128
530,802,677
1,128
[ "Piwigo", "Piwigo" ]
Hi all! I have trouble running Piwigo Version 2.10.1 behind a proxy server which is required to access the Internet at my site. I have configured ``` <?php $conf['use_proxy'] = true; $conf['proxy_server'] = '192.168.94.1:8080'; ?> ``` using the LocalFiles Editor, but Piwigo is still not able to look ...
Cant update or install extensions behind proxy server
https://api.github.com/repos/Piwigo/Piwigo/issues/1127/comments
1
2019-12-01T11:57:17Z
2019-12-01T14:25:48Z
https://github.com/Piwigo/Piwigo/issues/1127
530,719,720
1,127
[ "Piwigo", "Piwigo" ]
Enabling the filter function "Display only recently posted photos" and then selecting "Display all photos in all sub-albums", will display all photos with no filter applied. Selecting one of the photos which should have been filtered out, result in the following error: Warning: [mysql error 1064] You have an erro...
Display only recent photos + Display all photos = MySQL Error
https://api.github.com/repos/Piwigo/Piwigo/issues/1126/comments
0
2019-11-29T15:41:01Z
2019-11-29T15:41:01Z
https://github.com/Piwigo/Piwigo/issues/1126
530,404,618
1,126
[ "Piwigo", "Piwigo" ]
Since I am unable to add users through the interface (see #1123), I used the ws to add/manipulate users. Here, I am getting a warning while adding users. ![piwigo-add-user-ws](https://user-images.githubusercontent.com/13346687/69600479-c81f6300-1036-11ea-92fe-e839618c39d2.png)
Adding users through ws results in a warning
https://api.github.com/repos/Piwigo/Piwigo/issues/1125/comments
0
2019-11-26T04:53:37Z
2019-11-26T04:53:37Z
https://github.com/Piwigo/Piwigo/issues/1125
528,486,915
1,125
[ "Piwigo", "Piwigo" ]
I'm having trouble running quick synchronization for my local collection of photos: ``` [Mon Nov 25 21:16:28.037193 2019] [php7:warn] [pid 519] [client 192.168.0.170:53875] PHP Warning: Error while sending QUERY packet. PID=519 in /var/www/include/dblayer/functions_mysqli.inc.php on line 141, referer: http://192.168...
Quick sync ends in database server going away
https://api.github.com/repos/Piwigo/Piwigo/issues/1124/comments
2
2019-11-25T21:43:22Z
2019-11-29T21:26:45Z
https://github.com/Piwigo/Piwigo/issues/1124
528,353,921
1,124
[ "Piwigo", "Piwigo" ]
Unable to view/add users. Please see attached. I am using latest version. ![image](https://user-images.githubusercontent.com/13346687/69492221-8e7b1a80-0ec5-11ea-8179-0df12e8295e5.png)
Error with datatable in users screen
https://api.github.com/repos/Piwigo/Piwigo/issues/1123/comments
2
2019-11-24T08:50:57Z
2019-11-28T04:35:37Z
https://github.com/Piwigo/Piwigo/issues/1123
527,667,898
1,123
[ "Piwigo", "Piwigo" ]
in file: themes/default/theme.css line 280 `.thumbnails LI { display: inline }` Missing closing semicolon.
Typo in default/theme.css
https://api.github.com/repos/Piwigo/Piwigo/issues/1122/comments
2
2019-11-17T14:50:05Z
2019-12-15T01:32:19Z
https://github.com/Piwigo/Piwigo/issues/1122
523,996,273
1,122
[ "Piwigo", "Piwigo" ]
Setting ``` $themeconf = array( 'parent' => 'default', 'load_parent_css' => 'false', -SNIP- ``` in themeconf.inc.php, does still load/combine /default/theme.css file. I hope that I understand the use of 'load_parent_css' correctly. And that I have used it correctly. /Djelle
'load_parent_css' => 'false' still loads the deafult CSS.
https://api.github.com/repos/Piwigo/Piwigo/issues/1121/comments
1
2019-11-16T15:23:28Z
2023-01-21T19:41:54Z
https://github.com/Piwigo/Piwigo/issues/1121
523,857,825
1,121
[ "Piwigo", "Piwigo" ]
If the directory of a theme is named with non-capitalized letters (e.g. "mytheme", and "Theme Name" is set to a name with different capitalizing (e.g. "MyTheme") in themeconf.inc.php, the theme can not be set as a personal theme for a user (in Customize). The theme can still be set as a default theme though. I have ...
Directory name of theme coursing issues if not the same as "Theme Name"
https://api.github.com/repos/Piwigo/Piwigo/issues/1120/comments
0
2019-11-16T15:10:54Z
2022-03-29T14:27:49Z
https://github.com/Piwigo/Piwigo/issues/1120
523,856,344
1,120
[ "Piwigo", "Piwigo" ]
The `no_photo_yet` page has a lower priority compared to `password` (to reset your missing password). It should be the opposite.
Password reset page not reachable when no photo added yet
https://api.github.com/repos/Piwigo/Piwigo/issues/1119/comments
0
2019-11-12T10:18:44Z
2020-03-25T14:33:17Z
https://github.com/Piwigo/Piwigo/issues/1119
521,456,638
1,119
[ "Piwigo", "Piwigo" ]
I've run into a problem with quick search after upgrading to MySQL 8 (and PHP 7.3) as part of the Ubuntu 19.10 release. When searching for "short" (less than 5 chars?) terms, it errors out: ```Warning: mysqli::query(): (HY000/3685): Illegal argument to a regular expression. in /usr/local/piwigo/include/dblayer/funct...
Quick search error (MySQL 8 and REGEXP)
https://api.github.com/repos/Piwigo/Piwigo/issues/1118/comments
2
2019-11-11T00:36:43Z
2021-03-20T18:07:37Z
https://github.com/Piwigo/Piwigo/issues/1118
520,684,305
1,118
[ "Piwigo", "Piwigo" ]
After upgrade from Piwigo 2.9 to 2.10.1 I noticed that list of Related keywords is showing _all_ keywords (in my case sometimes a very long list). In the past this included top keywords only. Strangely some albums still show the old format. Example of new (IMO wrong) format: https://tomassobekphotography.co.nz/photo...
List of "Related keywords" changed in Elegant theme
https://api.github.com/repos/Piwigo/Piwigo/issues/1116/comments
4
2019-11-06T07:21:14Z
2019-11-29T05:10:53Z
https://github.com/Piwigo/Piwigo/issues/1116
518,288,263
1,116
[ "Piwigo", "Piwigo" ]
Man, thanks for the work on the update. However, I would like to express how annoying it is to lose a complete installation. I would appreciate a bit of more warning in such "YOU MUST UPDATE OR WE ARE GOING TO DIE" emails. Finally, you tell me AFTER the update that you killed 90% of the plugins, probably due incomp...
Thanks for killing it completely
https://api.github.com/repos/Piwigo/Piwigo/issues/1115/comments
8
2019-11-05T14:20:23Z
2020-04-08T08:39:06Z
https://github.com/Piwigo/Piwigo/issues/1115
517,802,269
1,115
[ "Piwigo", "Piwigo" ]
In the admin, the tab applications (in upload photos) is missing the link to the new app in the playstore (there is the link for ios but not android)
Admin, upload photos applications tab
https://api.github.com/repos/Piwigo/Piwigo/issues/1114/comments
1
2019-11-05T13:10:18Z
2020-03-25T14:33:40Z
https://github.com/Piwigo/Piwigo/issues/1114
517,763,192
1,114
[ "Piwigo", "Piwigo" ]
In the admin even though the ratings are disabled, the acces to the ratings page in the sidebar is still accessible. This page should be hidden when the ratings aren't enabled ![image](https://user-images.githubusercontent.com/54360213/68209025-d0095b80-ffd2-11e9-844f-858e762e2c73.png) ![image](https://user-image...
Admin, Ratings disabled but rating page still accessible
https://api.github.com/repos/Piwigo/Piwigo/issues/1113/comments
0
2019-11-05T12:53:24Z
2019-11-05T12:56:26Z
https://github.com/Piwigo/Piwigo/issues/1113
517,754,808
1,113
[ "Piwigo", "Piwigo" ]
In the admin, the header moves to two lines when the width of the window is made smaller. The part with the username/darkmode/Help me/logout moves undeneath and on to a white background (instead of its dark grey background) . This is even more prominent when the gallery name/ Username is very long. ![Capture3](https...
Admin Header, two lines on smaller screens
https://api.github.com/repos/Piwigo/Piwigo/issues/1112/comments
0
2019-11-05T09:57:56Z
2019-11-26T15:34:37Z
https://github.com/Piwigo/Piwigo/issues/1112
517,666,679
1,112
[ "Piwigo", "Piwigo" ]
If you go to Batch Manager and add a Tag filter but then don't enter any tags, it generates a number of notices, especially in PHP 7.2+ Fix: ```diff diff --git a/admin/batch_manager.php b/admin/batch_manager.php index e6c14b63c..86733db38 100644 --- a/admin/batch_manager.php +++ b/admin/batch_manager.php @@ -137...
empty tag list in batch manager causes notices
https://api.github.com/repos/Piwigo/Piwigo/issues/1111/comments
0
2019-11-03T20:24:16Z
2019-11-03T20:24:16Z
https://github.com/Piwigo/Piwigo/issues/1111
516,883,455
1,111
[ "Piwigo", "Piwigo" ]
Hello, Fresh install of Piwigo (Docker Image) ``` Piwigo 2.10.1 Check for upgrade Operating system: Linux PHP: 7.3.10 (Show info) [2019-10-27 16:38:52] MySQL: 5.7.25 [2019-10-27 20:38:52] Graphics Library: ImageMagick 7.0.8-58 ``` I entered SMTP configuration as follows by updating config file using Loca...
AutoTLS is causing issues with SMTP
https://api.github.com/repos/Piwigo/Piwigo/issues/1110/comments
0
2019-10-27T20:45:23Z
2019-10-27T20:45:45Z
https://github.com/Piwigo/Piwigo/issues/1110
513,019,624
1,110
[ "Piwigo", "Piwigo" ]
When previewing images of an album, one after the other, the iOS app suggests a list of actions to copy, move, delete, edit, etc. the current image. To propose to **add** or **remove** that image from the favorites, the app needs to know whether the current image is in the list of favorites. The method `pwg.users.fa...
[web API] for determining if a single image is a favorite
https://api.github.com/repos/Piwigo/Piwigo/issues/1109/comments
4
2019-10-26T10:55:02Z
2021-12-22T19:43:57Z
https://github.com/Piwigo/Piwigo/issues/1109
512,821,775
1,109
[ "Piwigo", "Piwigo" ]
Could you please return md5sum with this API? This is currently the only thing that I additionally need. By getting this with this API, I will save multiple pwg.images.getInfo calls. [https://github.com/Piwigo/Piwigo/blob/master/include/ws_functions/pwg.categories.php](url) line 103 needs an additional item 'md5sum'...
Add md5sum in pwg.categories.getImages
https://api.github.com/repos/Piwigo/Piwigo/issues/1108/comments
0
2019-10-26T07:00:46Z
2019-10-26T07:00:46Z
https://github.com/Piwigo/Piwigo/issues/1108
512,800,576
1,108
[ "Piwigo", "Piwigo" ]
If I query the webservice with format=json, I expect the response to be in application/json. It is in text/plain. Could it be corrected? Latest piwigo, php 5.6.40.
Response in text/plain instead of application/json
https://api.github.com/repos/Piwigo/Piwigo/issues/1107/comments
3
2019-10-25T05:25:29Z
2019-10-29T18:32:18Z
https://github.com/Piwigo/Piwigo/issues/1107
512,309,831
1,107
[ "Piwigo", "Piwigo" ]
Hi guys, I'm trying to update an album by adding 218 photos + 1 video but when the upload is finish, the basket only see 112. after upload, if i'm searching a "missing" one on the search engine or directly on the album and the photos are here. after an upload I tag people, generate thumbnails etc so to do th...
web UI upload, basket blocked at 112 elements
https://api.github.com/repos/Piwigo/Piwigo/issues/1106/comments
0
2019-10-21T15:12:35Z
2019-10-21T15:13:09Z
https://github.com/Piwigo/Piwigo/issues/1106
510,036,271
1,106
[ "Piwigo", "Piwigo" ]
in ws_images_addSimple the $_FILES['image']['error'] is nicely interpreted and converted into a useful message. In ws_images_upload I request to have something similar. Maybe ``` if (isset($_FILES['file']['error']) && $_FILES['file']['error'] != 0) { switch($_FILES['file']['error']) { case UPLOA...
output details on failure of pwg.images.php: ws_images_upload
https://api.github.com/repos/Piwigo/Piwigo/issues/1105/comments
0
2019-10-19T21:12:47Z
2019-10-19T21:46:25Z
https://github.com/Piwigo/Piwigo/issues/1105
509,510,414
1,105
[ "Piwigo", "Piwigo" ]
A new feature was introduced with #759 It works fine BUT it shows "all" tags. If the gallery has 1 million tags, it shows them all! We need to limit, according to `$conf['menubar_tag_cloud_items_number']`
limit number of tags in menu
https://api.github.com/repos/Piwigo/Piwigo/issues/1102/comments
0
2019-10-15T13:59:10Z
2020-03-25T14:34:04Z
https://github.com/Piwigo/Piwigo/issues/1102
507,264,489
1,102
[ "Piwigo", "Piwigo" ]
When I say add picture I can choose the picture in the web form. After that I say "start upload". Then I see the progress bar in progress and when the upload is done I see the progress bar and a abort button. Pressing the abort button does nothing so I only can leave the web form. When I check the album where I upload...
Problems with upload web ui
https://api.github.com/repos/Piwigo/Piwigo/issues/1101/comments
1
2019-10-15T11:45:52Z
2019-10-17T20:07:39Z
https://github.com/Piwigo/Piwigo/issues/1101
507,190,869
1,101
[ "Piwigo", "Piwigo" ]
Edit: Checksums are not being generated at all now. I added a few hundred photos and none of them have checksums. I get the alert that there are missing checksums, and it reports over 3000 photos are missing checksums. When I click the comupute checksums link it sits at 0% then eventually errors out as described previo...
Error message when generating Checksums
https://api.github.com/repos/Piwigo/Piwigo/issues/1100/comments
2
2019-10-15T01:57:02Z
2020-03-04T05:27:16Z
https://github.com/Piwigo/Piwigo/issues/1100
506,957,843
1,100
[ "Piwigo", "Piwigo" ]
... is a message you often get in the Firefox console for the batch manager page.
[batch manager] TypeError: associated_categories is null
https://api.github.com/repos/Piwigo/Piwigo/issues/1099/comments
0
2019-10-14T10:25:45Z
2019-10-14T14:03:43Z
https://github.com/Piwigo/Piwigo/issues/1099
506,567,345
1,099
[ "Piwigo", "Piwigo" ]
The default block size set to 1000 is actually quite high if you have big photos and small processing power. - reduce block size to 50 - make it configurable
[batch manager] checksum computation, reduce block size
https://api.github.com/repos/Piwigo/Piwigo/issues/1098/comments
0
2019-10-14T09:59:41Z
2019-10-14T14:03:55Z
https://github.com/Piwigo/Piwigo/issues/1098
506,554,910
1,098
[ "Piwigo", "Piwigo" ]
The first call to pwg.images.setMd5sum has a computed block size based on the number of missing checksums. Next call uses the default block size (which is 1000 in Piwigo 2.10.0)
[batch manager] checksum computation blocksize should stay the same
https://api.github.com/repos/Piwigo/Piwigo/issues/1097/comments
0
2019-10-14T09:33:36Z
2019-10-14T14:04:07Z
https://github.com/Piwigo/Piwigo/issues/1097
506,542,117
1,097
[ "Piwigo", "Piwigo" ]
Hello, I'm currently running into an issue where users will get redirected to an empty page with "error 403" written on it after placing a comment. I'm not sure where the issue came from, it suddenly started doing this. Admins can still write a comment with out a problem. Browser console, server logs of nginx...
Users get error when commenting
https://api.github.com/repos/Piwigo/Piwigo/issues/1096/comments
5
2019-10-13T12:07:27Z
2019-10-27T09:59:34Z
https://github.com/Piwigo/Piwigo/issues/1096
506,316,467
1,096
[ "Piwigo", "Piwigo" ]
When accessing User config page in admin i get a sql error I tried to create a user, then looked at XHR request, it dumps a SQL statement, this is a issue also because it reveals SQL structure. Debug options should be hidden in production. SELECT user_id, GROUP_CONCAT(name ORDER BY name SEPARATOR ",...
mysql 8 groups is a reserved keyword
https://api.github.com/repos/Piwigo/Piwigo/issues/1095/comments
10
2019-10-13T10:51:28Z
2020-03-25T14:34:19Z
https://github.com/Piwigo/Piwigo/issues/1095
506,307,090
1,095
[ "Piwigo", "Piwigo" ]
**XSS exists in the /Piwigo/admin.php?page=cat_list** ![image](https://user-images.githubusercontent.com/42511919/66714245-034b3700-ede7-11e9-93ba-e9508051b236.png) ![image](https://user-images.githubusercontent.com/42511919/66714257-24138c80-ede7-11e9-8fdc-f123f4b282fb.png)
XSS in Piwigo 2.10.0
https://api.github.com/repos/Piwigo/Piwigo/issues/1094/comments
0
2019-10-13T10:30:15Z
2019-10-13T10:30:15Z
https://github.com/Piwigo/Piwigo/issues/1094
506,304,271
1,094
[ "Piwigo", "Piwigo" ]
On MacOS + Safari, when trying to compute missing md5sum, I get this error: > Error: Syntax error, unrecognized expression: input[name=pwg_token
Error: Syntax error, unrecognized expression: input[name=pwg_token
https://api.github.com/repos/Piwigo/Piwigo/issues/1092/comments
0
2019-10-11T14:08:50Z
2019-10-14T14:02:42Z
https://github.com/Piwigo/Piwigo/issues/1092
505,875,872
1,092
[ "Piwigo", "Piwigo" ]
Problem 1: I have a tag like "Lens: Canon EF 24-70 f2.8L II USM". This is split into two tags in the database: Lens: Canon EF 24-70 f2 and 8L II USM. Problem 2: I have tags like "Aperture: Low". This only displays "Low" in the photo page. Whereas the database contains "Aperture: Low". I am using v2.10.0. Thank...
Tags not working well with . and : (resolved), but ' is still a problem
https://api.github.com/repos/Piwigo/Piwigo/issues/1091/comments
3
2019-10-11T08:42:14Z
2019-12-30T02:49:05Z
https://github.com/Piwigo/Piwigo/issues/1091
505,718,850
1,091
[ "Piwigo", "Piwigo" ]
Several user reports (on Piwigo forums) clearly show the missing checksums warning on Piwigo admin dashboard is scary. It should not be. It's not that important. They have lived for years with missing checksums. I propose 2 actions: 1. change warning into info 2. move the message on the sync page, instead of das...
missing checksums warning on dashboard might scare users
https://api.github.com/repos/Piwigo/Piwigo/issues/1090/comments
0
2019-10-10T09:53:13Z
2019-10-14T14:04:52Z
https://github.com/Piwigo/Piwigo/issues/1090
505,161,841
1,090
[ "Piwigo", "Piwigo" ]
With Piwigo 2.10 and PHP 7.3 (Debian Buster, 7.3.9-1~deb10u1), Piwigo JShrink triggers a deprecation notice that ends up mixed with the javascript file: ``` <b>Deprecated</b>: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in <b>...
Jshrink uses deprecated function, breaks javascript
https://api.github.com/repos/Piwigo/Piwigo/issues/1089/comments
9
2019-10-10T07:18:59Z
2019-10-14T14:03:29Z
https://github.com/Piwigo/Piwigo/issues/1089
505,084,513
1,089
[ "Piwigo", "Piwigo" ]
piwigo sersion 2.9.5 just got email notification to update to 2.10.0 click on database backup : Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in admin/include/mysqldump.php:75 https://www.php.net/manual/fr/function.mysql-select-db.php : this function has been removed since PHP 7.0.0 !
database backup fail with PHP7
https://api.github.com/repos/Piwigo/Piwigo/issues/1088/comments
0
2019-10-10T07:12:57Z
2019-10-10T07:12:57Z
https://github.com/Piwigo/Piwigo/issues/1088
505,082,092
1,088
[ "Piwigo", "Piwigo" ]
After an update to 2.10 this morning, I've this message displayed on all pages, sometimes several times at the top. I've found an old BR (https://piwigo.org/bugs/view.php?id=2917 ) dealing with user cache, so I've tried to purge the user cache, without any effect on this issue. I'v also tried to disable all plugins (s...
' category_cats.inc.php on line 315 ' displayed on all pages after update to 2.10
https://api.github.com/repos/Piwigo/Piwigo/issues/1087/comments
9
2019-10-09T11:56:49Z
2019-10-21T18:41:43Z
https://github.com/Piwigo/Piwigo/issues/1087
504,602,729
1,087
[ "Piwigo", "Piwigo" ]
When I use FTP synchronization, piwigo creates albums from local folders, created by FTP. Piwigo allows to upload photos to galleries albums. But after uploading I can't see this files in galleries folder? First of all, it is completely not obvious that uploaded to galleries album photo does not appear in the appr...
Upload to `galleries` album with piwigo UI
https://api.github.com/repos/Piwigo/Piwigo/issues/1086/comments
0
2019-10-08T14:56:17Z
2019-10-08T14:56:17Z
https://github.com/Piwigo/Piwigo/issues/1086
504,096,700
1,086
[ "Piwigo", "Piwigo" ]
When using Safari Version 13.0.1 (14608.2.11.1.11), the batch manager is not able to delete images I'm selecting. OS X Version: 10.14.6 -> 10.15
Batch Manager not deleting images on Safari
https://api.github.com/repos/Piwigo/Piwigo/issues/1085/comments
0
2019-10-07T13:39:26Z
2019-11-07T14:43:59Z
https://github.com/Piwigo/Piwigo/issues/1085
503,459,182
1,085
[ "Piwigo", "Piwigo" ]
Viewing each image is a thumbnail of the display, I want to show the original image size
How to display the original image?
https://api.github.com/repos/Piwigo/Piwigo/issues/1084/comments
0
2019-10-03T05:47:39Z
2019-10-03T05:47:39Z
https://github.com/Piwigo/Piwigo/issues/1084
501,866,563
1,084