]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Jeremy [Mon, 16 Feb 2015 20:28:49 +0000 (21:28 +0100)]
Implement simple config
Jeremy [Mon, 16 Feb 2015 18:09:47 +0000 (19:09 +0100)]
Fix indentation in templates
Jeremy [Wed, 11 Feb 2015 20:06:32 +0000 (21:06 +0100)]
Update UserConfig schema
Jeremy [Thu, 12 Feb 2015 07:50:06 +0000 (08:50 +0100)]
Merge pull request #1070 from wallabag/v2-api-tests
1st draft for testing API
Nicolas Lœuillet [Thu, 12 Feb 2015 07:46:40 +0000 (08:46 +0100)]
remove debug lines
Nicolas Lœuillet [Wed, 11 Feb 2015 17:22:59 +0000 (18:22 +0100)]
test if GET /api/entries returns 1 or more results
Nicolas Lœuillet [Wed, 11 Feb 2015 15:08:13 +0000 (16:08 +0100)]
create single test for bad headers
Nicolas Lœuillet [Wed, 11 Feb 2015 14:35:40 +0000 (15:35 +0100)]
test with bad headers
Nicolas Lœuillet [Wed, 11 Feb 2015 14:15:06 +0000 (15:15 +0100)]
add test for empty salt
Nicolas Lœuillet [Wed, 11 Feb 2015 10:52:10 +0000 (11:52 +0100)]
phpdoc
Nicolas Lœuillet [Wed, 11 Feb 2015 08:39:42 +0000 (09:39 +0100)]
remove docs
Nicolas Lœuillet [Wed, 11 Feb 2015 06:52:58 +0000 (07:52 +0100)]
test line, forgot to remove it
Nicolas Lœuillet [Wed, 11 Feb 2015 06:43:43 +0000 (07:43 +0100)]
DELETE entry and use of query for fetch entries
Nicolas Lœuillet [Wed, 11 Feb 2015 05:45:14 +0000 (06:45 +0100)]
Merge pull request #1072 from wallabag/v2-entry-test
Add more tests to Entry controller + security
Nicolas Lœuillet [Wed, 11 Feb 2015 05:41:44 +0000 (06:41 +0100)]
refactor and test one entry
Nicolas Lœuillet [Wed, 11 Feb 2015 05:31:16 +0000 (06:31 +0100)]
cs
Nicolas Lœuillet [Tue, 10 Feb 2015 22:13:34 +0000 (23:13 +0100)]
first test for API, need refactor
Nicolas Lœuillet [Tue, 10 Feb 2015 19:07:55 +0000 (20:07 +0100)]
add test for api/salts
Nicolas Lœuillet [Fri, 6 Feb 2015 17:02:12 +0000 (18:02 +0100)]
Test for GET on empty database
Nicolas Lœuillet [Tue, 10 Feb 2015 22:13:34 +0000 (23:13 +0100)]
first test for API, need refactor
Nicolas Lœuillet [Tue, 10 Feb 2015 19:07:55 +0000 (20:07 +0100)]
add test for api/salts
Nicolas Lœuillet [Fri, 6 Feb 2015 17:02:12 +0000 (18:02 +0100)]
Test for GET on empty database
Jeremy [Tue, 10 Feb 2015 21:34:11 +0000 (22:34 +0100)]
Quick fix in build.xml
We don't need to purge the database since it was just re-created
Jeremy [Tue, 10 Feb 2015 21:33:18 +0000 (22:33 +0100)]
Avoid user to see other entries
hehe :)
Jeremy [Tue, 10 Feb 2015 21:32:42 +0000 (22:32 +0100)]
Add more tests on Entry controller
Also add more fixtures
Jeremy [Tue, 10 Feb 2015 13:51:32 +0000 (14:51 +0100)]
Merge pull request #1069 from wallabag/v2-fix-return-entries
GET /api/entries returns object, no more array
Nicolas Lœuillet [Tue, 10 Feb 2015 12:53:00 +0000 (13:53 +0100)]
findEntries returns array
Jeremy [Tue, 10 Feb 2015 12:49:57 +0000 (13:49 +0100)]
Merge pull request #1068 from wallabag/v2-api-authentication
V2 api authentication
Nicolas Lœuillet [Tue, 10 Feb 2015 12:47:57 +0000 (13:47 +0100)]
change test if we have no entry in GET /api/entries
Nicolas Lœuillet [Tue, 10 Feb 2015 12:35:34 +0000 (13:35 +0100)]
move dir check into constructor
Nicolas Lœuillet [Tue, 10 Feb 2015 11:14:09 +0000 (12:14 +0100)]
change phpdoc
Nicolas Lœuillet [Tue, 10 Feb 2015 11:12:44 +0000 (12:12 +0100)]
review from @j0k3r
Nicolas Lœuillet [Tue, 10 Feb 2015 07:35:43 +0000 (08:35 +0100)]
getSalt method
Nicolas Lœuillet [Tue, 10 Feb 2015 05:44:38 +0000 (06:44 +0100)]
GET /api/entries returns object, no more array
Nicolas Lœuillet [Mon, 9 Feb 2015 21:54:29 +0000 (22:54 +0100)]
replace services.xml into services.yml
Nicolas Lœuillet [Mon, 9 Feb 2015 21:43:06 +0000 (22:43 +0100)]
PSR 3
Nicolas Lœuillet [Mon, 9 Feb 2015 21:40:20 +0000 (22:40 +0100)]
fix return on API call and fix id in clear for user
Nicolas Lœuillet [Mon, 9 Feb 2015 21:07:39 +0000 (22:07 +0100)]
log for authentication on API
Jeremy [Mon, 9 Feb 2015 14:52:10 +0000 (15:52 +0100)]
Merge pull request #1063 from wallabag/v2-rename-tags-entity
Rename Tags entity
Nicolas Lœuillet [Mon, 9 Feb 2015 14:41:07 +0000 (15:41 +0100)]
change settings for TagsEntries model
Nicolas Lœuillet [Mon, 9 Feb 2015 14:07:48 +0000 (15:07 +0100)]
restore TagsEntries
Nicolas Lœuillet [Mon, 9 Feb 2015 12:59:48 +0000 (13:59 +0100)]
authentication on API
Nicolas Lœuillet [Fri, 6 Feb 2015 17:15:19 +0000 (18:15 +0100)]
rename Tags entity
why did I delete this file?
rename Tags entity
rename Tags entity
Nicolas Lœuillet [Mon, 9 Feb 2015 11:52:06 +0000 (12:52 +0100)]
Merge pull request #1062 from wallabag/v2-relation-entry-user
add a real relation between user and entry
Jeremy [Sun, 8 Feb 2015 22:05:51 +0000 (23:05 +0100)]
Add some fixtures
Improve test, so user can login
Fix some leftJoin
Cleanup EntryController
Jeremy [Sun, 8 Feb 2015 20:47:36 +0000 (21:47 +0100)]
Add custom auth encoder & provider
These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
Nicolas Lœuillet [Sat, 7 Feb 2015 21:32:21 +0000 (22:32 +0100)]
create an Entry with a User in parameter
Nicolas Lœuillet [Fri, 6 Feb 2015 14:18:54 +0000 (15:18 +0100)]
add a real relation between user and entry
Nicolas Lœuillet [Sat, 7 Feb 2015 19:39:03 +0000 (20:39 +0100)]
Merge pull request #1066 from wallabag/v2-api-tests-entry
V2 api tests entry
Jeremy [Sat, 7 Feb 2015 17:30:46 +0000 (18:30 +0100)]
Add some tests on EntryController
Also, create database schema on test initialisation
Jeremy [Sat, 7 Feb 2015 17:29:03 +0000 (18:29 +0100)]
Fix #1057
Unexisting function
Jeremy [Sat, 7 Feb 2015 17:28:30 +0000 (18:28 +0100)]
Avoid raw javascript in template
It kills the Symfony Crawler :)
Jeremy [Fri, 6 Feb 2015 21:52:51 +0000 (22:52 +0100)]
Update deps
Jeremy [Fri, 6 Feb 2015 21:43:19 +0000 (22:43 +0100)]
Merge pull request #1065 from FabienM/v2-bundles-cleanup
Cleanup default assets symlinks
Fabien Meurillon [Fri, 6 Feb 2015 21:36:02 +0000 (22:36 +0100)]
Cleanup default assets symlinks
Jeremy [Fri, 6 Feb 2015 14:38:05 +0000 (15:38 +0100)]
Do not display download progress in Travis
Nicolas Lœuillet [Fri, 6 Feb 2015 13:56:47 +0000 (14:56 +0100)]
Merge pull request #1061 from wallabag/v2-cleanup-entities
Remove temporary entities
Jeremy [Fri, 6 Feb 2015 13:26:37 +0000 (14:26 +0100)]
Remove temporary entities
Jeremy [Fri, 6 Feb 2015 13:23:55 +0000 (14:23 +0100)]
Merge pull request #1060 from wallabag/api-rename-user
rename User entity
Nicolas Lœuillet [Fri, 6 Feb 2015 13:18:01 +0000 (14:18 +0100)]
rename User entity
Jeremy [Fri, 6 Feb 2015 08:55:16 +0000 (09:55 +0100)]
Merge pull request #1059 from wallabag/rename-entry
Rename entry
Nicolas Lœuillet [Fri, 6 Feb 2015 06:45:32 +0000 (07:45 +0100)]
rename Entries to Entry
Nicolas Lœuillet [Thu, 5 Feb 2015 21:33:36 +0000 (22:33 +0100)]
normalize entries fields
Jeremy [Thu, 5 Feb 2015 20:51:05 +0000 (21:51 +0100)]
Merge pull request #1055 from wallabag/v2-api-patch-methid
PATCH method, boolean for some parameters and change entity methods name
Nicolas Lœuillet [Thu, 5 Feb 2015 20:36:39 +0000 (21:36 +0100)]
remove persist() for PATCH and DELETE
Nicolas Lœuillet [Thu, 5 Feb 2015 20:33:22 +0000 (21:33 +0100)]
remove unused files
Jeremy [Thu, 5 Feb 2015 18:07:30 +0000 (19:07 +0100)]
Merge pull request #1054 from wallabag/v2-api-set-title-post
we can now set a title to the article when we use POST /api/entries
Jeremy [Thu, 5 Feb 2015 18:06:48 +0000 (19:06 +0100)]
Merge pull request #1048 from wallabag/v2-sort-entries
sort entries in repository
Nicolas Lœuillet [Thu, 5 Feb 2015 17:21:31 +0000 (18:21 +0100)]
PATCH method, boolean for some parameters and change entity methods name
Nicolas Lœuillet [Thu, 5 Feb 2015 17:19:34 +0000 (18:19 +0100)]
simplify code
Nicolas Lœuillet [Thu, 5 Feb 2015 17:05:27 +0000 (18:05 +0100)]
we can now set a title to the article when we use POST /api/entries
Jeremy [Thu, 5 Feb 2015 08:19:13 +0000 (09:19 +0100)]
Update branch name in README
Nicolas Lœuillet [Thu, 5 Feb 2015 08:06:13 +0000 (09:06 +0100)]
fix travis configuration
Nicolas Lœuillet [Thu, 5 Feb 2015 06:54:04 +0000 (07:54 +0100)]
sort entries in repository
Nicolas Lœuillet [Wed, 4 Feb 2015 21:25:44 +0000 (22:25 +0100)]
change database structure for Entries
Nicolas Lœuillet [Wed, 4 Feb 2015 20:34:03 +0000 (21:34 +0100)]
forgot one parameter
Nicolas Lœuillet [Wed, 4 Feb 2015 20:26:15 +0000 (21:26 +0100)]
restore full database settings
Nicolas Lœuillet [Wed, 4 Feb 2015 17:21:45 +0000 (18:21 +0100)]
change type for isRead, isFav and isDeleted fields, as said @j0k3r
Nicolas Lœuillet [Wed, 4 Feb 2015 17:12:13 +0000 (18:12 +0100)]
change delete status for GET /api/entries method
Nicolas Lœuillet [Wed, 4 Feb 2015 17:06:42 +0000 (18:06 +0100)]
for GET /api/entries, star, delete and archive status are no more necessary
Nicolas Lœuillet [Wed, 4 Feb 2015 16:54:23 +0000 (17:54 +0100)]
implement delete method
Nicolas Lœuillet [Mon, 2 Feb 2015 11:54:14 +0000 (12:54 +0100)]
disable authentication for the moment
Jeremy [Mon, 2 Feb 2015 06:48:13 +0000 (07:48 +0100)]
Installation should be launch manually
Also upadte readme for v2 and define a test database (for the future)
Jeremy [Sun, 1 Feb 2015 19:16:27 +0000 (20:16 +0100)]
New wallabag installer
Instead of the legacy bin/install here is a symfony command that can initialize wallabag.
There are still work to do on the requirements part (to be sure that wallabag can run like a charm).
I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later.
Nicolas Lœuillet [Sat, 31 Jan 2015 20:49:44 +0000 (21:49 +0100)]
Merge pull request #1036 from j0k3r/refactor-update-composer
Update composer
Nicolas Lœuillet [Sat, 31 Jan 2015 20:24:20 +0000 (21:24 +0100)]
Merge pull request #1037 from j0k3r/refactor-cs
CS
Jeremy [Sat, 31 Jan 2015 18:09:34 +0000 (19:09 +0100)]
CS
Jeremy [Sat, 31 Jan 2015 08:41:49 +0000 (09:41 +0100)]
Use tagged version in composer
Nicolas Lœuillet [Sat, 31 Jan 2015 14:36:04 +0000 (15:36 +0100)]
remove Acme and AppBundle
Nicolas Lœuillet [Sat, 31 Jan 2015 14:14:10 +0000 (15:14 +0100)]
first implementation of security
Nicolas Lœuillet [Sat, 31 Jan 2015 09:29:30 +0000 (10:29 +0100)]
Merge pull request #1035 from j0k3r/refactor
Tests are working again
Jeremy [Sat, 31 Jan 2015 08:15:51 +0000 (09:15 +0100)]
Tests are working again
Kimtrip [Fri, 30 Jan 2015 14:47:27 +0000 (15:47 +0100)]
Move phpunit into app folder
Nicolas Lœuillet [Fri, 30 Jan 2015 10:29:50 +0000 (11:29 +0100)]
grrr, remove call to bootstrap
Nicolas Lœuillet [Fri, 30 Jan 2015 10:23:18 +0000 (11:23 +0100)]
finally fix phpunit and travis?
Nicolas Lœuillet [Fri, 30 Jan 2015 09:58:59 +0000 (10:58 +0100)]
fix phpunit
Nicolas Lœuillet [Fri, 30 Jan 2015 09:49:47 +0000 (10:49 +0100)]
fix phpunit configuration
Nicolas Lœuillet [Fri, 30 Jan 2015 08:11:59 +0000 (09:11 +0100)]
remove bootstrap in phpunit
Nicolas Lœuillet [Fri, 30 Jan 2015 08:09:53 +0000 (09:09 +0100)]
tell to travis that I code in PHP
Nicolas Lœuillet [Fri, 30 Jan 2015 08:05:54 +0000 (09:05 +0100)]
create entry via API