aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
Commit message (Collapse)AuthorAgeFilesLines
* Moved group management below user managementadd-user-groupNicolas Lœuillet2017-06-231-3/+5
|
* MOAR WIPThomas Citharel2017-06-233-3/+38
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added groups managementNicolas Lœuillet2017-06-232-0/+4
|
* 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
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-311-0/+3
| | | | | | | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Scuttle sharingFrenchHope2017-03-282-0/+9
|/
* Merge pull request #2830 from Kdecherf/striptags-titleNicolas Lœuillet2017-02-175-19/+19
|\ | | | | Fix rendering of entry title in Twig views
| * views: cosmetic in share links hrefKevin Decherf2017-02-161-2/+2
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Fix rendering of entry title in Twig viewsKevin Decherf2017-02-025-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides some improvements on the rendering of entry title on entries list and entry views and refactors filter calls: - Remove escape filter from apparent title, striptags is enough - Move raw filter to the end of apparent title as it's ignored if not placed as the last filter - Replace raw filter with e('html_attr') for title used in attributes, fixing possible issue and/or glitch - Add striptags to entry.title used for link sharing to respect the apparent title Fixes #2802 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Show active list in the left menu during searchKevin Decherf2017-02-051-4/+16
|/ | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-268-21/+21
|\