Commit Graph

29 Commits

Author SHA1 Message Date
115de64e5b Jump to Symfony 3.4
Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
2018-10-04 14:11:57 +02:00
08d6bedcaa Allow login by email 2018-04-01 20:57:10 +02:00
a40a8038d3 Fix All RSS not accessible if not logged in + Tests 2017-12-11 16:04:06 +01:00
18c38dffc6 Add RSS tags feeds 2017-06-21 11:44:35 +02:00
426bb453d2 API user creation behing a toggle
I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled.
Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information.

I've moved all the internal settings definition to config to avoid duplicated place to define them.
I don't know why we didn't did that earlier.
2017-06-02 11:32:38 +02:00
152fcccd44 Add users management UI
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
2016-10-02 11:08:53 +02:00
f3d0cb9106 Share entry with a public URL 2016-08-23 16:49:21 +02:00
2bc9cad78e Remove useless spaces 2016-06-24 11:28:07 +02:00
2b4770301c Add version in API 2016-03-07 15:00:03 +01:00
f38e03dc02 Comment work with annotator v2
- add missing annotator.js file and fix typo
- edit & delete routes, started tests
- basic tests
2016-02-26 18:13:17 +01:00
07c9b1c98a Fix permission to settings page 2016-01-31 14:48:26 +01:00
63e40f2d7c Add CraueConfig for internal settings 2016-01-31 14:48:26 +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
4c5e544183 Cleanup
- remove unecessary routing for UserBundle
- remove unused form type
2015-10-03 13:37:21 +02:00
1210dae105 remove old implementation for login/register/recover 2015-10-03 13:31:48 +02:00
cd1298d6df allow API documentation for anonymous 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
a1691859ca implement FosUser 2015-09-11 20:32:37 +02:00
a8596c35c8 Merge pull request #1323 from wallabag/v2-1302-checkbox
fix #1302: add 'stay connected' checkbox
2015-08-12 13:23:52 +02:00
5a58461491 add 'stay connected' checkbox 2015-08-12 12:27:12 +02:00
728a432850 fix #1311, redirect after login 2015-08-10 22:37:56 +02:00
371ac69a6b Add tests
and fix few mistakes
2015-03-31 22:48:00 +02:00
6894d48e03 Handle forgot password 2015-03-08 07:35:24 +01:00
c5e8ba25bb getSalt method 2015-02-10 08:35:43 +01:00
0ac38198ab authentication on API 2015-02-09 13:59:48 +01:00
d91691573f Add custom auth encoder & provider
These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
2015-02-08 23:13:40 +01:00
889249804f disable authentication for the moment 2015-02-02 12:54:14 +01:00
c3235553dd first implementation of security 2015-01-31 15:14:10 +01:00
93fd4692f6 symfony is there 2015-01-22 08:30:07 +01:00