]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
9 years agochange settings for TagsEntries model 1063/head
Nicolas Lœuillet [Mon, 9 Feb 2015 14:41:07 +0000 (15:41 +0100)] 
change settings for TagsEntries model

9 years agorestore TagsEntries
Nicolas Lœuillet [Mon, 9 Feb 2015 14:07:48 +0000 (15:07 +0100)] 
restore TagsEntries

9 years agorename Tags entity
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

9 years agoMerge pull request #1066 from wallabag/v2-api-tests-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

9 years agoAdd some tests on EntryController 1066/head
Jeremy [Sat, 7 Feb 2015 17:30:46 +0000 (18:30 +0100)] 
Add some tests on EntryController

Also, create database schema on test initialisation

9 years agoFix #1057
Jeremy [Sat, 7 Feb 2015 17:29:03 +0000 (18:29 +0100)] 
Fix #1057

Unexisting function

9 years agoAvoid raw javascript in template
Jeremy [Sat, 7 Feb 2015 17:28:30 +0000 (18:28 +0100)] 
Avoid raw javascript in template

It kills the Symfony Crawler :)

9 years agoUpdate deps
Jeremy [Fri, 6 Feb 2015 21:52:51 +0000 (22:52 +0100)] 
Update deps

9 years agoMerge pull request #1065 from FabienM/v2-bundles-cleanup
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

9 years agoCleanup default assets symlinks 1065/head
Fabien Meurillon [Fri, 6 Feb 2015 21:36:02 +0000 (22:36 +0100)] 
Cleanup default assets symlinks

9 years agoDo not display download progress in Travis
Jeremy [Fri, 6 Feb 2015 14:38:05 +0000 (15:38 +0100)] 
Do not display download progress in Travis

9 years agoMerge pull request #1061 from wallabag/v2-cleanup-entities
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

9 years agoRemove temporary entities 1061/head
Jeremy [Fri, 6 Feb 2015 13:26:37 +0000 (14:26 +0100)] 
Remove temporary entities

9 years agoMerge pull request #1060 from wallabag/api-rename-user
Jeremy [Fri, 6 Feb 2015 13:23:55 +0000 (14:23 +0100)] 
Merge pull request #1060 from wallabag/api-rename-user

rename User entity

9 years agorename User entity 1060/head
Nicolas Lœuillet [Fri, 6 Feb 2015 13:18:01 +0000 (14:18 +0100)] 
rename User entity

9 years agoMerge pull request #1059 from wallabag/rename-entry
Jeremy [Fri, 6 Feb 2015 08:55:16 +0000 (09:55 +0100)] 
Merge pull request #1059 from wallabag/rename-entry

Rename entry

9 years agorename Entries to Entry 1059/head
Nicolas Lœuillet [Fri, 6 Feb 2015 06:45:32 +0000 (07:45 +0100)] 
rename Entries to Entry

9 years agonormalize entries fields 1056/head
Nicolas Lœuillet [Thu, 5 Feb 2015 21:33:36 +0000 (22:33 +0100)] 
normalize entries fields

9 years agoMerge pull request #1055 from wallabag/v2-api-patch-methid
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

9 years agoremove persist() for PATCH and DELETE 1055/head
Nicolas Lœuillet [Thu, 5 Feb 2015 20:36:39 +0000 (21:36 +0100)] 
remove persist() for PATCH and DELETE

9 years agoremove unused files
Nicolas Lœuillet [Thu, 5 Feb 2015 20:33:22 +0000 (21:33 +0100)] 
remove unused files

9 years agoMerge pull request #1054 from wallabag/v2-api-set-title-post
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

9 years agoMerge pull request #1048 from wallabag/v2-sort-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

9 years agoPATCH method, boolean for some parameters and change entity methods name
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

9 years agosimplify code 1054/head
Nicolas Lœuillet [Thu, 5 Feb 2015 17:19:34 +0000 (18:19 +0100)] 
simplify code

9 years agowe can now set a title to the article when we use POST /api/entries
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

