aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
Commit message (Collapse)AuthorAgeFilesLines
* Update depsJeremy Benoist2020-05-251-1/+1
| | | | | | | | | | | | | | | | | | - Clean Travis config file - Only cache deps from composer (avoiding metadata to invalid Travis cache) - Update config file to match future version from Travis - Remove useless (not so working) `travis_fold` - Remove `SensioGeneratorBundle` and use `MakerBundle` ``` Package sensio/generator-bundle is abandoned, you should avoid using it. Use symfony/maker-bundle instead. ``` - Sort packages in `composer.json` - Use `laminas/*` package to remove deprecated `zendframework/*` ones: ``` Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. Package zendframework/zend-diactoros is abandoned, you should avoid using it. Use laminas/laminas-diactoros instead. Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. ```
* Add Sentry supportJeremy Benoist2019-06-051-0/+1
| | | | Only enable in production
* Use httplugadev2019-05-281-0/+1
|
* CleanupJeremy Benoist2018-11-281-3/+19
|
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-1/+1
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* cs-fixerKevin Decherf2017-12-201-4/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Remove fixed relative path for assetsKevin Decherf2017-12-201-0/+8
|
* Merge pull request #3382 from nclsHart/replace-kernel-rootdirJérémy Benoist2017-10-151-6/+1
|\ | | | | Replace kernel.root_dir by kernel.project_dir
| * Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-6/+1
| | | | | | | | | | 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.
* | Enable WebServerBundle in dev environmentNicolas Hart2017-10-131-0/+1
|/ | | | Since #3376, the web server console commands were not available.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-7/+7
|
* Isolated testsadev2017-05-311-0/+4
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+9
| | | | | | | | | | | | | | 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 authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+1
| | | | Fix #438. Thank you so much @bdunogier
* Added shortcutsNicolas Lœuillet2016-11-151-0/+1
|
* Removed Maintenance bundleNicolas Lœuillet2016-11-061-1/+0
|
* 1st draft for rabbitMQNicolas Lœuillet2016-09-111-0/+1
|
* manage assets through npmThomas Citharel2016-06-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-4/+7
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-1/+1
|
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+1
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Fix #1351: add maintenance modeNicolas Lœuillet2016-02-221-0/+1
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+1
|
* Switch to Symfony 3 structureJeremy Benoist2016-01-151-3/+18
|
* Update bundle & stock fileJeremy Benoist2016-01-151-2/+2
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Installation & configuration of Doctrine MigrationsNicolas Lœuillet2016-01-081-0/+1
|
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-0/+1
|
* add slug for tagsNicolas Lœuillet2015-12-281-0/+1
|
* PoC of rule-based taggingKévin Gomez2015-11-111-0/+1
|
* 2factor authentication via emailNicolas Lœuillet2015-10-131-0/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-0/+1
|
* * public registrationNicolas Lœuillet2015-10-031-0/+1
| | | | | * remove WSSE implementation * add oAuth2 implementation
* implement FosUserNicolas Lœuillet2015-09-111-0/+1
|
* CSJeremy Benoist2015-08-201-1/+0
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+1
|
* Move API stuff in ApiBundleJeremy2015-04-011-1/+2
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-1/+2
|
* Add LiipThemeBundleJeremy2015-03-011-0/+1
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* enable CORSNicolas Lœuillet2015-02-271-0/+1
|
* Add some fixturesJeremy2015-02-081-0/+1
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-291-2/+1
|
* bundle for APINicolas Lœuillet2015-01-281-0/+2
|
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-281-0/+3
|
* refactoring for fetching contentNicolas Lœuillet2015-01-261-2/+0
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-231-1/+1
|
* symfony is thereNicolas Lœuillet2015-01-221-0/+38