Commit Graph

90 Commits

Author SHA1 Message Date
Luc Didry 6fab43b15b Fixes #8 - Add markdown code to copy/paste 2015-09-09 21:34:38 +02:00
Luc Didry 2f7b2f5fbb Remove debug info log 2015-09-09 21:16:21 +02:00
Luc Didry 0f7d8e745e Delete EXIF tags without ImageMagick + add option to keep EXIF tags
Fixes #4
2015-08-08 00:13:48 +02:00
Luc Didry b6c3af7bc6 Fix bug preventing to store delete_at_day parameter 2015-08-06 11:01:33 +02:00
Luc Didry c86faf208d Add DebugDumperHelper plugin 2015-08-06 11:00:34 +02:00
Luc Didry b0a19e3e42 Autorotate image + delete EXIF tags (for more privacy) 2015-08-03 00:07:28 +02:00
Luc Didry e1840e96b0 Fix # 48 Allow to change location of the database 2015-08-02 23:34:58 +02:00
Luc Didry 080542fd95 Fix #47 Allow to upload svg images 2015-08-02 22:29:16 +02:00
Luc Didry 2e8f0eda2a Allow to use lutim under a sub-directory (example.org/lutim)
Fix #46 and #57
2015-08-02 21:07:50 +02:00
Luc Didry a049163646 Fixes #46 2015-08-02 15:41:25 +02:00
Luc Didry 2e5a3c9c0b Remove deprecated configuration option
The option had a typo. I hope people have changed their configuration.
2015-08-02 15:27:51 +02:00
Luc Didry afb377faca Update ES translation 2015-08-02 13:08:39 +02:00
Luc Didry 339cdf39b2 Use .po files for i18n + add spanish translation 2015-08-02 00:54:26 +02:00
Luc Didry 0544a1b346 Update info page on rights on uploaded images 2014-10-03 00:38:47 +02:00
Luc Didry bb1b43e215 Replace twitter page by social page (icon, description, etc)
+ small changes in README
2014-10-03 00:27:22 +02:00
Luc Didry 23c130750e Improve Twitter animated card (gif) (#45) 2014-09-25 01:41:42 +02:00
Luc Didry a0b507e48e Fixes #45 + Update README.md and Changelog 2014-09-24 01:41:36 +02:00
Luc Didry b0e5f771f2 Add Kharec as contributor 2014-07-21 16:48:12 +02:00
Sandro CAZZANIGA 2b361fce26 Fix pod description 2014-07-21 16:47:31 +02:00
Luc Didry 1ca3137dd1 Fix same I18N keyword used two times 2014-07-12 22:09:46 +02:00
Luc Didry 542d3efdf5 Fix #12 2014-07-12 21:50:31 +02:00
Luc Didry 44c0d5a9c9 Update I18N 2014-07-11 12:25:04 +02:00
Luc Didry a4ca866790 Add Dattaz as dev in about page 2014-07-11 11:59:05 +02:00
Luc Didry f2baf273ca Webapp development, trying to send the image
Image sending is ok, but for some unknown reason, we can't have status
message displayed once upload is complete.
2014-07-08 23:24:50 +02:00
Luc Didry 940faed363 Fix #35 2014-07-07 21:54:36 +02:00
Luc Didry f044c1e953 Use Lutim namespace for commands 2014-06-03 21:41:30 +02:00
Luc Didry 277053d2a8 Fix asset bundles 2014-06-03 21:32:20 +02:00
Luc Didry b450ea7607 Small fix on short url generation 2014-06-03 21:30:58 +02:00
Luc Didry 510bfb3eed Small bugfixes
Production always gives surprises !
2014-06-01 18:59:34 +02:00
Luc Didry 846d8a1bfe Fix #28 2014-06-01 18:40:16 +02:00
Luc Didry 75dde62989 Modify cache header 2014-06-01 16:25:43 +02:00
Luc Didry d9c094ff16 No more modal 2014-06-01 16:24:56 +02:00
Luc Didry 124ccd6ec2 Use Mojolicious::Plugin::AssetPack
Less requests, concatenated and minified css and js => faster !
2014-06-01 16:14:26 +02:00
Luc Didry 3fb3bac3ef Add Chocobozzz as contributor 2014-05-19 21:08:47 +02:00
Luc Didry 8696cd43c4 Update documentation 2014-05-01 21:12:13 +02:00
Luc Didry 313bae584c Change LUTIm to Lutim (easier to write) 2014-05-01 21:05:22 +02:00
Luc Didry d05827102e Fix #27 2014-05-01 20:20:28 +02:00
Luc Didry 2a7cb615ba Change in Cache-Control header 2014-05-01 18:38:35 +02:00
Luc Didry 6d155a57ab Fix sentence 2014-05-01 17:16:34 +02:00
Luc Didry cd699dd6e8 Improve default config values
With Mojolicious::Plugin::ConfigHashMerge, it's a lot simplier to have
default config values.

This simplification induces some simplification in other parts of Lutim.
2014-05-01 17:11:04 +02:00
Luc Didry ac301e104c Use the X-Forwarded-Proto header to set the scheme to https if needed
The "https" option in configuration file is deprecated and will be removed in 0.4
2014-04-30 01:31:12 +02:00
Luc Didry b0af4ccd75 Remote port detection can now use the X-Remote-Port header if set 2014-04-30 00:54:06 +02:00
Luc Didry ad5032b720 Fix bugs
* IO::Socket::SSL dependancy for HTTPS downloads by URL
* error message if the downloaded by URL image is too big
* typo in internationalization call
2014-04-30 00:07:21 +02:00
Luc Didry 7e60f4876a Fix #29
Configurable antiflood protection for the "Download by URL" feature
2014-04-29 23:54:27 +02:00
Luc Didry 8264356176 Small bugfix for max_delay handling 2014-03-22 00:06:25 +01:00
Luc Didry 12e0bf093a Fix bug in stats date sorting 2014-03-17 00:15:16 +01:00
Luc Didry 5349d327ed Fix #20
Thumbnails in response
2014-03-07 03:17:57 +01:00
Luc Didry ad0e799601 Better maximum delay handling (related to issue #8) 2014-03-07 00:16:15 +01:00
Luc Didry d6cbaa1a6f Better HTML compatibility 2014-03-06 23:45:29 +01:00
Luc Didry 2fae7345d9 Fix #22
Files encryption
2014-03-06 23:43:59 +01:00