9 years agoUpdate branch name in README
Jeremy [Thu, 5 Feb 2015 08:19:13 +0000 (09:19 +0100)] 
Update branch name in README

9 years agofix travis configuration
Nicolas Lœuillet [Thu, 5 Feb 2015 08:06:13 +0000 (09:06 +0100)] 
fix travis configuration

9 years agosort entries in repository 1048/head
Nicolas Lœuillet [Thu, 5 Feb 2015 06:54:04 +0000 (07:54 +0100)] 
sort entries in repository

9 years agochange database structure for Entries 1012/head
Nicolas Lœuillet [Wed, 4 Feb 2015 21:25:44 +0000 (22:25 +0100)] 
change database structure for Entries

9 years agoforgot one parameter
Nicolas Lœuillet [Wed, 4 Feb 2015 20:34:03 +0000 (21:34 +0100)] 
forgot one parameter

9 years agorestore full database settings
Nicolas Lœuillet [Wed, 4 Feb 2015 20:26:15 +0000 (21:26 +0100)] 
restore full database settings

9 years agochange type for isRead, isFav and isDeleted fields, as said @j0k3r
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

9 years agochange delete status for GET /api/entries method
Nicolas Lœuillet [Wed, 4 Feb 2015 17:12:13 +0000 (18:12 +0100)] 
change delete status for GET /api/entries method

9 years agofor GET /api/entries, star, delete and archive status are no more necessary
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

9 years agoimplement delete method
Nicolas Lœuillet [Wed, 4 Feb 2015 16:54:23 +0000 (17:54 +0100)] 
implement delete method

9 years agodisable authentication for the moment
Nicolas Lœuillet [Mon, 2 Feb 2015 11:54:14 +0000 (12:54 +0100)] 
disable authentication for the moment

9 years agoInstallation should be launch manually
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)

9 years agoNew wallabag installer
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.

9 years agoMerge pull request #1036 from j0k3r/refactor-update-composer
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

9 years agoMerge pull request #1037 from j0k3r/refactor-cs
Nicolas Lœuillet [Sat, 31 Jan 2015 20:24:20 +0000 (21:24 +0100)] 
Merge pull request #1037 from j0k3r/refactor-cs

CS

9 years agoCS 1037/head
Jeremy [Sat, 31 Jan 2015 18:09:34 +0000 (19:09 +0100)] 
CS

9 years agoUse tagged version in composer 1036/head
Jeremy [Sat, 31 Jan 2015 08:41:49 +0000 (09:41 +0100)] 
Use tagged version in composer

9 years agoremove Acme and AppBundle
Nicolas Lœuillet [Sat, 31 Jan 2015 14:36:04 +0000 (15:36 +0100)] 
remove Acme and AppBundle

9 years agofirst implementation of security
Nicolas Lœuillet [Sat, 31 Jan 2015 14:14:10 +0000 (15:14 +0100)] 
first implementation of security

9 years agoMerge pull request #1035 from j0k3r/refactor
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

9 years agoTests are working again 1035/head
Jeremy [Sat, 31 Jan 2015 08:15:51 +0000 (09:15 +0100)] 
Tests are working again

9 years agoMove phpunit into app folder
Kimtrip [Fri, 30 Jan 2015 14:47:27 +0000 (15:47 +0100)] 
Move phpunit into app folder

9 years agogrrr, remove call to bootstrap
Nicolas Lœuillet [Fri, 30 Jan 2015 10:29:50 +0000 (11:29 +0100)] 
grrr, remove call to bootstrap

9 years agofinally fix phpunit and travis?
Nicolas Lœuillet [Fri, 30 Jan 2015 10:23:18 +0000 (11:23 +0100)] 
finally fix phpunit and travis?

9 years agofix phpunit
Nicolas Lœuillet [Fri, 30 Jan 2015 09:58:59 +0000 (10:58 +0100)] 
fix phpunit

9 years agofix phpunit configuration
Nicolas Lœuillet [Fri, 30 Jan 2015 09:49:47 +0000 (10:49 +0100)] 
fix phpunit configuration

