Commit Graph

1444 Commits

Author SHA1 Message Date
ASM
e442b0dfbe Fixing #1029. Admin page done in full 2015-11-21 02:22:44 +03:00
ASM
d6e6dd6b28 Translated 1/3 of 2015-11-21 01:23:07 +03:00
Alexandre Alapetite
be4cffbbf4 Merge pull request #1026 from marienfressinaud/fix/remove-requirement-on-title
Remove title from requirements on title page
2015-11-03 19:54:41 +01:00
Marien Fressinaud
1b4b1b94a6 Remove title from requirements on title page
Fix https://github.com/FreshRSS/FreshRSS/issues/1025
2015-11-03 19:03:17 +01:00
Marien Fressinaud
697817eebf Make auto-update server URL alterable
See https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02 21:14:13 +01:00
Marien Fressinaud
bb0556543d Move auto-update server URL in configuration
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02 21:11:23 +01:00
Marien Fressinaud
b7dc969ce7 Merge pull request #1022 from Alkarex/allow_robots
ENT_COMPAT
2015-10-28 08:15:09 +01:00
Alexandre Alapetite
0a1b628265 ENT_COMPAT
https://github.com/FreshRSS/FreshRSS/pull
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-27 22:11:19 +01:00
Marien Fressinaud
29fe97cb2f Merge pull request #1011 from Alkarex/allow_robots
Config allow robots
2015-10-27 20:36:05 +01:00
Marien Fressinaud
d677495ca3 Merge pull request #1016 from Alkarex/login403
HTTP 403 for invalid login
2015-10-27 20:31:57 +01:00
Alexandre Alapetite
c992b683a8 PHP 5.2 compatibility
https://github.com/FreshRSS/FreshRSS/pull/1016
https://github.com/FreshRSS/FreshRSS/issues/1015
It is first PHP 5.5 that added support for accessing characters within
string literals using []...
2015-10-26 17:38:32 +01:00
Alexandre Alapetite
ad1f0cb96b Return after 403
https://github.com/FreshRSS/FreshRSS/pull/1016
https://github.com/FreshRSS/FreshRSS/issues/1015
2015-10-25 19:31:41 +01:00
Alexandre Alapetite
2d06b472cd Iff expanded to "true if ..., false otherwise"
https://github.com/FreshRSS/FreshRSS/pull/1011
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-25 19:26:35 +01:00
Marien Fressinaud
b8b0ba6f24 Merge pull request #1010 from Alkarex/cleanLogs
Clean logs
2015-10-25 17:24:00 +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
22da265736 Remove "title" field when installing
https://github.com/FreshRSS/FreshRSS/issues/858
2015-10-25 00:20:05 +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
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
72430fd36d Italian translation
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24 21:19:46 +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
Alexis Degrugillier
468015dad6 Add Movim share
See #992
2015-10-14 01:11:31 -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
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
Marcus Rohrmoser
5a2bc9261c fixed misleading i18n wording bug. 2015-09-10 20:39:05 +02:00
Alexandre Alapetite
d073331d24 Tag link double encoding problem
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
2015-09-08 21:31:24 +02:00
Alexandre Alapetite
9fcdaf99e2 Error encoding tag link
https://github.com/FreshRSS/FreshRSS/issues/970
2015-09-08 20:52:37 +02:00
Alexandre Alapetite
43c35b72ea Merge pull request #940 from Alkarex/PshbErrorManagement
PubSubHubbub prevent subscribing too often in case of error
2015-08-30 17:51:48 +02:00
Alexandre Alapetite
ebcebfe431 Merge pull request #958 from aledeg/config_ui
Add a system configuration page
2015-08-29 11:33:37 +02:00
Alexis Degrugillier
d396dd7152 Add instance name in system configuration page 2015-08-24 18:41:57 -04:00
Alexis Degrugillier
fac236a041 Add todo comments for translation 2015-08-24 18:30:25 -04:00
Alexis Degrugillier
428e3f5c96 Add new line to comply with coding style 2015-08-24 18:26:20 -04:00
Marien Fressinaud
70544d8d40 Merge pull request #950 from Alkarex/Dutch
i18n: Add Dutch
2015-08-24 22:26:51 +02:00
Alexis Degrugillier
269c6b88c4 Add a system configuration page
It allows to modify system configuration from the interface. At the moment, only limits are modifiable. The user limit was removed from the user page and added here along with categories and feeds limits.
2015-08-22 09:33:58 -04:00
Alexandre Alapetite
b33004c381 i18n nl: update
Merge changes from https://github.com/Wanabo/FreshRSS-Dutch-translation
https://github.com/FreshRSS/FreshRSS/issues/949
2015-08-21 18:07:18 +02:00
Alexandre Alapetite
b3ae9407ac i18n nl: content width
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
2015-08-21 16:26:33 +02:00
Alexandre Alapetite
501e331210 Reference other languages
https://github.com/FreshRSS/FreshRSS/issues/949
https://github.com/FreshRSS/FreshRSS/pull/950
2015-08-21 13:35:46 +02:00
Alexandre Alapetite
c75863ff0f UI: Add feed ID in article container
https://github.com/FreshRSS/FreshRSS/issues/953
2015-08-21 11:49:46 +02:00