Nicolas Lœuillet
5c072d2b57
Quickstart for beginners
2016-01-15 15:01:30 +01:00
Jeremy Benoist
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
Nicolas Lœuillet
303768dfe9
- remove importers configuration
...
- add check on userId for findOneByURL for entries
2016-01-02 23:27:41 +01:00
Nicolas Lœuillet
dda57bb944
fix #1502 avoid duplicate entry and store pocket url in config
2016-01-02 23:24:17 +01:00
Nicolas Lœuillet
5432f61509
Merge pull request #1546 from wallabag/v2-reload-content
...
v2 – Ability to reload an entry
2016-01-02 12:46:09 +01:00
Jeremy Benoist
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
Jeremy Benoist
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
Jeremy Benoist
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
Nicolas Lœuillet
18d5f4541e
redirect on last page after deletion
2015-10-21 15:26:37 +02:00
Nicolas Lœuillet
880a0e1c0b
implement bookmarklet
2015-10-08 13:29:41 +02:00
Jeremy Benoist
d4ebe5c5dc
Entries filter on language
...
+ updated deps
2015-09-23 07:55:55 +02:00
Jeremy Benoist
558d9aabab
Move fetching content in a separate class
2015-09-10 21:57:25 +02:00
Jeremy Benoist
d13de40db6
Update url from graby
2015-08-24 19:52:31 +02:00
Jeremy Benoist
a1413a3da9
CS
2015-08-24 12:35:02 +02:00
Jeremy Benoist
fad316151c
Integrate graby
2015-08-24 12:27:17 +02:00
Jeremy Benoist
16a3d04cbd
Fix redirect after deletion
...
Fix #1391
2015-08-22 12:09:27 +02:00
Jeremy Benoist
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
Nicolas Lœuillet
c937de3443
remove dead code
2015-08-21 08:36:57 +02:00
Nicolas Lœuillet
2b7a488917
filters: adapt queryBuilder for 'all' view
2015-08-21 07:38:18 +02:00
Nicolas Lœuillet
89659c9eae
filters: implement status filter and a new view (to display all entries)
2015-08-21 07:30:48 +02:00
Jeremy Benoist
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
Jeremy Benoist
8ce32af612
CS
...
We shouldn't forget to run `php-cs-fixer` time to time
2015-08-20 07:53:55 +02:00
Nicolas Lœuillet
c713273619
action labels depend on status
2015-08-18 18:13:30 +02:00
Jeremy Benoist
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
Nicolas Lœuillet
053b9568b2
add new post form in material header
2015-08-12 09:52:36 +02:00
Nicolas Lœuillet
2686457448
store estimated reading time / filters on reading time
2015-08-12 09:01:29 +02:00
Nicolas Lœuillet
48ffc5a4b6
get itemsPerPage for unread/fav/archive views
2015-08-07 18:04:46 +02:00
Francois Gravelaine
9fb6ac830f
Adds pagerfanta paginator everywhere, modifies article routing. Change API for is_starred and is_archived
2015-07-28 23:23:49 +02:00
Jeremy Benoist
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
Jeremy Benoist
4346a86068
CS
2015-05-30 13:59:33 +02:00
Nicolas Lœuillet
1d14779154
remove isDeleted flag
2015-03-06 20:50:30 +01:00
Jeremy
7781faa0b0
Use a form type for entry
2015-02-16 21:31:58 +01:00
Jeremy
3d2b2d62be
Avoid user to see other entries
...
hehe :)
2015-02-10 22:56:44 +01:00
Nicolas Lœuillet
2a94b1d1b7
log for authentication on API
2015-02-09 22:07:39 +01:00
Jeremy
3b815d2de5
Add some fixtures
...
Improve test, so user can login
Fix some leftJoin
Cleanup EntryController
2015-02-08 23:13:40 +01:00
Nicolas Lœuillet
7812f508bc
create an Entry with a User in parameter
2015-02-08 23:13:40 +01:00
Nicolas Lœuillet
be463487cc
rename Entries to Entry
2015-02-06 07:45:32 +01:00
Nicolas Lœuillet
42a9064620
implement delete method
2015-02-04 17:54:23 +01:00
Jeremy
7df80cb32c
CS
2015-01-31 19:12:49 +01:00
Nicolas Lœuillet
a8c90c5c1b
add documentation for API
2015-01-30 07:50:52 +01:00
Nicolas Lœuillet
b9ec99e25b
replace legacy calls with new one
2015-01-27 13:08:02 +01:00
Nicolas Lœuillet
6b767d1cc0
refactoring for fetching content
2015-01-26 22:15:19 +01:00
Nicolas Lœuillet
ad4d1caa9e
move WallabagBundle into Wallabag:CoreBundle
2015-01-23 16:28:37 +01:00