plegall
242b734d8f
issue #1019 slightly move up welcome box
2019-05-28 16:06:57 +02:00
plegall
99351c5898
issue #987 replace H2 by H1 only if H2 is available
2019-05-28 16:06:00 +02:00
plegall
692120cd07
issue #987 set a title on pages
2019-05-28 16:05:09 +02:00
plegall
fafa0dd7ae
issue #1014 no more link on album name, a big button does the same job
2019-05-28 15:58:16 +02:00
Yann Le Boudec
038a42dd46
issue #1019 photo upload redesign
...
* Hide album selection after creation
* Correctly center the welcome box
* Better alignment for select files info
* Remove summary for select files info, always display details
* Fix dynamic margins in album popin
* Simplify show/hide blocks when no album available
* Make file selection button secondary when files added to queue
2019-05-28 15:00:03 +02:00
Yann Le Boudec
f5f555e1f2
issue #1019 photo upload redesign, new language strings
2019-05-22 16:49:35 +02:00
Yann Le Boudec
079b6fcb9a
issue #1019 photo upload redesign, minor changes
2019-05-22 16:49:35 +02:00
Yann Le Boudec
9891c79f25
issue #1019 photo upload redesign
...
Based on Samuel's mockup.
2019-05-22 16:49:35 +02:00
Yann Le Boudec
c9715d255d
issue #1014 album manager redesign
2019-05-09 14:03:33 +02:00
Yann Le Boudec
10eacfb44d
Add icons
...
th1 flow-tree sort-alt-up sort-alt-down
2019-05-09 14:03:33 +02:00
plegall
f3cc541208
issue #1002 dashboard redesign, colors for big icons
2019-04-12 15:31:53 +02:00
plegall
ab46632a32
Revert "Include pwg_token in user list POST request ( Fixes #748 ) ( #866 )"
...
This reverts commit 65ac272179 .
2019-04-02 14:06:54 +02:00
plegall
447e7e729f
remove useless package.json file for open-sans, causing irrelevant security alert
2019-03-25 17:02:17 +01:00
plegall
6a336ed4ec
issue #987 refresh header message (for example, used to notify about upgrade_feed)
2019-03-25 16:45:36 +01:00
plegall
b20d46e3f3
fixes #992 wrong menubar alignment on Chrome
2019-03-22 17:02:12 +01:00
plegall
14eeb35c66
re-order albums: use new icon instead of old image
2019-03-22 14:59:54 +01:00
plegall
8afda448ef
new icon arrow-combo to re-order albums
2019-03-22 14:49:15 +01:00
plegall
288d72846d
fixes #991 better hide h2 without hiding plugin search filter
2019-03-22 12:27:25 +01:00
plegall
1eaeb8ba3c
issue #987 new admin design adapted for dark theme
2019-03-22 12:13:32 +01:00
plegall
148cefb2f2
update from https://github.com/FontFaceKit/open-sans to commit 5949316 to avoid vulnerability alert by Github
2019-03-15 15:15:30 +01:00
plegall
6f1b75d135
issue #987 new header/menubar/footer for admin pages
...
only works fine for "day" mode, not for "night" mode yet
2019-03-15 14:10:19 +01:00
plegall
466a479be0
issue #987 add font Open Sans for admin pages
2019-03-15 12:08:53 +01:00
plegall
19cccd9053
issue #987 new icons (left and down arrows for menubar)
2019-03-15 12:07:24 +01:00
Teatek
339c54fa23
issue #273 improve labels
2019-02-04 10:46:16 +01:00
Teatek
1907e678b8
Fixes #273 (Add ui option to display or not the date of an album)
2019-02-04 10:46:16 +01:00
Teatek
743d31c9e0
Fixes #863 Allow delete representative for empty albums
2019-02-01 16:38:47 +01:00
Teatek
b8d6f01b38
fixes #966 progression bar for sync metadata
...
* [Batch Manager] adding progression bar for metadata sync action
* [Batch Manager] display the number of synchronized photos in the success message
2019-01-27 17:16:13 +01:00
Teatek
b05241f508
Fixes #272 missing md5sum
...
* dashboard: add warning if missing checksums
* add a "compute all missing md5sum" option in batch manager (inspired by delete orphans)
* progress bar when computing md5sums
2019-01-22 10:26:52 +01:00
plegall
7bf992b3cc
fixes #890 , use https instead of http to load images from piwigo.org
2018-07-11 15:06:38 +02:00
plegall
bef09018fb
fixes #872 , CVE-2018-7724, protect photo admin page from CSRF
2018-07-06 14:38:39 +02:00
Daniel Dadap
65ac272179
Include pwg_token in user list POST request ( Fixes #748 ) ( #866 )
...
* user list: set pwg_token in POST data to user_list_backend.php
The POST data for the user data table request was empty, which could
cause user data retrieval to error out with HTTP 403 due to missing
the authentication token.
* user_list_backend: fix uninitialized variables
If iSortCol_0, sEcho, or sSearch are unset in the HTTP request, it
could cause variables to be uninitialized, potentially causing error
messages to be included in the HTTP response. These error messages,
if present, can prevent the JSON response from being parsed.
* user list: delete unnecessary quotes
Javascript object key names don't generally need to be quoted.
Remove some quotes that were introduced by a recent change that added
a body to the AJAX POST request to retrieve the user list.
2018-07-06 10:51:04 +02:00
plegall
75118816b5
fixes #887 , $selection is never set on PHP side, no need to use it in template
...
... and it makes the template compatible with PHP 7.2
2018-07-04 17:10:00 +02:00
plegall
b6d61a78bb
fixes #838 , tells PHP how many photos were deleted in Batch Manager
2018-02-08 13:03:26 +01:00
plegall
77f02bfd76
fixes #822 , add token on configuration page to prevent CSRF
2017-12-18 15:13:49 +01:00
MaximeBOURMAUD
2c07301467
Fixing issue #731 ( #754 )
...
* Fixing issue #731 , if NB_PHOTOS is upper than 1000 display it
* Fixs issue #731 now number of picture between 1000 and 1999 are displayed
* Fixs formatting
2017-09-04 14:23:50 +02:00
flop25
a4982978c0
now "Apply to sub-albums" can be applied to set all children album as public ones
...
https://github.com/Piwigo/Piwigo/issues/697
technically it's like going to page=cat_options§ion=status but
that's more userfriendly to get that feature on permission page of an
album too
2017-07-02 23:29:07 +02:00
flop25
03a8329b89
adding pwg_token on permalink & cat_options
...
and therefor solving issue:721
2017-06-28 23:44:26 +02:00
plegall
11c07ea530
fixes #685 , syntax error in jQuery selector prevents delete photos from working on Safari
2017-05-22 11:31:21 +02:00
plegall
f7aadd8e29
fixes #279 , show error message from pwg.images.upload
2017-04-09 17:28:51 +02:00
plegall
1c5b36f734
fixes #235 , show/hide edit/caddie/representative icons on index.php or picture.php
2017-04-07 14:20:19 +02:00
plegall
03c2d12991
add icon on "save settings" button for configuration tabs
2017-04-06 16:01:41 +02:00
plegall
b0ae23e34d
fixes #428 , ability to hide "sizes" icon on index.php or picture.php
2017-04-06 15:55:23 +02:00
plegall
9783a61490
fixes #571 , album deletion, do not alert about deleting 0 (zero) orphan photos
2017-03-30 15:49:05 +02:00
plegall
5a80c0a604
user manager, ability to open the user add form with url parameter
...
to prepare the Tour of 2.9 new features
2017-03-16 15:42:58 +01:00
plegall
45cacb4ebd
fixes #543 , cleaner/simpler "remove filter" icon
2017-03-08 11:30:58 +01:00
plegall
7d3c4e17e4
issue #420 , missing url for Piwigo Remote Sync
2017-03-07 15:53:26 +01:00
plegall
10a64e134a
issue #420 , move Piwigo Remote Sync in first position
2017-03-07 15:50:23 +01:00
plegall
ced366456c
issue #420 , add MacShareToPiwigo
2017-03-07 15:22:10 +01:00
plegall
6258a0c9cf
issue #420 , add Piwigo Remote Sync
2017-03-07 14:50:11 +01:00
plegall
069581b80d
issue #420 , remove Piwigo for Android, not up-to-date
2017-03-06 16:30:49 +01:00