aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare 2.3.2 releaseJeremy Benoist2018-01-221-1/+1
|
* Prepared wallabag 2.3.1Nicolas Lœuillet2017-12-261-1/+1
|
* Remove fixed relative path for assetsKevin Decherf2017-12-201-1/+1
|
* Add missing parameter for testJeremy Benoist2017-12-181-0/+1
|
* Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-126-0/+7
|
* Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-1/+1
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-0/+4
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3419 from NatJNP/patch1Jérémy Benoist2017-11-251-0/+1
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-241-0/+1
| |
* | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-201-0/+4
|/
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Prepare wallabag 2.3.0Nicolas Lœuillet2017-10-201-1/+1
|
* Update prod assetsKevin Decherf2017-10-161-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* webpack: handle _global img folderKevin Decherf2017-10-161-1/+13
| | | | | | | | Fixes missing image files after composer cleaning assets Source of requireAll(): https://stackoverflow.com/a/30652110 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-147-10/+10
| | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* Merge pull request #3376 from wallabag/symfony-3.3Jérémy Benoist2017-10-111-0/+7
|\ | | | | Symfony 3.3
| * Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-0/+7
| | | | | | | | Also update tests urls
* | add Russian languageОлег2017-10-101-0/+1
|/
* Disallow html for templating formatsJeremy Benoist2017-07-091-1/+1
| | | | Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
* Add css on share public pageThomas Citharel2017-06-221-0/+1
|
* Fix linter issue on webpack config filesJeremy Benoist2017-06-223-42/+40
|
* Add RSS tags feedsJeremy Benoist2017-06-211-0/+1
|
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+1
|
* Retrieve username/password from databaseJeremy Benoist2017-06-201-3/+0
| | | | Inject the current user & the repo to retrieve username/password from the database
* Promote httpsJeremy Benoist2017-06-091-1/+1
|
* ReviewJeremy Benoist2017-06-083-3/+1
|
* fix testsThomas Citharel2017-06-061-0/+1
|
* add migrationThomas Citharel2017-06-061-4/+0
|
* remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-062-0/+3
|
* Use a dedicated file for wallabag configJeremy Benoist2017-06-022-165/+165
|
* API user creation behing a toggleJeremy Benoist2017-06-022-0/+130
| | | | | | | | I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled. Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information. I've moved all the internal settings definition to config to avoid duplicated place to define them. I don't know why we didn't did that earlier.
* Merge pull request #2708 from jcharaoui/import-disablecontentupdateJérémy Benoist2017-06-021-0/+1
|\ | | | | Import disableContentUpdate
| * Put default fetching error title in global configJerome Charaoui2017-06-011-0/+1
| |
* | Merge pull request #3171 from wallabag/drop-fucking-sqliteNicolas Lœuillet2017-06-011-5/+6
|\ \ | |/ |/| Defined MySQL as the default rdbms for wallabag
| * Changed default database nameNicolas Lœuillet2017-06-011-1/+1
| |
| * Fixed @tcitworld 's reviewNicolas Lœuillet2017-05-311-1/+1
| |
| * Defined MySQL as the default rdbms for wallabagNicolas Lœuillet2017-05-311-4/+5
| |
* | Isolated testsadev2017-05-315-3/+10
|/ | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-301-1/+1
|\
| * Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\|
| * Prepare wallabag 2.2.3Nicolas Lœuillet2017-05-171-1/+1
| |
* | Upgraded CraueConfigBundle to 2.0Nicolas Lœuillet2017-05-122-0/+9
| |
* | Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-095-3/+208
|\ \ | | | | | | Adds Webpack support and remove Grunt
| * | add comment to config.yml to explain live reload featureThomas Citharel2017-05-041-0/+1
| | |
| * | disable default dev serverThomas Citharel2017-05-041-1/+1
| | |
| * | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-045-3/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | | Added limitNicolas Lœuillet2017-05-011-0/+1
|/ /
* / Changed default value for list mode (grid instead of list)Nicolas Lœuillet2017-03-291-1/+1
|/
* Changed wallabag versionNicolas Lœuillet2017-03-021-1/+1
|