aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | minimum of control on server side addedMaryana Rozhankivska2014-08-151-1/+4
| | | | | |
| | * | | | Fix #776Nicolas Lœuillet2014-07-222-2/+2
| | |/ / /
| * | | | link to guidelines in contributing fileNicolas Lœuillet2014-07-251-0/+2
| | | | |
| * | | | thank you @mariroz & @tcitworld :)Nicolas Lœuillet2014-07-251-0/+2
| | | | |
| * | | | guidelines for wallabagNicolas Lœuillet2014-07-251-0/+53
| | | | |
| * | | | Merge branch 'fix/securityAllowedActions' into devNicolas Lœuillet2014-07-25981-6818/+9000
| |\ \ \ \
| | * | | | typoNicolas Lœuillet2014-07-251-4/+4
| | | | | |
| | * | | | security issueMaryana Rozhankivska2014-07-242-42/+45
| | | | | |
| | * | | | Merge branch 'dev' of github.com:wallabag/wallabag into devNicolas Lœuillet2014-07-231-0/+21
| | |\ \ \ \
| | | * | | | Merge pull request #789 from wallabag/feature/someMoreSitesConfigNicolas Lœuillet2014-07-231-0/+21
| | |/| | | | | |/| | | | | | | | | | | | config for habrahabr.ru to grab articles with comments
| | | * | | | config for habrahabr.ru to grep articles with commentsMaryana Rozhankivska2014-07-231-0/+21
| | | | | | |
| | * | | | | Merge branch 'refactor' into devNicolas Lœuillet2014-07-23980-6816/+8974
| |/| | | | |
| | * | | | | Merge branch 'dev' into refactorNicolas Lœuillet2014-07-2317-320/+819
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: check_setup.php index.php
| | | | | * | Merge pull request #771 from tcitworld/refactorNicolas Lœuillet2014-09-162-6/+4
| | | |_|/| | | | |/| | |/ | | | | | | fixed bug for epub export #755 ; also better metadata title
| | | | | * fixed bug for epub export #755 ; also better metadata titletcit2014-07-202-6/+4
| | | | | |
| | * | | | removed permissions test on htmlpurifierNicolas Lœuillet2014-07-231-1/+1
| | | |_|/ | | |/| |
| | * | | Merge branch 'refactor' of github.com:wallabag/wallabag into refactorNicolas Lœuillet2014-07-181-8/+8
| | |\ \ \
| | | * \ \ Merge pull request #764 from tcitworld/refactorNicolas Lœuillet2014-07-171-8/+8
| | | |\ \ \ | | | | | | | | | | | | | | Refactor Flattr class.
| | | | * | | camelCase for FlattrItem class (following)tcitworld2014-07-171-1/+1
| | | | | | |
| | | | * | | camelCase for FlattrItem classtcitworld2014-07-171-8/+8
| | | |/ / /
| | * / / / remove .idea in gitignoreNicolas Lœuillet2014-07-181-2/+1
| | |/ / /
| | * | | updated specific configuration for parsingNicolas Lœuillet2014-07-13952-5684/+7587
| | | | |
| | * | | #584 check permissions for HTMLPurifier/DefinitionCache/Serializer folderNicolas Lœuillet2014-07-121-1/+1
| | | | |
| | * | | #683 Rename « home » into « unread »Nicolas Lœuillet2014-07-123-3/+3
| | | | |
| | * | | RefactorNicolas Lœuillet2014-07-1214-341/+393
| | | | |
| | * | | forgot run() callNicolas Lœuillet2014-07-121-0/+1
| | | | |
| | * | | ignore my PHPStorm configNicolas Lœuillet2014-07-121-1/+2
| | | | |
| | * | | remove PicoFaradNicolas Lœuillet2014-07-128-553/+9
| | | | | | | | | | | | | | | | | | | | I’ll implement it an other day.
| | * | | PicoFarad framework for routingNicolas Lœuillet2014-07-119-63/+646
| | | | |
| | * | | WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one)Nicolas Lœuillet2014-07-1120-766/+925
| | | | |
* | | | | added moreQueries for postgressqlMaryana Rozhankivska2014-08-211-0/+7
| | | | |
* | | | | Add data for mysql installation, see #624Nicolas Lœuillet2014-07-221-0/+12
|/ / / /
* | | | Merge branch 'anno1337-dev' into devNicolas Lœuillet2014-07-223-15/+17
|\ \ \ \
| * | | | Merge branch 'dev' of github.com:anno1337/wallabag into anno1337-devNicolas Lœuillet2014-07-223-15/+17
|/| | | |
| * | | | Split up check_setup.php into two files. The new file check_essentials.php ↵Marc Wilhelm2014-07-223-15/+17
| | |_|/ | |/| | | | | | | | | | takes care of stuff like the PHP version and is executed before the config files are included which are needed by check_setup. This patch addresses issue #773
* | | | Merge branch 'feature/programmingCodeSyntaxHighlighting' into devNicolas Lœuillet2014-07-229-0/+448
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'dev' into feature/programmingCodeSyntaxHighlightingNicolas Lœuillet2014-07-222-302/+311
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #775 from wallabag/feature/someMoreSitesConfigNicolas Lœuillet2014-07-211-0/+9
|\ \ \ \ | | |_|/ | |/| | issue #750 - config for dn.pt site added
* | | | Merge branch 'skibbipl-dev' into devNicolas Lœuillet2014-07-212-302/+311
|\ \ \ \
| * | | | Merge branch 'dev' of github.com:skibbipl/wallabag into skibbipl-devNicolas Lœuillet2014-07-212-302/+311
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.mo locale/pl_PL.utf8/LC_MESSAGES/pl_PL.utf8.po
| * | | | Updated polish translationskibbipl2014-07-212-227/+352
| | | | |
| | | * | highlight.js library added to highlight programming code examples in article ↵Maryana Rozhankivska2014-07-229-0/+448
| | |/ / | | | | | | | | | | | | view
| | * / issue #750 - config for dn.pt site addedMaryana Rozhankivska2014-07-211-0/+9
| |/ / |/| |
* | | Merge pull request #752 from mariroz/devNicolas Lœuillet2014-07-121-2/+15
|\ \ \ | | | | | | | | fix of issue #650, #619 and other similar, error in JSLikeHTMLElement: node no longer exists.
| * | | fix of issue #619 and other similar, error in JSLikeHTMLElement: node no ↵Maryana Rozhankivska2014-07-091-2/+2
| | | | | | | | | | | | | | | | longer exists.
| * | | fix of issue #619 and other similar, error in JSLikeHTMLElement: node no ↵Maryana Rozhankivska2014-07-091-2/+15
| | | | | | | | | | | | | | | | longer exists.
* | | | Merge pull request #754 from sinisterstuf/about.comNicolas Lœuillet2014-07-121-0/+14
|\ \ \ \ | |_|_|/ |/| | | Add support for *.about.com
| * | | Add support for *.about.comSiôn Le Roux2014-07-111-0/+14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes next_page_link for multi-page articles and strips pesky in-line 'next' links from the article body. Also includes an Xpath for author but I can't see where this is used in the wallabag UI. The 'tidy' option is turned off because it messed up bulleted lists. Tested with psychology.about.com and food.about.com.
* | | I removed my previous commit. We have to create a new branch for that.Nicolas Lœuillet2014-07-106-27/+30
| | |
* | | new call for having domain name in entry viewNicolas Lœuillet2014-07-081-2/+2
| | |