aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Added headers field in EntryNicolas Lœuillet2017-05-111-0/+55
|
* Added migration to change length for user fieldsNicolas Lœuillet2017-05-101-0/+60
|
* Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-0947-1723/+3102
|\ | | | | Adds Webpack support and remove Grunt
| * icon mail a bit betterThomas Citharel2017-05-091-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * fix 3-dots menu positionThomas Citharel2017-05-081-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix review againThomas Citharel2017-05-072-14/+18
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix reviewsAline2017-05-074-0/+24
| | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
| * fixed margin on sidebar menuThomas Citharel2017-05-051-1/+1
| |
| * Fix according to reviewThomas Citharel2017-05-045-1052/+39
| |
| * rebaseThomas Citharel2017-05-041-0/+5
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * add comment to config.yml to explain live reload featureThomas Citharel2017-05-041-0/+1
| |
| * disable default dev serverThomas Citharel2017-05-041-1/+1
| |
| * Adds Webpack support and removes the use for GruntThomas Citharel2017-05-0445-699/+3057
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-051-0/+1
|\ \ | |/ |/| Added API endpoint to handle a list of URL
| * Added limitNicolas Lœuillet2017-05-011-0/+1
| |
* | Disabled shortcuts on login/register pageNicolas Lœuillet2017-05-021-0/+5
|/
* Cleaned craue_config_setting by removing useless download_pictures settingNicolas Lœuillet2017-04-201-0/+52
|
* Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-182-0/+73
|\ | | | | Added publication date and author
| * Fixed migrationsNicolas Lœuillet2017-04-101-0/+5
| |
| * Added author of articleNicolas Lœuillet2017-04-092-1/+10
| |
| * Added publication dateNicolas Lœuillet2017-04-0516-14/+73
| |
* | Removed is_public in Entry edit formNicolas Lœuillet2017-04-1315-15/+15
| |
* | Remove isPublic from Entry entity fix #2598Maxime2017-04-131-0/+51
|/
* Changed default value for list mode (grid instead of list)Nicolas Lœuillet2017-03-291-1/+1
|
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-282-0/+54
|
* Scuttle sharingFrenchHope2017-03-2815-0/+26
|
* Changed wallabag versionNicolas Lœuillet2017-03-021-1/+1
|
* Update Polish translationMateusz Rumiński2017-02-241-4/+4
| | | add missing translation
* Update Spanish translationngosang2017-02-151-14/+14
|
* Update RulerZKévin Gomez2017-02-051-1/+1
|
* Fix nav-panel-search heightKevin Decherf2017-02-021-1/+3
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Update of CraueConfigBundle in OccitanQuent-in2017-02-021-6/+6
|
* Prepare wallabag 2.2.1 :rocket:Nicolas Lœuillet2017-01-311-1/+1
|
* Added check in migration about uuid fieldNicolas Lœuillet2017-01-301-1/+1
|
* Fixed duplicate entry for share_public in craue_setting_tableNicolas Lœuillet2017-01-301-1/+9
|
* Prepare wallabag 2.2.0 :rocket:Nicolas Lœuillet2017-01-271-1/+1
|
* Fixed check on indexNicolas Lœuillet2017-01-271-4/+2
|
* Added indexes on is_archived and is_starredNicolas Lœuillet2017-01-271-0/+58
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-261-1/+1
|\
| * Prepare wallabag 2.1.6 :rocket:Nicolas Lœuillet2017-01-171-2/+2
| |
* | Merge pull request #2646 from wallabag/explain-migrations-in-docNicolas Lœuillet2017-01-2614-8/+63
|\ \ | | | | | | Added explanations about migrations
| * | Added hardcoded SQL for migration to 2.2Nicolas Lœuillet2017-01-236-8/+30
| | |
| * | Added information about latest migrationsNicolas Lœuillet2017-01-2311-0/+33
| | |
* | | Added migration for SQLiteNicolas Lœuillet2017-01-251-2/+6
| | |
* | | Added migration to rename uuid to uidNicolas Lœuillet2017-01-141-0/+71
|/ /
* | Merge pull request #2733 from wallabag/fix-no-matching-responseJeremy Benoist2017-01-081-3/+3
|\ \ | | | | | | Fixed API error No matching accepted Response format could be determined
| * | Fixed API error 'No matching accepted Response format could be determined'Nicolas Lœuillet2016-12-301-3/+3
| | |