aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Change Travis configuration2.0.1Nicolas Lœuillet2016-04-111-1/+1
|
* Release wallabag 2.0.1Nicolas Lœuillet2016-04-111-0/+6042
|
* Merge pull request #1912 from wallabag/install-configNicolas Lœuillet2016-04-112-28/+45
|\ | | | | Move setup config outside setupAdmin
| * Move setup config outside setupAdminJeremy Benoist2016-04-112-28/+45
|/ | | | If user doesn't want to create a new admin (even if it's recommended) the internal config weren't created resulting in error when using the interface.
* Merge pull request #1909 from wallabag/prepare-release-2.0.1Nicolas Lœuillet2016-04-115-6/+6
|\ | | | | Prepare release 2.0.1
| * Prepare release 2.0.1Nicolas Lœuillet2016-04-115-6/+6
|/
* Merge pull request #1902 from wallabag/v2-changelogJeremy Benoist2016-04-101-0/+64
|\ | | | | Add changelog
| * Update changelogNicolas Lœuillet2016-04-101-17/+22
| |
| * Add changelogNicolas Lœuillet2016-04-101-0/+59
| |
* | Merge pull request #1823 from wallabag/translation-faNicolas Lœuillet2016-04-101-149/+149
|\ \ | | | | | | Translation fa
| * | Fix FA translations indentationJeremy Benoist2016-04-101-43/+43
| | |
| * | Update messages.fa.ymlMasoud Abkenar2016-04-101-149/+149
| | |
* | | Merge pull request #1903 from wallabag/force-server-versionNicolas Lœuillet2016-04-102-1/+8
|\ \ \ | | | | | | | | Force server version to avoid connexion error
| * | | Force server version to avoid connexion errorJeremy Benoist2016-04-102-1/+8
| |/ / | | | | | | | | | | | | When installing a new project with MySQL, if the database doesn't exist before installation will fail because DBAL will try to get the server version by querying it. And since this query is done using the default database connexion and since the database doesn't exist, DBAL can't connect to the server.
* | | Merge pull request #1901 from wallabag/spanishNicolas Lœuillet2016-04-102-18/+18
|\ \ \ | | | | | | | | Update Spanish translation
| * | | Uncommented translated ES linesJeremy Benoist2016-04-102-10/+10
| | | | | | | | | | | | | | | | Also, turn yaml lint into a more versbose check
| * | | Update messages.es.ymljami72016-04-101-6/+6
| | | | | | | | | | | | On line 103, I'm not sure what symbol that is that looks like this (<<) but it looks smaller? Where is that? Should I just copy and paste it? And just to clarity, please look at line 101 too cause I'm not too sure if/how I change the stuff within <...> I stopped mid line in 103 just until I get clarification on this. Thanks.
| * | | Update messages.es.ymljami72016-04-101-9/+9
| | | |
* | | | Merge pull request #1887 from wallabag/v2-duplicate-bookmarkletJeremy Benoist2016-04-101-3/+17
|\ \ \ \ | | | | | | | | | | Fix duplicate article when added via the bookmarklet
| * | | | Change visibility of checkIfEntryAlreadyExists method to privateNicolas Lœuillet2016-04-101-1/+1
| | | | |
| * | | | Refactor EntryControllerNicolas Lœuillet2016-04-091-6/+14
| | | | |
| * | | | Fix duplicate article when added via the bookmarkletNicolas Lœuillet2016-04-081-1/+7
| | | | |
* | | | | Merge pull request #1895 from wallabag/v2-fix-entries-apiJeremy Benoist2016-04-101-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | All the entries are fetched via GET /api/entries
| * | | | Remove int castNicolas Lœuillet2016-04-101-2/+2
| | | | |
| * | | | All the entries are fetched via GET /api/entriesNicolas Lœuillet2016-04-091-3/+3
| | | | | | | | | | | | | | | | | | | | Fix #1863: only the unread entries were fetched with GET /api/entries entrypoint. Now, all the entries are fetched
* | | | | Merge pull request #1900 from wallabag/v2-remove-pt-empty-docJeremy Benoist2016-04-103-93/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Remove empty portugese documentation
| * | | | Remove empty portugese documentationNicolas Lœuillet2016-04-103-93/+0
| | |_|/ | |/| |
* / | | Fix typo in french documentationNicolas Lœuillet2016-04-101-1/+1
|/ / /
* | | Merge pull request #1899 from wallabag/v2-nginx-docJeremy Benoist2016-04-102-1/+9
|\ \ \ | | | | | | | | Add documentation about importing large file into nginx
| * | | Add documentation about importing large file into nginxNicolas Lœuillet2016-04-102-1/+9
| | | | | | | | | | | | | | | | Fix #1849: configuration to avoid 413 Request Entity Too Large.
* | | | Merge pull request #1898 from wallabag/v2-fix-readingtime-display-materialJeremy Benoist2016-04-101-2/+1
|\ \ \ \ | |/ / / |/| | | Fix estimated reading time in material view
| * | | Fix estimated reading time in material viewNicolas Lœuillet2016-04-101-2/+1
| |/ / | | | | | | | | | Fix #1893
* | | Merge pull request #1896 from wallabag/v2-fix-internal-settingsJeremy Benoist2016-04-105-12/+13
|\ \ \ | | | | | | | | Fix internal settings
| * | | Fix internal settingsNicolas Lœuillet2016-04-095-12/+13
| |/ / | | | | | | | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* | | Merge pull request #1894 from wallabag/v2-fix-doc-linkJeremy Benoist2016-04-102-2/+2
|\ \ \ | | | | | | | | Fix documentation link in developer page
| * | | Fix documentation link in developer pageNicolas Lœuillet2016-04-092-2/+2
| |/ /
* | | Merge pull request #1891 from wallabag/v2-fix-rules-typoJeremy Benoist2016-04-102-2/+2
|\ \ \ | |/ / |/| | Fix typo on configuration page
| * | Fix typo on configuration pageNicolas Lœuillet2016-04-092-2/+2
|/ /
* | Merge pull request #1824 from wallabag/v2-alternative-envJeremy Benoist2016-04-083-11/+12
|\ \ | |/ |/| Remove SMTP configuration environment overrides
| * Add documentationNicolas Lœuillet2016-04-082-0/+10
| |
| * Remove SMTP configuration environment overridesMathieu Bruyen2016-03-291-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMTP configuration has been added in #1518 to use ParameterHandle's env-map. But Symfony actually has a native way of allowing parameters to be overriden from environment so rather than having to define a mapping for each possible parameter, users can define any override in parameters.yml: > parameters: > database_host: %WALLABAG_DB_HOST% and define an environment variable SYMFONY__WALLABAG_DB_HOST. Links: env-map: https://github.com/Incenteev/ParameterHandler#using-environment-variables-to-set-the-parameters Symfony external parameters: http://symfony.com/doc/current/cookbook/configuration/external_parameters.html
* | Merge pull request #1879 from wallabag/v2-tag-field-positionJeremy Benoist2016-04-081-4/+4
|\ \ | | | | | | Move tag form in Material theme
| * | Move tag form in Material themeNicolas Lœuillet2016-04-071-4/+4
| | |
* | | Merge pull request #1884 from wallabag/nicosomb-patch-1Jeremy Benoist2016-04-081-1/+1
|\ \ \ | | | | | | | | Change the installation method in issue template
| * | | Change the installation method in issue templateNicolas Lœuillet2016-04-081-1/+1
|/ / /
* | | Merge pull request #1804 from wallabag/j0k3r-patch-1Nicolas Lœuillet2016-04-081-1/+16
|\ \ \ | | | | | | | | Force user-agent for iansommerville.com
| * | | Force user-agent for iansommerville.comJeremy Benoist2016-03-181-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the default User Agent, the website returns a 403. By forcing the User Agent for this domain, we got the proper behavior: a 200 Since we can't _append_ new user agent to the default graby configuration, we need to rewrite all the default config + the new one. Fix #1801
* | | | Merge pull request #1868 from wallabag/v2-tagrule-baggyJeremy Benoist2016-04-073-84/+156
|\ \ \ \ | |_|/ / |/| | | Remove keyboard shortcut and add tagging rule panel in baggy
| * | | Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-053-84/+156
| | | |
* | | | Lock ocramius/proxy-managerJeremy Benoist2016-04-061-1/+2
| | | | | | | | | | | | To avoid problem with PHP < 7.0