aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Moved group management below user managementadd-user-groupNicolas Lœuillet2017-06-231-3/+5
|
* MOAR WIPThomas Citharel2017-06-2320-14/+651
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fixed typosNicolas Lœuillet2017-06-236-18/+32
|
* WIPThomas Citharel2017-06-2316-36/+737
|
* Used createTableNicolas Lœuillet2017-06-231-23/+27
|
* Updated group migrationNicolas Lœuillet2017-06-231-8/+40
|
* Added group in user formNicolas Lœuillet2017-06-2320-47/+54
|
* First draft to manage relation between User and GroupNicolas Lœuillet2017-06-234-1/+63
|
* Added groups managementNicolas Lœuillet2017-06-2322-4/+696
|
* Removed useless filesNicolas Lœuillet2017-06-231-17/+0
|
* Created GroupBundleNicolas Lœuillet2017-06-2316-3/+40
|
* Added migration for user groupNicolas Lœuillet2017-06-235-2/+71
| | | | Just a first draft of #805
* Merge pull request #3204 from wallabag/better-export-pageJérémy Benoist2017-06-2220-80/+479
|\ | | | | Better public sharing page
| * Don't load js for nothing in prodThomas Citharel2017-06-221-2/+3
| |
| * Add css on share public pageThomas Citharel2017-06-229-3/+17
| |
| * Add share.scss fileJeremy Benoist2017-06-222-26/+407
| | | | | | | | Still needs to include it in the twig template
| * Fix linter issue on webpack config filesJeremy Benoist2017-06-223-42/+40
| |
| * 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-222-4/+25
|\ \ | |/ |/| Add client_credentials oAuth2 auth method
| * Add client_credentials oAuth2 auth methodThomas Citharel2017-06-142-4/+25
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #3207 from wallabag/tag-rssJérémy Benoist2017-06-2131-103/+258
|\ \ | | | | | | Add RSS for tags
| * | 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 testsJeremy Benoist2017-06-211-1/+1
| | |
| * | Fix getContainer in commandJeremy Benoist2017-06-215-8/+7
| | |
| * | Add RSS tags feedsJeremy Benoist2017-06-215-20/+117
| | |
| * | User existing service instead of getDoctrineJeremy Benoist2017-06-218-37/+32
|/ /
* | Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-2041-39/+1605
|\ \ | | | | | | Store credentials in DB
| * | Get rid of masked value in listingJeremy Benoist2017-06-202-6/+0
| | |
| * | Fix reviewsThomas Citharel2017-06-2011-22/+43
| | | | | | | | | | | | | | | | | | | | | | | | 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-2015-9/+169
| | |
| * | Add a live test for restricted articleJeremy Benoist2017-06-205-31/+81
| | | | | | | | | | | | | | | | | | | | | 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 😓
| * | Force sequence creation for postgresqlJeremy Benoist2017-06-201-1/+6
| | |
| * | Add menu access to site credentials CRUDJeremy Benoist2017-06-2022-14/+258
| | |
| * | Retrieve username/password from databaseJeremy Benoist2017-06-204-13/+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-2024-13/+1054
| | |
* | | Merge pull request #3215 from wallabag/fix-3192Jérémy Benoist2017-06-202-5/+5
|\ \ \ | | | | | | | | Empty preview pictures and language return null
| * | | Fix empty language and preview picsThomas Citharel2017-06-122-5/+5
| | | |
* | | | Merge pull request #3229 from wallabag/fix-mobile-viewThomas Citharel2017-06-159-612/+654
|\ \ \ \ | |_|_|/ |/| | | Fix mobile view and update asset deps
| * | | Fix mobile view and update asset depsThomas Citharel2017-06-159-612/+654
|/ / / | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #3220 from wallabag/remove-paddingNicolas Lœuillet2017-06-135-5/+5
|\ \ \ | | | | | | | | Removed padding on entry view
| * | | Updated production filesNicolas Lœuillet2017-06-134-4/+4
| | | |