aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* php-cs-fixer passSimounet2016-07-202-2/+4
|
* Handling socials links into a config fileSimounet2016-07-202-1/+28
|
* Try to find bad redirection after deleteJeremy Benoist2016-06-171-3/+4
| | | | | Instead of checking for the whole absolute url, we just check with the relative url. If the referer ends with the relative url of the deleted entry, don't redirect to the referer.
* Display a message when saving an entry failedJeremy Benoist2016-05-301-5/+12
| | | | | 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.
* Merge pull request #2013 from wallabag/fix-display-all-tagsJeremy Benoist2016-05-031-1/+1
|\ | | | | Fix tags listing
| * Fix tags listingNicolas Lœuillet2016-05-021-1/+1
| | | | | | | | | | Fix #1994 * Remove unused method in tag repository
* | Fix reading speed not defined when user was created via config pageNicolas Lœuillet2016-04-301-0/+1
|/ | | | Fix #2004
* Fix redirect when delete entryNicolas Lœuillet2016-04-151-1/+1
|
* Redirect to homepage if referer is nullNicolas Lœuillet2016-04-152-4/+14
| | | | Fix #1924
* Convert array + phpDocJeremy Benoist2016-04-127-54/+63
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* 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 #1805 from wallabag/v2-assign-comma-tagsNicolas Lœuillet2016-03-281-14/+6
|\ | | | | Fix #1768 Split tags with commas from UI
| * Simplify tag creation from entryJeremy Benoist2016-03-271-20/+6
| | | | | | | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
| * Split tags with commas from UINicolas Loeuillet2016-03-211-2/+8
| |
* | Fix some Scrutinizer issuesJeremy Benoist2016-03-271-3/+1
|/
* Add missing developer pageJeremy Benoist2016-03-201-2/+2
|
* Add flashes messagesJeremy Benoist2016-03-203-18/+28
|
* Improve test failure readabilityJeremy Benoist2016-03-201-1/+1
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.
* fix api properties and typoThomas Citharel2016-03-161-1/+1
|
* add refresh-token grant-typeThomas Citharel2016-03-131-1/+1
|
* Improve testsJeremy Benoist2016-03-111-1/+0
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Add translationsJeremy Benoist2016-03-051-2/+8
|
* Add listing clientsJeremy Benoist2016-03-051-3/+30
| | | | Rename route to be more consistive (ie: prefixed with developer_)
* Cleanup formJeremy Benoist2016-03-051-1/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* 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