aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Rebase & Rename all rss to feedsThomas Citharel2017-07-092-4/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added URL compatibilityThomas Citharel2017-07-091-0/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Changed RSS to Atom feed and improve pagingThomas Citharel2017-07-091-0/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-0131-256/+250
|
* Add css on share public pageThomas Citharel2017-06-222-0/+2
|
* Add share.scss fileJeremy Benoist2017-06-221-0/+407
| | | | Still needs to include it in the twig template
* Fix linter issue on webpack config filesJeremy Benoist2017-06-223-42/+40
|
* Add RSS tags feedsJeremy Benoist2017-06-211-0/+1
|
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-203-3/+62
|\ | | | | Store credentials in DB
| * Fix reviewsThomas Citharel2017-06-201-1/+1
| | | | | | | | | | | | | | | | 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-202-1/+2
| |
| * Force sequence creation for postgresqlJeremy Benoist2017-06-201-1/+6
| |
| * Retrieve username/password from databaseJeremy Benoist2017-06-201-3/+0
| | | | | | | | Inject the current user & the repo to retrieve username/password from the database
| * Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+56
| |
* | Fix mobile view and update asset depsThomas Citharel2017-06-153-14/+10
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Removed padding on entry viewNicolas Lœuillet2017-06-131-1/+1
| |
* | Fixed internal settings formNicolas Lœuillet2017-06-121-2/+1
|/
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-1014-15/+55
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * Promote httpsJeremy Benoist2017-06-091-1/+1
| |
| * ReviewJeremy Benoist2017-06-084-4/+3
| |
| * fix testsThomas Citharel2017-06-061-0/+1
| |
| * add migrationThomas Citharel2017-06-062-4/+52
| |
| * remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-0613-11/+3
| |
* | Merge pull request #3093 from aaa2000/annotation-error-on-saveNicolas Lœuillet2017-06-072-1/+115
|\ \ | |/ |/| Displays an error with an annotation with a too long quote
| * Fix postgresql migrationadev2017-06-071-2/+2
| |
| * Displays an error with an annotation with a too long quoteadev2017-06-042-1/+115
| | | | | | | | Fix #2762
* | Update PL transationMateusz Rumiński2017-06-021-1/+1
| | | | | | add missing translation
* | Add :it: translationJérémy Benoist2017-06-021-1/+1
| |
* | Use a dedicated file for wallabag configJeremy Benoist2017-06-022-165/+165
| |
* | Add translationJeremy Benoist2017-06-0212-0/+12
| |
* | API user creation behing a toggleJeremy Benoist2017-06-023-0/+182
|/ | | | | | | | 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.
* Merge pull request #2708 from jcharaoui/import-disablecontentupdateJérémy Benoist2017-06-021-0/+1
|\ | | | | Import disableContentUpdate
| * Put default fetching error title in global configJerome Charaoui2017-06-011-0/+1
| |
* | Merge pull request #3171 from wallabag/drop-fucking-sqliteNicolas Lœuillet2017-06-011-5/+6
|\ \ | |/ |/| Defined MySQL as the default rdbms for wallabag
| * Changed default database nameNicolas Lœuillet2017-06-011-1/+1
| |
| * Fixed @tcitworld 's reviewNicolas Lœuillet2017-05-311-1/+1
| |
| * Defined MySQL as the default rdbms for wallabagNicolas Lœuillet2017-05-311-4/+5
| |
* | Merge pull request #3137 from aaa2000/isolated-testsJérémy Benoist2017-06-016-3/+14
|\ \ | |/ |/| Isolated tests
| * Isolated testsadev2017-05-316-3/+14
| | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* | Merge pull request #3077 from wallabag/add-tags-list-viewNicolas Lœuillet2017-05-313-1/+62
|\ \ | |/ |/| Added tags on list view
| * Reduced border-radius for tagsNicolas Lœuillet2017-05-312-0/+2
| |
| * Add some flex magicThomas Citharel2017-05-312-34/+47
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fixed tags display on grid viewNicolas Lœuillet2017-05-313-0/+46
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-301-1/+1
|\ \ | |/ |/|
| * Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\|
| * Prepare wallabag 2.2.3Nicolas Lœuillet2017-05-171-1/+1
| |
* | Merge pull request #3120 from aaa2000/fix-delete-annotation-userJérémy Benoist2017-05-151-0/+5
|\ \ | | | | | | Fix delete annotation when username is defined
| * | Fix delete annotation when username is definedadev2017-05-141-0/+5
| | | | | | | | | | | | | | | | | | | | | When an user set his name in "Config" > "User Information", he can't delete or update an annotation Fix #2382
* | | Upgraded CraueConfigBundle to 2.0Nicolas Lœuillet2017-05-123-6/+13
|/ /