aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Added migration to create index on (user_id, url) on Entry tableadd-index-entry-urlNicolas Lœuillet2017-03-031-0/+48
* Update RulerZKévin Gomez2017-02-051-1/+1
* Fix nav-panel-search heightKevin Decherf2017-02-021-1/+3
* 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 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'Nicolas Lœuillet2016-12-301-3/+3
* | | Merge pull request #2729 from Simounet/fix/double-overlay-right-sidenavNicolas Lœuillet2016-12-301-2/+2
|\ \ \
| * | | Fix double overlay on expanded right sidenavSimounet2016-12-301-2/+2
| |/ /
* | | Fix action's icons positionSimounet2016-12-301-1/+1
* | | Fix right side-nav scrolling on low height windowSimounet2016-12-301-1/+0
|/ /
* | Access to search, filters, export on mobileSimounet2016-12-291-7/+29
* | Renamed uuid to uidNicolas Lœuillet2016-12-292-6/+6
* | Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+2
* | Added index on entry.uuidNicolas Lœuillet2016-12-231-0/+53
* | Merge pull request #2696 from wallabag/run-migrationNicolas Lœuillet2016-12-235-13/+80
|\ \
| * | Fix bad migration for PostreSQLJeremy Benoist2016-12-231-8/+68
| * | Be consistent between migration & schema definitionJeremy Benoist2016-12-191-0/+1
| * | fixup! Run migration in test, ready for MySQLJeremy Benoist2016-12-191-1/+1
| * | Use actual database nameJeremy Benoist2016-12-191-2/+2
| * | pocket_consumer_key can be nullJeremy Benoist2016-12-191-1/+1
| * | Run migration in test, ready for MySQLJeremy Benoist2016-12-192-2/+8
* | | Fix the box shadow on the card entrySimounet2016-12-201-10/+9
|/ /
* | Merge pull request #2682 from wallabag/migration-configJeremy Benoist2016-12-184-4/+52
|\ \
| * | Replaced quotes for PostgresNicolas Lœuillet2016-12-184-6/+6
| * | Ensure craue_config_setting migration are okJeremy Benoist2016-12-154-4/+52
* | | Moved RabbitMQ QoS to parametersNicolas Lœuillet2016-12-152-8/+9
* | | Added QoS for RabbitMQNicolas Lœuillet2016-12-151-0/+8
|/ /
* | Merge pull request #2667 from wallabag/upgrade-symfony-32Nicolas Lœuillet2016-12-151-4/+0
|\ \
| * | Fix tests & deprecation noticeJeremy Benoist2016-12-151-4/+0
* | | Add default value for list_modeJeremy Benoist2016-12-122-1/+3
* | | Merge pull request #2650 from wallabag/add-hascolumnJeremy Benoist2016-11-3014-89/+101
|\ \ \ | |/ / |/| |
| * | Named indexNicolas Lœuillet2016-11-301-1/+9
| * | Code reviewNicolas Lœuillet2016-11-302-7/+4
| * | Fixed typoNicolas Lœuillet2016-11-281-2/+2
| * | Cleaned old migrationsNicolas Lœuillet2016-11-284-35/+26
| * | Added dropColumn for SQLite and some enhancementsNicolas Lœuillet2016-11-286-35/+37
| * | Replaced abortIf with skipIfNicolas Lœuillet2016-11-2812-24/+22