9 years agoremove bootstrap in phpunit
Nicolas Lœuillet [Fri, 30 Jan 2015 08:11:59 +0000 (09:11 +0100)] 
remove bootstrap in phpunit

9 years agotell to travis that I code in PHP
Nicolas Lœuillet [Fri, 30 Jan 2015 08:09:53 +0000 (09:09 +0100)] 
tell to travis that I code in PHP

9 years agocreate entry via API
Nicolas Lœuillet [Fri, 30 Jan 2015 08:05:54 +0000 (09:05 +0100)] 
create entry via API

9 years agoadd documentation for API
Nicolas Lœuillet [Fri, 30 Jan 2015 06:50:52 +0000 (07:50 +0100)] 
add documentation for API

9 years agofix config for rest bundle
Nicolas Lœuillet [Thu, 29 Jan 2015 20:49:44 +0000 (21:49 +0100)] 
fix config for rest bundle

9 years agoimprove API
Nicolas Lœuillet [Thu, 29 Jan 2015 19:32:11 +0000 (20:32 +0100)] 
improve API

9 years agorouting for API, trying to respect #414
Nicolas Lœuillet [Thu, 29 Jan 2015 15:56:58 +0000 (16:56 +0100)] 
routing for API, trying to respect #414

9 years agodisable dev environment
Nicolas Lœuillet [Wed, 28 Jan 2015 20:28:12 +0000 (21:28 +0100)] 
disable dev environment

9 years agoskeleton for DELETE and PATCH methods
Nicolas Lœuillet [Wed, 28 Jan 2015 17:18:57 +0000 (18:18 +0100)] 
skeleton for DELETE and PATCH methods

9 years agobundle for API
Nicolas Lœuillet [Wed, 28 Jan 2015 17:14:04 +0000 (18:14 +0100)] 
bundle for API

9 years ago1st implementation of wallabag api, yeah
Nicolas Lœuillet [Wed, 28 Jan 2015 16:09:27 +0000 (17:09 +0100)] 
1st implementation of wallabag api, yeah

9 years agoadd dependencies for API
Nicolas Lœuillet [Wed, 28 Jan 2015 15:15:06 +0000 (16:15 +0100)] 
add dependencies for API

9 years agofix themes symlinks
Nicolas Lœuillet [Wed, 28 Jan 2015 12:58:12 +0000 (13:58 +0100)] 
fix themes symlinks

9 years agowrong path for database file
Nicolas Lœuillet [Wed, 28 Jan 2015 12:54:24 +0000 (13:54 +0100)] 
wrong path for database file

9 years agofix config.yml
Nicolas Lœuillet [Wed, 28 Jan 2015 12:46:51 +0000 (13:46 +0100)] 
fix config.yml

9 years agofix parameters config
Nicolas Lœuillet [Wed, 28 Jan 2015 12:43:23 +0000 (13:43 +0100)] 
fix parameters config

9 years agochange gitignore, last time, I promised
Nicolas Lœuillet [Wed, 28 Jan 2015 12:28:12 +0000 (13:28 +0100)] 
change gitignore, last time, I promised

9 years agochange gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:27:00 +0000 (13:27 +0100)] 
change gitignore

9 years agochange gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:26:36 +0000 (13:26 +0100)] 
change gitignore

9 years agochange gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:23:07 +0000 (13:23 +0100)] 
change gitignore

9 years agochange gitignore
Nicolas Lœuillet [Wed, 28 Jan 2015 12:10:59 +0000 (13:10 +0100)] 
change gitignore

9 years agorename test file
Nicolas Lœuillet [Tue, 27 Jan 2015 12:17:37 +0000 (13:17 +0100)] 
rename test file

9 years agoreplace legacy calls with new one
Nicolas Lœuillet [Tue, 27 Jan 2015 12:08:02 +0000 (13:08 +0100)] 
replace legacy calls with new one

9 years agoremove legacy code
Nicolas Lœuillet [Tue, 27 Jan 2015 12:07:27 +0000 (13:07 +0100)] 
remove legacy code

