Commit Graph

1112 Commits

Author SHA1 Message Date
Frederic Guillot
f2adbeb2a4 Add support for HTTP caching with Etag and LastModified 2013-04-06 21:15:42 -04:00
Frederic Guillot
3a1050b749 Update of picoFeed 2013-04-06 21:14:52 -04:00
Frederic Guillot
402b2fe7a9 Add UserAgent and HTTP connection timeout 2013-04-06 09:19:29 -04:00
Frederic Guillot
6f9c55df8a Typo fix 2013-04-05 21:59:50 -04:00
Frederic Guillot
7f8fee1869 Add author section to the readme 2013-04-05 21:58:17 -04:00
Frederic Guillot
02770f79f3 Update readme 2013-04-05 21:52:58 -04:00
Frederic Guillot
fd2e034c01 Update of PicoFeed 2013-04-04 23:34:07 -04:00
Frederic Guillot
d4c796f79c Change CSP to accept iframe from Youtube and Vimeo 2013-04-04 23:33:29 -04:00
Frederic Guillot
038e58dfd6 Add links to mark as read/unread and change some functions names 2013-04-03 21:21:24 -04:00
Frederic Guillot
078c13da2b Add some checks 2013-04-03 21:19:02 -04:00
Frederic Guillot
d020b9f2d9 Try to do a better preferences page 2013-04-03 21:18:30 -04:00
Frédéric Guillot
b1bd421272 Merge pull request #24 from eauland/patch-3
Update config.php
2013-04-03 17:52:29 -07:00
Frédéric Guillot
557b206e22 Merge pull request #23 from eauland/patch-2
Update app.css
2013-04-03 17:40:42 -07:00
EauLand
bf47c6b1e9 Update config.php
The same logical in the categories "My data" and "Help"
2013-04-04 02:08:08 +03:00
EauLand
7bf73380ad Update app.css
True transparency on inactive links
2013-04-04 01:56:10 +03:00
Frédéric Guillot
2b7519e318 Merge pull request #21 from eauland/patch-1
Improve ergonomics
2013-04-02 19:54:21 -07:00
Frederic Guillot
94c1beb19e Add keyboard shortcuts 2013-04-02 22:49:14 -04:00
EauLand
ad4a856f09 Improve ergonomics
- don't move focus link (remove padding and add border transparent [fff])
- separate title 'miniflux' on mobile version
- The links in .page in a single line on mobile version
2013-04-02 21:16:48 +03:00
Frederic Guillot
93ce3e170a Check for single quotes too 2013-04-01 21:31:54 -04:00
Frederic Guillot
8e59668b84 Remove useless & 2013-04-01 21:31:24 -04:00
Dysosmus
3120ee83f0 Add 'mark read' shortcut. 2013-03-27 13:03:55 +01:00
Frederic Guillot
e08625ceec Add item navigation 2013-03-26 21:57:12 -04:00
Frederic Guillot
7b155c6ce2 Add function to get next and previous unread item 2013-03-26 21:56:20 -04:00
Frederic Guillot
151c35b9df Replace hardcoded database path by a function (for future usage) 2013-03-26 21:55:35 -04:00
Frederic Guillot
07e49fa4a7 Change assets version 2013-03-26 21:54:59 -04:00
Frederic Guillot
c2d4ab6801 Add database section 2013-03-26 21:54:26 -04:00
Frederic Guillot
af335ea96f Add helper format_bytes() 2013-03-26 21:53:29 -04:00
Frederic Guillot
b3ea83fe96 Add support for RSS 0.91 and 0.92 2013-03-25 21:29:55 -04:00
Frederic Guillot
2925001dcb Session cookies have the parameter "secure" when the connection is HTTPS 2013-03-25 21:29:30 -04:00
Frederic Guillot
6957bc3a2f Offer the possiblity to download the entire database 2013-03-24 10:33:20 -04:00
Frederic Guillot
d63c28b16f Change update scripts name 2013-03-24 10:32:16 -04:00
Frederic Guillot
cab53cefb1 Disable autocompletion 2013-03-24 10:31:54 -04:00
Frederic Guillot
ab90d74083 Remove useless css class 2013-03-24 10:31:13 -04:00
Frederic Guillot
a8bc06eb2f Update picoFarad 2013-03-24 10:30:55 -04:00
Frederic Guillot
d60f47899f Update readme 2013-03-21 20:06:43 -04:00
Frederic Guillot
8e2159986f Add gitignore 2013-03-21 19:59:04 -04:00
Frederic Guillot
55457b0e53 Update of picoFeed 2013-03-21 19:58:52 -04:00
Frederic Guillot
7a29e07ba0 Bug fix: don't save an item if the id is empty 2013-03-21 19:58:34 -04:00
Frederic Guillot
164db00f35 Update readme 2013-03-21 19:57:47 -04:00
Frederic Guillot
a403a08c11 mark as read when "direct link" is clicked 2013-03-20 22:32:10 -04:00
Frederic Guillot
37f5553952 Bug fix: OPML import with Newsbeuter 2013-03-20 22:30:44 -04:00
Frederic Guillot
9986301d84 Finally I do quick hack for PHP < 5.3.7 2013-03-20 21:04:06 -04:00
Frederic Guillot
17071d9062 Now PHP 5.3.7 minimum is required (PHP 5.5 password_compat) 2013-03-20 20:26:28 -04:00
Frederic Guillot
985ee35843 Add setup check 2013-03-20 00:22:21 -04:00
Frederic Guillot
4c9acfe204 Password function change 2013-03-20 00:21:48 -04:00
Frederic Guillot
a79a63db1b Remove useless css class 2013-03-20 00:21:20 -04:00
Frederic Guillot
b66509dab4 Replace PicoTools\Crypto by the last version of password compat 2013-03-20 00:20:52 -04:00
Frederic Guillot
d9a47f71d6 Update of PicoFeed 2013-03-20 00:19:12 -04:00
Frédéric Guillot
4dc72773dd Merge pull request #4 from ygbillet/master
Fix some issues (first pull request :)
2013-03-19 18:25:22 -07:00
ygbillet
24401c0971 Update model.php
flush_* functions do not need arguments.
2013-03-19 20:40:07 +01:00