aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* Add password for authThomas Citharel2016-02-291-1/+1
|
* Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-291-13/+25
|
* Added developer documentationNicolas Lœuillet2016-02-291-0/+17
|
* Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-291-0/+38
|
* Add testsJeremy Benoist2016-02-221-9/+5
|
* Use internal config instead for demoJeremy Benoist2016-02-221-1/+1
|
* add a username for demonstration modeNicolas Lœuillet2016-02-221-6/+6
|
* typoNicolas Lœuillet2016-02-221-1/+1
|
* Demonstration mode to prevent password changesNicolas Lœuillet2016-02-221-7/+14
|
* Fix #1551 - Redirect to the last page when current page is out of rangeMaxime LECLERCQ2016-02-191-1/+8
|
* CSJeremy Benoist2016-02-121-2/+3
|
* Add missing translationsJeremy Benoist2016-02-121-1/+1
|
* Redirect to the right tab on /configJeremy Benoist2016-02-121-7/+12
|
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+20
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-043-6/+10
|\ | | | | Settings page
| * Use alias to get container parametersJeremy Benoist2016-01-312-5/+5
| |
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-312-1/+5
| |
| * Move default configuration out of parametersJeremy Benoist2016-01-311-4/+4
| | | | | | | | These default configuration value shouldn't be in parameters.yml.
* | SensioLabsInsight fixesNicolas Lœuillet2016-01-222-2/+2
| |
* | [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-1/+1
|/
* Fix bad type after using findByUrlAndUserIdJeremy Benoist2016-01-211-2/+2
| | | | | It returns an object since few commits this part of (untested) code still use an array. Also add test for that part of code.
* Fix bad redirection when adding a new userJeremy Benoist2016-01-211-1/+1
|
* Merge pull request #1583 from wallabag/v2-fix-deleteNicolas Lœuillet2016-01-151-2/+1
|\ | | | | Fix `findOneByUrl` side effect in tests
| * Fix `findOneByUrl` side effect in testsJeremy Benoist2016-01-151-2/+1
| | | | | | | | Fix #1566
* | Merge pull request #1524 from wallabag/sf2.8Nicolas Lœuillet2016-01-154-24/+25
|\ \ | |/ |/| Upgrade to Symfony 3.0
| * Fix recent updateJeremy Benoist2016-01-151-1/+1
| | | | | | | | | | | | - some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
| * Update bundle & stock fileJeremy Benoist2016-01-153-10/+11
| | | | | | | | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
| * Symfony Upgrade Fixer FTWJeremy Benoist2016-01-154-14/+14
| | | | | | | | symfony-upgrade-fixer fix src/Wallabag/
* | Quickstart for beginnersNicolas Lœuillet2016-01-152-1/+17
|/
* Update after previous mergeJeremy Benoist2016-01-021-64/+0
| | | | PR #1443 was merged into this branch to handle all import type in the same place.
* Change the way to check for an existing entryJeremy Benoist2016-01-021-7/+6
| | | | The repository method return the entry found or false if nothing exists.
* - remove importers configurationNicolas Lœuillet2016-01-021-4/+4
| | | | - add check on userId for findOneByURL for entries
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-021-0/+14
|
* form to upload fileNicolas Lœuillet2016-01-021-16/+40
|
* create controller to launch import commandNicolas Lœuillet2016-01-021-0/+40
|
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-021-7/+5
|\ | | | | v2 – Remove user reference in tag
| * Remove user reference in tagJeremy Benoist2015-12-291-7/+5
| | | | | | | | Fix #1543
* | Merge pull request #1546 from wallabag/v2-reload-contentNicolas Lœuillet2016-01-021-0/+27
|\ \ | | | | | | v2 – Ability to reload an entry
| * | Ability to reload an entryJeremy Benoist2015-12-301-0/+27
| |/ | | | | | | | | | | Could be useful when we want to update the content or when the content failed to be fetched. Fix #1503
* / Fix wrong if when deleting an entryJeremy Benoist2015-12-301-1/+1
|/ | | | Bad condition when deleting an entry returned `true` instead of the referer url
* Don't redirect to the content page after deletionJeremy Benoist2015-12-281-2/+12
| | | | | | Fix #1512 We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
* Clean the tagging rule creation formKévin Gomez2015-11-161-1/+1
|
* Provide a way to delete tagging rulesKévin Gomez2015-11-111-0/+27
|
* Add a form to create tagging rulesKévin Gomez2015-11-111-0/+21
|
* Fix route parametersJeremy Benoist2015-11-091-2/+9
| | | | | Improve export tests Improve CSV export
* Rework on exportJeremy Benoist2015-11-091-42/+35
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-091-0/+65
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Fix form_enctype deprecationJeremy Benoist2015-11-071-5/+11
| | | | Use form_start instead
* redirect on last page after deletionNicolas Lœuillet2015-10-211-2/+2
|
* Language selection on config screenNicolas Lœuillet2015-10-151-1/+1
|