]>
git.immae.eu Git - github/wallabag/wallabag.git/log
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
Nicolas Lœuillet [Fri, 30 Jan 2015 06:50:52 +0000 (07:50 +0100)]
add documentation for API
Nicolas Lœuillet [Thu, 29 Jan 2015 20:49:44 +0000 (21:49 +0100)]
fix config for rest bundle
Nicolas Lœuillet [Thu, 29 Jan 2015 19:32:11 +0000 (20:32 +0100)]
improve API
Nicolas Lœuillet [Thu, 29 Jan 2015 15:56:58 +0000 (16:56 +0100)]
routing for API, trying to respect #414
Nicolas Lœuillet [Wed, 28 Jan 2015 20:28:12 +0000 (21:28 +0100)]
disable dev environment
Nicolas Lœuillet [Wed, 28 Jan 2015 17:18:57 +0000 (18:18 +0100)]
skeleton for DELETE and PATCH methods
Nicolas Lœuillet [Wed, 28 Jan 2015 17:14:04 +0000 (18:14 +0100)]
bundle for API
Nicolas Lœuillet [Wed, 28 Jan 2015 16:09:27 +0000 (17:09 +0100)]
1st implementation of wallabag api, yeah
Nicolas Lœuillet [Wed, 28 Jan 2015 15:15:06 +0000 (16:15 +0100)]
add dependencies for API
Nicolas Lœuillet [Wed, 28 Jan 2015 12:58:12 +0000 (13:58 +0100)]
fix themes symlinks
Nicolas Lœuillet [Wed, 28 Jan 2015 12:54:24 +0000 (13:54 +0100)]
wrong path for database file
Nicolas Lœuillet [Wed, 28 Jan 2015 12:46:51 +0000 (13:46 +0100)]
fix config.yml
Nicolas Lœuillet [Wed, 28 Jan 2015 12:43:23 +0000 (13:43 +0100)]
fix parameters config
Nicolas Lœuillet [Wed, 28 Jan 2015 12:28:12 +0000 (13:28 +0100)]
change gitignore, last time, I promised
Nicolas Lœuillet [Wed, 28 Jan 2015 12:27:00 +0000 (13:27 +0100)]
change gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:26:36 +0000 (13:26 +0100)]
change gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:23:07 +0000 (13:23 +0100)]
change gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:10:59 +0000 (13:10 +0100)]
change gitignore
Nicolas Lœuillet [Tue, 27 Jan 2015 12:17:37 +0000 (13:17 +0100)]
rename test file
Nicolas Lœuillet [Tue, 27 Jan 2015 12:08:02 +0000 (13:08 +0100)]
replace legacy calls with new one
Nicolas Lœuillet [Tue, 27 Jan 2015 12:07:27 +0000 (13:07 +0100)]
remove legacy code
Nicolas Lœuillet [Mon, 26 Jan 2015 21:15:19 +0000 (22:15 +0100)]
refactoring for fetching content
Nicolas Lœuillet [Fri, 23 Jan 2015 15:28:37 +0000 (16:28 +0100)]
move WallabagBundle into Wallabag:CoreBundle
Nicolas Lœuillet [Fri, 23 Jan 2015 13:58:17 +0000 (14:58 +0100)]
some parameters, new entry form, etc.
Nicolas Lœuillet [Fri, 23 Jan 2015 11:45:24 +0000 (12:45 +0100)]
toggle archive / fav actions
Nicolas Lœuillet [Thu, 22 Jan 2015 20:11:22 +0000 (21:11 +0100)]
article view, fav list, archive list
Nicolas Lœuillet [Thu, 22 Jan 2015 16:18:56 +0000 (17:18 +0100)]
migrating legacy to symfony
Nicolas Lœuillet [Thu, 22 Jan 2015 09:14:37 +0000 (10:14 +0100)]
remove foo test
Nicolas Lœuillet [Thu, 22 Jan 2015 07:30:07 +0000 (08:30 +0100)]
symfony is there
Nicolas Lœuillet [Wed, 21 Jan 2015 15:04:05 +0000 (16:04 +0100)]
move templates into resources
Nicolas Lœuillet [Wed, 21 Jan 2015 14:50:51 +0000 (15:50 +0100)]
add some documentation at the end of installation
Nicolas Lœuillet [Wed, 21 Jan 2015 14:02:29 +0000 (15:02 +0100)]
gitignore for app/cache
Nicolas Lœuillet [Wed, 21 Jan 2015 13:45:39 +0000 (14:45 +0100)]
add install script after composer install
Nicolas Lœuillet [Tue, 20 Jan 2015 13:43:57 +0000 (14:43 +0100)]
whoops, deleted install folder
Nicolas Lœuillet [Tue, 20 Jan 2015 13:11:26 +0000 (14:11 +0100)]
restructure folders
Nicolas Lœuillet [Tue, 20 Jan 2015 06:51:07 +0000 (07:51 +0100)]
phinx needs a sqlite3 file
Nicolas Lœuillet [Tue, 20 Jan 2015 06:50:50 +0000 (07:50 +0100)]
test for migration
Nicolas Lœuillet [Tue, 20 Jan 2015 06:42:20 +0000 (07:42 +0100)]
move install files into bin folder
Nicolas Lœuillet [Tue, 20 Jan 2015 06:40:39 +0000 (07:40 +0100)]
new folders
Nicolas Lœuillet [Mon, 19 Jan 2015 20:27:22 +0000 (21:27 +0100)]
@fivefilters via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 15:53:59 +0000 (16:53 +0100)]
htmlawed via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 13:48:03 +0000 (14:48 +0100)]
simplepie via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 13:36:17 +0000 (14:36 +0100)]
tcpdf via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 12:50:31 +0000 (13:50 +0100)]
update composer.lock
Nicolas Lœuillet [Mon, 19 Jan 2015 12:38:57 +0000 (13:38 +0100)]
update composer
Nicolas Lœuillet [Mon, 19 Jan 2015 12:37:32 +0000 (13:37 +0100)]
travis configuration
Nicolas Lœuillet [Mon, 19 Jan 2015 12:00:33 +0000 (13:00 +0100)]
phpepub via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 11:21:49 +0000 (12:21 +0100)]
phinx for database migration
Nicolas Lœuillet [Mon, 19 Jan 2015 10:59:22 +0000 (11:59 +0100)]
foo test
Nicolas Lœuillet [Mon, 19 Jan 2015 10:47:44 +0000 (11:47 +0100)]
add phpunit
Nicolas Lœuillet [Mon, 19 Jan 2015 10:29:43 +0000 (11:29 +0100)]
bin folder
Nicolas Lœuillet [Mon, 19 Jan 2015 10:29:25 +0000 (11:29 +0100)]
pagination with composer and move FlattrItem
Nicolas Lœuillet [Sun, 18 Jan 2015 21:25:29 +0000 (22:25 +0100)]
replace session class
Nicolas Lœuillet [Sun, 18 Jan 2015 21:11:41 +0000 (22:11 +0100)]
replace flash messages library
Nicolas Lœuillet [Sun, 18 Jan 2015 19:07:46 +0000 (20:07 +0100)]
remove 3rd libraries
Nicolas Lœuillet [Fri, 16 Jan 2015 19:56:46 +0000 (20:56 +0100)]
remove autoload section in composer.json
Nicolas Lœuillet [Fri, 16 Jan 2015 19:45:23 +0000 (20:45 +0100)]
packagist
Nicolas Lœuillet [Fri, 16 Jan 2015 19:06:57 +0000 (20:06 +0100)]
Merge pull request #690 from doc75/log_auth_error
Add message in web server log in case of authentication failure
Nicolas Lœuillet [Fri, 16 Jan 2015 19:04:56 +0000 (20:04 +0100)]
Merge pull request #1003 from vpmalley/dev
[RSS] introducing query param 'limit' for max items in RSS feed
Vincent Malley [Fri, 16 Jan 2015 16:42:39 +0000 (11:42 -0500)]
[RSS] introducing query param 'limit' to restrict the number of items to display in RSS feeds.
Thomas Citharel [Tue, 13 Jan 2015 21:45:33 +0000 (22:45 +0100)]
Merge pull request #999 from moparisthebest/additions_dev
Miscellaneous additions