| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
* new function upload_file_pdf and upload_file_tiff
* code to handle videos removed for now (discussion with @xbgmsharp)
|
| | |
|
| |
| |
| |
| | |
Use auth_key in mail cache key to avoid using the auth key of the first user.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When a user successfully performs an authentication with an auth_key, Piwigo
registers it in the history table.
For now, it is not shown/searchable in the history screen, but we can add it
in the future and we can provide a plugin with specific details about
authentication keys usage.
|
| |
| |
| |
| | |
detected by @mistic100
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
It would be better to modify the way template.class.php registers prefilters
but I didn't find the appropriate data structure.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | |
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* during sync, Piwigo will detect new/removed formats for an existing photo
* multiple formats features is disabled by default
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* if formats are available, replace the download link on picture.php by a switchBox with all formats
* register format in the history table for future statistics
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |_|/
|/| | |
|
|\ \ \
| |_|/
|/| | |
fix #367 - do not specialize numeric tag to 'id-tag' URL
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apparently there is no reason in make_section_in_url() to "escape" a
numeric URL for a tags section if tag_url_style is 'tag'. In
parse_section_url() tag_url_style is checked, and if 'tag' the URL token
is used.
|
| | | |
|
| | | |
|
| |/
|/| |
|
|/
|
|
| |
to openssl_random_pseudo_bytes, to avoid reaching the base64 trailing "=" signs
|
|
|
| |
Add //TRANSLIT to iconv for activate transliteration.
|
| |
|
| |
|
|
|
|
| |
Assume that Http-X-Forwarded-Host is set correctly
|
|
|
|
|
| |
This enables piwigo to be run e.g. in a docker container behind a proxy.
If HTTP_X_FORWARDED_HOST is not set, HTTP_HOST is used as usual
|
|
|
|
| |
This way we can safely remove empty albums without decrementing count_categories twice.
|
| |
|
|
|
|
|
|
|
| |
bug 3223 fixed: make sure we have found a user before validating the connection
git-svn-id: http://piwigo.org/svn/trunk@31168 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31157 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31032 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31031 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@31030 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
|
|
|
| |
finds no EXIF. Patch by xbgmsharp (will be used by plugin videoJS).
git-svn-id: http://piwigo.org/svn/trunk@30887 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@30864 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
|
|
| |
input) and numeric values
git-svn-id: http://piwigo.org/svn/trunk@30563 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@30375 68402e56-0260-453c-a942-63ccdbb3a9ee
|
|
|
|
| |
git-svn-id: http://piwigo.org/svn/trunk@30359 68402e56-0260-453c-a942-63ccdbb3a9ee
|