9 years agorefactoring for fetching content
Nicolas Lœuillet [Mon, 26 Jan 2015 21:15:19 +0000 (22:15 +0100)] 
refactoring for fetching content

9 years agomove WallabagBundle into Wallabag:CoreBundle
Nicolas Lœuillet [Fri, 23 Jan 2015 15:28:37 +0000 (16:28 +0100)] 
move WallabagBundle into Wallabag:CoreBundle

9 years agosome parameters, new entry form, etc.
Nicolas Lœuillet [Fri, 23 Jan 2015 13:58:17 +0000 (14:58 +0100)] 
some parameters, new entry form, etc.

9 years agotoggle archive / fav actions
Nicolas Lœuillet [Fri, 23 Jan 2015 11:45:24 +0000 (12:45 +0100)] 
toggle archive / fav actions

9 years agoarticle view, fav list, archive list
Nicolas Lœuillet [Thu, 22 Jan 2015 20:11:22 +0000 (21:11 +0100)] 
article view, fav list, archive list

9 years agomigrating legacy to symfony
Nicolas Lœuillet [Thu, 22 Jan 2015 16:18:56 +0000 (17:18 +0100)] 
migrating legacy to symfony

9 years agoremove foo test
Nicolas Lœuillet [Thu, 22 Jan 2015 09:14:37 +0000 (10:14 +0100)] 
remove foo test

9 years agosymfony is there
Nicolas Lœuillet [Thu, 22 Jan 2015 07:30:07 +0000 (08:30 +0100)] 
symfony is there

9 years agomove templates into resources
Nicolas Lœuillet [Wed, 21 Jan 2015 15:04:05 +0000 (16:04 +0100)] 
move templates into resources

9 years agoadd some documentation at the end of installation
Nicolas Lœuillet [Wed, 21 Jan 2015 14:50:51 +0000 (15:50 +0100)] 
add some documentation at the end of installation

9 years agogitignore for app/cache
Nicolas Lœuillet [Wed, 21 Jan 2015 14:02:29 +0000 (15:02 +0100)] 
gitignore for app/cache

9 years agoadd install script after composer install
Nicolas Lœuillet [Wed, 21 Jan 2015 13:45:39 +0000 (14:45 +0100)] 
add install script after composer install

9 years agowhoops, deleted install folder
Nicolas Lœuillet [Tue, 20 Jan 2015 13:43:57 +0000 (14:43 +0100)] 
whoops, deleted install folder

9 years agorestructure folders
Nicolas Lœuillet [Tue, 20 Jan 2015 13:11:26 +0000 (14:11 +0100)] 
restructure folders

9 years agophinx needs a sqlite3 file
Nicolas Lœuillet [Tue, 20 Jan 2015 06:51:07 +0000 (07:51 +0100)] 
phinx needs a sqlite3 file

9 years agotest for migration
Nicolas Lœuillet [Tue, 20 Jan 2015 06:50:50 +0000 (07:50 +0100)] 
test for migration

9 years agomove install files into bin folder
Nicolas Lœuillet [Tue, 20 Jan 2015 06:42:20 +0000 (07:42 +0100)] 
move install files into bin folder

9 years agonew folders
Nicolas Lœuillet [Tue, 20 Jan 2015 06:40:39 +0000 (07:40 +0100)] 
new folders

9 years ago@fivefilters via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 20:27:22 +0000 (21:27 +0100)] 
@fivefilters via composer

9 years agohtmlawed via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 15:53:59 +0000 (16:53 +0100)] 
htmlawed via composer

9 years agosimplepie via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 13:48:03 +0000 (14:48 +0100)] 
simplepie via composer

9 years agotcpdf via composer
Nicolas Lœuillet [Mon, 19 Jan 2015 13:36:17 +0000 (14:36 +0100)] 
tcpdf via composer

9 years agoupdate composer.lock
Nicolas Lœuillet [Mon, 19 Jan 2015 12:50:31 +0000 (13:50 +0100)] 
update composer.lock

9 years agoupdate composer
Nicolas Lœuillet [Mon, 19 Jan 2015 12:38:57 +0000 (13:38 +0100)] 
update composer