Commit Graph

34 Commits

Author SHA1 Message Date
1d76102a24 Fix recent update
- some missing url parameters from WallabagRestController & EntryController
- use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature)
- update ImportBundle (url & form)
2016-01-15 09:35:38 +01:00
5c895a7fd1 Update bundle & stock file
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
2016-01-15 09:35:38 +01:00
619cc45359 Symfony Upgrade Fixer FTW
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
5a4bbcc9a7 Change the way to check for an existing entry
The repository method return the entry found or false if nothing exists.
2016-01-02 23:27:41 +01:00
a6e27f7466 Add matches operator 2015-11-13 14:37:58 +01:00
b7b2005494 Fix the creation of the repository services 2015-11-11 16:44:57 +01:00
625acf3352 Add a command to automatically tag all entries for a user 2015-11-11 16:27:19 +01:00
1c9cd2a7f0 Errors in the automatic tagging do not prevent the entry from being added 2015-11-11 16:23:49 +01:00
c3510620ad PoC of rule-based tagging 2015-11-11 16:23:49 +01:00
add597bad9 Rework on export
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
2015-11-09 16:32:48 +01:00
bd0f3d32c9 Quoted entity to avoid reserved keyword
Should fix #1498
2015-11-07 14:15:33 +01:00
18f8f32f70 Fix security.context deprecation 2015-11-07 00:17:37 +01:00
c929c88faf Enable graby log 2015-10-24 10:53:55 +02:00
c89d35e851 Language selection on config screen 2015-10-15 21:42:29 +02:00
772d8c4b93 Add test on RegistrationConfirmedListener
And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.
2015-10-03 13:30:43 +02:00
359b3f43cc * rename AuthenticationListener
* add tests
2015-10-03 13:30:43 +02:00
fcb1fba5c2 * public registration
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
558d9aabab Move fetching content in a separate class 2015-09-10 21:57:25 +02:00
fad316151c Integrate graby 2015-08-24 12:27:17 +02:00
6eebd8c909 Remove unsed things 2015-08-20 20:39:26 +02:00
c2257428b2 store domainName in database 2015-08-12 21:16:00 +02:00
769e19dc4a Move API stuff in ApiBundle 2015-04-01 21:59:12 +02:00
164bd80118 Ability to prefix tables
Will fix #799
2015-04-01 21:32:02 +02:00
0c83fd5994 Add rss for entries
will fix #1000
2015-03-31 22:47:43 +02:00
6894d48e03 Handle forgot password 2015-03-08 07:35:24 +01:00
495aecfe74 Cleanup & simplify theme 2015-03-01 10:49:17 +01:00
32da2a70ef Add LiipThemeBundle
Re-defined the config / user relation to be OneToOne bidirectionnal.
ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle

Force sqlite for test
In case of people use a different driver in parameter.yml (yes I do :))
2015-03-01 10:49:16 +01:00
4d85d7e9ba Implement simple config 2015-02-16 21:31:58 +01:00
7ffb1e80bf replace services.xml into services.yml 2015-02-09 22:54:29 +01:00
2a94b1d1b7 log for authentication on API 2015-02-09 22:07:39 +01:00
7df80cb32c CS 2015-01-31 19:12:49 +01:00
c3235553dd first implementation of security 2015-01-31 15:14:10 +01:00
f8bf895254 routing for API, trying to respect #414 2015-01-29 16:56:58 +01:00
ad4d1caa9e move WallabagBundle into Wallabag:CoreBundle 2015-01-23 16:28:37 +01:00