aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Add client_credentials as grant_typeoauth-changesThomas Citharel2017-06-145-109/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Therefore, username and password are no longer needed Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow to have global clients, auth through direct token or auth code and bring scopes Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix review Signed-off-by: Thomas Citharel <tcit@tcit.fr> remove redirect uri requirement on specific clients add back password and depreciate it enforce state Signed-off-by: Thomas Citharel <tcit@tcit.fr> Allow apps to register themselves A handful of changes Signed-off-by: Thomas Citharel <tcit@tcit.fr> change timeout values Signed-off-by: Thomas Citharel <tcit@tcit.fr> set access_token lifetime to 1 year and double for refresh_token Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* 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
|/
* remove language on html-tagChristoph Doblander2017-03-061-1/+1
|
* 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
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-178-21/+21
| |
* | Fix double overlay on expanded right sidenavSimounet2016-12-302-4/+4
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-302-2/+2
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Material themelapineige2016-12-281-1/+1
| | |
| * | Share tags to Shaarli - Baggy themelapineige2016-12-281-1/+1
| |/
* | Access to search, filters, export on mobileSimounet2016-12-291-24/+22
| |
* | Fix entry reading timeSimounet2016-12-273-10/+9
| |
* | Moved total messages from importNicolas Lœuillet2016-12-081-2/+0
| |
* | Updated addons linksNicolas Lœuillet2016-12-011-1/+2
| |
* | Added floating button on entry view for mobileNicolas Lœuillet2016-11-301-0/+11
| |
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-283-13/+17
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-282-2/+2
| |
* | Added list viewNicolas Lœuillet2016-11-283-4/+24
| |
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
| |
* | Added help about shortcutsNicolas Lœuillet2016-11-221-24/+171
| |