aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources
Commit message (Collapse)AuthorAgeFilesLines
* NotificationsThomas Citharel2017-06-231-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
| |
* | Use a listener to catch auth failureJeremy Benoist2017-06-091-5/+5
| |
* | Log an error level message when user auth failJeremy Benoist2017-06-081-0/+8
|/ | | | | | | | | | | | | When a user login using the form we know log an error level information with information about the user: - username used - IP - User agent For example: > Authentication failure for user "eza", from IP "127.0.0.1", with UA: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36". It’ll allows server admin using fail2ban to configure it to block these people if they generate too much failure authentication.
* 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>
* Update Spanish translationngosang2017-02-151-0/+11
|
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge pull request #2677 from wallabag/add-wallabag_user.de.ymlNicolas Lœuillet2016-12-011-0/+11
|\ | | | | add translations/wallabag_user.de.yml (fixes #2673)
| * Update wallabag_user.de.ymlStrubbl2016-12-011-1/+1
| | | | | | Wallabag->wallabag
| * add translations/wallabag_user.de.yml (fixes #2673)Sven Fischer2016-12-011-0/+11
| |
* | Fixed 404 for wallabag logo in 2FANicolas Lœuillet2016-12-012-2/+2
| |
* | 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.
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-032-5/+6
|\|
| * Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-021-4/+4
| |\ | | | | | | Translation update - French
| | * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| * | Inject parameter instead of serviceJeremy Benoist2016-10-301-1/+2
| |/ | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-3/+3
|\|
| * 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
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
|/
* 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).
* Create user config in one placeJeremy Benoist2016-09-301-0/+12
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Update wallabag_user.pl.ymlMateusz Rumiński2016-09-191-1/+1
| | | add missing "
* polish versionMateusz Rumiński2016-09-191-0/+11
| | | create wallabag_user.pl.yml file
* Send every imported item to the queueJeremy Benoist2016-09-111-0/+6
| | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-282-1/+12
|\
| * Occitan versionQuent-in2016-08-271-0/+11
| | | | | | | | Occitan translation, I hope I properly put it where it has to be. If there reminds other textes to translate, please let me know!
| * 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-2023-223/+47
| | | | | | | - 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>`
* Remove extra definitionJeremy Benoist2016-02-291-5/+0
| | | | Since Symfony 3.0.3 has been released
* 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
|
* Fix from_email & fos_userJeremy Benoist2016-01-311-0/+5
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-2/+1
|
* Add Turkish translationOgün Karakuş2016-01-241-0/+7
| | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
* 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/...`