1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-30 04:42:19 -05:00
Commit Graph

276 Commits

Author SHA1 Message Date
Mariusz Kozakowski
2d4cfc58ec Add support for custom http port
Now you can use wallabag behind reverse proxy (i.e Squid or Varnish)
without problem with urls like wallabag.example.com:8080.
2014-09-23 18:44:14 +02:00
Thomas Citharel
aa1083bdac fix pictures display when DOWNLOAD_PICTURES is enabled 2014-09-16 20:27:03 +02:00
André König
5af2555f59 Implemented additional check for using the 'X-Forwarded-Port' header. 2014-09-11 13:17:19 +02:00
Thomas Citharel
d5c481c2f4 remove old function 2014-08-28 21:01:43 +02:00
Thomas Citharel
8763e4efde Fix downloading SQLite database from all users 2014-08-26 12:43:56 +02:00
Thomas Citharel
4362417495 Merge branch 'dev' of https://github.com/wallabag/wallabag into dev 2014-08-21 16:42:22 +02:00
tcitworld
a9bbe11169 Merge pull request #814 from wallabag/fix-issue813
vendor dir is not accessible before install, sqlite db dir write check moved into db class
2014-08-21 16:28:16 +02:00
Thomas Citharel
45e60cb52a Merge branch 'dev' of https://github.com/wallabag/wallabag into dev 2014-08-21 16:24:13 +02:00
Maryana Rozhankivska
211068ce50 vendor dir is not accessible before install, sqlite db dir write check moved into db class 2014-08-21 17:17:36 +03:00
Nicolas Lœuillet
051f7fb28c Merge pull request #783 from wallabag/message-after-login
#763 fix to display the login successful message with the translation
2014-08-18 14:41:09 +02:00
Nicolas Lœuillet
78abff6a52 Merge pull request #785 from wallabag/change-default-pagination
change default pagination, set it to 12, to have a nice baggy display
2014-08-18 14:40:17 +02:00
Thomas Citharel
1daa8e4a0f merge fix 776 2014-08-16 00:54:46 +02:00
Maryana Rozhankivska
dc76489221 minimum of control on server side added 2014-08-15 19:22:55 +03:00
Nicolas Lœuillet
830612f555 typo 2014-07-25 07:26:56 +02:00
Maryana Rozhankivska
7dd8b5026d security issue 2014-07-24 16:48:41 +03:00
Nicolas Lœuillet
cca9284b6a change default pagination, set it to 12, to have a nice baggy display 2014-07-22 18:14:41 +02:00
Nicolas Lœuillet
9cf6bac1a5 fix to display the login successful message with the translation 2014-07-22 18:01:27 +02:00
Nicolas Lœuillet
4e067ceabd updated specific configuration for parsing 2014-07-13 10:15:40 +02:00
Nicolas Lœuillet
2f26729c84 Refactor 2014-07-12 19:01:11 +02:00
Nicolas Lœuillet
26b77483ee remove PicoFarad
I’ll implement it an other day.
2014-07-12 16:39:31 +02:00
Nicolas Lœuillet
b3cda72e93 PicoFarad framework for routing 2014-07-11 17:06:51 +02:00
Nicolas Lœuillet
3602405ec0 WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) 2014-07-11 16:03:59 +02:00
Nicolas Lœuillet
6400371ff9 I removed my previous commit. We have to create a new branch for that. 2014-07-10 13:17:04 +02:00
Nicolas Lœuillet
5425b0dd82 new fields in database, reading time / date and domain name are stored 2014-07-08 21:46:32 +02:00
tcitworld
25052a76ca fix for #738 2014-06-30 23:24:46 +02:00
tcit
35d4e27588 up to date 2014-06-07 16:36:57 +02:00
tcit
ec15d0a784 do not debug inside an epub 2014-06-07 15:53:39 +02:00
Maryana Rozhankivska
752cd4a8ef error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden in config 2014-06-02 18:00:09 +03:00
Maryana Rozhankivska
30bd273580 small xss vulnerability and translation ability fix 2014-05-30 17:17:34 +03:00
Maryana Rozhankivska
cbc75befb5 small xss vulnerability and translation ability fix 2014-05-30 17:14:53 +03:00
Nicolas Lœuillet
79024eb004 fix #344 FQDN with non-standard ports broken 2014-05-29 18:32:55 +02:00
Maryana Rozhankivska
0b9bb8cb78 add dailymotion videos, issue #708 2014-05-26 14:29:18 +03:00
tcitworld
38eecef26b Added info for DOWNLOAD_PICTURES
We regenerate pictures, it might take some time
2014-05-20 11:46:05 +02:00
Simon Leblanc
0bf0dfe10d Optimisation et gestion des erreurs 2014-05-20 00:42:51 +02:00
tcit
e3b00bcaf5 Fixed bug for png images 2014-05-19 15:59:18 +02:00
tcit
6caba976ec Bug with bracket 2014-05-19 15:34:49 +02:00
tcit
1d6a9ac25a Option for setting quality 2014-05-19 15:24:11 +02:00
tcit
03e501dedd Merge branch 'dev' into images_security 2014-05-19 15:04:09 +02:00
tcit
18209292a4 Fix bad character encoding when downloading images 2014-05-19 15:01:36 +02:00
tcit
007f26e582 Security fix for Download Images 2014-05-18 22:11:56 +02:00
tcit
e212e6b12a Cleaned epub fonction 2014-05-16 16:49:09 +02:00
tcit
404adf970d Merge branch 'epub' into dev
Conflicts:
	themes/baggy/home.twig
2014-05-16 16:31:18 +02:00
tcit
f3f0b11393 Better names for epub files and epub in all themes now 2014-05-15 15:42:36 +02:00
tcit
f2b6b4e230 Fix bugs and improved epub rendering 2014-05-14 22:03:16 +02:00
tcit
6a3c510157 Merge branch 'dev' of https://github.com/wallabag/wallabag into epub 2014-05-14 19:17:51 +02:00
tcit
24696800e5 Simplifed function which does tag cleanup 2014-05-14 18:51:02 +02:00
tcit
4910af33ff Removed unnecessary function for cleaning tags 2014-05-11 16:14:47 +02:00
tcit
34acb02cbb Added translation capabilities for epub system 2014-05-07 12:48:46 +02:00
tcit
4877836b12 Many improvements to epub produced : better cover, better tags 2014-05-07 12:40:09 +02:00
tcit
9c743ab965 Clean old unused tags when deleting a tag 2014-04-30 12:14:20 +02:00