aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple database tests on TravisJeremy Benoist2015-09-265-5/+192
|
* implement FosUserNicolas Lœuillet2015-09-113-23/+12
|
* fix #1357, truncate domain name if it's too loooongNicolas Lœuillet2015-08-241-0/+5
|
* Fix date filter on same dayJeremy Benoist2015-08-221-0/+1
| | | | Fix #1379
* CSJeremy Benoist2015-08-201-0/+1
|
* CSJeremy Benoist2015-08-201-1/+0
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* warning bar: add parameter to dis/enable itNicolas Lœuillet2015-08-192-0/+5
|
* Merge pull request #1323 from wallabag/v2-1302-checkboxJeremy Benoist2015-08-121-0/+6
|\ | | | | fix #1302: add 'stay connected' checkbox
| * add 'stay connected' checkboxNicolas Lœuillet2015-08-121-0/+6
| |
* | Merge pull request #1312 from wallabag/v2-fix-1311Jeremy Benoist2015-08-121-2/+2
|\ \ | |/ |/| fix #1311, redirect after login
| * fix #1311, redirect after loginNicolas Lœuillet2015-08-101-2/+2
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-124-4/+7
|/
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* Fixes and improve css @mediaAlexandr Danilov2015-08-041-0/+1
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-4/+8
| | | | for is_starred and is_archived
* Remove phinxJeremy Benoist2015-06-021-0/+0
| | | | Doctrine handle quite correctly database migration. Thanks to `doctrine:schema:update`
* Update depsJeremy Benoist2015-06-011-3/+11
|
* Update depsJeremy Benoist2015-05-301-15/+26
|
* Move API stuff in ApiBundleJeremy2015-04-013-2/+7
|
* Ability to prefix tablesJeremy2015-04-012-1/+5
| | | | Will fix #799
* Add testsJeremy2015-03-311-0/+1
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-0/+1
| | | | will fix #1000
* Merge pull request #1152 from wallabag/v2-forgot-passwordNicolas Lœuillet2015-03-304-3/+13
|\ | | | | Handle forgot password
| * Handle forgot passwordJeremy2015-03-084-3/+13
| |
* | Use doctrine cache for testsJeremy2015-03-272-3/+12
|/
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-1/+2
|
* Simplify build systemJeremy2015-03-032-76/+0
|
* Only one pattern for LiipThemeJeremy2015-03-011-6/+6
| | | | Others patterns aren't required (but I think it's still important to have them around)
* Cleanup & simplify themeJeremy2015-03-01223-8502/+0
|
* Remove old themesJeremy2015-03-011-5/+0
|
* Add LiipThemeBundleJeremy2015-03-014-4/+28
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* config for CORSNicolas Lœuillet2015-02-281-0/+24
|
* enable CORSNicolas Lœuillet2015-02-271-0/+1
|
* sqlite doesn't support getListDatabasesSQLJeremy2015-02-221-1/+1
|
* Handle default value for new userJeremy2015-02-221-1/+3
|
* Handle password changeJeremy2015-02-171-0/+1
|
* CleanupJeremy2015-02-163-28/+3
|
* Quick fix in build.xmlJeremy2015-02-101-1/+0
| | | | We don't need to purge the database since it was just re-created
* getSalt methodNicolas Lœuillet2015-02-102-5/+1
|
* log for authentication on APINicolas Lœuillet2015-02-091-0/+5
|
* authentication on APINicolas Lœuillet2015-02-091-3/+5
|
* Add some fixturesJeremy2015-02-082-0/+8
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* Add custom auth encoder & providerJeremy2015-02-082-32/+33
| | | | These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
* Add some tests on EntryControllerJeremy2015-02-072-2/+8
| | | | Also, create database schema on test initialisation
* Do not display download progress in TravisJeremy2015-02-061-0/+1
|
* remove unused filesNicolas Lœuillet2015-02-053-170/+0
|
* forgot one parameterNicolas Lœuillet2015-02-041-0/+1
|
* restore full database settingsNicolas Lœuillet2015-02-042-5/+9
|
* disable authentication for the momentNicolas Lœuillet2015-02-021-29/+30
|
* Installation should be launch manuallyJeremy2015-02-022-0/+15
| | | | Also upadte readme for v2 and define a test database (for the future)