aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #469, add download link on photo edit/admin pageplegall2016-07-1815-91/+174
|
* Merge branch '2.8'plegall2016-07-071-4/+2
|\
| * Bug/430 placeholder (#494)jeremydurand2016-06-031-4/+2
| | | | | | fixes #430 placeholder
* | fixes #452, update images.lastmodified when changing tag listplegall2016-06-232-1/+126
| |
* | fixes #450 enlarge size text field for adding a permalink (#501)jeremydurand2016-06-091-1/+8
| | | | | | fixes #450 enlarge size text field for adding a permalink
* | fixes #488 make user input watermark filename safe (#492)jeremydurand2016-06-021-3/+32
| |
* | Merge branch '2.8'plegall2016-05-032-13/+10
|\|
| * bug #466 fixed, new album listed when moving photosplegall2016-05-022-13/+10
| | | | | | | | | | In the batch manager, merge action blocks "associate" and "move" because they follow the same pattern (list of albums + create new).
* | Merge branch '2.8'mistic1002016-03-091-211/+211
|\|
| * Fix #434 Deprecated constructor for LocalSiteReadermistic1002016-03-091-211/+211
| |
* | Merge branch 'feature/378-upgrade-datatables'modus752016-03-092-41/+50
|\ \ | |/ |/|
| * upgrade datatables to 1.10.11 (issue #378)modus752016-02-182-41/+50
| |
* | dynamic list of image_types from historyplegall2016-02-291-1/+1
| | | | | | | | | | | | ... because a plugin can add types in history.image_type code by @ddtddt
* | fixes #425, update piecon.jsplegall2016-02-261-1/+1
| |
* | fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on uploadplegall2016-02-231-1/+1
|/
* bug #325, use original TIFF for EXIF/IPTC readplegall2016-02-161-0/+22
|
* feature #295, proxy support for fetchRemoteplegall2016-02-151-0/+13
|
* fixes #383, purge sessions on invalid user idsplegall2016-02-131-0/+40
|
* fixes #345, forget about filesize limit on uploadplegall2016-02-132-18/+11
| | | | ... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
* feature #383, dedicated function to delete sessionsplegall2016-02-121-5/+1
|
* bug #383, fix session deletion when user deletedplegall2016-02-121-1/+1
|
* fixes #419, an admin can't change webmaster passwordplegall2016-02-122-3/+13
|
* fixes #411, auth keys details on notification formsplegall2016-01-294-0/+44
|
* fixes #349, API set ranks of all album photos at onceplegall2016-01-282-33/+30
| | | | | on pwg.images.setRank, ability to provide a list of image_id (and no rank). This way you can set the order of all photos of a given album, at once.
* bug #409 fixed: handle error returned by pwg.users.setInfoplegall2016-01-281-9/+23
|
* bug #407 fixed, avoid PHP warningsplegall2016-01-261-8/+7
| | | | ... on formats_to_delete and caddiables variables during sync
* clean USER_AUTH_KEYS_TABLE when deleting usermodus752016-01-161-0/+1
|
* happy new year 2016, all headers updatedplegall2016-01-1485-85/+85
|
* Merge branch 'feature/293-trigger-upload'plegall2016-01-141-96/+173
|\
| * feature #293, also process videosplegall2016-01-141-0/+48
| | | | | | | | ... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm.
| * feature #293 trigger to generate pwg_representativeplegall2015-12-151-96/+125
| | | | | | | | | | * new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp)
* | Merge branch 'feature/259-album-notify-users'plegall2016-01-112-42/+241
|\ \
| * | feature #259, notify an album to a list of usersplegall2016-01-062-42/+241
| | | | | | | | | | | | ... and not just to a group
* | | feature #397, close popin when user deletedplegall2016-01-091-1/+1
| | |
* | | feature #397, bigger padding inside popinplegall2016-01-091-1/+1
| | |
* | | move new CSS rules to theme.css instead of {html_style}plegall2016-01-092-14/+15
| | |
* | | feature #398, update user list when user is modifiedplegall2016-01-091-1/+4
| | |
* | | feature #397, edit user in a popinplegall2016-01-091-26/+41
|/ /
* | feature #392, add authentication key in NBM mailsplegall2016-01-042-10/+22
| | | | | | | | | | | | There are many links in NBM (Notification By Mail, see screen [Administration > Users > Notification]). I had to change several functions to take this authentication key into account.
* | feature #392, authentication keys, album notificationplegall2015-12-311-13/+13
| | | | | | | | | | | | | | | | * On album notification (for a group), sends one distinct email for each user with a new authentication key. * When someone clicks the link with auth=<key> in URL, if the user is not already connected, Piwigo will automatically connect the user.
* | Merge branch 'bug/385-php7'plegall2015-12-3010-19/+34
|\ \
| * | bug #385 __construct for PHP 7 compatibilityplegall2015-12-201-2/+2
| | |
| * | bug #385 PHP7 compatibilityplegall2015-12-101-2/+20
| | | | | | | | | | | | * array concatenation no longer seem to work
| * | bug #385 compatibility with PHP7plegall2015-12-108-15/+12
| |/ | | | | | | | | | | * replace old-style constructor with PHP5-style constructor (__construct) * do not call set_magic_quotes_runtime() any longer * avoid automatic conversion from array to string
* | Merge branch 'feature/379-multiple-format'plegall2015-12-305-13/+217
|\ \ | |/ |/|
| * feature #379, multiple format, bug fixed on syncplegall2015-12-231-1/+14
| | | | | | | | New formats were not detected if the photo had not already at least one format.
| * indentationplegall2015-12-171-40/+40
| |
| * feature #379 multiple format, step 3: add/removeplegall2015-12-162-44/+121
| | | | | | | | | | * during sync, Piwigo will detect new/removed formats for an existing photo * multiple formats features is disabled by default
| * feature #379 multiple format, step 1: add formatsplegall2015-12-035-0/+114
| | | | | | | | | | | | * new table piwigo_image_format (each photo can have 0 to many formats) * only compatible with synchronization for now. Formats must be in sub-directory pwg_format * formats are visible on edition page only for now
* | improved use of jQuery, by @mistic100plegall2015-12-011-3/+5
| |