Jeremy Benoist
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
Jeremy Benoist
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
Nicolas Lœuillet
f3d0cb9106
Share entry with a public URL
2016-08-23 16:49:21 +02:00
Jeremy Benoist
2bc9cad78e
Remove useless spaces
2016-06-24 11:28:07 +02:00
Vincent
2b4770301c
Add version in API
2016-03-07 15:00:03 +01:00
Thomas Citharel
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
Jeremy Benoist
07c9b1c98a
Fix permission to settings page
2016-01-31 14:48:26 +01:00
Jeremy Benoist
63e40f2d7c
Add CraueConfig for internal settings
2016-01-31 14:48:26 +01:00
Jeremy Benoist
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
Jeremy Benoist
4c5e544183
Cleanup
...
- remove unecessary routing for UserBundle
- remove unused form type
2015-10-03 13:37:21 +02:00
Nicolas Lœuillet
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
Nicolas Lœuillet
cd1298d6df
allow API documentation for anonymous
2015-10-03 13:30:43 +02:00
Nicolas Lœuillet
fcb1fba5c2
* public registration
...
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
Nicolas Lœuillet
a1691859ca
implement FosUser
2015-09-11 20:32:37 +02:00
Jeremy Benoist
a8596c35c8
Merge pull request #1323 from wallabag/v2-1302-checkbox
...
fix #1302 : add 'stay connected' checkbox
2015-08-12 13:23:52 +02:00
Nicolas Lœuillet
5a58461491
add 'stay connected' checkbox
2015-08-12 12:27:12 +02:00
Nicolas Lœuillet
728a432850
fix #1311 , redirect after login
2015-08-10 22:37:56 +02:00
Jeremy
371ac69a6b
Add tests
...
and fix few mistakes
2015-03-31 22:48:00 +02:00
Jeremy
6894d48e03
Handle forgot password
2015-03-08 07:35:24 +01:00
Nicolas Lœuillet
c5e8ba25bb
getSalt method
2015-02-10 08:35:43 +01:00
Nicolas Lœuillet
0ac38198ab
authentication on API
2015-02-09 13:59:48 +01:00
Jeremy
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
Nicolas Lœuillet
889249804f
disable authentication for the moment
2015-02-02 12:54:14 +01:00
Nicolas Lœuillet
c3235553dd
first implementation of security
2015-01-31 15:14:10 +01:00
Nicolas Lœuillet
93fd4692f6
symfony is there
2015-01-22 08:30:07 +01:00