aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tried to fix testsNicolas Lœuillet2016-11-161-1/+0
|
* Added testsNicolas Lœuillet2016-11-161-4/+11
|
* Added constants for redirection valuesNicolas Lœuillet2016-11-163-3/+8
|
* Update messages.en.ymlStrubbl2016-11-161-2/+2
|
* Update messages.de.ymlStrubbl2016-11-161-22/+22
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-1619-1/+110
| | | | Fix #496
* Added CSS class on linksNicolas Lœuillet2016-11-162-7/+7
|
* Added shortcutsNicolas Lœuillet2016-11-151-0/+2
|
* Merge pull request #2566 from wallabag/add-unmarkitNicolas Lœuillet2016-11-094-0/+29
|\ | | | | Added unmark.it sharing
| * Added unmark.it sharingNicolas Lœuillet2016-11-094-0/+29
| | | | | | | | Fix #668
* | Update messages.pl.ymlMateusz Rumiński2016-11-081-5/+5
|/ | | translate Pinboard importer section to polish
* Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-0815-13/+51
| | | | Fix #2376
* Update messages.en.ymlStrubbl2016-11-061-1/+1
| | | Instapaper->Pinboard
* Update messages.de.ymlStrubbl2016-11-061-3/+3
|
* Add Pinboard importJeremy Benoist2016-11-0421-2/+381
|
* Merge pull request #2541 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-041-5/+5
|\ | | | | Update messages.pl.yml
| * Update messages.pl.ymlMateusz Rumiński2016-11-041-5/+5
| | | | | | missing polish translation added
* | Update of the OC versionQuent-in2016-11-041-19/+19
|/
* Add index into Table definitionJeremy Benoist2016-11-041-1/+5
|
* Use created_at as default sortJeremy Benoist2016-11-041-1/+1
| | | | With index (following https://github.com/wallabag/wallabag/pull/2534)
* CleanupJeremy Benoist2016-11-037-29/+6
|
* Fix rest controller mergeJeremy Benoist2016-11-034-0/+141
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-0329-1067/+1507
|\
| * Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-023-372/+372
| |\ | | | | | | Translation update - French
| | * wallabag is full lowercaseJeremy Benoist2016-11-021-7/+7
| | |
| | * Translation - French - tiny typoJean-Baptiste2016-10-311-1/+1
| | |
| | * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-24/+24
| | |
| | * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-1/+1
| | |
| | * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| | * Translation update - FrenchJean-Baptiste2016-10-302-367/+367
| | |
| * | Force user-agent for .slashdot.orgKevin Decherf2016-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | Add Instapaper to CLI importLaurent2016-11-011-0/+3
| | |
| * | Inject parameter instead of serviceJeremy Benoist2016-10-305-12/+11
| | | | | | | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
| * | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-293-20/+39
| | | | | | | | | | | | Fix #2505
| * | Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| | |
| * | Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-284-521/+551
| |/ | | | | | | Fix #2503
| * Renamed variable for page titleNicolas Lœuillet2016-10-263-9/+9
| |
| * Added tag label in the page titleNicolas Lœuillet2016-10-2616-15/+24
| | | | | | | | Fix #2472
| * Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-252-0/+498
| |\ | | | | | | Portuguese (Brazilian) translation
| | * Translated missed line 147Paulino Michelazzo2016-10-251-1/+1
| | |
| | * Fix Portuguese translationJeremy Benoist2016-10-211-2/+2
| | |
| | * Update translationPaulino Michelazzo2016-10-211-60/+60
| | |
| | * Update Portuguese translationsJeremy Benoist2016-10-201-9/+78
| | |
| | * Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | | | | Some missed strings translated.
| | * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18235-20760/+5158
| | |\
| | * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-0341-37/+635
|\ \ \ \ | | | | | | | | | | Download pictures
| * | | | Add warning message for import + download imagesJeremy Benoist2016-11-0319-4/+81
| | | | | | | | | | | | | | | | | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
| * | | | CSJeremy Benoist2016-11-021-2/+0
| | | | |
| * | | | Add more importer to wallabag:import commandJeremy Benoist2016-11-021-10/+16
| | | | | | | | | | | | | | | | | | | | All importer available expect Pocket which require an oAuth login.