Kévin Gomez
c23fc05df8
Validate used operators when creating tagging rules
2015-11-11 16:23:49 +01:00
Kévin Gomez
1dc4e5da2e
Also validate used variables when creating tagging rules
2015-11-11 16:23:49 +01:00
Kévin Gomez
3447d1ee07
Add naïve validation for tagging rules (only checks the syntax)
2015-11-11 16:23:49 +01:00
Kévin Gomez
1d7b350b25
Add missing use statement
2015-11-11 16:23:49 +01:00
Kévin Gomez
ac9fec610a
Add TaggingRule entity
2015-11-11 16:23:49 +01:00
Thomas Citharel
268e9e7277
use JMS Serializer
2015-11-09 16:32:48 +01:00
Thomas Citharel
5b7da07620
use the groups annotation instead of setIgnoredAttributes
2015-11-09 16:32:48 +01:00
Jeremy Benoist
bd0f3d32c9
Quoted entity to avoid reserved keyword
...
Should fix #1498
2015-11-07 14:15:33 +01:00
Nicolas Lœuillet
1ce8f30342
fix type hint for User
2015-10-06 12:16:08 +02:00
Nicolas Lœuillet
0a878469d4
move some files to UserBundle
2015-10-03 13:31:48 +02:00
Nicolas Lœuillet
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
Nicolas Lœuillet
fcb1fba5c2
* public registration
...
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
Jeremy Benoist
da3d4998c0
Move readingTime & domainName in ContentProxy
...
So, everything is centralized in one place when we save a new entry.
2015-09-28 19:35:33 +02:00
Jeremy Benoist
98f0929f16
Handle entry in language
...
Fix #1333
2015-09-22 20:52:13 +02:00
Nicolas Lœuillet
a1691859ca
implement FosUser
2015-09-11 20:32:37 +02:00
Jeremy Benoist
a1413a3da9
CS
2015-08-24 12:35:02 +02:00
Jeremy Benoist
fad316151c
Integrate graby
2015-08-24 12:27:17 +02:00
Nicolas Lœuillet
7244d6cb61
assign tags to an entry
2015-08-22 12:40:48 +02:00
Jeremy Benoist
6eebd8c909
Remove unsed things
2015-08-20 20:39:26 +02:00
Jeremy Benoist
8ce32af612
CS
...
We shouldn't forget to run `php-cs-fixer` time to time
2015-08-20 07:53:55 +02:00
Nicolas Lœuillet
c2257428b2
store domainName in database
2015-08-12 21:16:00 +02:00
Nicolas Lœuillet
2686457448
store estimated reading time / filters on reading time
2015-08-12 09:01:29 +02:00
Jeremy Benoist
82d6d9cb06
Add basic title edition
...
Fix #218
I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
2015-06-02 18:56:07 +02:00
Jeremy Benoist
4346a86068
CS
2015-05-30 13:59:33 +02:00
Nicolas Lœuillet
e3c34bfc06
Merge pull request #1164 from wallabag/v2-remove-username-in-config
...
Remove ability to change username
2015-04-01 21:58:08 +02:00
Jeremy
164bd80118
Ability to prefix tables
...
Will fix #799
2015-04-01 21:32:02 +02:00
Jeremy
c844dc0c50
Remove ability to change username
...
Since password are linked to username it was hard to change username while checking that the password is the good one.
Instead of doing crazy things to achieve that, I act that user won't be able to update username.
Also, username (and email) must be unique, since people logged in using username and can request a new password using email.
This should fix #1149
2015-04-01 21:23:27 +02:00
Jeremy
371ac69a6b
Add tests
...
and fix few mistakes
2015-03-31 22:48:00 +02:00
Jeremy
0c83fd5994
Add rss for entries
...
will fix #1000
2015-03-31 22:47:43 +02:00
Jeremy
6894d48e03
Handle forgot password
2015-03-08 07:35:24 +01:00
Nicolas Lœuillet
48b67328e2
add getUser on Tag entity
2015-03-06 21:09:15 +01:00
Nicolas Lœuillet
092ca70725
add relation between user and tags, tests are broken
2015-03-06 21:09:15 +01:00
Nicolas Lœuillet
46bbd8d321
relation between tags and entries
2015-03-06 20:50:31 +01:00
Nicolas Lœuillet
6c87418ff0
fixtures for tag
2015-03-06 20:50:30 +01:00
Nicolas Lœuillet
0a018fe039
add relation between entry and tag
2015-03-06 20:50:30 +01:00
Nicolas Lœuillet
6d37a7e6c1
remove dumb code
2015-03-06 20:50:30 +01:00
Nicolas Lœuillet
2691cf0438
GET /api/tags/id_tag method
2015-03-06 20:50:30 +01:00
Nicolas Lœuillet
1d14779154
remove isDeleted flag
2015-03-06 20:50:30 +01:00
Nicolas Lœuillet
0f00688096
first draft of hypermedia implementation
2015-03-06 20:50:29 +01:00
Jeremy
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
Jeremy
c0d9eba07f
Updating logged in user (email, name, etc ..)
2015-02-17 22:45:20 +01:00
Jeremy
4d85d7e9ba
Implement simple config
2015-02-16 21:31:58 +01:00
Jeremy
55f58c9c5e
Update UserConfig schema
2015-02-16 21:31:58 +01:00
Jeremy
cbce162b40
Merge pull request #1063 from wallabag/v2-rename-tags-entity
...
Rename Tags entity
2015-02-09 15:52:10 +01:00
Nicolas Lœuillet
fb8389f463
change settings for TagsEntries model
2015-02-09 15:41:07 +01:00
Nicolas Lœuillet
970c40bb93
restore TagsEntries
2015-02-09 15:07:48 +01:00
Nicolas Lœuillet
653e8be4c1
rename Tags entity
...
why did I delete this file?
rename Tags entity
rename Tags entity
2015-02-09 12:58:44 +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
5f09650eef
add a real relation between user and entry
2015-02-08 23:13:40 +01:00
Jeremy
02b225a82e
Remove temporary entities
2015-02-06 14:26:37 +01:00