c7a4f74f9f
Redirect to the right tab on /config
2016-02-12 12:00:26 +01:00
567421af50
remove tag from entry #1377
2016-02-10 17:41:28 +01:00
e008c037f5
Merge pull request #1612 from wallabag/v2-settings-page
...
Settings page
2016-02-04 15:59:57 +01:00
67c99849ae
Use alias to get container parameters
2016-01-31 14:48:26 +01:00
63e40f2d7c
Add CraueConfig for internal settings
2016-01-31 14:48:26 +01:00
bc78968764
Move default configuration out of parameters
...
These default configuration value shouldn't be in parameters.yml.
2016-01-31 14:37:19 +01:00
5f8a785719
SensioLabsInsight fixes
2016-01-22 21:12:11 +01:00
b0b893eafd
[ #1604 ] First draft to fix SensioLabsInsight report
2016-01-22 21:12:11 +01:00
a0d6ccc5ca
Fix bad type after using findByUrlAndUserId
...
It returns an object since few commits this part of (untested) code still use an array.
Also add test for that part of code.
2016-01-21 16:37:25 +01:00
e56983af1f
Fix bad redirection when adding a new user
2016-01-21 16:36:30 +01:00
86719c63bf
Merge pull request #1583 from wallabag/v2-fix-delete
...
Fix `findOneByUrl` side effect in tests
2016-01-15 15:47:13 +01:00
1930c19d82
Merge pull request #1524 from wallabag/sf2.8
...
Upgrade to Symfony 3.0
2016-01-15 15:38:31 +01:00
7883367246
Fix findOneByUrl side effect in tests
...
Fix #1566
2016-01-15 15:28:32 +01:00
5c072d2b57
Quickstart for beginners
2016-01-15 15:01:30 +01:00
1d76102a24
Fix recent update
...
- 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)
2016-01-15 09:35:38 +01:00
5c895a7fd1
Update bundle & stock file
...
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
2016-01-15 09:35:38 +01:00
619cc45359
Symfony Upgrade Fixer FTW
...
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
77a7752a59
Update after previous merge
...
PR #1443 was merged into this branch to handle all import type in the same place.
2016-01-02 23:27:41 +01:00
5a4bbcc9a7
Change the way to check for an existing entry
...
The repository method return the entry found or false if nothing exists.
2016-01-02 23:27:41 +01:00
303768dfe9
- remove importers configuration
...
- add check on userId for findOneByURL for entries
2016-01-02 23:27:41 +01:00
dda57bb944
fix #1502 avoid duplicate entry and store pocket url in config
2016-01-02 23:24:17 +01:00
d275bdf4d3
form to upload file
2016-01-02 23:24:17 +01:00
8c3c77c1bd
create controller to launch import command
2016-01-02 23:24:17 +01:00
dad1c546a5
Merge pull request #1545 from wallabag/v2-user-tag
...
v2 – Remove user reference in tag
2016-01-02 12:46:52 +01:00
5432f61509
Merge pull request #1546 from wallabag/v2-reload-content
...
v2 – Ability to reload an entry
2016-01-02 12:46:09 +01:00
e82160e5e9
Fix wrong if when deleting an entry
...
Bad condition when deleting an entry returned `true` instead of the referer url
2015-12-30 11:32:53 +01:00
831b02aaf2
Ability to reload an entry
...
Could be useful when we want to update the content or when the content failed to be fetched.
Fix #1503
2015-12-30 09:41:17 +01:00
fc73222723
Remove user reference in tag
...
Fix #1543
2015-12-29 14:50:52 +01:00
2863bf2ab5
Don't redirect to the content page after deletion
...
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.
2015-12-28 13:42:50 +01:00
c13eda461f
Clean the tagging rule creation form
2015-11-16 14:01:43 +01:00
52e423f307
Provide a way to delete tagging rules
2015-11-11 16:27:19 +01:00
f19f9f62d1
Add a form to create tagging rules
2015-11-11 16:23:49 +01:00
cceca9ea1d
Fix route parameters
...
Improve export tests
Improve CSV export
2015-11-09 16:32:48 +01:00
add597bad9
Rework on export
...
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
2015-11-09 16:32:48 +01:00
03690d1387
Start work on export
...
For now:
- ebook
- mobi
- pdf
- csv
2015-11-09 16:32:48 +01:00
33fe61f92f
Fix form_enctype deprecation
...
Use form_start instead
2015-11-07 00:18:06 +01:00
18d5f4541e
redirect on last page after deletion
2015-10-21 15:26:37 +02:00
c89d35e851
Language selection on config screen
2015-10-15 21:42:29 +02:00
880a0e1c0b
implement bookmarklet
2015-10-08 13:29:41 +02:00
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
fcb1fba5c2
* public registration
...
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
0f30f48b93
Enabled created user from Config
...
By default, creating user with FOSUser are disabled by default.
Fix #1423
2015-09-26 19:45:14 +02:00
d4ebe5c5dc
Entries filter on language
...
+ updated deps
2015-09-23 07:55:55 +02:00
3f7a62908c
fix tests for FosUser
2015-09-11 20:32:37 +02:00
558d9aabab
Move fetching content in a separate class
2015-09-10 21:57:25 +02:00
d13de40db6
Update url from graby
2015-08-24 19:52:31 +02:00
a1413a3da9
CS
2015-08-24 12:35:02 +02:00
fad316151c
Integrate graby
2015-08-24 12:27:17 +02:00
7083d183b9
Merge pull request #1392 from wallabag/v2-fix-redirect
...
Fix redirect after deletion
2015-08-24 10:44:14 +02:00
ec00964de2
Merge pull request #1372 from wallabag/v2-assign-tags
...
assign tags to an entry
2015-08-22 12:56:42 +02:00