Commit Graph

2476 Commits

Author SHA1 Message Date
Alexandre Alapetite
8ba8728bd7 Merge branch 'login403' into dev 2015-10-25 13:28:14 +01:00
Alexandre Alapetite
7bb28c3f2b HTTP 403 for invalid login
https://github.com/FreshRSS/FreshRSS/issues/1015
And does not leak if user exists or not
2015-10-25 13:24:48 +01:00
Alexandre Alapetite
e21187df20 Merge branch 'FreshRSS/dev' into dev 2015-10-25 12:11:20 +01:00
Alexandre Alapetite
eb912cc7a8 Merge pull request #1014 from Alwaysin/patch-1
More viewable visual alert for categories with problematic feeds
2015-10-25 12:00:50 +01:00
Alwaysin
5d7fc35e89 More viewable visual alert for categories with problematic feeds 2015-10-25 11:10:50 +01:00
Alexandre Alapetite
9abd742fbc Merge branch 'baseUrl' into dev 2015-10-25 01:38:19 +02:00
Alexandre Alapetite
30de13cd47 Use HTTP_X_FORWARDED_
https://github.com/FreshRSS/FreshRSS/issues/975
2015-10-25 01:27:15 +02:00
Alexandre Alapetite
46d7225201 Merge branch 'installNoTitle' into dev 2015-10-25 00:45:45 +02:00
Alexandre Alapetite
22da265736 Remove "title" field when installing
https://github.com/FreshRSS/FreshRSS/issues/858
2015-10-25 00:20:05 +02:00
Alexandre Alapetite
4860101811 Merge branch 'allow_robots' into dev 2015-10-25 00:08:53 +02:00
Alexandre Alapetite
02a3cb4652 Config allow robots
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-25 00:01:13 +02:00
Alexandre Alapetite
481c2a6719 Clean logs
Reduced login of API and PubSubHubbub (both are quite stable now).
When clearing logs as admin, also clear API and PubSubHubbub logs.
https://github.com/FreshRSS/FreshRSS/issues/988
2015-10-24 22:25:48 +02:00
Alexandre Alapetite
0202fd19ed Changelog 1.1.4 2015-10-24 21:58:32 +02:00
Alexandre Alapetite
f4a0bb25e2 i18n: Italiano
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24 21:48:29 +02:00
Alexandre Alapetite
52564957e6 Add a visual alert on categories
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
2015-10-24 21:38:30 +02:00
Alexandre Alapetite
ab11b333b4 Merge branch 'add-category-warning' of https://github.com/aledeg/FreshRSS into aledeg-add-category-warning 2015-10-24 21:30:18 +02:00
Alexandre Alapetite
72430fd36d Italian translation
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24 21:19:46 +02:00
Alexandre Alapetite
1aa435c23d Merge pull request #1006 from marcomrc/patch-2
Create admin.php
2015-10-24 21:03:55 +02:00
Alexandre Alapetite
e2953f4eae Merge pull request #1002 from marcomrc/beta
Italian translation
2015-10-24 21:02:36 +02:00
Alexandre Alapetite
709c552615 Merge pull request #983 from aledeg/fix-css-selectors
Replace CSS pseudo-element syntax
2015-10-24 20:59:53 +02:00
Marco
fe21c0bb5c Update gen.php 2015-10-24 15:37:38 +02:00
Marco
b4f80f9611 Update gen.php 2015-10-24 15:37:21 +02:00
Marco
89965d656c Update gen.php 2015-10-24 15:37:02 +02:00
Marco
0a0ae09d02 Update gen.php 2015-10-24 15:36:37 +02:00
Marco
7be1dde4e0 Update gen.php 2015-10-24 15:36:17 +02:00
Marco
64953e6b5c Create sub.php 2015-10-24 15:12:51 +02:00
Marco
30fe1a1521 Create index.php 2015-10-24 15:12:33 +02:00
Marco
78a7586e20 Create gen.php 2015-10-24 15:12:14 +02:00
Marco
07b252ad43 Create feedback.php 2015-10-24 15:11:50 +02:00
Marco
fb085db9e3 Create install.php 2015-10-24 15:11:26 +02:00
Marco
a22bca1aaa Create admin.php 2015-10-24 15:11:08 +02:00
Marco
9fa74af0da Create conf.php 2015-10-24 15:10:14 +02:00
Marco
45d13d3398 Create admin.php 2015-10-24 15:08:25 +02:00
Alexandre Alapetite
0d84f7e754 Merge pull request #1000 from aledeg/movim
Movim
2015-10-17 15:24:49 +02:00
Alexis Degrugillier
e17b8d9dab fix share options to comply with latest format 2015-10-14 21:22:16 -04:00
Alexis Degrugillier
468015dad6 Add Movim share
See #992
2015-10-14 01:11:31 -04:00
Alexis Degrugillier
ef18adb8dc Replace CSS pseudo-element syntax
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.

See http://www.w3.org/TR/css3-selectors/#gen-content
2015-09-12 19:54:12 -04:00
Alexis Degrugillier
84824f8599 Add a visual alert on categories
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-09-12 18:58:08 -04:00
Marien Fressinaud
7378b0c723 Prepare version 1.1.4-dev 2015-09-12 19:08:38 +02:00
Alexandre Alapetite
ea47e2b1d4 Merge branch 'FreshRSS/dev' into dev 2015-09-12 18:43:20 +02:00
Marien Fressinaud
133e369aff Version 1.1.3-beta 1.1.3-beta 2015-09-12 18:15:46 +02:00
Marien Fressinaud
0204e8ff08 Fix CREDITS file 2015-09-12 18:10:55 +02:00
Marien Fressinaud
96d8871831 Fix CHANGELOG.md 2015-09-12 18:06:14 +02:00
Marien Fressinaud
da82b66570 Merge pull request #982 from aledeg/fix-user-queries-deletion
Fix feed and category side effect
2015-09-12 11:31:04 +02:00
Alexis Degrugillier
271d43b569 Fix feed and category side effect
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.

I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.

See #980
2015-09-11 18:45:25 -04:00
Alexandre Alapetite
9a7d54f021 Merge branch 'FreshRSS/dev' into dev 2015-09-10 21:55:40 +02:00
Marcus Rohrmoser
5a2bc9261c fixed misleading i18n wording bug. 2015-09-10 20:39:05 +02:00
Alexandre Alapetite
1e71216747 Merge branch 'FreshRSS/dev' into dev 2015-09-08 21:59:03 +02:00
Alexandre Alapetite
55764935a7 Merge pull request #973 from Alkarex/TagBug
Tag link encoding bug
2015-09-08 21:44:34 +02:00
Alexandre Alapetite
4cd5608651 Changelog Fix tag search link from articles
https://github.com/FreshRSS/FreshRSS/issues/970
2015-09-08 21:39:13 +02:00