aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* command: replace note regarding server:run --env=prodKevin Decherf2017-12-161-1/+1
| | | | | server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix installation commandadev2017-11-211-22/+9
|
* Better rendering for all core commandsNicolas Hart2017-07-291-49/+38
|
* Remove unused use statement in install commandNicolas Hart2017-07-271-1/+0
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-11/+11
|
* Crypt site credential passwordJeremy Benoist2017-06-201-0/+2
|
* API user creation behing a toggleJeremy Benoist2017-06-021-159/+1
| | | | | | | | 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.
* Isolated testsadev2017-05-311-9/+7
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Added migrations execution after fresh installNicolas Lœuillet2017-05-051-7/+16
|
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-281-1/+1
|
* Scuttle sharingFrenchHope2017-03-281-0/+10
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+5
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-6/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Wallabag can’t work on PostgreSQL <= 9.1Jeremy Benoist2016-11-191-1/+22
| |
* | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+10
| | | | | | | | Fix #668
* | Add translations & migrationJeremy Benoist2016-10-311-12/+2
| |
* | Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+15
| | | | | | | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-1/+1
|\|
| * Update translation for piwik_hostJeremy Benoist2016-10-211-1/+1
| |
* | Fix migrationsJeremy Benoist2016-10-231-1/+1
| |
* | Lowercase wallabagJeremy Benoist2016-10-221-4/+4
| |
* | Add verification check for MySQL versionJeremy Benoist2016-10-221-1/+17
| | | | | | | | Must now be >= 5.5.4
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-111-7/+10
|\|
| * When a sub command fail, display error messageJeremy Benoist2016-10-091-7/+10
| | | | | | | | | | | | We often got issue with message “The command "doctrine:database:create" terminated with an error code: 1.”. Using the `BufferedOutput` we can store the output and only display it if an error occurs.
* | Bonus: display driver in install commandJeremy Benoist2016-10-081-2/+2
|/
* Create user config in one placeJeremy Benoist2016-09-301-8/+5
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-191-3/+21
|\
| * CSJeremy Benoist2016-09-031-1/+1
| |
| * Update testJeremy Benoist2016-09-031-4/+6
| | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite.
| * Add a check for the database connectionJeremy Benoist2016-09-031-2/+18
| | | | | | | | | | | | Checking for the driver isn't enough. We are now checking if we can etablish a connection to the database before trying to do anything. By displaying the error from the Exception (in case of error) we hope to reduce issues overload about people getting error with the database
* | Moved Pocket token to user configJeremy Benoist2016-09-161-5/+0
| |
* | Enable Redis async importJeremy Benoist2016-09-111-1/+6
| | | | | | | | | | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* | Replace RabbitMQ injection with CraueConfigurationNicolas Lœuillet2016-09-111-0/+5
| |
* | Add migrationNicolas Lœuillet2016-08-231-0/+5
| |
* | manage assets through npmThomas Citharel2016-06-091-19/+4
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* Fix MySQL tests on HHVMJeremy Benoist2016-04-121-1/+1
|
* Move setup config outside setupAdminJeremy Benoist2016-04-111-4/+15
| | | | 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.
* Force server version to avoid connexion errorJeremy Benoist2016-04-101-1/+7
| | | | | 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.
* Fix internal settingsNicolas Lœuillet2016-04-091-5/+0
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Check selected PDO driver on installJeremy Benoist2016-04-011-3/+4
| | | | Instead of checking that one of the DB driver is installed we retrieve the selected driver (in parameters) and see if the extension exists.
* Remove some complexicity in InstallCommandJeremy Benoist2016-03-281-8/+6
|
* Fix some Scrutinizer issuesJeremy Benoist2016-03-271-11/+12
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+1
|
* Skipping all Posgres test for wallabag:installJeremy Benoist2016-02-291-1/+1
| | | | | | | | | | | | | | We already faced this problem but we are facing it again. https://github.com/wallabag/wallabag/commit/d502762598db68ec822078642df8f6a8214202f7 It seems we can drop a database properly using wallabag:install. The server log keep saying: ERROR: source database "template1" is being accessed by other users DETAIL: There is 1 other session using the database. STATEMENT: CREATE DATABASE "wallabag_test" Which means, it can't remove the database wallabag_test because one other person is using it.
* Fix wrong variable nameJeremy Benoist2016-02-241-1/+1
| | | | > The variable $requirement does not exist.
* remove unused functions & clean composer.jsonThomas Citharel2016-02-231-2/+0
|
* add composer extensions check & function_exists checksThomas Citharel2016-02-231-7/+23
|
* Enhance requirements in InstallCommandNicolas Lœuillet2016-02-231-20/+19
|
* Change wording for create a new userJeremy Benoist2016-02-231-1/+1
|
* Use internal config instead for demoJeremy Benoist2016-02-221-0/+10
|