b91465c067
remove flattr on about page
2016-01-15 15:46:46 +01:00
1930c19d82
Merge pull request #1524 from wallabag/sf2.8
...
Upgrade to Symfony 3.0
2016-01-15 15:38:31 +01:00
5c072d2b57
Quickstart for beginners
2016-01-15 15:01:30 +01:00
1d76102a24
Fix recent update
...
- some missing url parameters from WallabagRestController & EntryController
- use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature)
- update ImportBundle (url & form)
2016-01-15 09:35:38 +01:00
5c895a7fd1
Update bundle & stock file
...
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition)
- update bundle to latest release
- remove security on profiler
2016-01-15 09:35:38 +01:00
619cc45359
Symfony Upgrade Fixer FTW
...
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
4aa2997106
Merge pull request #1563 from wallabag/v2-fix-1394
...
#1394 Fixed 'mark as read' and 'mark as unread' links
2016-01-10 10:20:16 +01:00
6c9bad13e1
Fixed 'mark as read' and 'mark as unread' links
2016-01-09 22:20:19 +01:00
da82839bf8
add import link on baggy theme
2016-01-09 20:33:09 +01:00
39643c6b76
Merge pull request #1493 from wallabag/v2-pocket-import
...
v2 – 1st draft for Pocket import via API & Wallabag v1 import
2016-01-07 22:15:08 +01:00
b88cf91fc8
updated tests
2016-01-07 21:00:04 +01:00
10b2411c10
Hide export button if we are not on entries list
2016-01-06 07:47:09 +01:00
d1af8ad4db
Added french translations
2016-01-05 22:38:09 +01:00
7019c7cf6c
Add tagged services for import
...
- list services in /import
- add url to import service
- ImportBundle routing are now prefixed by /import
- optimize flush in each import (flushing each 20 contents)
- improve design of each import
- add more tests
2016-01-02 23:27:41 +01:00
77a7752a59
Update after previous merge
...
PR #1443 was merged into this branch to handle all import type in the same place.
2016-01-02 23:27:41 +01:00
5a4bbcc9a7
Change the way to check for an existing entry
...
The repository method return the entry found or false if nothing exists.
2016-01-02 23:27:41 +01:00
10b40f85d6
add docs for Import feature
2016-01-02 23:24:17 +01:00
d275bdf4d3
form to upload file
2016-01-02 23:24:17 +01:00
8c3c77c1bd
create controller to launch import command
2016-01-02 23:24:17 +01:00
0cf434c00f
Backport all icomoon from v1
...
And add a reload icon
2015-12-30 09:53:52 +01:00
831b02aaf2
Ability to reload an entry
...
Could be useful when we want to update the content or when the content failed to be fetched.
Fix #1503
2015-12-30 09:41:17 +01:00
23ff8d3619
Add custom email for 2FA
...
Related #1490
2015-12-29 11:17:06 +01:00
a7f1921f7d
Merge pull request #1478 from K-Phoen/rule-based-tags
...
Rule based tags
2015-12-06 14:31:26 +01:00
a24c1ee30a
Typo
2015-12-04 00:17:07 +01:00
c13eda461f
Clean the tagging rule creation form
2015-11-16 14:01:43 +01:00
aeff8aa765
Document the matches operator in the FAQ
2015-11-13 20:57:46 +01:00
a6e27f7466
Add matches operator
2015-11-13 14:37:58 +01:00
5c514b0be3
Improve the tagging rules documentation
2015-11-11 17:06:36 +01:00
b7b2005494
Fix the creation of the repository services
2015-11-11 16:44:57 +01:00
9b88658c04
Update baggy theme
2015-11-11 16:27:19 +01:00
52e423f307
Provide a way to delete tagging rules
2015-11-11 16:27:19 +01:00
625acf3352
Add a command to automatically tag all entries for a user
2015-11-11 16:27:19 +01:00
1c9cd2a7f0
Errors in the automatic tagging do not prevent the entry from being added
2015-11-11 16:23:49 +01:00
71ef0ed254
Rename the « Tags » tab to « Tagging rules »
2015-11-11 16:23:49 +01:00
e9fbd2d12e
Add a table explaining the available variables
2015-11-11 16:23:49 +01:00
981cacf7b9
Display the tagging rules in the config
2015-11-11 16:23:49 +01:00
f19f9f62d1
Add a form to create tagging rules
2015-11-11 16:23:49 +01:00
c3510620ad
PoC of rule-based tagging
2015-11-11 16:23:49 +01:00
b3cc1a14e7
add json & xml
2015-11-09 16:32:48 +01:00
add597bad9
Rework on export
...
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
2015-11-09 16:32:48 +01:00
03690d1387
Start work on export
...
For now:
- ebook
- mobi
- pdf
- csv
2015-11-09 16:32:48 +01:00
bd0f3d32c9
Quoted entity to avoid reserved keyword
...
Should fix #1498
2015-11-07 14:15:33 +01:00
33fe61f92f
Fix form_enctype deprecation
...
Use form_start instead
2015-11-07 00:18:06 +01:00
18f8f32f70
Fix security.context deprecation
2015-11-07 00:17:37 +01:00
c929c88faf
Enable graby log
2015-10-24 10:53:55 +02:00
37a564a868
Add german translation.
2015-10-18 21:26:09 +02:00
c89d35e851
Language selection on config screen
2015-10-15 21:42:29 +02:00
3d3ed955f1
Merge pull request #1484 from wallabag/v2-2factor-auth
...
2factor authentication via email
2015-10-15 13:52:52 +02:00
18cf594f8a
move 2factor activation in parameters
2015-10-15 13:17:21 +02:00
2db616b586
2factor authentication via email
2015-10-13 22:43:15 +02:00