aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Add client_credentials as grant_typeoauth-changesThomas Citharel2017-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-4/+6
| | | | | | | | | | | | | | 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
* Show active list in the left menu during searchKevin Decherf2017-02-051-4/+16
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix double overlay on expanded right sidenavSimounet2016-12-301-2/+2
|
* Access to search, filters, export on mobileSimounet2016-12-291-24/+22
|
* Moved total messages from importNicolas Lœuillet2016-12-081-2/+0
|
* Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
|
* Added translations and currentRoute parameterNicolas Lœuillet2016-11-191-1/+1
|
* Added a simple search engineNicolas Lœuillet2016-11-191-9/+7
| | | | Fix #18
* Added tooltips in header barNicolas Lœuillet2016-11-121-3/+3
|
* Deal with more resolution issuesThomas Citharel2016-11-031-3/+3
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix few invalid HTML tagsKrzysztof Szafranek2016-10-091-1/+1
|
* Add users management UIJeremy Benoist2016-10-021-1/+5
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Add simple stats in footerJeremy Benoist2016-10-011-2/+13
|
* Merge pull request #1941 from wallabag/v2-asynchronous-jobsJeremy Benoist2016-09-191-0/+2
|\ | | | | Use asynchronous jobs for imports
| * Display how many messages are queueJeremy Benoist2016-09-131-0/+2
| | | | | | | | | | - update the docker-composer to add Redis - add migrations
* | Remove FooterControllerNicolas Lœuillet2016-09-151-1/+8
|/
* Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-1/+1
|
* Remove Twig globalsJeremy Benoist2016-09-031-4/+4
| | | | | | | | Twig Global function are called globally. This means even on a query to the api. Using a function we can decide when we want to call it. Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ...
* Display entries number for each categoryNicolas Lœuillet2016-08-231-4/+4
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-42/+2
|\
| * Handling socials links into a config fileSimounet2016-07-201-41/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-201-2/+2
|\|
| * Remove fr partThomas Citharel2016-07-021-1/+1
| |
| * Fix 3rd-Party Apps links (Chrome & Firefox)Thomas Citharel2016-07-021-2/+2
| |
* | manage assets through npmThomas Citharel2016-06-091-19/+14
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
* Do not specify language in Firefox addon linkMerouane Atig2016-05-131-1/+1
|
* Hide search buttonsNicolas Lœuillet2016-04-031-2/+2
|
* Convert english translation fileJeremy Benoist2016-03-201-38/+81
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Fix translations mistakeJeremy Benoist2016-03-071-2/+1
| | | | In Material template, move the developer link in the left menu (like in baggy)
* Cleanup formJeremy Benoist2016-03-051-0/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-291-0/+1
|
* lots of diverse translation stuff & some typosThomas Citharel2016-02-111-1/+1
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+3
|
* Move public assets for themesJeremy Benoist2016-01-221-6/+6
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* create controller to launch import commandNicolas Lœuillet2016-01-021-0/+1
|
* Start work on exportThomas Citharel2015-11-091-0/+1
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Other improvementsAlexandr Danilov2015-10-091-1/+1
|
* Icons in footerAlexandr Danilov2015-10-091-14/+16
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+1
|
* restore footerNicolas Lœuillet2015-10-011-0/+37
|
* french translationNicolas Lœuillet2015-10-011-38/+2
|
* flash messages translationNicolas Lœuillet2015-09-301-1/+1
|
* french translationNicolas Lœuillet2015-09-301-1/+1
|
* some cleanup on material themeNicolas Lœuillet2015-09-291-1/+1
|
* filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-0/+1
|
* Add title in "picto-link"Jeremy Benoist2015-08-201-3/+3
| | | | Picto aren't always obvious for every one. So it's better to have some title when we move the mouse over.
* Merge remote-tracking branch 'origin/v2' into v2_materialAlexandr Danilov2015-08-171-7/+6
|\
| * fix diaspora urlNicolas Lœuillet2015-08-131-1/+1
| |
| * change title for material pages / about pageNicolas Lœuillet2015-08-131-7/+6
| |