| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload | plegall | 2016-02-23 | 1 | -1/+1 |
* | bug #325, use original TIFF for EXIF/IPTC read | plegall | 2016-02-16 | 1 | -0/+22 |
* | feature #295, proxy support for fetchRemote | plegall | 2016-02-15 | 1 | -0/+13 |
* | fixes #345, forget about filesize limit on upload | plegall | 2016-02-13 | 1 | -16/+10 |
* | feature #383, dedicated function to delete sessions | plegall | 2016-02-12 | 1 | -5/+1 |
* | bug #383, fix session deletion when user deleted | plegall | 2016-02-12 | 1 | -1/+1 |
* | fixes #349, API set ranks of all album photos at once | plegall | 2016-01-28 | 1 | -1/+30 |
* | clean USER_AUTH_KEYS_TABLE when deleting user | modus75 | 2016-01-16 | 1 | -0/+1 |
* | happy new year 2016, all headers updated | plegall | 2016-01-14 | 23 | -23/+23 |
* | Merge branch 'feature/293-trigger-upload' | plegall | 2016-01-14 | 1 | -96/+173 |
|\ |
|
| * | feature #293, also process videos | plegall | 2016-01-14 | 1 | -0/+48 |
| * | feature #293 trigger to generate pwg_representative | plegall | 2015-12-15 | 1 | -96/+125 |
* | | feature #392, add authentication key in NBM mails | plegall | 2016-01-04 | 1 | -7/+7 |
* | | Merge branch 'bug/385-php7' | plegall | 2015-12-30 | 10 | -19/+34 |
|\ \ |
|
| * | | bug #385 __construct for PHP 7 compatibility | plegall | 2015-12-20 | 1 | -2/+2 |
| * | | bug #385 PHP7 compatibility | plegall | 2015-12-10 | 1 | -2/+20 |
| * | | bug #385 compatibility with PHP7 | plegall | 2015-12-10 | 8 | -15/+12 |
| |/ |
|
* | | Merge branch 'feature/379-multiple-format' | plegall | 2015-12-30 | 1 | -0/+35 |
|\ \
| |/
|/| |
|
| * | feature #379 multiple format, step 1: add formats | plegall | 2015-12-03 | 1 | -0/+35 |
* | | fixes #377 use Ajax calls to refresh/delete album thumbnail | plegall | 2015-12-01 | 1 | -0/+19 |
|/ |
|
* | fix #361 - Watermark Y repeat | modus75 | 2015-10-15 | 1 | -0/+2 |
* | fix #357 make orphans photos more obvious | plegall | 2015-10-09 | 1 | -0/+18 |
* | closes #346 chunk_size is now a config setting | plegall | 2015-08-12 | 1 | -1/+2 |
* | feature 3221 Lazy log file open, clean code | mistic100 | 2015-04-24 | 1 | -3/+5 |
* | feature 2955: make the keywords separator configurable | plegall | 2015-04-21 | 1 | -14/+34 |
* | bug 3203 fixed: for IE, explicit the url even for staying on the same page | plegall | 2015-02-16 | 1 | -3/+6 |
* | bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === i... | plegall | 2014-10-16 | 1 | -3/+1 |
* | merge back r30104 (bad commit log, wrong copy/paste) | plegall | 2014-10-16 | 1 | -1/+3 |
* | bug if (584 == ) | plegall | 2014-10-16 | 1 | -3/+1 |
* | final fix for plugins update ? | mistic100 | 2014-09-25 | 1 | -6/+15 |
* | flaw in r29773 | mistic100 | 2014-09-25 | 1 | -1/+6 |
* | fix plugins autoupdate: call ##_maintain::update when updating from back-office | mistic100 | 2014-09-24 | 1 | -52/+85 |
* | bug fixed: no need to check the table piwigo_plugins, this table always exist... | plegall | 2014-09-22 | 2 | -2/+1 |
* | * feature 3142: upgrade script to Piwigo 2.7 | plegall | 2014-09-20 | 1 | -0/+18 |
* | bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 upload | plegall | 2014-09-03 | 1 | -1/+1 |
* | feature:732 | flop25 | 2014-08-17 | 1 | -3/+7 |
* | bug:3124 | flop25 | 2014-08-15 | 1 | -1/+1 |
* | feature 3067: upload any file type with the new HTML5 upload form. | plegall | 2014-07-30 | 2 | -14/+95 |
* | fix my previous commit typo mistake | rvelices | 2014-07-21 | 1 | -1/+1 |
* | bug 3101: Allow multi language tags to be recognized from selectize or metada... | rvelices | 2014-07-21 | 1 | -8/+14 |
* | more query2array on admin side | rvelices | 2014-07-17 | 1 | -61/+49 |
* | improves regexes parsing plugins metadata | mistic100 | 2014-07-06 | 3 | -18/+20 |
* | feature 2616: remove useless code (photos_add_direct_process or uploadify rel... | plegall | 2014-07-02 | 8 | -584/+3 |
* | since number of accepted args not required for add_event_handler, simplify calls | rvelices | 2014-06-18 | 3 | -35/+35 |
* | feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete | mistic100 | 2014-06-13 | 3 | -3/+3 |
* | feature 3076: Enhance plugin update system | mistic100 | 2014-06-09 | 2 | -32/+23 |
* | feature 3010 : replace trigger_action/event by trigger_notify/change | mistic100 | 2014-06-02 | 5 | -13/+13 |
* | related to bug 3086 : test for curl_init and curl_exec in fetchRemote | mistic100 | 2014-05-30 | 1 | -1/+2 |
* | feature 3077 : use selectize on batch_manager_global, cat_modify and photos_a... | mistic100 | 2014-05-24 | 1 | -15/+5 |
* | feature 3077 : improve cache invalidation | mistic100 | 2014-05-24 | 1 | -8/+53 |