aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-222-0/+46
| |
| * Added authentication for restricted access articlesBertrand Dunogier2016-11-222-0/+4
| | | | | | | | Fix #438. Thank you so much @bdunogier
* | Added help about shortcutsNicolas Lœuillet2016-11-222-2/+2
|/
* Merge pull request #2613 from wallabag/fix-overlapThomas Citharel2016-11-221-0/+4
|\ | | | | Fix card action overlap
| * Fix card action overlapJeremy Benoist2016-11-201-0/+4
| | | | | | | | On smaller resolution
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-211-2/+4
|\ \
| * \ Merge pull request #2624 from Rurik19/masterJeremy Benoist2016-11-211-1/+3
| |\ \ | | | | | | | | Fix #2056 update config.yml
| | * | wrong spacesYuriy Evdokimov2016-11-211-2/+2
| | | |
| | * | Fix #2056 update config.ymlYuriy Evdokimov2016-11-211-1/+3
| | | | | | | | | | | | Resolves refresh token lifetime issue
| * | | Prepare wallabag 2.1.5 :rocket:Nicolas Lœuillet2016-11-211-1/+1
| |/ /
* | | Add ability to use Redis with passwordJeremy Benoist2016-11-201-0/+1
| | |
* | | Add missing translationsJeremy Benoist2016-11-2012-1/+16
| |/ |/|