aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Useful for entry sharing
* Merge pull request #2696 from wallabag/run-migrationNicolas Lœuillet2016-12-235-13/+80
|\ | | | | Run migration on each test
| * Fix bad migration for PostreSQLJeremy Benoist2016-12-231-8/+68
| | | | | | | | Queries weren’t executed for PostgreSQL, bad syntax.
| * 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
| | | | | | | | | | | | We can't retrieve the environment within the migration. And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`. Retrieve the database name from the connection is more accurate
| * 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
|\ | | | | Ensure craue_config_setting migration are ok
| * Replaced quotes for PostgresNicolas Lœuillet2016-12-184-6/+6
| |
| * Ensure craue_config_setting migration are okJeremy Benoist2016-12-154-4/+52
| | | | | | | | We now can run the migration every time, new line from `craue_config_setting` are properly checked.
* | 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
|\ | | | | Upgrade to Symfony 3.2
| * 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
|\ \ | |/ |/| Added hasColumn() in migration to check column existence
| * 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
| |
| * Added checks on migrationsNicolas Lœuillet2016-11-286-11/+25
| |
| * Removed my hasColumn and used the existing one in DoctrineNicolas Lœuillet2016-11-281-35/+1
| |
| * Added hasColumn() in migration to check column existenceNicolas Lœuillet2016-11-281-4/+40
| |
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-283-9/+16
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-0/+4
| |
* | Added list viewNicolas Lœuillet2016-11-285-10/+64
|/
* Added migration to remove useless fieldsNicolas Lœuillet2016-11-281-0/+61
|
* Material: update size of text in articleKevin Decherf2016-11-251-0/+2
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: render blockquote in italic and strong in bold in articleKevin Decherf2016-11-251-0/+8
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: update style of pre in articleKevin Decherf2016-11-251-0/+14
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: update style of ul in articleKevin Decherf2016-11-251-0/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: update style of article linksKevin Decherf2016-11-251-0/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: increase max width of article on large screensKevin Decherf2016-11-251-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: prevent bold in title, update title font sizeKevin Decherf2016-11-251-0/+33
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Material: change color of background, article content and titlesKevin Decherf2016-11-251-1/+14
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fixed logout shortcutNicolas Lœuillet2016-11-232-2/+2
|
* Merge pull request #2620 from wallabag/fix-password-layoutJeremy Benoist2016-11-239-16/+60
|\ | | | | Fix password layout
| * Add migration for new FOSUser versionJeremy Benoist2016-11-221-0/+57
| |
| * Re-use FOSUser master branchJeremy Benoist2016-11-221-2/+3
| |
| * These files aren’t used anymoreJeremy Benoist2016-11-227-14/+0
| | | | | | | | Translation were moved to the global one
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-222-30/+38
|/
* Merge pull request #2317 from wallabag/restricted-accessJeremy Benoist2016-11-2215-0/+61
|\ | | | | Added authentication for restricted access articles
| * Added documentation and missing translationsNicolas Lœuillet2016-11-2211-0/+11
| |