aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge pull request #2186 from wallabag/addRegistrationJeremy Benoist2016-08-245-1/+51
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Add option to disable registration
| | * | | | | CSJeremy Benoist2016-08-232-2/+2
| | | | | | |
| | * | | | | Proper parameter name, simplify logic & phpdocThomas Citharel2016-08-232-5/+6
| | | | | | |
| | * | | | | Add option to disable registrationThomas Citharel2016-08-235-1/+50
| | | |/ / / | | |/| | |
| * | | | | Remove duplicate pager on baggyJeremy Benoist2016-08-231-14/+0
| | | | | |
| * | | | | Add some testsJeremy Benoist2016-08-231-23/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it.
| * | | | | CSThomas Citharel2016-08-232-6/+5
| | | | | |
| * | | | | Delete tag or tags by labelThomas Citharel2016-08-232-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | Tests not included
| * | | | | Fix typos in field nameJeremy Benoist2016-08-231-1/+1
| | | | | |
| * | | | | added name on clientThomas Citharel2016-08-231-1/+1
| | | | | |
| * | | | | Add tests for tag list routesNicolas Lœuillet2016-08-232-1/+12
| | | | | |
| * | | | | Translations and baggy view for tagsNicolas Lœuillet2016-08-2313-5/+44
| | | | | |
| * | | | | Links on each tag in Tags viewNicolas Lœuillet2016-08-237-6/+88
| |/ / / /
| * | | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-2231-133/+284
| |\ \ \ \
| * | | | | Added name on clientThomas Citharel2016-08-2211-23/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
| * | | | | add some missing phpdoc parametersThomas Citharel2016-07-241-0/+2
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-202-3/+3
| |\ \ \ \ \
| * | | | | | Bring tags on entries view to baggyThomas Citharel2016-07-012-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, a couple of UI improvement and CSS fixing
| * | | | | | fix merge issueThomas Citharel2016-06-291-1/+2
| | | | | | |
| * | | | | | Add filter for tags on APIThomas Citharel2016-06-292-2/+9
| | | | | | |
| * | | | | | CSThomas Citharel2016-06-251-1/+1
| | | | | | |
| * | | | | | Add since parameterThomas Citharel2016-06-252-2/+8
| | | | | | |
| * | | | | | add line to other languagesThomas Citharel2016-06-249-0/+9
| | | | | | |
| * | | | | | minor ui fixesThomas Citharel2016-06-231-5/+2
| | | | | | |
| * | | | | | fix typo on iconsThomas Citharel2016-06-231-2/+2
| | | | | | |
| * | | | | | Add tags on entries viewThomas Citharel2016-06-233-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be tested on old browsers
| * | | | | | Merge branch 'master' into 2.1Jeremy Benoist2016-06-2346-6063/+20
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2142 from wallabag/v2-use-npmNicolas Lœuillet2016-06-23105-19146/+108
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Manage assets through npm
| | * | | | | | | remove block added twiceThomas Citharel2016-06-091-85/+0
| | | | | | | | |
| | * | | | | | | manage assets through npmThomas Citharel2016-06-09123-19197/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
| * | | | | | | | Try to find bad redirection after deleteJeremy Benoist2016-06-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of checking for the whole absolute url, we just check with the relative url. If the referer ends with the relative url of the deleted entry, don't redirect to the referer.
| * | | | | | | | Change ManyToMany between entry & tagJeremy Benoist2016-06-234-7/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed
| * | | | | | | | Display a message when saving an entry failedJeremy Benoist2016-06-2312-27/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too.
| * | | | | | | | Move fixtures to the right placeJeremy Benoist2016-06-232-6/+8
| | | | | | | | |
| * | | | | | | | Fix the deletion of Tags/Entries relation when delete an entryNicolas Lœuillet2016-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #2121
| * | | | | | | | Add unread filter test to EntryControllerTestDaniel Bartram2016-06-231-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved.
| * | | | | | | | Add unread filter to entries pagesDaniel Bartram2016-06-2313-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the ability to filter for unread pages in the filters menu.
| * | | | | | | | Enhance option in commandNicolas Lœuillet2016-05-271-4/+2
| | | | | | | | |
| * | | | | | | | Add CLI import for wallabag v2 filesNicolas Lœuillet2016-05-271-1/+12
| | | | | | | | |
* | | | | | | | | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | | | | | Remove error message when creating ePub versionsPaulino Michelazzo2016-10-021-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to create a ePub version, the first page shows a message of a “missing >”. This change solve this problem (and, for sure, in any download version that’s use HTML).
* | | | | | | Fix issue #2296: epub export with `+` in the title.Étienne Gilli2016-09-181-1/+5
| | | | | | |
* | | | | | | CSJeremy Benoist2016-09-031-1/+1
| | | | | | |
* | | | | | | Update testJeremy Benoist2016-09-031-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite.
* | | | | | | Add a check for the database connectionJeremy Benoist2016-09-031-2/+18
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking for the driver isn't enough. We are now checking if we can etablish a connection to the database before trying to do anything. By displaying the error from the Exception (in case of error) we hope to reduce issues overload about people getting error with the database
* | | | | | Occitan versionQuent-in2016-08-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Occitan translation, I hope I properly put it where it has to be. If there reminds other textes to translate, please let me know!
* | | | | | Fix issue #1991: correction of the height field to add articlesAlexandr Danilov2016-08-261-0/+4
| | | | | |
* | | | | | A new version of the plugin tinydot with update on window resizeAlexandr Danilov2016-08-253-17/+81
| | | | | |
* | | | | | Changes in the login form:Alexandr Danilov2016-08-252-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery
* | | | | | Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-235-1/+48
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Cut entries title in card view: continued