aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Added default value for title on entry viewNicolas Lœuillet2017-12-262-4/+4
|
* Updated baggy theme for the no-title fixNicolas Lœuillet2017-12-261-1/+1
|
* Using new 'entry.default_title' as translation keySimounet2017-12-261-1/+1
|
* Card tags template sharedSimounet2017-12-263-16/+17
|
* Useless span removed from the card's titleSimounet2017-12-261-5/+3
|
* Default card titleSimounet2017-12-261-1/+1
|
* Content card template sharedSimounet2017-12-265-68/+25
|
* material: replace exit_to_app, redo and autorenew iconsKevin Decherf2017-12-163-9/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3492 from bdunogier/fix-3484-disable_share_linkNicolas Lœuillet2017-12-121-0/+10
|\ | | | | Fix 3484: hide the share toggle button if no service is enabled
| * Fix #3484: hide the share toggle button if no service is enabledBertrand Dunogier2017-12-121-0/+10
| |
* | Displayed the RSS icon on homepage routeNicolas Lœuillet2017-12-121-3/+8
|/
* Fix #3448 - pubDate now conformant to Date and Time specifications defined ↵Christophe VERGNE2017-12-111-2/+2
| | | | by RFC822
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-1/+1
|
* Fix nav title nowrap on mobileSimounet2017-12-071-4/+6
|
* Tags list view improvedSimounet2017-12-081-3/+3
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Footer's stats displayed on mobileSimounet2017-12-061-3/+3
|
* Fix pagination on list modeSimounet2017-12-041-4/+5
|
* Share page improved (mobile + header's padding)Simounet2017-12-031-6/+8
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-252-2/+2
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace hardcoded 'Provided by' string with i18n stringKevin Decherf2017-11-192-2/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in baggy entry viewKevin Decherf2017-11-191-0/+8
|
* Handle original_url querystring in Shaarli sharing linkKevin Decherf2017-11-191-1/+1
| | | | | | | | | This feature needs at least shaarli-plugin-via 0.2 from https://github.com/Kdecherf/shaarli-plugin-via to work. Shaarli will silently ignore this parameter if this plugin is missing. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add support of originUrl field in material entry viewKevin Decherf2017-11-191-0/+8
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Entry: handle originUrl in edit form, update translationsKevin Decherf2017-11-191-0/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: replace card activator with article link on card previewKevin Decherf2017-11-063-3/+13
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3387 from Kdecherf/fix-assets-23Jérémy Benoist2017-11-026-28/+28
|\ | | | | Fix assets for 2.3
| * webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-246-28/+28
| | | | | | | | | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | views/config: fix overlaying drop down menuKevin Decherf2017-10-311-1/+1
|/ | | | Fixes #3393
* Merge pull request #3294 from wallabag/export-tag-nullJérémy Benoist2017-08-302-2/+2
|\ | | | | Empty currentTag should be null
| * Empty currentTag should be nullJeremy Benoist2017-07-282-2/+2
| | | | | | | | And when a parameter is null, it won't appear in the url like `?tag=`.
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-08-221-3/+3
|\ \
| * | Fix export links in baggy themeÉtienne Gilli2017-08-131-3/+3
| | |
* | | add a dedicated title for all entries pageNicolas Hart2017-07-271-1/+1
| |/ |/|
* | Don't load js for nothing in prodThomas Citharel2017-06-221-2/+3
| |
* | Add css on share public pageThomas Citharel2017-06-221-0/+5
| |
* | Add share.scss fileJeremy Benoist2017-06-221-26/+0
| | | | | | | | Still needs to include it in the twig template
* | Better export pageJeremy Benoist2017-06-221-2/+6
| | | | | | | | I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
* | Fix translations on QR code instructionsThomas Citharel2017-06-222-2/+2
| |
* | Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-217-12/+44
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | add rss iconThomas Citharel2017-06-211-0/+3
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add RSS tags feedsJeremy Benoist2017-06-211-3/+3
| |
* | Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-209-10/+328
|\ \ | | | | | | Store credentials in DB
| * | Get rid of masked value in listingJeremy Benoist2017-06-202-6/+0
| | |
| * | Fix reviewsThomas Citharel2017-06-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add menu access to site credentials CRUDJeremy Benoist2017-06-205-4/+12
| | |
| * | Update route & user verificationJeremy Benoist2017-06-203-4/+4
| | |
| * | Add CRUD for site credentialsJeremy Benoist2017-06-207-10/+324
| | |
* | | Add isPublic filter on entriesJeremy Benoist2017-06-102-0/+16
|/ /
* | Fix tags count in tags list on baggyJeremy Benoist2017-06-101-1/+1
| |
* | Create a client when creating a user using the apiJeremy Benoist2017-06-071-1/+1
| | | | | | | | | | | | | | | | While creating a new user using the API, we also create a new client for the current user. So the app which just create the user can use its newly created client to configure the app. That new client is only return after creating the user. When calling the endpoint /api/user to get user information, the new client information won’t be return.