aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* WIPfederationThomas Citharel2017-06-2370-72/+3289
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* First draft for notificationsThomas Citharel2017-06-2318-10/+83
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* NotificationsThomas Citharel2017-06-2353-11/+1385
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Don't load js for nothing in prodThomas Citharel2017-06-221-2/+3
|
* Add css on share public pageThomas Citharel2017-06-221-0/+5
|
* Add share.scss fileJeremy Benoist2017-06-221-26/+0
| | | | Still needs to include it in the twig template
* add :it: shared_by_wallabag string translated by @matteocoderSven Fischer2017-06-221-1/+1
|
* adjust :de: shared_by_wallabag string to include user infoSven Fischer2017-06-221-1/+1
|
* Better export pageJeremy Benoist2017-06-228-9/+14
| | | | I’ve increase the width of the page 900px, 600px looks too small for me. Should we use something like 90% instead?
* Merge pull request #3241 from wallabag/fix-qr-code-transNicolas Lœuillet2017-06-2214-4/+16
|\ | | | | Fix translations on QR code instructions
| * Add :it: translationJérémy Benoist2017-06-221-1/+1
| |
| * Update polish Mateusz Rumiński2017-06-221-3/+3
| | | | | | add missing translation
| * Fix translations on QR code instructionsThomas Citharel2017-06-2214-2/+14
| |
* | Merge pull request #3227 from wallabag/oauth-client-credentialsNicolas Lœuillet2017-06-221-1/+1
|\ \ | |/ |/| Add client_credentials oAuth2 auth method
| * Add client_credentials oAuth2 auth methodThomas Citharel2017-06-141-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add all entries RSS feed and put links on tag page itself and baggy tooThomas Citharel2017-06-2121-45/+106
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix typoJeremy Benoist2017-06-211-3/+3
| |
* | add rss iconThomas Citharel2017-06-211-0/+3
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix getContainer in commandJeremy Benoist2017-06-215-8/+7
| |
* | Add RSS tags feedsJeremy Benoist2017-06-213-12/+83
| |
* | User existing service instead of getDoctrineJeremy Benoist2017-06-218-37/+32
| |
* | Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-2032-26/+1256
|\ \ | | | | | | Store credentials in DB
| * | Get rid of masked value in listingJeremy Benoist2017-06-202-6/+0
| | |
| * | Fix reviewsThomas Citharel2017-06-208-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Crypt site credential passwordJeremy Benoist2017-06-208-3/+121
| | |
| * | Add a live test for restricted articleJeremy Benoist2017-06-202-6/+3
| | | | | | | | | | | | | | | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
| * | Add menu access to site credentials CRUDJeremy Benoist2017-06-2020-11/+71
| | |
| * | Retrieve username/password from databaseJeremy Benoist2017-06-203-10/+49
| | | | | | | | | | | | Inject the current user & the repo to retrieve username/password from the database
| * | Update route & user verificationJeremy Benoist2017-06-206-19/+34
| | |
| * | Add CRUD for site credentialsJeremy Benoist2017-06-2023-13/+998
| | |
* | | Fix empty language and preview picsThomas Citharel2017-06-121-2/+2
| |/ |/|
* | CSJeremy Benoist2017-06-101-1/+1
| |
* | Few fixesJeremy Benoist2017-06-103-3/+4
| |
* | Add public filter/field in the APIJeremy Benoist2017-06-103-6/+36
| | | | | | | | | | | | Listing entries can now be filtered by “public”. Creating or patching an entry can now set is to public or remove the public. Entry response now include “is_public” boolean field
* | Add isPublic filter on entriesJeremy Benoist2017-06-1015-0/+62
|/
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-06-107-7/+7
|\
| * Update translationsJeremy Benoist2017-06-101-1/+1
| |
| * Config label improvement #3199Pierre de Vésian2017-06-096-6/+6
| |
* | Merge pull request #3206 from wallabag/mruminski-patch-1Jérémy Benoist2017-06-101-1/+1
|\ \ | | | | | | Update validators.pl.yml
| * | Update validators.pl.ymlMateusz Rumiński2017-06-101-1/+1
| | | | | | | | | add "quote_length_too_high" translation
* | | Merge pull request #3203 from wallabag/fix-tag-count-baggyJérémy Benoist2017-06-101-1/+1
|\ \ \ | |/ / |/| | Fix tags count in tags list on baggy
| * | Fix tags count in tags list on baggyJeremy Benoist2017-06-101-1/+1
| | |
* | | Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-103-4/+4
|\ \ \ | |/ / |/| | remove craueconfig domain name setting and add a proper one in parame…
| * | ReviewJeremy Benoist2017-06-083-4/+1
| | |
| * | fix testsThomas Citharel2017-06-061-1/+1
| | |
| * | add migrationThomas Citharel2017-06-061-0/+1
| | |
| * | remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-065-3/+5
| | |
* | | Merge pull request #3192 from wallabag/validate-content-fieldsJérémy Benoist2017-06-092-11/+73
|\ \ \ | | | | | | | | Validate language & preview picture fields
| * | | Convert - to _ in languageJeremy Benoist2017-06-091-0/+4
| | | | | | | | | | | | | | | | Mostly to increase language supports
| * | | Use Locale instead of LanguageJeremy Benoist2017-06-091-2/+2
| | | |