aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
Commit message (Collapse)AuthorAgeFilesLines
* fix of #509, related to php 5.3Maryana Rozhankivska2014-02-271-1/+1
|
* translation related: how-to md file added, script to generate php from all ↵Maryana Rozhankivska2014-02-261-3/+3
| | | | twig templates, polish mo file compiled
* [fix] redirect on config page after token generation #491Nicolas Lœuillet2014-02-231-0/+1
|
* [fix] content is now cleaned by HTML purifier from prevent XSS attackNicolas Lœuillet2014-02-212-0/+8
|
* [add] languages well displayed on config page #480Nicolas Lœuillet2014-02-211-2/+15
|
* Merge branch 'dev' of git://github.com/mariroz/wallabag into devNicolas Lœuillet2014-02-213-41/+71
|\
| * a lot of refactoring: tag action is now handled by home view and uses ↵Maryana Rozhankivska2014-02-203-41/+71
| | | | | | | | sorting and pagination. Some small view enhacenments. Fix of #476, #461 for baggy and other themes
* | [fix] themes sorted A->Z #470Nicolas Lœuillet2014-02-201-0/+2
| |
* | Merge branch 'dev' of git://github.com/arnaudmm/wallabag into arnaudmm-devNicolas Lœuillet2014-02-201-9/+21
|\ \ | |/ |/|
| * Feature #457 : import from pocket now import tags tooarnaudmm2014-02-201-9/+21
| |
* | multiple tag entry displayed fix, issue #474Maryana Rozhankivska2014-02-201-2/+2
| |
* | Full-Text RSS included as a script instead of file_get_contents call. Tnx to ↵Maryana Rozhankivska2014-02-191-9/+47
|/ | | | @Faless. Fix issues #366 and #463
* [fix] security problems with tagsNicolas Lœuillet2014-02-192-13/+37
|
* duplicate check added. fix of issue #400Maryana Rozhankivska2014-02-142-0/+35
|
* [add] link to empty cache in config screen, #454Nicolas Lœuillet2014-02-141-0/+16
|
* add help about vendor.zipNicolas Lœuillet2014-02-131-1/+1
|
* [change] wallabag in feeds titleNicolas Lœuillet2014-02-131-2/+2
|
* new default theme, baggy \o/Nicolas Lœuillet2014-02-121-1/+1
|
* [add] mark all as read #385Nicolas Lœuillet2014-02-122-0/+13
|
* Merge branch 'dev' of https://github.com/wallabag/wallabag into devNicolas Lœuillet2014-02-121-2/+3
|\
| * Polish and Ukrainian translations added. Russian - updated. Plust 2 small ↵Maryana Rozhankivska2014-02-071-1/+2
| | | | | | | | translation related fixes in code.
| * [fix] #389 Empty article title (blank title tag)nicosomb2014-02-031-1/+1
| |
* | bug fix #430 - welcome to your wallabagNicolas Lœuillet2014-02-121-1/+1
| |
* | bug fix #364 - RSS Feed URL problem with + signNicolas Lœuillet2014-02-121-7/+3
|/
* [fix] Add support for X-Forwarded-Proto header field #413Nicolas Lœuillet2014-02-031-1/+3
|
* fix of bug #368 Endless redirects or user doesn't exist with basic ↵Maryana Rozhankivska2014-01-302-12/+18
| | | | authentication
* some fix to courgette themeNicolas Lœuillet2014-01-281-45/+69
|
* Merge branch 'extraction-with-basic-auth' of git://github.com/aaa2000/poche ↵Nicolas Lœuillet2014-01-281-4/+17
|\ | | | | | | into aaa2000-extraction-with-basic-auth
| * add basic auth in file_get_contents for content extraction when user use ↵adev2014-01-121-4/+17
| | | | | | | | basic auth
* | [fix] inthepoche.com => wallabag.orgNicolas Lœuillet2014-01-281-2/+2
| |
* | poche is dead, welcome wallabagNicolas Lœuillet2014-01-288-25/+26
| |
* | [fix] Stops multiplication, in database, of a same user config item (error ↵Lonnytunes2014-01-201-1/+1
|/ | | | of variable name).
* [add] import from poche, thank you @tsadiq #388Nicolas Lœuillet2014-01-072-1/+50
|
* [add] user_agent in file_get_contentsNicolas Lœuillet2014-01-071-1/+3
|
* Create sqlite table tags_entries only if not already existsadev2014-01-051-1/+1
|
* Merge branch 'dev' of https://github.com/inthepoche/poche into devNicolas Lœuillet2014-01-031-3/+3
|\
| * Merge pull request #380 from F1reF0x/devNicolas Lœuillet2014-01-031-3/+3
| |\ | | | | | | Change Permissions in pochePictures.php
| | * Change Permissions in pochePictures.phpFireFox2014-01-031-3/+3
| | | | | | | | | Stored Pictures are not accessible (on my server), when permission is set to 0705, but instead, when using 0755 (or for example to 0715) all is working as expected. So maybe it would be good, considering in changing the permission of created directories in the assets directory
* | | [fix] #375 Readability.com changed its export formatNicolas Lœuillet2014-01-031-25/+28
|/ /
* | [fix] bugs #374 and #376 - encoding in rssNicolas Lœuillet2014-01-031-1/+1
| |
* | [fix] error in query to get entries and tagsNicolas Lœuillet2014-01-031-2/+2
|/
* [fix] bug with queries when postgresql is usedNicolas Lœuillet2013-12-231-2/+2
|
* [add] check tags tablesNicolas Lœuillet2013-12-232-3/+71
|
* PHP_AUTH_USER isn't available when using php as cgiNicolas Lœuillet2013-12-231-9/+13
|
* fix for long lasting sessionDmitry Sandalov2013-12-211-1/+2
|
* Merge pull request #356 from inthepoche/tagsNicolas Lœuillet2013-12-123-39/+152
|\ | | | | Tags feature
| * [add] assign and remove a tag to an entryNicolas Lœuillet2013-12-062-0/+62
| |
| * [add] rss for tagNicolas Lœuillet2013-12-061-3/+12
| |
| * [add] page which lists entries for a tagNicolas Lœuillet2013-12-063-1/+30
| |
| * [change] simplify Tools::getTplFileNicolas Lœuillet2013-12-061-36/+9
| |