af497a641c
Redirect to homepage if referer is null
...
Fix #1924
2016-04-15 07:58:01 +02:00
c95e39c51a
Lost in translation pager
2016-04-12 20:38:56 +02:00
624a7c6df1
Improve pagination when user has lot of entries
...
Fix #1905
* Usage of whiteoctober/WhiteOctoberPagerfantaBundle
2016-04-12 16:04:17 +02:00
e71c376db9
Force user-agent for iansommerville.com
...
When using the default User Agent, the website returns a 403. By forcing the User Agent for this domain, we got the proper behavior: a 200
Since we can't _append_ new user agent to the default graby configuration, we need to rewrite all the default config + the new one.
Fix #1801
2016-03-18 20:55:54 +01:00
bb17ddea61
changed error message
2016-02-22 22:14:56 +01:00
fe5597c433
Display a human message when graby fails to fetch articles
2016-02-22 13:30:17 +01:00
c2656f96d4
Move assignTagsToEntry in ContentProxy helper
2016-02-19 14:22:20 +01:00
e008c037f5
Merge pull request #1612 from wallabag/v2-settings-page
...
Settings page
2016-02-04 15:59:57 +01:00
63e40f2d7c
Add CraueConfig for internal settings
2016-01-31 14:48:26 +01:00
bc78968764
Move default configuration out of parameters
...
These default configuration value shouldn't be in parameters.yml.
2016-01-31 14:37:19 +01:00
b0b893eafd
[ #1604 ] First draft to fix SensioLabsInsight report
2016-01-22 21:12:11 +01:00
30d81a47c6
Move public assets for themes
...
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/...`
2016-01-22 13:45:14 +01:00
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
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
7ffb1e80bf
replace services.xml into services.yml
2015-02-09 22:54:29 +01:00