af497a641c
Redirect to homepage if referer is null
...
Fix #1924
2016-04-15 07:58:01 +02:00
4094ea4771
Convert array + phpDoc
...
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
2016-04-12 12:25:29 +02:00
834efe84ac
Change visibility of checkIfEntryAlreadyExists method to private
2016-04-10 14:20:39 +02:00
b00a89e08f
Refactor EntryController
2016-04-09 13:44:54 +02:00
f652f41dab
Fix duplicate article when added via the bookmarklet
2016-04-08 15:41:05 +02:00
4d0ec0e721
Fix some Scrutinizer issues
2016-03-27 20:54:57 +02:00
4204a06b77
Add flashes messages
2016-03-20 21:12:22 +01:00
671a2b887f
Fix #1551 - Redirect to the last page when current page is out of range
2016-02-19 16:02:31 +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
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
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
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
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
18d5f4541e
redirect on last page after deletion
2015-10-21 15:26:37 +02:00
880a0e1c0b
implement bookmarklet
2015-10-08 13:29:41 +02:00
d4ebe5c5dc
Entries filter on language
...
+ updated deps
2015-09-23 07:55:55 +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
16a3d04cbd
Fix redirect after deletion
...
Fix #1391
2015-08-22 12:09:27 +02:00
f506da40e2
Merge pull request #1385 from wallabag/v2-status-filter
...
filters: implement status filter and a new view (to display all entries)
2015-08-21 17:49:20 +02:00
c937de3443
remove dead code
2015-08-21 08:36:57 +02:00
2b7a488917
filters: adapt queryBuilder for 'all' view
2015-08-21 07:38:18 +02:00
89659c9eae
filters: implement status filter and a new view (to display all entries)
2015-08-21 07:30:48 +02:00
0ab7404f93
Refactorize the way to retrieve entries
...
One place to retrieve entries in Entry & Rss controller.
More simple and easy to maintain.
2015-08-20 20:39:22 +02:00
8ce32af612
CS
...
We shouldn't forget to run `php-cs-fixer` time to time
2015-08-20 07:53:55 +02:00
c713273619
action labels depend on status
2015-08-18 18:13:30 +02:00
496f21e6fa
Merge pull request #1319 from wallabag/v2-form-header
...
add new post form in material header
2015-08-12 10:14:44 +02:00
053b9568b2
add new post form in material header
2015-08-12 09:52:36 +02:00
2686457448
store estimated reading time / filters on reading time
2015-08-12 09:01:29 +02:00
48ffc5a4b6
get itemsPerPage for unread/fav/archive views
2015-08-07 18:04:46 +02:00
9fb6ac830f
Adds pagerfanta paginator everywhere, modifies article routing. Change API for is_starred and is_archived
2015-07-28 23:23:49 +02:00
82d6d9cb06
Add basic title edition
...
Fix #218
I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
2015-06-02 18:56:07 +02:00
4346a86068
CS
2015-05-30 13:59:33 +02:00
1d14779154
remove isDeleted flag
2015-03-06 20:50:30 +01:00
7781faa0b0
Use a form type for entry
2015-02-16 21:31:58 +01:00
3d2b2d62be
Avoid user to see other entries
...
hehe :)
2015-02-10 22:56:44 +01:00