aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | Add some flex magicThomas Citharel2017-05-311-18/+16
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fixed tags display on grid viewNicolas Lœuillet2017-05-312-23/+28
| |
* | Added tags on list viewNicolas Lœuillet2017-05-301-1/+8
| |
* | Add some deletion confirmation to avoid mistakeJeremy Benoist2017-05-245-8/+17
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-194-11/+12
|\|
| * modify key name as wellCedric Girard2017-05-181-1/+1
| |
| * Fixed documentation URLNicolas Lœuillet2017-05-173-9/+10
| |
| * reorder contrib strings in about pageCedric Girard2017-05-161-1/+1
| | | | | | | | this fixes #2891
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-2/+2
|\|
| * Update graby* licensesJérémy Benoist2017-05-091-2/+2
| |
* | Fix review againThomas Citharel2017-05-071-36/+38
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix reviewsAline2017-05-073-8/+7
| | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
* | Fix according to reviewThomas Citharel2017-05-041-1/+1
| |
* | fix theme changesThomas Citharel2017-05-041-6/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-046-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-031-2/+2
|\ \ | | | | | | Added notmatches operator for tagging rule
| * | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
| | |
* | | Fixed sandwich menu position in entry view (material theme)Nicolas Lœuillet2017-05-021-5/+5
|/ /
* | Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-182-3/+31
|\ \ | | | | | | Added publication date and author
| * | Added author of articleNicolas Lœuillet2017-04-092-2/+18
| | |
| * | Added publication dateNicolas Lœuillet2017-04-052-3/+15
| | |
* | | Removed is_public in Entry edit formNicolas Lœuillet2017-04-131-5/+0
|/ /
* | Added delete button on Baggy themeNicolas Lœuillet2017-03-311-0/+5
| |