aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add missing tagging rule repositoryKévin Gomez2015-11-111-0/+9
|
* Add a form to create tagging rulesKévin Gomez2015-11-114-1/+138
|
* Add TaggingRule entityKévin Gomez2015-11-113-16/+164
|
* PoC of rule-based taggingKévin Gomez2015-11-113-2/+102
|
* Fix testsJeremy Benoist2015-11-092-1/+6
|
* Fix route parametersJeremy Benoist2015-11-093-8/+108
| | | | | Improve export tests Improve CSV export
* use JMS SerializerThomas Citharel2015-11-092-13/+6
|
* use the groups annotation instead of setIgnoredAttributesThomas Citharel2015-11-092-4/+42
|
* improved functionThomas Citharel2015-11-091-10/+6
|
* add json & xmlThomas Citharel2015-11-094-11/+102
|
* Fix tests on pgsqlJeremy Benoist2015-11-091-1/+1
|
* Rework on exportJeremy Benoist2015-11-094-133/+324
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* Start work on exportThomas Citharel2015-11-096-4/+361
| | | | | | | | For now: - ebook - mobi - pdf - csv
* Remove duplicate commentsJeremy Benoist2015-11-071-7/+1
|
* CSJeremy Benoist2015-11-072-5/+5
|
* Skipping PostgreSQL test that drop databaseJeremy Benoist2015-11-073-30/+48
| | | | | | For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849). So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..)
* Re-enable test on doctrine commandJeremy Benoist2015-11-0710-17/+17
| | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
* Add tests on TablePrefixSubscriberJeremy Benoist2015-11-072-2/+121
|
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-077-89/+55
| | | | Should fix #1498
* Fix database already exist detectionJeremy Benoist2015-11-071-0/+6
| | | | This is not the same message exception from MySQL & SQLite with Postgres.
* CSJeremy Benoist2015-11-071-2/+2
| | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis
* Fix form_enctype deprecationJeremy Benoist2015-11-073-19/+21
| | | | Use form_start instead
* Fix security.context deprecationJeremy Benoist2015-11-074-12/+12
|
* Fix deprecated helper in commandJeremy Benoist2015-11-062-63/+54
|
* Enable graby logJeremy Benoist2015-10-241-0/+4
|
* redirect on last page after deletionNicolas Lœuillet2015-10-211-2/+2
|
* Add german translation.Julian Oster2015-10-181-0/+130
|
* Add tests on listenersJeremy Benoist2015-10-164-0/+147
|
* Language selection on config screenNicolas Lœuillet2015-10-159-12/+119
|
* Merge pull request #1484 from wallabag/v2-2factor-authJeremy Benoist2015-10-157-1/+217
|\ | | | | 2factor authentication via email
| * move 2factor activation in parametersNicolas Lœuillet2015-10-153-28/+38
| |
| * add tests for 2factor authenticationNicolas Lœuillet2015-10-142-19/+58
| |
| * 2factor authentication via emailNicolas Lœuillet2015-10-137-1/+168
| |
* | Other improvementsAlexandr Danilov2015-10-092-1/+9
| |
* | Icons in footerAlexandr Danilov2015-10-096-17/+109
|/
* Merge pull request #1472 from wallabag/v2-clean-viewsJeremy Benoist2015-10-084-211/+0
|\ | | | | fix #1470: clean material theme
| * fix #1470: clean material themeNicolas Lœuillet2015-10-084-211/+0
| |
* | implement bookmarkletNicolas Lœuillet2015-10-086-9/+65
|/
* fix bug on detect active themeNicolas Lœuillet2015-10-062-4/+10
|
* fix type hint for UserNicolas Lœuillet2015-10-061-1/+1
|
* Merge pull request #1436 from wallabag/v2-registerJeremy Benoist2015-10-0672-1295/+964
|\ | | | | Public registration & oAuth2 \o/
| * use form widget for registrationNicolas Lœuillet2015-10-062-18/+16
| |
| * move cssNicolas Lœuillet2015-10-052-5/+6
| |
| * last changes for baggy themeNicolas Lœuillet2015-10-052-9/+18
| |
| * material design for register/login/recover pagesNicolas Lœuillet2015-10-0528-335/+384
| |
| * CleanupJeremy Benoist2015-10-032-89/+0
| | | | | | | | | | - remove unecessary routing for UserBundle - remove unused form type
| * move some files to UserBundleNicolas Lœuillet2015-10-0314-6/+267
| |
| * remove old implementation for login/register/recoverNicolas Lœuillet2015-10-0334-758/+72
| |
| * Add test on RegistrationConfirmedListenerJeremy Benoist2015-10-033-11/+115
| | | | | | | | And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.
| * add test for confirmed registrationNicolas Lœuillet2015-10-032-3/+26
| |