| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
add translations/wallabag_user.de.yml (fixes #2673)
|
| |
| |
| | |
Wallabag->wallabag
|
| | |
|
| | |
|
| |
| |
| |
| | |
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
|\| |
|
| |\
| | |
| | | |
Translation update - French
|
| | | |
|
| |/
| |
| |
| |
| | |
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!
|
| |
| |
| |
| | |
Fix #2062
|
|\| |
|
| |
| |
| |
| | |
add links on small screens
|
| | |
|
| | |
|
| |
| |
| |
| | |
PostgreSQL doesn’t like when we compare interger and boolean :)
|
| |
| |
| |
| | |
Added translations and documentation
|
| | |
|
|/ |
|
|
|
|
| |
Fix #2380
|
|
|
|
|
| |
When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event.
There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.
|
|
|
|
| |
To avoid some bad things to happen…
|
|
|
|
|
|
| |
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
add missing "
|
|
|
| |
create wallabag_user.pl.yml file
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| | |
Occitan translation, I hope I properly put it where it has to be.
If there reminds other textes to translate, please let me know!
|
| |
| |
| |
| |
| | |
* The alignment of the login form centered in WebKit
* Indent after the reference password recovery
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fix the broken url to image ressource hosted on wallabag.org
|
|
|
|
| |
Fix #1956
|
|
|
|
| |
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
|
|
|
|
|
|
|
| |
- 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>`
|
|
|
|
| |
Since Symfony 3.0.3 has been released
|
|
|
|
|
|
| |
sed -i "s/Welcome on wallabag/Welcome to wallabag/"
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
| |
|
| |
|
| |
|
| |
|