1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
Commit Graph

583 Commits

Author SHA1 Message Date
Nicolas Lœuillet
6fc85b8989 remove useless keyboard shortcuts 2014-05-30 18:15:12 +02:00
Nicolas Lœuillet
cf599ceee2 replace 'poching a link' 2014-05-30 18:12:50 +02:00
Nicolas Lœuillet
d6b308d36a draft for keyboard shortcuts, thanks to @fguillot (he made this for miniflux) 2014-05-30 18:12:30 +02:00
Nicolas Lœuillet
934a0c6848 when we delete entry, we redirect to homepage.
it's not the best way, but it's better than redirect to the referer, for example, when we're reading the entry
2014-05-30 18:11:07 +02:00
Nicolas Lœuillet
7f665638d0 Merge pull request #705 from tcitworld/v2-silex
[V2] changed everything from Poche to Wallabag
2014-05-29 21:27:09 +02:00
tcit
759b048287 changed everything from Poche to Wallabag 2014-05-20 16:25:29 +02:00
Nicolas Lœuillet
97e7b3b527 [add] session.test for functionals 2014-01-23 14:43:03 +01:00
Nicolas Lœuillet
5f8b333ca4 [fix] remove the call to loadUser() 2014-01-23 13:38:47 +01:00
Nicolas Lœuillet
e5035e249f [add] configuration for authentication 2014-01-23 13:10:33 +01:00
Nicolas Lœuillet
ee8a49a32d [add] insert into users {poche/password} 2014-01-23 13:09:59 +01:00
Nicolas Lœuillet
c4794be936 [change] login form 2014-01-23 13:09:20 +01:00
Nicolas Lœuillet
76298ffbf8 [add] symfony/security in composer 2014-01-23 13:08:52 +01:00
Nicolas Lœuillet
f806d373fa [add] UserProvider 2014-01-23 13:07:54 +01:00
Nicolas Lœuillet
418bf8b140 [change] route for post a new URL 2014-01-21 21:28:54 +01:00
Nicolas Lœuillet
ea37c337a5 [add] get bookmarks via API 2014-01-21 21:04:27 +01:00
Nicolas Lœuillet
8c617ddea8 [add] ajax behavior when we start an entry 2014-01-17 17:19:43 +01:00
Nicolas Lœuillet
038b4d74ba [add] first draft of ajax actions (only with mark as read) 2014-01-17 15:56:15 +01:00
Nicolas Lœuillet
b03c17c194 [change] I moved controllers code into Poche/Controller 2014-01-16 15:09:53 +01:00
Nicolas Lœuillet
5d7aeb0fb8 [add] dev environment 2014-01-16 14:46:07 +01:00
Nicolas Lœuillet
6f6e7e6dc0 [add] 404 if entry doesn't exist 2014-01-16 14:32:29 +01:00
Nicolas Lœuillet
58c63911d7 [fix] change functions to static functions 2014-01-16 14:26:38 +01:00
Nicolas Lœuillet
456f08d9a8 [add] first picture of each entry displayed on listing 2014-01-16 14:18:28 +01:00
Nicolas Lœuillet
4a857c4afb [change] twig extensions moved in src 2014-01-16 14:17:43 +01:00
Nicolas Lœuillet
6a26814da8 [fix] remove old code 2014-01-15 22:23:41 +01:00
Nicolas Lœuillet
0a303e4353 [change] separation of controllers code 2014-01-15 22:22:43 +01:00
Nicolas Lœuillet
841d7f9cbe [fix] title for add page 2014-01-15 14:03:30 +01:00
Nicolas Lœuillet
0a7ecfd3c0 [add] reading time for each entry 2014-01-15 13:54:49 +01:00
Nicolas Lœuillet
f48427d34b [fix] who lets this empty ahref tag? bis repetita 2014-01-15 13:27:05 +01:00
Nicolas Lœuillet
18bca01f74 [fix] who lets this empty ahref tag? 2014-01-15 13:26:13 +01:00
Nicolas Lœuillet
fffdbf0d17 [change] display improvements 2014-01-15 13:23:44 +01:00
Nicolas Lœuillet
dd857d4629 [add] flash message and undo remove 2014-01-14 15:51:34 +01:00
Nicolas Lœuillet
6fee53233e [add] remove feature 2014-01-14 15:22:38 +01:00
Nicolas Lœuillet
b9e8651815 [fix] change partials calls 2014-01-14 15:00:11 +01:00
Nicolas Lœuillet
5555d2612f [change] rename partial twig files 2014-01-14 14:58:55 +01:00
Nicolas Lœuillet
8fd30df0ea [change] css: tools for entries 2014-01-13 22:30:19 +01:00
Nicolas Lœuillet
3137b854fa [change] refactor templates for entries 2014-01-13 22:15:28 +01:00
Nicolas Lœuillet
9d0b1712be [add] method code for get bookmarks 2014-01-13 22:15:05 +01:00
Nicolas Lœuillet
024e003943 [add] route for bookmarks 2014-01-13 22:14:33 +01:00
Nicolas Lœuillet
da14eda026 [add] un/star entries 2014-01-13 21:47:18 +01:00
Nicolas Lœuillet
f1582245fb [add] tests for un/star entries 2014-01-13 21:46:27 +01:00
Nicolas Lœuillet
5f1b9885b4 [add] test for mark as unread 2014-01-13 21:43:26 +01:00
Nicolas Lœuillet
f24eb4fda6 [add] test for mark as read 2014-01-13 21:38:52 +01:00
Nicolas Lœuillet
2a496fe381 [css] inline block for li in main nav 2014-01-10 16:26:07 +01:00
Nicolas Lœuillet
17086fa3bd [add] api code for mark as unread 2014-01-09 22:10:05 +01:00
Nicolas Lœuillet
31a52d03d1 [add] changes in templates for mark as un/read 2014-01-09 22:09:39 +01:00
Nicolas Lœuillet
74e70939db [add] routes for archives and mark as unread 2014-01-09 22:09:00 +01:00
Nicolas Lœuillet
56bffbba73 [del] poching link in footer 2014-01-09 21:35:05 +01:00
Nicolas Lœuillet
3406252a0b [fix] archive count at the right place 2014-01-09 21:30:25 +01:00
Nicolas Lœuillet
729373eb1a [fix] method to do an update in database 2014-01-09 21:28:46 +01:00
Nicolas Lœuillet
5cb5e8a9f2 [change] some minor changes in templates 2014-01-09 21:20:35 +01:00