Commit Graph

7003 Commits

Author SHA1 Message Date
Alexandre Alapetite
8a8fe93d34 SQL: Update cached values after an optimization
https://github.com/marienfressinaud/FreshRSS/issues/452
2014-03-10 17:34:29 +01:00
Alexandre Alapetite
5c2daf58a8 Merge pull request #451 from aledeg/category
Enhance feed adding popup
2014-03-10 09:46:00 +01:00
Alexis Degrugillier
3083af6288 Enhance feed adding popup
I added a new option in the category select. It allows the user to add dynamically
a new category and add the feed to the newly created category.

See #356
2014-03-09 21:45:25 -04:00
Alexandre Alapetite
c3cac60b31 Autoload when less than 2 remaining articles
https://github.com/marienfressinaud/FreshRSS/issues/388
+ Simplify code
2014-03-09 21:30:20 +01:00
Alexandre Alapetite
670ee57b62 Interface to enable/disable API and unsafe automatic login
https://github.com/marienfressinaud/FreshRSS/issues/13
https://github.com/marienfressinaud/FreshRSS/issues/440
2014-03-08 20:16:10 +01:00
Alexandre Alapetite
faa9a74324 Merge pull request #447 from aledeg/share
Sharing optimization
2014-03-08 15:56:54 +01:00
Alexis Degrugillier
20ebf987b4 Merge branch 'share' of https://github.com/aledeg/FreshRSS into share
Conflicts:
	app/Models/Configuration.php
2014-03-08 09:26:02 -05:00
Alexis Degrugillier
339a0dd49c Change test on URL parameter 2014-03-08 09:23:59 -05:00
Alexis Degrugillier
c2e9bfd0d7 Add a test to avoid warnings in log 2014-03-08 09:18:07 -05:00
Alexis Degrugillier
b0a3610db7 Change test 2014-03-08 09:18:07 -05:00
Alexis Degrugillier
e9eca6aff6 Sharing optimization
Change the storage and display of sharings to improve the time needed to generate the page.
Instead of looking for a default value when displaying the sharing links, they are added
during the configuration.
2014-03-08 09:18:06 -05:00
Alexandre Alapetite
859290ec1f Merge pull request #450 from aledeg/svg
Optimize SVG files
2014-03-08 12:22:03 +01:00
Alexis Degrugillier
2871f531d3 Optimize SVG files
See #341

First step was to save from Inkscape in optimize SVG format.
The used parameters are the following:
  * Simplify colors     -> true
  * Style to xml        -> true
  * Group collapsing    -> true
  * Enable id stripping -> true
  * Embed rasters       -> true
  * Keep editor data    -> false
  * Enable view boxing  -> false
  * Strip xml prolog    -> true
  * Set precision       -> 5
  * Indent              -> None

Second step was to edit the file and remove meta-data, title, extra carriage return and unnecessary namespaces.
2014-03-07 22:16:59 -05:00
Alexis Degrugillier
90c840d8f1 Add a test to avoid warnings in log 2014-03-07 21:11:46 -05:00
Alexis Degrugillier
1fea1277d6 Change test 2014-03-07 21:04:16 -05:00
Alexis Degrugillier
f8eac7d1a5 Sharing optimization
Change the storage and display of sharings to improve the time needed to generate the page.
Instead of looking for a default value when displaying the sharing links, they are added
during the configuration.
2014-03-05 20:22:03 -05:00
Marien Fressinaud
88fa624a02 Improve template
Font sizes are mainly in em instead of px
Some widths and heights have disapeared or changed

