aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* Remove secret from adminJeremy Benoist2019-01-231-6/+0
|
* Enable OTP 2FAJeremy Benoist2019-01-232-7/+24
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-1/+1
|\
| * Fix Android app login issuegiuppi2018-11-251-1/+1
| | | | | | class and alt tags must be in the correct order for the android app to recognize the wallabag server
* | Ensure language is validJeremy Benoist2018-10-131-2/+2
| | | | | | | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* | Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-132-1/+5
|/
* wallabag logo with typo replaced by an SVG oneSimounet2018-07-111-1/+1
|
* Autofocus the username field on the login pageSimounet2018-07-111-1/+1
|
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-242-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-091-1/+1
|\
| * Translate error message in login pageadev2017-05-061-1/+1
| | | | | | | | Fix #2933
* | Merged list and search methodsNicolas Lœuillet2017-05-022-16/+13
| |
* | Fix testsThomas Citharel2017-05-021-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add paginationThomas Citharel2017-05-021-1/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add filter to users management pageThomas Citharel2017-05-022-28/+48
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fixed 404 for wallabag logo in 2FANicolas Lœuillet2016-12-011-1/+1
|
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-282-10/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Use the correct templateJeremy Benoist2016-11-221-1/+1
| | | | | | When resetting the password, the overriden template we used wasn’t well spelled. And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english.
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-3/+3
| | | | add links on small screens
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Disabled delete button for the logged userJeremy Benoist2016-10-021-1/+1
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-024-0/+238
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* Fix bad template nameJeremy Benoist2016-09-301-0/+0
| | | | | When a user register, the template displayed saying it should now check its email was misspelled. Resulting in displaying the default one (with margin issue).
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-281-1/+1
|\
| * Changes in the login form:Alexandr Danilov2016-08-251-1/+1
| | | | | | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery
* | Add option to disable registrationThomas Citharel2016-08-231-1/+3
| |
* | manage assets through npmThomas Citharel2016-06-097-10/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Forgot a double quoteBaptiste Mille-Mathias2016-05-191-1/+1
|
* Fix image path in 2-factor authentification emailBaptiste Mille-Mathias2016-05-181-1/+1
| | | | Fix the broken url to image ressource hosted on wallabag.org
* Fix translation for Go to your account button after subscriptionNicolas Lœuillet2016-04-201-1/+1
| | | | Fix #1956
* Convert english translation fileJeremy Benoist2016-03-2020-205/+17
| | | | | | | - 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>`
* Make English welcome message more naturalOlivier Mehani2016-02-252-2/+2
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* Add some missing french translationsNicolas Lœuillet2016-02-182-2/+2
|
* Move public assets for themesJeremy Benoist2016-01-221-1/+1
| | | | | 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/...`
* Update HTML 2FA templateJeremy Benoist2016-01-211-15/+20
| | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
* #1490 HTML in E-MailsAlexandr Danilov2016-01-211-3/+97
|
* Use HTML email for 2FAJeremy Benoist2016-01-211-0/+18
| | | | Related to #1490
* Update bundle & stock fileJeremy Benoist2016-01-155-5/+5
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* 2factor authentication via emailNicolas Lœuillet2015-10-132-0/+65
|
* use form widget for registrationNicolas Lœuillet2015-10-062-18/+16
|
* move cssNicolas Lœuillet2015-10-051-5/+2
|
* last changes for baggy themeNicolas Lœuillet2015-10-052-9/+18
|
* material design for register/login/recover pagesNicolas Lœuillet2015-10-0520-239/+354
|
* move some files to UserBundleNicolas Lœuillet2015-10-037-1/+258
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-0/+1