aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced navigation menu in material themeNicolas Lœuillet2020-04-261-38/+27
|
* Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-251-1/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add quickstart into the menuJeremy Benoist2019-06-051-0/+3
| | | | Just in case people want to see that page again.
* Update icon to `casino`Jeremy Benoist2019-01-221-1/+1
|
* Move icon into the top menu barJeremy Benoist2019-01-191-1/+10
| | | | | | | Change the way to select a random entry: - select all ids from the given user (with filters) - choose randomly one in php - find that entry
* Add rel=noopener to target=_blank linksMatt Burke2018-11-071-1/+1
| | | | | | | From https://developers.google.com/web/tools/lighthouse/audits/noopener: - new pages will run in separate processes, avoiding any performance intermingling impacts - new pages won't have access to current page's window object via JavaScript
* wallabag logo (side-nav) replaced by an SVG oneSimounet2018-07-111-1/+1
|
* Nav close button alignment and nav boxes improvedSimounet2018-01-121-37/+33
|
* Label replaced by a button on the nav search formSimounet2018-01-121-1/+0
|
* Label replaced by a button on the nav new entry formSimounet2018-01-121-1/+0
|
* Toggle menu anchor replaced by a buttonSimounet2017-12-081-1/+1
|
* Fix nav title nowrap on mobileSimounet2017-12-071-4/+6
|
* Footer's stats displayed on mobileSimounet2017-12-061-3/+3
|
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-3/+3
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+5
|
* 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
|