summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-11-03Merge pull request #1026 from marienfressinaud/fix/remove-requirement-on-titleGravatar Alexandre Alapetite
Remove title from requirements on title page
2015-11-03Remove title from requirements on title pageGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1025
2015-11-02Make auto-update server URL alterableGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/1019
2015-11-02Move auto-update server URL in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-10-28Merge pull request #1022 from Alkarex/allow_robotsGravatar Marien Fressinaud
ENT_COMPAT
2015-10-27ENT_COMPATGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-27Merge pull request #1011 from Alkarex/allow_robotsGravatar Marien Fressinaud
Config allow robots
2015-10-27Merge pull request #1016 from Alkarex/login403Gravatar Marien Fressinaud
HTTP 403 for invalid login
2015-10-26PHP 5.2 compatibilityGravatar Alexandre Alapetite
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-25Return after 403Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1016 https://github.com/FreshRSS/FreshRSS/issues/1015
2015-10-25Iff expanded to "true if ..., false otherwise"Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1011 https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-25Merge pull request #1010 from Alkarex/cleanLogsGravatar Marien Fressinaud
Clean logs
2015-10-25HTTP 403 for invalid loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1015 And does not leak if user exists or not
2015-10-25Remove "title" field when installingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/858
2015-10-25Config allow robotsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-24Clean logsGravatar Alexandre Alapetite
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-24i18n: ItalianoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Add a visual alert on categoriesGravatar Alexandre Alapetite
By @aledeg https://github.com/FreshRSS/FreshRSS/pull/984 https://github.com/FreshRSS/FreshRSS/pull/983
2015-10-24Italian translationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1003
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Update gen.phpGravatar Marco
2015-10-24Create sub.phpGravatar Marco
2015-10-24Create index.phpGravatar Marco
2015-10-24Create gen.phpGravatar Marco
2015-10-24Create feedback.phpGravatar Marco
2015-10-24Create install.phpGravatar Marco
2015-10-24Create admin.phpGravatar Marco
2015-10-24Create conf.phpGravatar Marco
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-09-12Add a visual alert on categoriesGravatar Alexis Degrugillier
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
2015-09-11Fix feed and category side effectGravatar Alexis Degrugillier
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-10fixed misleading i18n wording bug.Gravatar Marcus Rohrmoser
2015-09-08Tag link double encoding problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/970 Tags coming from the database are already HTML-encoded.
2015-09-08Error encoding tag linkGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/970
2015-08-30Merge pull request #940 from Alkarex/PshbErrorManagementGravatar Alexandre Alapetite
PubSubHubbub prevent subscribing too often in case of error
2015-08-29Merge pull request #958 from aledeg/config_uiGravatar Alexandre Alapetite
Add a system configuration page
2015-08-24Add instance name in system configuration pageGravatar Alexis Degrugillier
2015-08-24Add todo comments for translationGravatar Alexis Degrugillier
2015-08-24Add new line to comply with coding styleGravatar Alexis Degrugillier
2015-08-24Merge pull request #950 from Alkarex/DutchGravatar Marien Fressinaud
i18n: Add Dutch
2015-08-22Add a system configuration pageGravatar Alexis Degrugillier
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-21i18n nl: updateGravatar Alexandre Alapetite
Merge changes from https://github.com/Wanabo/FreshRSS-Dutch-translation https://github.com/FreshRSS/FreshRSS/issues/949
2015-08-21i18n nl: content widthGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
2015-08-21Reference other languagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/FreshRSS/FreshRSS/pull/950
2015-08-21UI: Add feed ID in article containerGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/953
2015-08-18i18n: DutchGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/949 https://github.com/Wanabo/FreshRSS-Dutch-translation
2015-08-04PubSubHubbub prevent subscribing too often in case of errorGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/939