See https://github.com/marienfressinaud/FreshRSS/issues/320
And https://github.com/marienfressinaud/FreshRSS/issues/324
2014-03-05 22:02:34 +01:00
Alexandre Alapetite
7bbd6133af API: Changelog
https://github.com/marienfressinaud/FreshRSS/issues/443
https://github.com/marienfressinaud/FreshRSS/issues/13
https://github.com/marienfressinaud/FreshRSS/issues/328
2014-03-05 20:49:39 +01:00
Alexandre Alapetite
0694739969 API: put back test getallheaders
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04 22:49:54 +01:00
Alexandre Alapetite
dffce62497 API: Start of compatibility with nginx
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04 22:32:45 +01:00
Alexandre Alapetite
9bbff4eb65 API: Show API password config only when relevant
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-04 21:11:32 +01:00
Alexandre Alapetite
c88fa62dd8 API: better test for server compatibility
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04 20:51:27 +01:00
Alexandre Alapetite
b5df82c4c7 API: test for %2F support
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04 18:27:45 +01:00
Alexandre Alapetite
75ce6a55bd API: better unread-count
https://github.com/marienfressinaud/FreshRSS/issues/443
For e.g. EasyRSS
2014-03-03 22:10:46 +01:00
Alexandre Alapetite
ff8fd95654 API: Bug previous commit
https://github.com/marienfressinaud/FreshRSS/issues/443
Bug in
fc6769c1b1
2014-03-03 21:27:45 +01:00
Alexandre Alapetite
fc6769c1b1 API: Add continuation mode
https://github.com/marienfressinaud/FreshRSS/issues/443
Needed for e.g. EasyRSS
2014-03-03 21:25:14 +01:00
Marien Fressinaud
ad7feeb258 Fix titles:hover on mobile
See https://github.com/marienfressinaud/FreshRSS/issues/385 and
https://github.com/marienfressinaud/FreshRSS/issues/320
2014-03-02 23:38:17 +01:00
Marien Fressinaud
46bc5ecd2a Improve titles in bar title (template)
Titles can be extended on new line(s) when :hover happens
Fix https://github.com/marienfressinaud/FreshRSS/issues/385
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-03-02 23:30:25 +01:00
Alexandre Alapetite
15db01153e Merge pull request #444 from aledeg/share
Add a default URL value
2014-03-02 17:44:52 +01:00
Alexis Degrugillier
80d576dac7 Add a default URL value 2014-03-02 09:24:02 -05:00
Alexandre Alapetite
b07f9157b1 New unsafe autologin mode
https://github.com/marienfressinaud/FreshRSS/issues/440
2014-03-02 13:35:09 +01:00
Alexandre Alapetite
70e50d449f Revert "Give username/password by GET"
This reverts commit 3e7d14ccea.
2014-03-02 12:16:20 +01:00
Alexandre Alapetite
00774f5a0b API : SQL optimisation WHERE ... IN, and better compatibility EasyRSS
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-02 11:54:52 +01:00
Alexandre Alapetite
3e7d14ccea Give username/password by GET
https://github.com/marienfressinaud/FreshRSS/issues/440
Warning, not so safe
2014-03-02 01:29:28 +01:00
Alexandre Alapetite
11b807e4c3 Bug usernames with uppercase
https://github.com/marienfressinaud/FreshRSS/issues/439
2014-03-02 00:08:45 +01:00
Alexandre Alapetite
a8d06d1270 Micro-optimisation is_null
https://github.com/marienfressinaud/FreshRSS/pull/434
https://github.com/marienfressinaud/FreshRSS/issues/428
2014-03-01 20:56:27 +01:00
Alexandre Alapetite
6939b7989b Merge pull request #434 from aledeg/issue428
Show only unread when selecting unread
2014-03-01 20:42:18 +01:00
Alexis Degrugillier
c56cd80917 Merge branch 'issue428' of https://github.com/aledeg/FreshRSS into issue428
Conflicts:
	app/Controllers/indexController.php
2014-03-01 14:35:21 -05:00
Alexis Degrugillier
736ee492a0 Show only unread when selecting unread
Before, when there was no unread articles, all articles where displayed. This behaviour was not the one intended.
Now, when there is no unread articles, a message is displayed to alert that there is no article.

See #428

Correction after comment
2014-03-01 14:30:55 -05:00
Alexandre Alapetite
71f7ce1be5 API: SQL optimisation
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-01 15:47:15 +01:00
Alexandre Alapetite
29b3bbfe28 API: Real password system
https://github.com/marienfressinaud/FreshRSS/issues/13
Expiring token not implemented yet
2014-03-01 14:45:58 +01:00
Alexandre Alapetite
f44683b567 API streamContents for categories and feeds
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-28 20:22:50 +01:00
Alexandre Alapetite
d79da54c98 API: sanitize username
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27 23:53:06 +01:00
Alexandre Alapetite
ed27a69c3a API: Better temporary security
https://github.com/marienfressinaud/FreshRSS/issues/13
Slightly better security while waiting for a proper authentification
system
2014-02-27 23:41:59 +01:00
Alexandre Alapetite
bb950ee617 API: default link to compatibility check
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27 23:13:12 +01:00
Alexandre Alapetite
6dffb8706f Alpha version of Google Reader compatible API
https://github.com/marienfressinaud/FreshRSS/issues/13
Hardcoded passwords, no possibility to add/delete feeds or edit
categories yet.
2014-02-27 22:48:11 +01:00
Alexandre Alapetite
f23c30d2cd Merge pull request #435 from aledeg/issue338
Add a configuration option to get sticky articles
2014-02-25 08:23:40 +01:00
Alexis Degrugillier
1e105a64ab Add a configuration option to get sticky articles
Now the user can choose if an opened article will be repositioned to the top or not

See #338
2014-02-24 19:51:57 -05:00
Alexis Degrugillier
867069d099 Show only unread when selecting unread
Before, when there was no unread articles, all articles where displayed. This behaviour was not the one intended.
Now, when there is no unread articles, a message is displayed to alert that there is no article.

See #428
2014-02-24 18:57:45 -05:00
Alexandre Alapetite
166009f362 Sharing: Compatibility 0.7
https://github.com/marienfressinaud/FreshRSS/pull/433
2014-02-23 21:55:45 +01:00