aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | update Russian languageОлег2017-10-101-28/+28
| |
* | add Russian languageОлег2017-10-101-0/+1
| |
* | Add Russian language in CoreBundle Resources and CraueConfigBundleОлег2017-10-101-0/+35
|/
* Merge pull request #3347 from Kdecherf/entry-statsNicolas Lœuillet2017-09-161-2/+7
|\ | | | | Entry view: update .stats margins and color
| * Entry view: update .stats margins and colorKevin Decherf2017-09-091-2/+7
| | | | | | | | | | | | | | | | Decreasing margin of .stats, increasing vertical margin of .stats li, increasing right margin of material icons and reducing contrast of material icons. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Fix webpack error on commentsKevin Decherf2017-09-062-2/+2
|/ | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3333 from Quent-in/2.3Jérémy Benoist2017-09-031-1/+1
|\ | | | | Update OC
| * Update CraueConfigBundle.oc.ymlQuent-in2017-08-301-1/+1
| |
* | Merge pull request #3139 from Kdecherf/2502-tag-caseJérémy Benoist2017-09-031-0/+103
|\ \ | | | | | | Ignore tag's case
| * | php-cs-fixer on DoctrineMigrations/Version20170719231144Kevin Decherf2017-08-271-24/+24
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Add migration to change case of tagsKevin Decherf2017-08-271-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This migration does not support SQLite as long as this engine does not support Unicode in LOWER(). This migration starts by retrieving the list of lowercase tags which need to be migrated. Then it retrieves the list of tags for each tags from the previous step in order to migrate entries. It handles deletion of empty tags. At the end the migration makes a full scan to update the label of all remaining tags. WARNING: THIS MIGRATION IS IRREVERSIBLE. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Translate missing strings, add quotation marksTobias Strobel2017-09-011-36/+36
| |/ |/|
* | Set a starred_at field when an entry is starred.François D2017-08-251-0/+63
|/ | | | | | | | This date is used to sort starred entries. Can not use Entry::timestamps method otherwise starred_at will be updated each time entry is updated. Add an updateStar method into Entry class A migration script has been added in order to set starred_at field.
* Update registration using APIQuent-in2017-08-051-2/+2
|
* Disallow html for templating formatsJeremy Benoist2017-07-091-1/+1
| | | | Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
* 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